README.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 Node Access
  25. =================
  26. Prints the node_access records for a given node. Also offers hook_node_access_explain for all node access modules to implement.
  27. Devel Generate Extensions
  28. =========================
  29. Devel Images Provider [http://drupal.org/project/devel_image_provider] allows to configure external providers for images.
  30. Drush Unit Testing
  31. ==================
  32. See develDrushTest.php for an example of unit testing of the Drush integration.
  33. This uses Drush's own test framework, based on PHPUnit. To run the tests, use
  34. run-tests-drush.sh. You may pass in any arguments that are valid for `phpunit`.
  35. Author/Maintainers
  36. ======================
  37. - Moshe Weitzman <weitzman at tejasa DOT com> http://www.acquia.com
  38. - Hans Salvisberg <drupal at salvisberg DOT com>
  39. - Pedro Cambra https://drupal.org/user/122101/contact http://www.ymbra.com/
  40. - Juan Pablo Novillo https://www.drupal.org/u/juampynr
  41. - lussoluca https://www.drupal.org/u/lussoluca
  42. - willzyx https://www.drupal.org/u/willzyx