Downloads

Download cck-4.7.x-1.2.tar.gztar.gz 62.7 KB
MD5: c52f55f31a6f0afa188b655b0b710ab3
SHA-1: 61baa28b4934dff75ac1077962ae504e1ad96178
SHA-256: 8dd612a1f9f87d9c8312fd9aca1b7cf7cad4ff77aa8aba8e0bda1291dccf2717
Download cck-4.7.x-1.2.zipzip 86.93 KB
MD5: fc725e8deb6271931ba4a0358139a974
SHA-1: 98f06204a2a24f0f2717bf5189acc65dc21768ae
SHA-256: 5b9eb2d53be5ff4bd6ad8284d46d3fcbdd967627935d2d2c532fda3b34f79fdb

Release notes

4.7--1.2
========

Bugfix
------
- 107752 Changed JOIN USING to INNER JOIN in fieldgroup for MYSQL 3 compatibility
- 84634 Added error handling for some PHP5 array_merge errors
- Fixed some invalid t()'ed strings for .pot extractor

4.7--1.1
========

This version has database changes in it and requires update.php.

Files added:
fieldgroup.module
fieldgroup.info
fieldgroup.install
content.css

Features
--------

General
- 57483 Added fieldgroup module to core CCK.
- 99672 Improved UI for setting weights and groups on field overview page
- 79887 Default field theming does not display label on empty fields.
- 88135 Views handling of multiple fields : allow option to group multiple fields together.
- 107208 make db tables storage-agnostic (remove MyISAM enforcement)
- Optimized .inc files inclusion
- Misc code cleanup

Field / widget modules
- 89172 Improved handling for optionwidgets, adding ability to create options as an array
in php or as a list of values. Also fixes View handling, making sure the right value
is swapped in for the option in Views tables and lists.

Bugfix
------

General
- 105270 Adapt field and group admin forms to work better with programmatic submissions.
- 89351 Make sure node_content table row gets deleted when no fields are in it.
- Fix url in fields tab table.
- 101599 Fixed node not being passed to formatters in view field handler
- When changing storage from 'per field' to 'per content type',NULL values were
copied as 0 or string 'NULL'
- 98895 Always include content_admin.inc file in admin area.
- 101946 Make sure no default value is provided for MySQL text and blob columns.
- 81688 Ensure multiple fields have a label to mark "required" asterisk
- 105603 Make goup names consistent with field names ('group-*' => 'group_*')

Field / widget modules
- Text : store one '' (empty string) for empty multiple fields (stored nothing previously)
- 103585 Userreference : force transposed node_field['uid'] to array when empty.
- 98910 Userreference : fixed storage issues for empty userreference fields
- 106150 Userreference : make user list sorting consistent
- 82439 Number : fixed storage issues for empty number fields
- Noderefence : the 'empty' option for Views filters was not correctly preselected.

4.7--1.0
========

- initial 4.7 release

Created by: KarenS
Created on: 9 Jan 2007 at 16:20 UTC
Last updated: 1 Aug 2018 at 19:35 UTC
Insecure

Other releases