Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
181.73 KB
MD5: 7d75493eb42b06ca1649f1bbd1674909
SHA-1: 06e07b9c4007b0b533c8d84f22692610c2543d70
SHA-256: b26aac7acc8ba9741ae18f1cf680207cf217a87dc90dadb1d2abcc5d67586770
Download zip
229.13 KB
MD5: 17621478836d52e656536a7526436887
SHA-1: c89fe24c1e613280890923eea4291243f5fccb53
SHA-256: 896e14dc7891e30eefced0a58010a75bb6e1dd264055b70790f7fabfbe895a9f
Release notes
Changes since 7.x-1.0:
- Remove performance module. It will hopefully return to http://drupal.org/project/performance.
- Remove unused perm.
- Fix the backtrace numbering. (cherry picked from commit 1fc15de756e5abcc8ee4154189e792e28d52902a)
- Add PHPUnit based testing of our drush integration.
- Better detection of devel when fetching FirePHP.
- Remove useless drush help hook.
- Allow Devel to work with Libraries API 2.x in addition to 1.x. (cherry picked from commit 914fe3442739fbd3c7d0f0c478d62909cf99f9fd)
- #1215384 by agentrickard: Add missing function docblocks to devel_generate.module. (cherry picked from commit 3d06912eae42f8f20cbba437827b53b05c7d1938)
- #1181008 by salvis: Minor change in Drush help text (no functional change). (cherry picked from commit f801b4071ad3b83623558cf1f54bb4a87cd2ae5b)
- #1209886 by pillarsdotnet: Create term object before assigning properties to it in devel_generate_terms() function. (cherry picked from commit d4e0fde373562120a11c980628400d7d04c36b62)
- #1181008 by naxoc. Drush help text for devel-reinstall is confusing.
- #1207760 by rooby: Fix warning when generating titles with a single word. (cherry picked from commit 6c30e76205b9c79591e377d575cf321fb1751cc1)
- text fix.
- #1029012 by craigmc. devel download checks out FirePHP which causes issues in SVN.
- #1113940 by salvis: Use correct #default_value for 'select#multi' form item. (cherry picked from commit ef96c1a50ae392d58fbfab2d10b35dd0c4d5f589)
- #1044988 by salvis: Clean up variable editor query. (cherry picked from commit 590137ec5ec95d2abb83f0568a0b978e74b1a835)
- #1075644 by danielb, salvis: Add Ajax for 'devel node access by user' block. (cherry picked from commit b1fde2a9b970397ba4404ea442cac1017ab8beef)
- add mail library to readme.txt
- #625062 by JacobSingh. Fake Mail Library for sending / logging mails to a text file to debug
- #1193518 by arcaneadam: Fix missing space. (cherry picked from commit 94da89b227a33e64e39b08fce75208c0803dc78e)
- #1076478 by TravisCarden: Rename krumo's 'schablon.com' directory to 'white' to restore the 'white' skin. (cherry picked from commit 7535cc0317db062071ba37ebc4c756c64f9f0157)
- #1063730 by bdragon: Fix 'Clear Memcache' is in the wrong place with the wrong access check.
- #1164462 by jonathan1055, salvis: Fix Backtrace is hidden when 'show all messages' is selected.
- #1160682 by jox: Fix unescaped array keys. (cherry picked from commit f945570314e5d099b392d6f8e7be31c84d59ca23)
- #1160682 by salvis: Clean up line endings, tabs, and trailing spaces in class.krumo.php.
- #559034 by sun | EnekoAlonso: Changed Remove dependency on Menu module.
- #1045020 by Les Lim: Changed Remove obsolete nodereference and userreference module integration.
- #1087156 by salvis: Fix notice in DatabaseLog->get()
- #1062458 by Moshe Weitzman, dboulet: FirePHP is downloaded to wrong directory when using Libraries API
- #1113940 by asimmonds: Fixed array warnings when generating content.
- Ignore any FirePHPCore which is in a subdir.
- #1071200 by danielb: Return renderable arrays rather than HTML output.
- #1095478: Avoid notice in profile.module when devel_generating users.
- Obfuscate my email address.
- #1013396 by ben.bunk | mavrom: Fixed User list query fails on SQL Server.
- #1085234 by dasjo: Added Rules debug action.
- Add Hans to maintainers.
- #1046940 by marcp: Fixed Fields don't get populated and throw warnings when generating users.
- Refactor node->language to own function.
- Deal when no terms have been created.
- #1060782 by moshe weitzman. Properly set default language for non english sites.
- #1024340 by borgewarvik | adellefrank: Fixed Generating content with Comments gives error message.
- Recognize a --skip option on pm-enable drush command. This option skips the download of the firephp library.
- #1067968 by fietserwin: fix for undefined index PHP warning
- #1022418. Improve a.d.o-compatible documentation for hook_node_access_explain() and document hook_node_access_acknowledge().
- Avoid "Notice: Undefined property: stdClass::$timestamp in _drupal_session_write()" watchdog entry when switching users.
- #1022418. Provide a.d.o-compatible documentation for hook_node_access_explain().
- #1022418. Document the devel_node_access_node_access_explain() hook implementation.