You are here

Files in Coder 6.2

Primary tabs

File namesort descending Location Namespace Description
all.test scripts/coder_format/tests/all.test Set of tests for the coder format script.
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 -------------------------------- #853582 by sun: Fixed 'else if' is not changed into 'elseif'. by sun: Fixed boolean constants…
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 Command line utility for coder.
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 Install, update and uninstall functions for the coder module.
coder.module coder.module
CoderTestCase.php scripts/coder_format/tests/CoderTestCase.php
CoderTestFile.php scripts/coder_format/tests/CoderTestFile.php Set of tests for the coder_format script.
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 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 includes/coder_comment.inc This include file implements coder functionality for comments.
coder_comment.test tests/coder_comment.test
coder_format.inc scripts/coder_format/coder_format.inc Coder format helper functions.
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 includes/coder_sql.inc This include file implements coder functionality for SQL strings
coder_sql.test tests/coder_sql.test
coder_style.inc includes/coder_style.inc This include file implements coder functionality for Drupal Standards.
coder_style.test tests/coder_style.test
core.coder_ignores.txt core.coder_ignores.txt ; Drupal Core ignores ; due to simpletest patch - remove install.php:940:security install.php:952:security ; scripts and…
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…

Other projects