add-existing-field.html |
help/add-existing-field.html |
|
|
add-new-field.html |
help/add-new-field.html |
|
|
add-new-group.html |
help/add-new-group.html |
|
|
add.html |
help/add.html |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
CCK 6.x-2.x-dev
===========
Bugfixes:
- #1401950 by KarenS, Add empty test module with dependency on schema to make
schema available to testbot.
- #998494 by zhangtaihao: Fix Node Reference field always displaying 10 results
when using the… |
content-admin-display-overview-form.tpl.php |
theme/content-admin-display-overview-form.tpl.php |
|
|
content-admin-field-overview-form.tpl.php |
theme/content-admin-field-overview-form.tpl.php |
|
|
content-field.tpl.php |
theme/content-field.tpl.php |
|
content-field.tpl.php
Default theme implementation to display the value of a field. |
content-module-rtl.css |
theme/content-module-rtl.css |
|
/* Node form display */
.node-form .content-multiple-table td.content-multiple-drag {
padding-left:0;
padding-right:0.5em;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle{
padding-left:.5em;
}
/* 'Manage… |
content-module.css |
theme/content-module.css |
|
/* Node display */
.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
font-weight:bold;
}
.field .field-label-inline,
.field .field-label-inline-first {
display:inline;
}
.field .field-label-inline {
… |
content.admin.inc |
includes/content.admin.inc |
|
Administrative interface for content type creation. |
content.crud.inc |
includes/content.crud.inc |
|
Create/Read/Update/Delete functions for CCK-defined object types. |
content.crud.test |
tests/content.crud.test |
|
|
content.devel.inc |
includes/content.devel.inc |
|
Functions needed for Devel module integration. |
content.diff.inc |
includes/content.diff.inc |
|
hook_diff() implementations for CCK (especially fields). |
content.info |
content.info |
|
name = Content
description = Allows administrators to define new content types.
package = CCK
core = 6.x |
content.install |
content.install |
|
|
content.module |
content.module |
|
Allows administrators to associate custom fields to content types. |
content.node_form.inc |
includes/content.node_form.inc |
|
Create fields' form for a content type. |
content.rules.inc |
includes/content.rules.inc |
|
Provides basic rules module support. |
content.token.inc |
includes/content.token.inc |
|
Implementation of hook_content_build_modes
(on behalf of token.module) |
content.views.inc |
includes/views/content.views.inc |
|
Interface between content.module and views.module. |
content.views_convert.inc |
includes/views/content.views_convert.inc |
|
Field conversion for fields handled by this module. |
content_copy.info |
modules/content_copy/content_copy.info |
|
name = Content Copy
description = Enables ability to import/export field definitions.
dependencies[] = content
package = CCK
core = 6.x |
content_copy.module |
modules/content_copy/content_copy.module |
|
Adds capability to import/export CCK field data definitions. |
content_copy_export_form.tpl.php |
modules/content_copy/content_copy_export_form.tpl.php |
|
|
content_field.inc |
includes/panels/content_types/content_field.inc |
|
This file provides a CTools content type for fields. |
content_fieldgroup.inc |
modules/fieldgroup/panels/content_types/content_fieldgroup.inc |
|
This file provides a CTools content type for fieldgroups. |
content_handler_argument.inc |
includes/views/handlers/content_handler_argument.inc |
|
The subclass simply adds properties,
for field-specific subclasses to use if they need to. |
content_handler_argument_many_to_one.inc |
includes/views/handlers/content_handler_argument_many_to_one.inc |
|
Handler for 'content_handler_argument_many_to_one' style. |
content_handler_argument_numeric.inc |
includes/views/handlers/content_handler_argument_numeric.inc |
|
The subclass simply adds properties,
for field-specific subclasses to use if they need to. |
content_handler_argument_reference.inc |
includes/views/handlers/content_handler_argument_reference.inc |
|
Provide handler to replace reference with title. |
content_handler_argument_string.inc |
includes/views/handlers/content_handler_argument_string.inc |
|
The subclass simply adds properties,
for field-specific subclasses to use if they need to. |
content_handler_field.inc |
includes/views/handlers/content_handler_field.inc |
|
The subclass adds basic field and formatter info,
for field-specific subclasses to use if they need to. |
content_handler_field_multiple.inc |
includes/views/handlers/content_handler_field_multiple.inc |
|
An extended subclass for field handling that adds multiple field grouping. |
content_handler_filter_float.inc |
includes/views/handlers/content_handler_filter_float.inc |
|
The subclass simply adds properties,
for field-specific subclasses to use if they need to. |
content_handler_filter_many_to_one.inc |
includes/views/handlers/content_handler_filter_many_to_one.inc |
|
The subclass simply adds properties,
for field-specific subclasses to use if they need to. |
content_handler_filter_numeric.inc |
includes/views/handlers/content_handler_filter_numeric.inc |
|
The subclass simply adds properties,
for field-specific subclasses to use if they need to. |
content_handler_filter_string.inc |
includes/views/handlers/content_handler_filter_string.inc |
|
The subclass simply adds properties,
for field-specific subclasses to use if they need to. |
content_handler_relationship.inc |
includes/views/handlers/content_handler_relationship.inc |
|
Handles content relationships and deals properly with multiple
values by allowing the views administrator to select deltas. |
content_handler_sort.inc |
includes/views/handlers/content_handler_sort.inc |
|
Handles sorts and deals properly with multiple
values by allowing the views administrator to select deltas. |
content_permissions.info |
modules/content_permissions/content_permissions.info |
|
name = Content Permissions
description = Set field-level permissions for CCK fields.
package = CCK
core = 6.x
dependencies[] = content |
content_permissions.install |
modules/content_permissions/content_permissions.install |
|
Implementation of hook_install(). |
content_permissions.module |
modules/content_permissions/content_permissions.module |
|
|
content_plugin_display_simple.inc |
includes/views/handlers/content_plugin_display_simple.inc |
|
Handler for 'content_simple' display. |
content_plugin_style_php_array_ac.inc |
includes/views/handlers/content_plugin_style_php_array_ac.inc |
|
Handler for 'content_php_array_autocomplete' style. |
content_test.info |
tests/content_test.info |
|
name = Content Test
description = Test module for CCK.
package = CCK
core = 6.x
dependencies[] = schema
hidden = TRUE
files[] = content_test.module |
content_test.module |
tests/content_test.module |
|
A module to use in tests. |
DEVELOPER.txt |
DEVELOPER.txt |
|
DEVELOPER DOCUMENTATION
UPDATING FROM 5.x TO 6.x
See http://drupal.org/node/191796 for a guide to updating field modules. |
fieldgroup-rtl.css |
modules/fieldgroup/fieldgroup-rtl.css |
|
div.fieldgroup .content {
padding-left:0;
padding-right:1em;
} |