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-3.0-alpha4
==================
- Security: Open Redirect - SA-CONTRIB-2015-126
- #1401950 by KarenS, Add empty test module with dependency on schema to make schema available to testbot.
- #1363036 by markdorison, Fix Class… |
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_multigroup.admin.inc |
modules/content_multigroup/content_multigroup.admin.inc |
|
Implementation of node type administration functions for content multigroup. |
content_multigroup.css |
modules/content_multigroup/content_multigroup.css |
|
label.content-multigroup {
font-weight: bold;
}
/* Not styled by default, but available to style. */
hr.content-multigroup {
}
/* Inline field labels visible within the context of multigroups. */
.content-multigroup-wrapper .field… |
content_multigroup.inc |
modules/content_multigroup/panels/content_types/content_multigroup.inc |
|
This file provides a CTools content type for multigroups. |
content_multigroup.info |
modules/content_multigroup/content_multigroup.info |
|
name = Content Multigroup
description = Combine multiple CCK fields into repeating field collections that work in unison.
dependencies[] = content
dependencies[] = fieldgroup
package = CCK
core = 6.x |
content_multigroup.install |
modules/content_multigroup/content_multigroup.install |
|
Module installation/uninstallation hooks. |
content_multigroup.module |
modules/content_multigroup/content_multigroup.module |
|
Create complex, repeating groups of CCK fields that work in unison. |
content_multigroup.node_form.inc |
modules/content_multigroup/content_multigroup.node_form.inc |
|
Implementation of node edit functions for content multigroup. |
content_multigroup.node_view.inc |
modules/content_multigroup/content_multigroup.node_view.inc |
|
Implementation of node view functions for content multigroup. |
content_multigroup.views.inc |
modules/content_multigroup/views/content_multigroup.views.inc |
|
Views integration for Content Multigroups. |