Releases for Devel
devel 6.x-1.10
Download: devel-6.x-1.10.tar.gz
Size: 141.79 KB
md5_file hash: 688ed33b3a2a63bc1bce9da3c2d104de
First released: July 16, 2008 - 01:17
Last updated: July 16, 2008 - 01:20
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.
devel 5.x-0.4
Download: devel-5.x-0.4.tar.gz
Size: 56.22 KB
md5_file hash: 972134651b08fe329698adb8c34037f3
First released: July 16, 2008 - 01:13
Last updated: July 16, 2008 - 01:15
p>Changes since DRUPAL-5--0-3:
- don't emit query log during node access rebuild. we shouldn't even collect them (needs a patch).
- #187992 Do not load CSS and JS for everyone. patch by quicksketch.
- support for fb() function from http://www.firephp.org/. just put fb.php into the devel directory and you can start calling fb() to log information to firebug.
- Clean up all Coder issues, mostly formatting, but also two pgsql breakers.
- #91846 by Dave Cohen, rerolled by salvis. Add a second block to list the users with access to a node.
- #241060: by salvis. Implement an optional debug mode that displays much more information in the node_access entries block.
- #254320 Query summary not showing.
- use krumo if available in dsm/dpm
- #257288 by dopry. Devel doesn't watch for application/json
- fix copy paste snafu. patch by dopry. #267109
- #215375 by tej_arora. macro.module - Fatal error: Call to undefined method stdClass::__set_state()
- #257874 by KarenS. Generate CCK fields when generating nodes. Backport for 5.x
- including leading period in path. performance.
- fix session id display on session viewer page
- #228746 by dman. Devel backtrace still goes noisy when a @suppressed warning is encountered.
devel 6.x-1.9
Download: devel-6.x-1.9.tar.gz
Size: 141.75 KB
md5_file hash: 8b88659f45e31d8c05fd6990c491ea2a
First released: June 13, 2008 - 04:22
Last updated: June 13, 2008 - 04:25
Changes since DRUPAL-6--1-8:
- #260197 by gribnif. Typo in kprint_r
- rework devel_generate so that modules can cleanly form_alter themselves into the creation process. i have not changed comment, taxonomy, and upload to work like that yet. i will do so, and then add OG functionality so that group posts get properly affiliated with group nodes.
- further cleanup of bulk node generation. modules may now participate using standard hook_form_alter() and hook_nodapi(). See devel_generate_nodeapi() for an example. content_field('presave') is another example.
- add modified krumo package to devel. no longer is a separate download required. i made minor changes to config method so it uses variable_get(). also a change so that the backtrace file/line number make sense. lets try this out for a while and if it is successful, we'll rip out the conditional has_krumo() code in devel.module
- patch by moshe weitzman. avoid krumo() when outputting simple variables. only used for arrays and objects.
- #215375 by tej_arora. macro.module - Fatal error: Call to undefined method stdClass::__set_state()
- #259485 by jvandyk. add menu module as dependency.
devel 6.x-1.8
Download: devel-6.x-1.8.tar.gz
Size: 75 KB
md5_file hash: d8d8f4ee8dd61ccad625443ebafbe421
First released: May 17, 2008 - 15:41
Last updated: May 17, 2008 - 15:45
Changes since DRUPAL-6--1-7:
- don't emit query log during node access rebuild. we shouldn't even collect them (needs a patch).
- #248523 by quicksketch. fix warning in update function
- #238211 by John Morahan. devel admin page loads white if traceback active and no krumo in devel/krumo
- support for fb() function from http://www.firephp.org/. just put fb.php into the devel directory and you can start calling fb() to log information to firebug.
- Clean up all Coder issues, mostly formatting, but also two pgsql breakers.
- #91846 by Dave Cohen, ported by salvis. Add a second block to list the users with access to a node.
- #241060: by salvis. Implement an optional debug mode that displays much more information in the node_access entries block.
- use krumo if available in dsm/dpm
- #257288 by dopry. Devel doesn't watch for application/json
- #257874 by KarenS. Generate CCK fields when generating nodes.
- #234581 workaround for memory limit problem. help wanted for proper fix.
- #177722 - use batch api to create large number of node content
- Add settings link to devel block.
- #244729 by BDragon. Misc. hook_menu problems/cleanups
devel 6.x-1.7
Download: devel-6.x-1.7.tar.gz
Size: 70.8 KB
md5_file hash: b63eba9e1588baa2f8031589897eb376
First released: March 23, 2008 - 19:24
Last updated: March 23, 2008 - 19:25
Changes since DRUPAL-6--1-6:
devel 5.x-0.3
Download: devel-5.x-0.3.tar.gz
Size: 52.09 KB
md5_file hash: 92209f8f8f8c52b155ecfc4a2cf50df1
First released: March 23, 2008 - 19:14
Last updated: March 23, 2008 - 19:15
Optionally install http://krumo.sourceforge.net for much greater debug functionality ....
Changes since DRUPAL-5--0-2:
- * updated devel-module.pot. fixed and added some translations to de.po
- #228608 by moshe weitzman. devel_query_summary can fail
- #232570 by bobacronius. Krumo Devel 5.x backport. if folks have not downloaded krumo into your devel module, you are missing as treat. see README.
- avoid krumo if using CLI
- #126098 by RingoDS. Allow Zend Optimizer >= 3.2.8.
devel 6.x-1.6
Download: devel-6.x-1.6.tar.gz
Size: 70.42 KB
md5_file hash: dc2fd4030922e17258a0fa886557aa9f
First released: March 3, 2008 - 03:26
Last updated: March 3, 2008 - 03:30
Changes since DRUPAL-6--1-5:
- update.php does not create custom menu. fix by zambrey.
- defend devel_themer against zend optimizer shittiness. patch by moshe weitzman.
- #225137 by dvessel. template called shows incorrect name
- #98272 by dvessel. jquery-ui-drag.min.js Breaks on JS Compress.
- #223574 WSOD only with theme developer enabled on node submittal.
- #225016 by dvessel. update theme_twin
devel 5.x-0.2
Download: devel-5.x-0.2.tar.gz
Size: 50.3 KB
md5_file hash: ad5c18ca8467c9a1996df1630640cd6f
First released: February 28, 2008 - 01:56
Last updated: February 28, 2008 - 02:00
Changes since DRUPAL-5--0-1:
- #205317 by salvis. Interpret the gids in the node access table. D5.
- more robust 'rebuild node_comment_statistics table'
- #210651 by salvis. Explain realm = 'all'
- #214074 by dww: Added support to control the length of the switch user
block via a variable ('devel_switch_user_list_size'). No UI for this (yet). - #214074 by dww: Added UI on block configure page to control the length
of the switch user block. - #155097 by dww: Added autocomplete to the switch users block.
- #215626 by caramelson. add missing permission in macro module for D5
- #220974 user_access() does not exist
- #126098 zend optimizer segfaults PHP during db_query backtrace (white screen of death)
devel 6.x-1.5
Download: devel-6.x-1.5.tar.gz
Size: 70.73 KB
md5_file hash: 4755dc85712f86c24a7615c83bf2d587
First released: February 28, 2008 - 01:52
Last updated: February 28, 2008 - 01:55
Changes since DRUPAL-6--1-4:
- #126098 zend optimizer segfaults PHP during db_query backtrace (white screen of death)
devel 6.x-1.4
Download: devel-6.x-1.4.tar.gz
Size: 70.59 KB
md5_file hash: 9361284333474368c49b807943e7eb09
First released: February 21, 2008 - 15:48
Last updated: February 21, 2008 - 15:50
install custom menu fix - http://drupal.org/node/222087
devel 6.x-1.x-dev
Download: devel-6.x-1.x-dev.tar.gz
Size: 142.03 KB
md5_file hash: 50ade3d5bdc7e25b5e96207eae4049b8
First released: February 20, 2008 - 23:41
Last updated: September 6, 2008 - 00:03
The D6 dev snapshot
devel 6.x-1.3
Download: devel-6.x-1.3.tar.gz
Size: 70.54 KB
md5_file hash: 5dbb78276404810a219395d790bb349d
First released: February 17, 2008 - 23:31
Last updated: February 17, 2008 - 23:35
A tiny .install fix
devel 6.x-1.2
Download: devel-6.x-1.2.tar.gz
Size: 70.54 KB
md5_file hash: ec2d609a553289636f2388c54fc69e8b
First released: February 17, 2008 - 22:38
Last updated: February 17, 2008 - 22:40
minor .install fix
devel 6.x-1.1
Download: devel-6.x-1.1.tar.gz
Size: 70.53 KB
md5_file hash: 2d1065298518decda8eb0d0473851ed1
First released: February 17, 2008 - 16:58
Last updated: February 17, 2008 - 17:00
Changes since DRUPAL-6--1-0:
- minor text change for theme developer
- fix variable editor when used with krumo. krumo does own check_plain.
- minor text change
- #208349. don't try to generate polls
- #201060. query store get postgres support. patch by mailleux.
- use schema api and add hook_uninstall() for devel module
- #205317 by salvis. Interpret the gids in the node access table.
- #202248 by moshe weitzman. replace our custom clear cache callback with core
- #204426 port drupal_mail_wrapper to D6. patch by Sutharsan.
- #210031 by salvis. Port devel_node_access.module
- #204603 port macro.module to D6. patch by asimmonds.
- enrich the function arguments array with variable names at the top level. a php5 feature only
- remove a notice in theme developer
- #210456 by bdragon. Recache schema during devel_reinstall.
- more robust 'rebuild node_comment_statistics table
- fix inaccurate code comment
- #210651 by salvis. modified by moshe weitzman. add explanation for the default grant.
- #210651 by salvis. better explain for default grant.
- #189525 by Karens. Unable to run update.php with devel installed
- #214074 by dww: Added support to control the length of the switch user
block via a variable ('devel_switch_user_list_size'). No UI for this (yet). - #214074 by dww: Added UI on block configure page to control the length
of the switch user block. - #155097 by dww: Added autocomplete to the switch users block.
- #209929 by dvessel for devel_themer. theme_render_template failed to open stream warning.
- use custom menu instead of a custom block. you will need to enable the 'development' block on admin/build/block page. still need to dynalically append querystrings to a couple menu items.
- create the menu itself in hook_install
- create the menu itself in hook_update_n
- add early support for dynamic querystring on menu items. only cache clear menu item for now.
- use krumo() in session viewer and pretty up name/id presentation. if you haven't installed krumo() into your devel module, you are missing out. See the README. D6 only, until someone cares to backport.
- remove hook_menu_link_alter(). it was not needed. use hook_menu() instead.
- add destination querystrings to more menu links.
- add node access summary link to devel custom menu
- the return of 'run cron' menu link
- remove custom menu during uninstall.
- #209929 theme_render_template warning. patch by dvessel.
- enrich ddebug_backtrace() so it has meaningful keys
- don't put untranslated strings into menu_custom table. menu.install gets this wrong, i believe.
- #220974 user_access() does not exist
- create menu link for run cron with devel as owning module. also menu.inc is not that smart. it does not use the module column for uninstall. thats a bug IMO. anyway, i worked around this in devel_uninstall().
- add update function to create our run cron menu link
- #222484 by Sutharsan. drupal_mail_wrapper language object error
devel 6.x-1.0
Download: devel-6.x-1.0.tar.gz
Size: 52.54 KB
md5_file hash: 3dbd3cd4c15f001c1ac7067ca58c74ff
First released: January 11, 2008 - 00:48
Last updated: January 11, 2008 - 00:50
This is a security release. See the announcement SA-2008-001 - Devel - Cross site scripting for details.
devel 5.x-0.1
Download: devel-5.x-0.1.tar.gz
Size: 49.78 KB
md5_file hash: a571244b2913c0820d5bf9ee5258827c
First released: January 10, 2008 - 19:34
Last updated: January 10, 2008 - 19:35
This is a security release. See the announcement SA-2008-001 - Devel - Cross site scripting for details.
devel 5.x-1.x-dev
Download: devel-5.x-1.x-dev.tar.gz
Size: 56.29 KB
md5_file hash: 2fb8a153a8d7f088dc64caec5c458d36
First released: November 18, 2006 - 06:41
Last updated: September 4, 2008 - 00:03
The devel.module has been fully ported to the 5.x Drupal core API.
devel 4.7.x-1.x-dev
Download: devel-4.7.x-1.x-dev.tar.gz
Size: 27.72 KB
md5_file hash: 0fba5c7e112958935587833efb4c5fcb
First released: July 21, 2006 - 01:01
Last updated: January 13, 2007 - 08:03
devel 4.6.x-1.x-dev
Download: devel-4.6.x-1.x-dev.tar.gz
Size: 9.47 KB
md5_file hash: 86ce0bc019d75cf12d724649b0763567
First released: January 17, 2006 - 16:41
Last updated: November 20, 2006 - 08:01
devel 7.x-1.x-dev
Download: devel-7.x-1.x-dev.tar.gz
Size: 140.48 KB
md5_file hash: 5dcbc15396218030559c3b1309a66832
First released: March 6, 2005 - 20:15
Last updated: September 4, 2008 - 00:03
