#89097 reverse sign on option delta, fix view tablename aliases
#114265 handle empty 'to' date values by filling with 'from' date
Fix block view of date browser, use new CCK views table alias.
#80592 alter default value handling to match changes in CCK, display blank value
as default for to date if not required, make sure blank value is stored as NULL
2 Feb 2007: update theme for drupal-5.1 7 Feb 2007: fix miss of $script, code cleanup, no sidebar hack (1st stable release) 9 Feb 2007: update screenshots, sidebar-right list handling (2nd stable release)
General
- 59451 Added management of default values for fields
- 107128 Added teasers / full nodes support in an overview form for display settings
- Reworked theming example and instructions accordingly
- Removed hook_field('view') for core field modules
(default 'view' op is now handled in content.module)
- 108755 Add group name in the 'class' attributes of groups fieldsets
- 112225 Moved content_types_rebuild to hook_enable
Field / widget modules
- 108302 Number : Added formatters for numbers (+ be sure non-numeric data is not stored)
- 110570 Number : Added prefix and suffix option
- 111129 Optionwidgets : Added widget to handle single on/off checkbox
- 112464 Standardize validation in field rather than widget,
Standardize use of $items rather than $node_field
Bugfix
------
General
- 105787 (critical) move data tables from 'node_*' to 'content_*'
to avoid possible clashes with core 'node_*' tables
- 104229 Fixed occasional 'wrong datatype' error on field overview
- 108914 Fixed error when several fieldgroups have the same name
- 111276 Fixed link to module page in warning message when no field module is enabled
- Remove deprecated help text in fieldgroup.module
- 109863 Fixed table name error in content.install (4.7 upgrade path)