Downloads

Download cck-6.x-2.0-rc3.tar.gztar.gz 176.46 KB
MD5: 564f1bd699786d73710078ec45ffa70b
SHA-1: d4f9beba31f688319830bdf89ab0f047c3ff5fa5
SHA-256: 1deffe25179363a90abe279e1d7783ce3393e7a8fa2e9ed65a91eb1ac2af32c7
Download cck-6.x-2.0-rc3.zipzip 247.62 KB
MD5: 6cee524b7558e9ff167906bcd0a76a16
SHA-1: d5a67ee7bf3a28b1ec5d378cf45c843285a03c13
SHA-256: 098c2347ce7066567a1bd25f6c2bfbfa10a54e274c4195b9d9add7ec6d923dd4

Release notes

This is a hotfix release for:
- #277968 by jpetso: Fix fatal error when cck folder lives in the main /modules folder.

Other changes in RC3:
- #278116 by Damien Tournoud: Make some strings easier to translate in views intergration forms.
- #278135 fix some translation quirks + fix french typography for ':' :-)
- Nodereference: 'Title mismatch. Please check your selection' error should break validation (+ fix typo).

Changes from beta release :

CCK 6.2.rc2
============
- #276994 Follow up, remove conditional loading for content.views.inc, Views handles it.

CCK 6.2.rc1
============
- #276994 Remove views_include_handlers() from content.views.inc, no longer needed.
- Change 'allow_empty' to 'allow empty' so that Views filters work correctly.
- #272871 Pass #node to formatters to be consistent with the values that were available in the D5 version.
- #271294 Add TODO to get rid of content_write_record() once drupal_write_record() is patched.
- #271294 Add documentation for the reason for having a custom version of drupal_write_record.
- Avoid E_All error when prefixes and suffixes are not defined in number module.
- Avoid E_All error, don't try to return $item[0] if there are no items.
- #266590 Make sure a view is valid before trying to use it in the nodereference module to fix upgrade errors when the view has not been updated to Views 2.
- #258127 Get rid of content_menu_needs_rebuild() in remaining places and only rebuild the menu when absolutely needed.
- Alter content_types_install() to make sure it picks up all the regular field and widget values out of the database. Some of the field values were missing, which caused some of the other values to get set incorrectly during updates and when modules are enabled.
- #235063 Fix jumbled multiple values when hitting the 'add-more' button with more than 10 values.
Keep 'add more' button text consistent.
- #270014 by yang_yi_cn: form for multiple values didn't call the right hook_widget
- fix 'Undefined index: #access' notice when content_permissions.module is disabled
- #270315 Mention dependency on schema.module in the desciptions of the CRUD tests.
- #227951 by pwolanin: Add a permission for PHP 'default values' and 'allowed values'
- #271682 by pwolanin: Make simpletests easier by not duplicating field name in same form.
- #270315 by pwolanin: Update simpletest to use DrupalWebTestCase.
- #227951 by pwolanin: Add permission for ability to use php code for default values and allowed values.
- #270827 by pwolanin: Validity checks for the AHAH-'add more' request.
- #271087 Properly handle values '0' for text and number fields.
- #258407 Fix field template name to allow for easy overridability.
- #274038 by jpetso: Fix non-JS mode for 'add more' button.
- #275192 by jpetso: Attach AHAH behaviors to newly inserted widgets on JS 'add more'.
- #271710 by pwolanin: tests for UI field CRUD, and node form generation.
- #266696 by pwolanin: Unable to change the label or widget type for a field.
- #201329 by pwolanin and yched: Fix content_field_instance_delete() not cleaning tables.
- #271577 by pwolanin: Fix unsanitized text (optionwidgets, number, text, field labels, field descriptions)
- #273539 by jpetso: Fix JS-'add more' for complex widgets (e.g. filefield)
- #227435 by pwolanin: Usability - Put fields links on content type overview page
- #277101: Hide fieldset-based fieldgroups when all fields empty
- #198508: Prevent data loss for disabled fields.

Created by: yched
Created on: 3 Jul 2008 at 20:31 UTC
Last updated: 1 Aug 2018 at 21:03 UTC
Bug fixes
Insecure

Other releases