| Commit | Line | Data |
|---|---|---|
| 9099034e DG |
1 | |
| 2 | Developer Module that assists with code review and version upgrade that | |
| 3 | supports a plug-in extensible hook system so contributed modules can | |
| 4 | define additional review standards. | |
| 5 | ||
| 6 | Built-in support for: | |
| 7 | - Drupal Coding Standards - http://drupal.org/node/318 | |
| 8 | - Handle text in a secure fashion - http://drupal.org/node/28984 | |
| 9 | - Converting 4.6.x modules to 4.7.x - http://drupal.org/node/22218 | |
| 10 | - Converting 4.7.x modules to 5.x - http://drupal.org/node/64279 | |
| 11 | ||
| 12 | Installation | |
| 13 | ------------ | |
| 14 | ||
| 15 | Copy coder.module to your module directory and then enable on the admin | |
| e2583521 SP |
16 | modules page. Enable the modules that admin/config/development/coder/settings |
| 17 | works on, then view the coder results page at coder. | |
| 9099034e | 18 | |
| 9099034e DG |
19 | Author |
| 20 | ------ | |
| 21 | Doug Green | |
| 22 | douggreen@douggreenconsulting.com |