Downloads
Download tar.gz
70.53 KB
MD5: 2d1065298518decda8eb0d0473851ed1
SHA-1: fe10c50360318a3ff599b56ca641d603222ff119
SHA-256: 6fb7b9da0fcb84d67f422507514e51cb3d47c4208780034746d2395d52d882b1
Download zip
84.86 KB
MD5: f72a6870d67d929970c78151f7737ebc
SHA-1: c7ffcfea7895e66fcc7eb73195cf7e42066e2309
SHA-256: 1d060d2a999c463db220b0495527db5f60fec19846689365ced73f7291be8c7e
Release notes
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