README.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Devel
  2. ==========
  3. Devel module contains helper functions and pages for Drupal developers and inquisitive admins:
  4. - A block for running custom PHP on a page
  5. - A block for quickly accessing devel pages
  6. - A block for masquerading as other users (useful for testing)
  7. - A mail-system class which redirects outbound email to files
  8. - Drush commands such as fn-hook, fn-event, ...
  9. - Docs at https://api.drupal.org/api/devel
  10. - more
  11. This module is safe to use on a production site. Just be sure to only grant
  12. 'access development information' permission to developers.
  13. Devel Kint
  14. ===================
  15. Provides a dpr() function, which pretty prints variables.
  16. Useful during development. Also see similar helpers like dpm(), dvm().
  17. Webprofiler
  18. ==============
  19. Adds a debug bar at bottom of all pages with tons of useful information like a query list,
  20. cache hit/miss data, memory profiling, page speed, php info, session info, etc.
  21. Devel Generate
  22. =================
  23. Bulk creates nodes, users, comment, terms for development. Has Drush integration.
  24. Devel Generate Extensions
  25. =========================
  26. Devel Images Provider [http://drupal.org/project/devel_image_provider] allows to configure external providers for images.
  27. Drush Unit Testing
  28. ==================
  29. See develDrushTest.php for an example of unit testing of the Drush integration.
  30. This uses Drush's own test framework, based on PHPUnit. To run the tests, use
  31. run-tests-drush.sh. You may pass in any arguments that are valid for `phpunit`.
  32. Author/Maintainers
  33. ======================
  34. - Moshe Weitzman <weitzman at tejasa DOT com> http://www.acquia.com
  35. - Hans Salvisberg <drupal at salvisberg DOT com>
  36. - Pedro Cambra https://drupal.org/user/122101/contact http://www.ymbra.com/
  37. - Juan Pablo Novillo https://www.drupal.org/u/juampynr
  38. - lussoluca https://www.drupal.org/u/lussoluca
  39. - willzyx https://www.drupal.org/u/willzyx