Downloads
Download tar.gz
141.79 KB
MD5: 688ed33b3a2a63bc1bce9da3c2d104de
SHA-1: 90722f9ba4fba6d10e690e1a9bfeb1dcbccb59b0
SHA-256: 18f0508558c4140bfbc95dd75c5d8b3fcef61fdcec7fb46ca508108ab6881a0f
Download zip
191.34 KB
MD5: c9e85aac38d3c2f18015c820ec325206
SHA-1: d06c1e1e980dfde53b1d87085b24658c9b25a38f
SHA-256: c389402c075a001ec36f123a2dd7d64f0d12dbbd7c3646465a3265cb5c7446a4
Release notes
Changes since DRUPAL-6--1-9:
- change fb.php include to match latest firephp.org distro
- including leading period in path. performance.
- #273167 by beginner. tripped over a landmine in update_sql().
- fix NOTICE when adding uploads to generated nodes.
- fix session id display on session viewer page
- First half of rework of Theme Developer to be faster and less memory intensive. Instead of sending all the variables for all theme calls in each request, we save the variables to a cache table on the server. In the next commit, the popup will retrieve the variables on demand if the user cares to view them. The menu callback for this AJAX request is done - just need javascript work now.
- Theme developer now has its variables back and all is fast and memory efficient. For those that choose to move their krumo subdir out of the way or otherwise disable krumo(), there is a bug in devel_print_object() where it seems not to handle recursion properly and even without recurssion, the popup does not properly expand its output when clicked.
- use own cache table.
- #281228 fix name of themer_uninstall()
- #228746 by dman. Devel backtrace still goes noisy when a @suppressed warning is encountered.
- #278857 by drewish. remove views1 code for now.