Downloads

Download cck-6.x-2.0-rc7.tar.gztar.gz 206.05 KB
MD5: b1024f15ca41f0cac9c521ba81fcb1ff
SHA-1: ada14bd76f9865c8f7c8a1f0cd659aab95121095
SHA-256: e316ecc0d41f8ad15fc8682c23975fa07e15720ddbb8a94a7b7cb6e3cbc51110
Download cck-6.x-2.0-rc7.zipzip 276.41 KB
MD5: 1a52b1cd80d42a624ebe2bb3672aee6b
SHA-1: 9fc58fb34b51f4eb05454bdc1b422f1cc9ff9c5a
SHA-256: a5e9a426d486df1a31c61087ae3ec99d8108858c32056e438767d9dd5afcdbe4

Release notes

Note:
- Views integration requires Views 6.x-2.0-rc2.
- There has been a few files moved around since RC6, so be sure to *delete* the previous contents
of your cck/ folder before uploading the new files, in order to avoid duplicates.
- The admin forms (field creation, field edition...) have been renamed to comply with usual form
naming conventions. Modules and custom code that rely on those form ids through hook_form_alter() or
drupal_execute() will need to be updated.
- The final 6.x-2.0 release is currently targeted for the second half of September.

Main bugs fixed since RC6:
- Content Copy: Fix multiple bugs when importing/exporting content types :
exporting field definition can alter the actual field's settings
'this post cannot be referenced' error when exporting nodereference fields
no export of default values
- #198502 D5 upgrade path: Prevent field module upgrades from running before content.module upgrades.
- #293698 Views integration: make 'show n values starting from m' actually work.
- #292872 Data loss issue: fields and field data deleted for content types defined by disabled modules.
IMPORTANT: Since disabling all contrib modules is a recommended step prior to upgrading a D5 site to D6,
it is highly advised that D5 sites using CCK are updated to CCK 5.x-1.8 (which contains the same fix)
before starting the D6 upgrade process.

Main new features since RC6:
- #295556 by CPyle - Userreference: let referenceable users be defined by a View.
- Userreference: Add 'Radios / checkboxes' widget.
- #294797 New $FIELD_NAME_rendered and $GROUP_NAME_rendered variables for node.tpl.php.
- Nodereference: Allow specific node templates for nodes displayed as values of a noderef field.
- #301736 by nedjo - Nodereference: Multilingual support; if available, propose translations of referenced nodes when creating a new translation.
- #196468 by nedjo - Content copy: Provide a link to automatically import a file into Content Copy.

Other changes:
- Avoid undefined index error in Content Copy when fieldgroup is enabled but there are no groups.
- #296077 Add delta to formatter information.
- #128038 Alter _content_admin_form() to provide the raw widget default values as well as the default value widget so programmed forms will have those values available. You can't tell when you construct the form if it's a programmed form or not, so we will always have to create the default value widget, but we don't always have to use it. This will also get the default values into the Content Copy export in a way that Content Copy import can pick them up, and alter validation to unset the default value widget and skip the default value widget processing if it's a programmed form. Since we are now provided the actual default value (not just the default value widget) in the export, we can safely pick it up in the import.
- #128038 Use content_field_instance_collapse() to send form values in the Content Copy export to be sure we get the original field values for checkboxes instead of the true/false values we will get otherwise.
- #300108 Add group value back to field settings form so it will appear in the Content Copy export.
- #283985 Force Content Copy export to use current field values to avoid storing mangled data back to field.
- #298440 by Moonshine and KarenS: move form permission checking to content_field_form() and don't call hook_widget for users w/out permission.
- #294726 by profix898 and yched: _content_type_info() does not reset on content type changes.
- #293273 Nodereference: update 'referenceable types' when type name changes.
- #295914 Fix additional problems when installing CCK in install profiles.
- #295664 Views integration: let summaries display 'allowed values' aliases if any.
- Views integration: prevent empty links for the 'no value' items in summaries.
- #296748 Text: Fix PHP warning when $node->build_mode not set.
- #297915 Fix content_copy.
- #298674 Content copy doesn't import all type properties.
- #293471 Remove fieldgroup selection on field settings form.
- Userref / Noderef : Add a 'none' choice for non-required, single fields with 'Radios / checkboxes' widget.
- #298823 Views integration: do not step into views_* namespace.
- #299698 Userreference: autocompletion query when typed string is '0'.
- #300236 Fix inconsistent schema for 'locked' column between install and updates.
- Do not display 'label' settings on 'advanced' subtab of 'Display fields'.
- #266205 by sun: add zebra classes for field items.
- #299870 Incorrect handling of custom weight for 'Language' node form element.
- Fieldgroups: display options were not supported for 'advanced' contexts (RSS, search index...).
- Fieldgroups: do not display group label when building the search index.
- Fieldgroups: Remove tinyint (127) limitation on group weights.
- #301984 by joetsuihk - Views Integration: do not display empty divs on empty fields.
- Views integration : prevent possible 'invalid argument for foreach' warnings with 'group multiple values'.
- Fix tests to work with simpletest 2.x.
- #296301 by Moonshine - Fieldgroups: fix call_user_func_array() error on add / configure / remove pages.
- #118364 Number (decimal): fix unneeded information message when using comma as a separator ("150,00 was changed to 150.00").
- Fieldgroup: New groups are not styled on node view until 'display fields' form is submitted.
- #303664 Views integration: update to new Views API for handler / plugins.
- #303475 by wrunt - Optionwidgets : unchecked 'single on/off checkbox' stores 0/'0' instead of the 'off' value.
- #304450 Userreference - fix broken autocomplete for 'simple' mode / fix broken 'advanced - views' mode after Views API changes.
- Fix PHP warnings on node display for hidden fields inside fieldgroups.
- #305048 by asimmonds: fix incorrect link on 'start update' page when updates were aborted.
- Content copy: Fix broken group export as a result of #296301.
- #304828 Clean up function names in content.admin.inc.
- #285557 Added 'img' to the list of allowed tags in fields descriptions.
- Content copy: wrong page title after export code has been generated.
- Fieldgroup: fix broken node preview.

Created by: yched
Created on: 9 Sep 2008 at 23:37 UTC
Last updated: 1 Aug 2018 at 21:03 UTC
New features
Bug fixes
Insecure

Other releases