Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
cck
Commits
708695e9
Commit
708695e9
authored
Feb 25, 2011
by
The Great Git Migration
Committed by
Drupal Git User (LDAP)
Feb 25, 2011
Browse files
Stripping CVS keywords
parent
9067b59a
Changes
32
Hide whitespace changes
Inline
Side-by-side
cck.info
View file @
708695e9
;
$
Id
$
name
=
CCK
description
=
Miscellaneous
field
functions
not
handled
by
core
.
package
=
CCK
...
...
cck.install
View file @
708695e9
<?php
// $Id$
/**
* Implementation of hook_install().
*/
...
...
cck.module
View file @
708695e9
<?php
// $Id$
/**
* @file
* Allows administrators to use php code snippets to
...
...
modules/content_migrate/content_migrate.api.php
View file @
708695e9
<?php
// $Id$
/**
* @file
...
...
modules/content_migrate/content_migrate.info
View file @
708695e9
;
$
Id
$
name
=
Content
Migrate
description
=
Migrate
fields
and
field
data
from
CCK
D6
format
to
the
D7
field
format
.
Required
to
migrate
data
,
can
be
disabled
once
all
fields
have
been
migrated
.
core
=
7.
x
...
...
modules/content_migrate/content_migrate.module
View file @
708695e9
<?php
// $Id$
/**
* @file
* Code For D6 to D7 field data update.
...
...
modules/content_migrate/includes/content_migrate.admin.inc
View file @
708695e9
<?php
// $Id$
/**
* @file content_migrate.admin.inc
* Code to process field data migration, moved into a separate file for efficiency.
...
...
modules/content_migrate/includes/content_migrate.drush.inc
View file @
708695e9
<?php
// $Id$
/**
* @file content_migrate.drush.inc
...
...
modules/content_migrate/includes/content_migrate.values.inc
View file @
708695e9
<?php
// $Id$
/**
* @file content_migrate.values.inc
* Code to produce D7-style field and instance values from the data in D6 tables.
...
...
modules/content_migrate/modules/content_migrate.filefield.inc
View file @
708695e9
<?php
// $Id$
/**
* @file content_migrate.filefield.inc
* Code to implement hook_content_migrate_field_alter, content_migrate_instance_alter() and content_migrate_data_record_alter()
...
...
modules/content_migrate/modules/content_migrate.number.inc
View file @
708695e9
<?php
// $Id$
/**
* @file content_migrate.number.inc
* Code to implement hook_content_migrate_field_alter, content_migrate_instance_alter() and content_migrate_data_record_alter()
...
...
modules/content_migrate/modules/content_migrate.optionwidgets.inc
View file @
708695e9
<?php
// $Id$
/**
* @file content_migrate.optionwidgets.inc
* Code to implement hook_content_migrate_field_alter, content_migrate_instance_alter() and content_migrate_data_record_alter()
...
...
modules/content_migrate/modules/content_migrate.text.inc
View file @
708695e9
<?php
// $Id$
/**
* @file content_migrate.text.inc
* Code to implement hook_content_migrate_field_alter, content_migrate_instance_alter() and content_migrate_data_record_alter()
...
...
translations/general.pot
View file @
708695e9
# $Id$
#
# LANGUAGE translation of Drupal (general)
# Copyright YEAR NAME <EMAIL@ADDRESS>
...
...
translations/includes-panels-content_types.pot
View file @
708695e9
# $Id$
#
# LANGUAGE translation of Drupal (includes-panels-content_types)
# Copyright YEAR NAME <EMAIL@ADDRESS>
...
...
translations/includes-views-handlers.pot
View file @
708695e9
# $Id$
#
# LANGUAGE translation of Drupal (includes-views-handlers)
# Copyright YEAR NAME <EMAIL@ADDRESS>
...
...
translations/includes-views.pot
View file @
708695e9
# $Id$
#
# LANGUAGE translation of Drupal (includes-views)
# Copyright YEAR NAME <EMAIL@ADDRESS>
...
...
translations/includes.pot
View file @
708695e9
# $Id$
#
# LANGUAGE translation of Drupal (includes)
# Copyright YEAR NAME <EMAIL@ADDRESS>
...
...
translations/installer.pot
View file @
708695e9
# $Id$
#
# LANGUAGE translation of Drupal (installer)
# Copyright YEAR NAME <EMAIL@ADDRESS>
...
...
translations/modules-content_copy.pot
View file @
708695e9
# $Id$
#
# LANGUAGE translation of Drupal (modules-content_copy)
# Copyright YEAR NAME <EMAIL@ADDRESS>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment