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
5--1.1
======
This version has database changes in it and requires update.php.
General
- 99446 Added content_copy module for import/export for type, group, and field definitions.
- 57483 Added fieldgroup module to core CCK.
- 99672 Improved UI for setting weights and groups on field overview page
- 99672 Added body field (if present) to the fields overview
- 79887 Default field theming does not display label on empty fields.
- 88135 Views handling of multiple fields : allow option to group multiple fields together.
- 105787 Refactor generation of data table names
- 107208 Make db tables storage-agnostic (remove MyISAM enforcement)
- Optimized .inc files inclusion
- Removed hook_simpletest for now
- Misc code cleanup