Posted by moshe weitzman on June 13, 2008 at 4:22am
| Download | Size | md5 hash |
|---|---|---|
| devel-6.x-1.9.tar.gz | 141.75 KB | 8b88659f45e31d8c05fd6990c491ea2a |
| devel-6.x-1.9.zip | 191.27 KB | 0d934dafa2cedd0d1bc5ec450cc9570f |
Last updated: December 24, 2010 - 22:45
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.