Version 1.1.2.5 (checked in on 2009/04/24 at 14:29:13 by jrockowitz)
// $Id: CHANGELOG.txt,v 1.1.2.5 2009/04/24 14:29:13 jrockowitz Exp $
Fieldset helper 6.x-1.0, xxxx-xx-xx
-----------------------------------
by jrockowitz: Fixed error in fieldset_helper.test with getInfo missing 'public static' scope.
by jrockowitz: Added SimpleTest and fixed and/or cleaned-up discovered issues.
by jrockowitz: Fix: 'Warning: Call-time pass-by-reference has been deprecated
in
fieldset_helper.module on line 155
by jrockowitz: Minor pre-port code tweaks for Drupal 7 and fix form alter fieldset ids to be valid DOM #id.
- Fix '[error] PHP Notice: Undefined index:' by checking for array's index of
property existance using isset(array['item']).
- JavaScript should be compatible with other libraries than jQuery.
http://drupal.org/node/224333#javascript_compatibility
#425248 by HoKe: Un-/collapse by levels for moduleinfo.module
- Updated expand and collapse all on modules page to only open first level for fieldsets.
- Tweaked Drupal.FieldsetHelper.toggleFieldsets to allow for a completely custom jQuery selector.
by jrockowitz: Changed fieldset_helper.info file's package from 'Custom' to 'Other'.
by jrockowitz: Initial commit of fieldset_helper module.