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