cck 6.x-3.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-3.0-alpha3.tar.gz | 210.5 KB | b41d6e1f2dd26cf9311c577e5e8b00b3 |
| cck-6.x-3.0-alpha3.zip | 263.01 KB | f92b68d375461a732c093009999002cd |
Release notes
CCK 6.x-3.0-alpha3
- #1081072 Imagefield validation does not use error_element, needs a tweak so that the empty required field gets highlighted correctly.
- #1081072 Imagefield validation requires that we alter the field_info values or it will still require an image in an empty group.
- Fix miscellaneous undefined index errors.
- #1081072 Tweak fix for required fields inside non-required group so not all fields are highlighted.
- #1093928 Required option lists do not have an empty option available. Add one to avoid 'An illegal choice has been detected' errors for empty groups.
- #1081072 Fix Cannot use a scalar value as an array problem when using optionwidgets.
cck 6.x-3.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-3.0-alpha2.tar.gz | 210.17 KB | b24032002519e5be7dd8d1d5bf34b0c6 |
| cck-6.x-3.0-alpha2.zip | 262.62 KB | e6f3df0bd061efdc03db9ba95653e511 |
Release notes
CCK 6.x-3.0-alpha2
==================
Features:
- #536260 by Agileware: Make "Add more values" button text themeable.
Bugfixes:
- Fix Use of undefined constant _add_new_group.
- Fix undefined index '#depth'.
- Fix warning: Creating default object from empty value in template_preprocess_content_display_overview_form() (line 134 of ..theme.inc).
- #1063338 by DeFr: Fix undefined indexes for FIELD_NAME_rendered and others.
- Fix undefined group name index in fieldgroup_nodeapi.
- #1053566 by DamienMcKenna: Fix undefined index errors in _fieldgroup_get_tree().
- #1081072 Must be able to save empty, non-required, multigroup, even if it contains required fields.
- #522564 Remove empty groups even if not marked 'remove'.
- Multigroup validation was defaulting to 'required' when created, should default to 'not required'.
- #1092044 Make sure all multigroup formats are preserved, even if not visible on the current tab.
cck 6.x-3.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-3.0-alpha1.tar.gz | 444.1 KB | d95232f4c2ea4047333faf1c7051dbde |
| cck-6.x-3.0-alpha1.zip | 597.15 KB | f1e80ba5b7e05ce0146fe5b9532010e7 |
Release notes
CCK 6.x-3.0-alpha1
==================
Initial alpha release of 6.3 branch code, including Multigroup and Nested Fieldsets. This should still be considered Alpha code, subject to changes.
Features:
- #1049790 Add tests for fieldgroup.
- #849420 by Roberto Gerola, rconstantine, thekevinday, ericduran, KarenS Add ability to nest fieldgroups within other fieldgroups.
- #1008184 by merlinofchaos, bojanz, dereine, yched: Adapt to Views 3 "semantic views" feature (backwards compatible with Views 2)
- #932680 by Dave Reid: Token integration : allow using of Token API's new $options
- #863226 by KarenS, make sure we have a function that will return inactive instances when other instances of the same field are still active.
- #692822 by Dave Reid, add authoring info and publishing options to CCK extra fields.
- #428650 Conditional cache/menu rebuild for content CRUD methods.
- #334945 Save default values when field is hidden because of access permissions.
- #196421 Deleting unwanted multiple values / multiple values delta issues.
- #119102 Combo field - group different fields into one.
- #505278 Panels 3 and multiple node type fields.
- #495582 Reviewed Panels 3 integration (prep work for combo / multigroups).
Implementation of fieldgroup_view_group() that can be used to render field groups.
- #417122 by quicksketch: allow drupal_alter on field and widget settings.
cck 6.x-2.9
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.9.tar.gz | 431.2 KB | 9e30f22592b7ecf08d020e0c626efc5b |
| cck-6.x-2.9.zip | 572.17 KB | ce84d2d96542c8554439161e45e106bd |
Release notes
Important note:
This release does not require database updates (update.php), but the theme registry cache needs to be refreshed after the new code is deployed :
- visit 'admin/settings/performance' and hit the 'Clear cached data' button,
- or run 'drush cc all' (if you have drush installed).
This release fixes a couple minor bugs, and keeps to-date with recent developments in important modules (Views, Token / Pathauto)
Features:
- #932680 by Dave Reid: Token integration - allow using of Token API's new $options param
- #1008184 by merlinofchaos, bojanz, dereine, yched: Adapt to Views 3 "semantic views" feature (backwards compatible with Views 2)
Bugfixes:
- #863226 by KarenS: make sure we have a function that will return inactive instances when other instances of the same field are still active.
- #887742 by yched: fix notices in _content_get_formatter() in some Views
- #736440 by yched, dhthwy: fix memory leaks on long running migration scripts (e.g. migrate.module)
- #705512 by cha0s, roderick: 'add more' button - fix PHP 5.3 compatibility
- #894880 by yched: fix notices in check_plain() when rendering empty 'plain text' values
- #728472 by Darren Oh: Ensure the module's preprocess functions run first
cck 6.x-2.8
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.8.tar.gz | 430.27 KB | b4ee90587dacefcb290f7f9bbf49ea40 |
| cck-6.x-2.8.zip | 566.41 KB | 304db4d4bc6e15fe5e603829cdbb2323 |
Release notes
Fixes for content_access() and nodereference_autocomplete_access() described in SA-CONTRIB-2010-088.
cck 5.x-1.12
| Download | Size | md5 hash |
|---|---|---|
| cck-5.x-1.12.tar.gz | 140.63 KB | 56a4b7e9beb544253ea0b6543a2cee22 |
| cck-5.x-1.12.zip | 175.39 KB | e3919664240e26153edfc9d1d8a18d07 |
Release notes
Hotfix release for 5.11
- #829670 : fatal error in nodereference.module.
Release notes for 5.11
---------------------
Fixes SA-CONTRIB-2010-065 - Content Construction Kit (CCK) - Access Bypass.
- #195688 by jcnventura, add print option to nodeapi.
- Add db_rewrite_sql() check to nodereference formatters.
- #339753 by MrGeneYUss: fix invalid admin/content/types/[type]/edit path (not actually used in the UI).
- #341538 by gianfrasoft: fix SQL errors on field creation on rare circumstances.
- #356908 Number : Correctly filter 'prefix' and 'suffix' properties.
cck 6.x-2.7
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.7.tar.gz | 430.22 KB | 79e7f184ba68f5bf09eb8fde872572b8 |
| cck-6.x-2.7.zip | 566.39 KB | 02e56e18d0bd6ce2f07dbfaca85381f1 |
Release notes
CCK 6.x-2.7
===========
Features:
- #692822 by Dave Reid, add authoring info and publishing options to CCK extra fields.
- #670344 by dagmar: Make CCK compatible with both, views 2 and views 3.
Bugfixes:
- #470470 by neilnz, use iLIKE for postgres selects.
- #769592 by vkareh, add default values to nodeapi.
- #714762 by Robbert, make diff module integration PHP5 compliant.
- Add db_rewrite_sql() check to nodereference formatters.
- #625768 CCK 6.x-2.6, got fatal error on update.php while running userreference_update_6002().
- #649106 by thekevinday: Fix content_copy_form_alter(), where $form_state argument is not passed by reference.
Fixes SA-CONTRIB-2010-065 - Content Construction Kit (CCK) - Access Bypass.
cck 5.x-1.11
| Download | Size | md5 hash |
|---|---|---|
| cck-5.x-1.11.tar.gz | 79.71 KB | 1674eb745514e6303c5bd071eeb653d7 |
| cck-5.x-1.11.zip | 97.89 KB | e593b341ed949a6b66a8307f302ce431 |
Release notes
This release has a critical bug. Please use the 5.12 release instead.
5--1.11
=======
- #195688 by jcnventura, add print option to nodeapi.
- Add db_rewrite_sql() check to nodereference formatters.
- #339753 by MrGeneYUss: fix invalid admin/content/types/[type]/edit path (not actually used in the UI).
- #341538 by gianfrasoft: fix SQL errors on field creation on rare circumstances.
- #356908 Number : Correctly filter 'prefix' and 'suffix' properties.Fixes SA-CONTRIB-2010-065 - Content Construction Kit (CCK) - Access Bypass.
cck 6.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.6.tar.gz | 413.58 KB | 3e719a786f7fed2c6e7bd341a508ca60 |
| cck-6.x-2.6.zip | 547.66 KB | 76f78cfd69809ec64cbb00d58b314735 |
Release notes
Changes since CCK 6.x-2.5:
IMPORTANT: Please, apply this patch before running update.php for userreference module. More information about this issue:
- #625768: Fatal error while running userreference_update_6002()
Overview:
- The main reason to pack this release is to keep CCK in sync with recent changes in Views 2.7 that broke the advanced views feature in Node reference fields.
- As usual, please make backups before upgrading.
- Visit update.php and apply pending updates after uploading the new files.
Features:
- #244896 by stella, canaryMason - Add incremental classes for multiple value fields in views.
- #227129 by igor.ro - Expose "delta" column in multiple value fields to Views.
- #531662 by neochief - i18n support. Allow external modules to translate field labels, descriptions and allowed values list as typed in the field settings form.
- #531662 i18n support for fieldgroups.
- #558420 Accept trimmed titles in nodereference autocomplete validation to prevent title mismatch errors when title ends with space.
- #596428 by NancyDru - Allow external modules alter the content type list.
Bugfixes:
cck 6.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.5.tar.gz | 407.63 KB | d20669111ff3e528a233a14247df42de |
| cck-6.x-2.5.zip | 541.91 KB | 81d5a959321c0bc605e5d4741d5c1767 |
Release notes
Changes since CCK 6.x-2.4:
Overview:
- As usual, please make backups before upgrading.
- A few CCK core files have been added and/or removed from the package in this release. It is recommended that you delete all of the CCK core files (including subdirectories cck/help, cck/includes, and so on) and then install the new CCK core files extracted from the 2.5 package. There is no need to disable/delete modules within the CCK directory, although they should be the most recent versions.
- Please visit update.php to apply pending updates after installing the new files.
- It also worths to mention that Panels 3 integration has been reviewed and enhanced with display options for fields and field groups.
- IMPORTANT: All sites using Diff module with CCK for Drupal 6 are strongly encouraged to upgrade to CCK 2.5 (see #538872: Diff doesn't respect cck permissions).
Features:
- #428650 Conditional cache/menu rebuild for content CRUD methods.
- #334945 Save default values when field is hidden because of access permissions.
- #503258 by eaton: allow 'extra fields' to provide 'configure' and 'remove' links.
- #505278 Panels 3 and multiple node type fields.
cck 6.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.4.tar.gz | 402.35 KB | e37388bf9061fa24df62e269a5c64fed |
| cck-6.x-2.4.zip | 537.28 KB | 6238875ef46f0323189a23fbd693cac7 |
Release notes
Hotfix release for 2.3:
- #482774 Update breaks when CCK is disabled.
Note that Acquia-Drupal 1.2.11 already contains the fix.
Changelog from the 2.3 release:
-----------------------------------
Please visit update.php to apply pending updates after uploading the new files.
This release:
- fixes a few bugs,
- adds initial Panels 3 support (Panels 2 not supported),
- removes the unfinished Multigroup feature (work on this will continue in an experimental branch)
Features:
- #414298 by Michelle, merlinofchaos - Add Panels 3 integration for fields and fieldgroups.
- #419678 Views integration: expose CCK fields to 'Node revision' Views.
- #399778 by Benjamin Melençon - Nodereference / Userreference: Add 'size' setting to autocomplete widgets.
- #479044 by merlinofchaos - Add Panels 3 relationships for nodereference and userreference fields.
Bugfixes:
- #407446 by quicksketch: prevent double serialization during per-field to per-type migration.
Followup: update function to fix potentially existing corrupted data.
- #407344 fix html appearing in selects in Views filters.
- #409320 by bengtan: Nodereference / Userreference - fix 'this post cannot be referenced' for views-defined referenceable nodes/users, when the view definition has a 'limit'.
- #409398 by markus_petrux - fix handling of fieldgroup_types() (prep work for combo / multigroups)
cck 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-3.x-dev.tar.gz | 214.53 KB | 9557ada79db68319c6b9805364707706 |
| cck-6.x-3.x-dev.zip | 268.21 KB | 7f3f05cbc65b93cf053cd5680b68a8f7 |
Release notes
The 3.x dev release is currently an experimental branch for larger scale new features while the 2.x branch is now staying with only stable changes and minor new features.
For further information, please look at: #494100: State of the multigroup module
cck 6.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.3.tar.gz | 400.97 KB | 7f60a6bbaba40059562a87fb33203197 |
| cck-6.x-2.3.zip | 530.9 KB | d615a00c4c3b2ca4fa39c8d40342fd87 |
Release notes
The CCK 2.3 release has a bug in the update process. Please use release 2.4 instead.
Note that Acquia-Drupal 1.2.11 ships with a version of CCK tagged 2.3 but already contains the fix.
This release:
- fixes a few bugs,
- adds initial Panels 3 support (Panels 2 not supported),
- removes the unfinished Multigroup feature (work on this will continue in an experimental branch)
Features:
- #414298 by Michelle, merlinofchaos - Add Panels 3 integration for fields and fieldgroups.
- #419678 Views integration: expose CCK fields to 'Node revision' Views.
- #399778 by Benjamin Melençon - Nodereference / Userreference: Add 'size' setting to autocomplete widgets.
- #479044 by merlinofchaos - Add Panels 3 relationships for nodereference and userreference fields.
Bugfixes:
- #407446 by quicksketch: prevent double serialization during per-field to per-type migration.
Followup: update function to fix potentially existing corrupted data.
- #407344 fix html appearing in selects in Views filters.
- #409320 by bengtan: Nodereference / Userreference - fix 'this post cannot be referenced' for views-defined referenceable nodes/users, when the view definition has a 'limit'.
- #409398 by markus_petrux - fix handling of fieldgroup_types() (prep work for combo / multigroups)
- #356908 Number : Correclty filter 'prefix' and 'suffix' properties.
cck 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.2.tar.gz | 349.28 KB | 0fe5f8e6d1292fcfe98530a3dea0a1a1 |
| cck-6.x-2.2.zip | 453.82 KB | 694bcea4e48b943f998860483c4e67dc |
Release notes
IMPORTANT:
This release fixes a security issue (XSS vulnerability) in nodereference and userreference modules.
All sites using CCK for Drupal 6 are strongly encouraged to upgrade to CCK 2.2.
Note that the Drupal 5 versions are not affected.
See the Security Annoucement on http://drupal.org/node/406520 for more informations.
Features:
- #361311 Add poll settings forms to Manage fields screen.
- Add book form to Manage fields screen.
- #131953 by markus_petrux - Views integration: expose additional db columns.
- #349987 by Michelle - Panels integration for fieldgroups.
- #362216 by markus_petrux - sort the admin/content/types/fields overview by field name.
- #242583 by jmiccolis - Number: Push maximum 'scale' setting up to 10 for decimal fields.
- Correct RTL display.
- #405452 - Views integration: Update to Views 2.3 API ('link to node'), with 2.2 compatibility preserved.
Bugfixes:
- #392476 Make sure CCK textarea fields in a View don't have a span wrapped around a block-level element.
- Fix devel_generate for decimal and float values.
- #358700 Can't use array_slice() on assoc array in PHP4.
- #196421 Prefixed tables weren't getting queried correctly.
- Don't assume display_settings[$context] always exists, newly enabled modules may add new contexts that weren't there when the field was last edited.
cck 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.1.tar.gz | 311.39 KB | 6036acde1dbc0bad62681de5f94bc912 |
| cck-6.x-2.1.zip | 413.6 KB | 19c4b8ed8e7cb54c728525a12ccc237d |
Release notes
This release mainly fixes two critical issues:
- #331293 by Timo.Kissing - Content copy: no fields proposed for export (#320632 followup).
- #331033 Views integration: Fix fatal error in content_handler_field.inc in some circumstances.
Other fixes:
- #331179 Userreference: 'reverse link' checkbox stayed unchecked.
- Uninstall forgot to remove some variables.
- #331794 Fix false positives for "The default value is invalid" error message.
- #331995 Fix 'invalid argument for foreach' warning on nodes with inexistent type.
- Views integration: make sure our own render_link doesn't output empty links (see #332679).
cck 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.0.tar.gz | 311.12 KB | ea2a47052833892030541464ad6609a9 |
| cck-6.x-2.0.zip | 413.33 KB | 3d77606337a3a356dae3ba2d7e349921 |
Release notes
IMPORTANT NOTES:
-------------------
- VIEWS INTEGRATION - Filters available for CCK fields in Views have changed slightly since the RC releases.
If upgrading from a previous CCK RC release, you might get errors or warnings when displaying some views,
or find they don't display the expected results. You'll need to edit those views and redefine their filters.
This only applies to filters defined on Text or Number fields that specify a list of 'Allowed values'.
Filters on other CCK fields are not affected.
- SECURITY FIX - This release fixes (minor) cross-site scripting (XSS) vulnerabilities
in nodereference.module, userreference.module, content_copy.module, and CCK's Views integration
See the Security Annoucement on http://drupal.org/node/330546 for more information.
-------------------
Main new features since RC10:
- #300368 Add option on Display fields screen to omit fields or groups from the $content value passed to the node template.
- #298651 by smk-ka, yched - Nodereference/Userreference: Enhance performance on large sites.
This also adds 'autocomplete mode' widget settings (full string / beginning of string).
- #329447 add content_view_field() API function to display a single field, fully themed with label and multiple values, to be used by 3rd party code.
Other changes:
- Content_generate should be passing field info and updating $items.
cck 5.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| cck-5.x-1.10.tar.gz | 140.36 KB | dd690b8c01bb0090e7df8402067c7373 |
| cck-5.x-1.10.zip | 175.2 KB | 6fb25478fbd0f25c6859afa19303436f |
Release notes
IMPORTANT : this release fixes (minor) cross-site scripting (XSS) vulnerabilities
in nodereference.module, userreference.module and content_copy.module.
See the Security Annoucement on http://drupal.org/node/330546 for more information.
Other changes
- #316656 Default weight must be zero, not NULL, or form ordering will be incorrect.
- #309558 by mroswell : fix PHP doc typo.
- #281749 by asimmonds: fix '0' not parsed as an alias for allowed values.
- #308215 by Reg - Nodereference: Do not filter on empty string when querying for referenceable nodes.
- #318143 by Douggreen - Panels integration: make widget label translatable.
cck 6.x-2.0-rc10
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.0-rc10.tar.gz | 243.1 KB | 1fbf5c09c881fe44ec09fff61d26aef9 |
| cck-6.x-2.0-rc10.zip | 324.34 KB | f056fe0d422689ded2015caf36f8dbdb |
Release notes
- Advanced help modules were omitted from the previous release, they are added in here.
- Get rid of helper function content_is_updated(), we can do it better using the content version variable.
- #318224 by brmassa, fix several errors in Content Copy.
- #318387 Make sure old fieldgroup updates don't run if tables were never created.
- #318227 Clean up update abort logic to more clearly explain what still needs to be done, add a helper function to prevent dangerous database operations until database is updated.
- #317232 Change css file name from content.css to content-module.css to avoid namespace collisions.
- #316656 Default weight must be zero, not NULL, or form ordering will be incorrect.
- #107407 by dopry, optimization patch, do nothing in hook_form_alter() and hook_nodeapi() if there are no fields.
- #317932 Fix userreference documentation typo.
cck 6.x-2.0-rc9
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.0-rc9.tar.gz | 221.95 KB | 9beefdfbf85f8a5e8b73235574d636a8 |
| cck-6.x-2.0-rc9.zip | 296.45 KB | 81718ec7ea039267697e3a4cd8f00820 |
Release notes
- Change update instructions to recommend leaving CCK modules out of the modules folder until they're enabled.
- #311146 by Brian294, dheffron, yched, and others, fix critical javascript problem in new Manage fields UI screen in some themes.
- #317036 by hass, context-sensitive translation fixes.
- #316354 by fago, hass, fix translation issues in rules.inc files.
- #312546 by stella, code cleanup.
- #317032 by hass, code cleanup.
cck 6.x-2.0-rc8
| Download | Size | md5 hash |
|---|---|---|
| cck-6.x-2.0-rc8.tar.gz | 221.39 KB | dd633f983e4a43bb9da7bd40e1d81682 |
| cck-6.x-2.0-rc8.zip | 295.29 KB | c39b083b93610ab8e72b5c1f7fcd7c19 |
Release notes
CCK 6.2-rc8
===========
Be sure to visit update.php after uploading this release. This release includes important upgrade path fixes and a new UI for the manage fields screen.
- #314986 by moshe weitzman, remove hook_devel_caches(), deprecated in favor of content_flush_caches().
- Clean up inconsistencies in unsetting _error_element, sometimes not unsetting it, sometimes not testing before unsetting it causing undefined index errors.
- Add more documentation of how nested nodereference and userreference items work.
- #119102 Combo field prep, Use === in userreference and nodereference validation to be sure we get right results if parent is a zero (delta) value instead of a string name.
- #119102, #314843 Make sure module process code doesn't override #element_validate set by other modules.
- #119102 Combo field prep, rework fieldgroup name validation into API to be used by other modules.
- #312546 by stella - Change some links to make translation easier.
- Added the #delta value to the wrong place in the element, it was inaccessible to the formatter theme.
- #119102 Combo field prep, rework the field overview form so it can hanle other kinds of groups.
- #119102 Combo field prep, add hooks to the fieldgroup module so other modules can alter group info.
- #119102 Combo field prep, add group_type information to the Manage fields screen.