| all.test | scripts/coder_format/tests/all.test |  |  | 
          
                  | CHANGELOG.txt | scripts/coder_format/CHANGELOG.txt |  | Coder_format x.x-x.x, xxxx-xx-xx
--------------------------------
Coder_format 6.x-1.x, xxxx-xx-xx
--------------------------------
by sun: Fixed boolean constants must be written uppercase.
#360766 by sun: Fixed missing space for parameter to break… | 
          
                  | coder-diff.css | scripts/coder_format/tests/coder-diff.css |  | .diff th {
  width: 50%;
}
.diff pre {
  margin: 0;
  padding: 0;
  background: none;
}
.diff .changed {
  background: #ffff99;
}
.diff .deleted {
  background: #ff9999;
}
.diff .added {
  background: #99ff99;
} | 
          
                  | coder.css | coder.css |  | img.coder {
  padding: 2px;
}
.coder-normal {
  background-color: #ffd;
}
.coder-minor {
}
.coder-critical {
  background-color: #ffe7dd;
}
.coder code {
  font-size: 12px;
}
code.bad {
  color: red;
}
code.good {
  color:… | 
          
                  | coder.drush.inc | coder.drush.inc |  |  | 
          
                  | coder.info | coder.info |  | name = Coder
description = Developer Module that assists with code review and version upgrade
package = Development
core = 6.x | 
          
                  | coder.install | coder.install |  |  | 
          
                  | coder.module | coder.module |  | Developer Module that assists with code review and version upgrade that
supports a plug-in extensible hook system so contributed modules can
define additional review standards. | 
          
                  | CoderTestCase.php | scripts/coder_format/tests/CoderTestCase.php |  |  | 
          
                  | CoderTestFile.php | scripts/coder_format/tests/CoderTestFile.php |  |  | 
          
                  | coder_47.inc | includes/coder_47.inc |  | This include file implements coder functionality for 4.6 -> 4.7 upgrades. | 
          
                  | coder_50.inc | includes/coder_50.inc |  | This include file implements coder functionality for 4.7 -> 5.x upgrades. | 
          
                  | coder_6x.inc | tests/coder_6x.inc |  | This file implements tests for the Drupal 6.x upgrade. | 
          
                  | coder_6x.inc | includes/coder_6x.inc |  | This include file implements coder functionality for 5.x -> 6.x upgrades. | 
          
                  | coder_6x.test | tests/coder_6x.test |  |  | 
          
                  | coder_comment.inc | tests/coder_comment.inc |  | This file implements tests for the Drupal commenting standards. | 
          
                  | coder_comment.inc | includes/coder_comment.inc |  | This include file implements coder functionality for comments. | 
          
                  | coder_format.inc | scripts/coder_format/coder_format.inc |  |  | 
          
                  | coder_format.php | scripts/coder_format/coder_format.php |  | Coder format shell invocation script. | 
          
                  | coder_format.test | tests/coder_format.test |  | This is a stub file to let SimpleTest module know of coder_format tests
residing in scripts/coder_format/tests/. | 
          
                  | coder_i18n.inc | includes/coder_i18n.inc |  | This include file implements coder functionality to check for Internationalization issues. | 
          
                  | coder_i18n.test | tests/coder_i18n.test |  |  | 
          
                  | coder_security.inc | includes/coder_security.inc |  | This include file implements coder functionality for Drupal Standards. | 
          
                  | coder_security.test | tests/coder_security.test |  |  | 
          
                  | coder_sql.inc | tests/coder_sql.inc |  |  | 
          
                  | coder_sql.inc | includes/coder_sql.inc |  | This include file implements coder functionality for SQL strings | 
          
                  | coder_sql.test | tests/coder_sql.test |  |  | 
          
                  | coder_style.inc | tests/coder_style.inc |  |  | 
          
                  | coder_style.inc | includes/coder_style.inc |  | This include file implements coder functionality for Drupal Standards. | 
          
                  | README.txt | README.txt |  | Developer Module that assists with code review and version upgrade that
supports a plug-in extensible hook system so contributed modules can
define additional review standards.
Built-in support for:
 - Drupal Coding Standards -… | 
          
                  | README.txt | scripts/coder_format/README.txt |  | -- SUMMARY --
This is a standalone script developed by sun (http://drupal.org/user/54136) that
only concentrates on re-formatting code and style review.
Coder Format alters source code files directly. Although this script is
state-of-the-art, be… | 
          
                  | README.txt | scripts/coder_format/tests/README.txt |  | -- SUMMARY --
Code Format unit tests
These files are implementations for the SimpleTest Drupal module. There
is a bit of custom code here to make things go as smoothly as possible,
and a little bit of necessary setup. Here's what you'll… |