CHANGELOG.txt |
scripts/coder_format/CHANGELOG.txt |
|
Coder_format x.x-x.x, xxxx-xx-xx
--------------------------------
Coder_format 5.x-2.x, xxxx-xx-xx
--------------------------------
#208767 by ezyang, sun: Improved coder_format to re-format Drupal 6 core without
wrong formattings
#213072 by sun:… |
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 |
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. |
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_5x.inc |
tests/coder_5x.inc |
|
|
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_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_security.inc |
includes/coder_security.inc |
|
This include file implements coder functionality for Drupal Standards. |
coder_sql.inc |
tests/coder_sql.inc |
|
This include file implements tests for the Drupal SQL as defined by
http://drupal.org/node/2497 |
coder_sql.inc |
includes/coder_sql.inc |
|
This include file implements coder functionality for SQL strings |
coder_style.inc |
tests/coder_style.inc |
|
This include file implements tests for the Drupal Standards as defined
at http://drupal.org/coding-standards |
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… |