Posted by moshe weitzman on July 16, 2008 at 1:17am
| Download | Size | md5 hash |
|---|---|---|
| devel-6.x-1.10.tar.gz | 141.79 KB | 688ed33b3a2a63bc1bce9da3c2d104de |
| devel-6.x-1.10.zip | 191.34 KB | c9e85aac38d3c2f18015c820ec325206 |
Last updated: December 24, 2010 - 22:45
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.