Downloads
Release notes
This is a major release of the Drupal for Firebug module that provides the following cool features:
* Ability to have user objects, form arrays, node objects, and view objects show up in collapsible fieldsets (#300215)
* Ability to use jQuery to manipulate results in Drupal for Firebug Firefox extension window
The following bugs and outstanding issues were resolved:
* Code was developed to check for recursive objects which prevent crashing from recursive conditions in a number of cases (fixes: #303443, #303337)
* Fixes a number of E_ALL PHP warning errors (fixes: #302457, #302460, #302384)
* More accurately specifies menu callback to remove phantom item (fixes: #305409)
* Better handling of user object to prevent phantom object (fixes: #307236, #303280)
* Masking of user's md5() hash of their password (fixes: #307720)
* No longer breaks devel's module page timer + memory display (fixes: #305816)
* Accurately displays all elements in the form array (doesn't ignore the 0 key) (fixes: #302415)
* Better handling of form output, fixes teleport and other modules (fixes: #301819, #309114)