Downloads
Download tar.gz
19.76 KB
MD5: 9aeeba365daa58bb4f0fa54f832e8432
SHA-1: a2815961bbdb94e50a836ec587e0ddfcd5d8f752
SHA-256: 768fda7d04c69dad950fc721ee8d055048a870a7bb5c0ebd0960247afdc94aa9
Download zip
23.79 KB
MD5: 3c67c014674e799d5970458b699cf219
SHA-1: e6af936a24ed009c27814f3fd46e5dc2c279e719
SHA-256: 8f1bd775ecbfe7c027eaa50a0cc97443af9b529f7a720f1c06b3058617856da2
Release notes
Giving my 'Fieldset helper' some much needed love and some actual features.
New features
- Added an id attribute to all fieldsets.
#899768: id attribute dropped - Added the ability to add 'Expand all | Collapse all' links on specified pages.
- Added the ability to set all fieldsets to be collapsible on a per page or global basis
- Added the ability to collapse all fieldsets (by default) on a per page or global basis
- Added the ability to enter fieldset ids whose collapse state should saved be globally (across multiple pages)
http://groups.drupal.org/node/20014#comment-283124 - Fixed save collapsible fieldset state in seven(backport).theme
#902646: Incompatibility: Fieldset Helper vs Seven theme - Reworked theming functions so that theme_fieldset, theme_fieldgroup, theme_system_module do not have to overridden, instead custom preprocess function will be used to define default state.
- Fixed incompatibility issues with Rubik and Tao admin themes. #566174: Expand all | Collapse all not working on modules page for the Admin module.
- Automatically load required fieldset.js and fieldset_helper.js files if a page has a collapsible fieldset anywhere on the page including hand-coded collapsible fieldsets.
- Added some useful hooks #823318: suggestion: hook_fieldset_helper_rewite_path
- HOOK_fieldset_alter(&$element);
- HOOK_fieldset_helper_path_alter(&$path);
- HOOK_fieldset_helper_element_path_alter($element_id, &$path);