Downloads
Download tar.gz
141.75 KB
MD5: 8b88659f45e31d8c05fd6990c491ea2a
SHA-1: 522318c005929efb6c895f3cfd481e859fd11d34
SHA-256: e26a8ab6931a58253aa1de3270fec9f641adabd59cbcf078c151e51a262a9c6d
Download zip
191.27 KB
MD5: 0d934dafa2cedd0d1bc5ec450cc9570f
SHA-1: 21c0f50445bf593b21580cf8ffc5fc247b74a24d
SHA-256: 2ae68a43194d1da42d23ab737e64c2490cd80bc80027a919682885e68eeeff04
Release notes
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.