Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
148.39 KB
MD5: c9e9d320362f8601752cff87fbfa162f
SHA-1: 3812146850e722dea099703bc495fd2877aec97c
SHA-256: 32fc578fa885b64dfcf044d9af499d685d5ae75dfc51eddbeb584b1305f8a493
Download zip
202.61 KB
MD5: 304eb76a111c32425bc2e48b6bb666f2
SHA-1: 97855dc4a33083c148b47da9b94ea4ce0925e503
SHA-256: 25d39657be83e7306ea03e901474aa6dbd3375ca2b1715ce467b0053cc6949fb
Release notes
Changes since DRUPAL-7--1-0-ALPHA1:
- Woops. Was sending all queries down to browser in jaascript in addition to on page.
- #703348 by kbahey, Error when using PostgreSQL due to float being inserted into an int.
Added try/catch for the other db_insert().
Minor code formatting. - #707578 by thsutton, kbahey: Fixed condition for warning to be more accurate.
- AJAX upload fix
- More thorough saving of files during devel_generate.
- Major new functionality, analyzing the results of the new hook_node_access_records_alter() and hook_node_grants_alter().
General clean-up. - #667402. Wrong http headers for ajax responses.
- Fix an exception during shutdown.
- #712382 by Alan Evans. function name words reversed in drush_devel_download() in devel.drush.inc.
- Add devel-reinstall command for quickly disable/uninstall/enable a given module. More development related commands coming.
- Fix notice in generate-users
- Support skip-fields in generate-content since some fields like taxonomy can huge allowed values lists and those can memory crash.
- Don't try to create images in generate-content if GD function is unavailable.
- devel_generate improvements. work aorund bizaare php garbage collection bug (i think).
- Tidy up has_krumo()
- Add feedback reporting to generate-content drush command.
- Add skip-fields param to web ui for gen content
- Fix feedback reproting in genc
- #731210 by catch. Don't use field_read_fields() and misc cleanup
- #731562 by douggreen. Create field content for list.module
- Add feedback option in drush for gen terms
- Only save 20 terms when generating taxonomy terms
- #735706 by moshe weitzman, catch. faster term generation
- Fix rate reporting for term generation.
- Various improvement for Fields integration with devel_generate. Now populating Fields attached to all of nodes, users, comments, and terms. Also respecting field settings like max/min and precision/scale for number and text fields.
- #742788 by catch. Integrate with XHProf php extension for memory and speed profiling.
- Deal with watchdog_emerg rename
- Minor feedback reproring when genc
- #745706 by catch. Faster password in user generate.
- Remove another call to the DONT CALL ME function that is taxonomy_allowed_values()
- Remove an unneeded join
- Just avoid passwords altogether when generating users.