README.txt 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. README.txt for Devel module
  2. ---------------------------
  3. CONTENTS OF THIS FILE
  4. ---------------------
  5. * Introduction
  6. * Requirements
  7. * Included Modules and Features
  8. * Recommended Modules
  9. * Installation
  10. * Configuration
  11. * Maintainers
  12. INTRODUCTION
  13. ------------
  14. Devel module contains helper functions and pages for Drupal developers and
  15. inquisitive admins:
  16. - A block for quickly accessing devel pages
  17. - A block for masquerading as other users (useful for testing)
  18. - A mail-system class which redirects outbound email to files
  19. - Drush commands such as fn-hook, fn-event, ...
  20. - Docs at https://api.drupal.org/api/devel
  21. - more
  22. This module is safe to use on a production site. Just be sure to only grant
  23. 'access development information' permission to developers.
  24. - For a full description of the module visit:
  25. https://www.drupal.org/project/devel
  26. - To submit bug reports and feature suggestions, or to track changes visit:
  27. https://www.drupal.org/project/issues/devel
  28. REQUIREMENTS
  29. ------------
  30. This module requires no modules outside of Drupal core.
  31. INCLUDED MODULES AND FEATURES
  32. -----------------------------
  33. Devel Kint - Provides a dpr() function, which pretty prints variables.
  34. Useful during development. Also see similar helpers like dpm(), dvm().
  35. Webprofiler - Adds a debug bar at bottom of all pages with tons of useful
  36. information like a query list, cache hit/miss data, memory profiling, page
  37. speed, php info, session info, etc.
  38. Devel Generate - Bulk creates nodes, users, comment, terms for development. Has
  39. Drush integration.
  40. Drush Unit Testing - See develDrushTest.php for an example of unit testing of
  41. the Drush integration. This uses Drush's own test framework, based on PHPUnit.
  42. To run the tests, use run-tests-drush.sh. You may pass in any arguments that
  43. are valid for `phpunit`.
  44. RECOMMENDED MODULE
  45. ------------------
  46. Devel Generate Extensions - Devel Images Provider allows to configure external
  47. providers for images.
  48. - http://drupal.org/project/devel_image_provider
  49. INSTALLATION
  50. ------------
  51. - Install the Devel module as you would normally install a contributed Drupal
  52. module. Visit https://www.drupal.org/node/1897420 for further information.
  53. Author/Maintainers
  54. ------------------
  55. - Moshe Weitzman (moshe weitzman) - https://www.drupal.org/u/moshe-weitzman
  56. - Hans Salvisberg (salvis) - https://www.drupal.org/u/salvis
  57. - Pedro Cambra https://drupal.org/user/122101/contact http://www.ymbra.com/
  58. - Juan Pablo Novillo https://www.drupal.org/u/juampynr
  59. - lussoluca https://www.drupal.org/u/lussoluca
  60. - willzyx https://www.drupal.org/u/willzyx