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.
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.