Downloads
Download tar.gz
169.5 KB
MD5: 375c3b79e9e74fb636bf8a6d2fde87d6
SHA-1: c3fda451f5a159b303bc91d0b819d4ad03cfe060
SHA-256: da3f6f7f6700bd987eff1c546a0b1281b44d5bceccbbb1879394ae56823398a3
Download zip
215.5 KB
MD5: b9da9992305f2aa8e26bd9550c119189
SHA-1: 55de9b537df597db7d76b0d1f741fde92b7b9e46
SHA-256: dd7d451474a0893ab4da0232bc9ecb172b62e9393e67ad2c976e26dd12ab1793
Release notes
Changes since DRUPAL-6--1-18:
- simplify tags content generation.
- #371892 by Dave Reid, deekayen, drewish: Generate content pretends to work even when no content types available.
- #587978, by metaphysis: Fix pgsql type error.
- #592128 by fgm, allow sorting of APC summary report.
- Support Libraries API (http://drupal.org/project/libraries) for the FirePHP library.
- #596166 by sun. include_once for firephp library.
- #303804 by fgm, consistent use of ms, rather than two different terms
- Minor clean-up, no functional changes.
- #595666: Implement hook_node_access_acknowledge($grant) for white-listing static grant records.
- Minor tuning.
- #498028: Fix kprint_r() not displaying $name.
- Be specific about showing only the 'view' grants returned from hook_node_grants().
- by Miles and Zoltan Balogh: Updated Hungarian translation
- Comments were not getting added when generating content in drush.
- Let generated nodes have uploads and terms when using drush
- Minor docs fix for drush generate content.
- #651248 by jjeff. Devel Generate doesn't honor per-node-type body omission.
- Don't try to show the second block if the $nid doesn't exist (page not found).
- Turn the node nid/title into a link fragment pointing to the node (especially useful on pages with multiple nodes).
- Avoid marking inactive grant records as granting access.
- Fix minor cosmetic bug (show '0' instead of nothing for FALSE).
- #303804 followup by carlos8f, change column names in the database to shorter ones. D6 backport.
- backport most of tonights commits to HEAD.
- #687192 by jurgenhaas. Improve FirePHP integration: watchdog and backtrace.
- #644716 by gapple, remove problematic t()
- #612252 by jjeff and moshe weitzman. Consolidate the Dev Load and Dev Render tabs
- Update drush integration for drush head
- Fix notice.
- #695730 by bellHead. Empty node bodies in devel_generate for D6
- #707578 by thsutton, kbahey: Fixed condition for warning to be more accurate.
- Fix title of debug-mode node links.