You are here

Files in Coder 7.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.
ArraySniff.php coder_sniffer/Drupal/Sniffs/Array/ArraySniff.php
bad.css coder_sniffer/Test/bad/bad.css #forum .description{ color: #EFEFEF; /* Colors should be lower case. Blank lines in class definitions are not allowed. */ font-size:0.9em; /* There should be a space after the colon. */ margin: 0.5em; /* Indentation error. */ background:…
bad.info coder_sniffer/Test/bad/bad.info ; name, description, core is missing here. ; Non-existing file. files[] = includes/non-existing.php ; File does not contain class/interface definition. files[] = bad.tpl.php ; We have to mark this "module" as hidden, otherwise we get PHP…
bad.install coder_sniffer/Test/bad/bad.install Install, update and uninstall functions for the bad module.
bad.module coder_sniffer/Test/bad/bad.module Bad examples of install hooks in a module file.
bad.php coder_sniffer/Test/bad/bad.php
bad.tpl.php coder_sniffer/Test/bad/bad.tpl.php Bad example template file.
bad2.info coder_sniffer/Test/bad2.info name = Bad2 description = Bad example of an info file. core = 7.x ; Specifying a lower PHP version than Drupal core requires anyway. php = "5.1"
BadUnitTest.php coder_sniffer/Test/bad/BadUnitTest.php
begin.inc coder_upgrade/conversions/begin.inc Provides conversion routines applied to the directory before routines are applied to the files.
call.inc coder_upgrade/conversions/call.inc Provides conversion routines applied to function calls.
CHANGELOG.txt CHANGELOG.txt Coder 7.x-1.x, xxxx-xx-xx -------------------------- - Changes (2010-06-10): * coder.module, coder_review.module, coder_upgrade.module * - #824320: eliminate warnings when only one of the Review or Upgrade modules is enabled #607592 (stella) : -…
CHANGELOG.txt coder_review/CHANGELOG.txt Coder Review 7.x-2.x
CHANGELOG.txt coder_upgrade/CHANGELOG.txt coder_upgrade 7.x-1.x, 2009-xx-xx (development version) --------------------------------- - Changes (2011-01-31): * various * - #859314: minor cleanup to conform to Drupal coding standards - Changes (2011-01-29): * various * - #859314: rename…
CHANGELOG.txt scripts/coder_format/CHANGELOG.txt Coder_format x.x-x.x, xxxx-xx-xx -------------------------------- Coder_format 7.x-1.x, xxxx-xx-xx -------------------------------- #853582 by sun: Fixed 'else if' is not changed into 'elseif'. by sun: Fixed boolean constants…
ClassCreateInstanceSniff.php coder_sniffer/Drupal/Sniffs/Classes/ClassCreateInstanceSniff.php
ClassDeclarationSniff.php coder_sniffer/Drupal/Sniffs/Classes/ClassDeclarationSniff.php
ClassDefinitionClosingBraceSpaceSniff.php coder_sniffer/Drupal/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php
ClassDefinitionNameSpacingSniff.php coder_sniffer/Drupal/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php
ClassDefinitionOpeningBraceSpaceSniff.php coder_sniffer/Drupal/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php
ClassFilesSniff.php coder_sniffer/Drupal/Sniffs/InfoFiles/ClassFilesSniff.php
CloseBracketSpacingSniff.php coder_sniffer/Drupal/Sniffs/WhiteSpace/CloseBracketSpacingSniff.php
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.drush.inc coder.drush.inc Drush integration for Coder module.
coder.info coder.info name = Coder description = Developer Module that assists with code review and version upgrade package = Development core = 7.x configure = admin/config/development/coder
coder.module coder.module Installation file for the Coder module.
CoderSniffUnitTest.php coder_sniffer/Test/CoderSniffUnitTest.php
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_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_review.admin.inc coder_review/coder_review.admin.inc Administrative forms and functions for the Coder module.
coder_review.api.php coder_review/coder_review.api.php Hooks provided by the Coder module.
coder_review.common.inc coder_review/coder_review.common.inc Common functions used by both the drush and form interfaces.
coder_review.css coder_review/coder_review.css /** * Styles for the Coder_review module. */ img.coder { padding: 2px; } .coder-normal { background-color: #ffd; color: #000; } .coder-minor { } .coder-critical { background-color: #ffe7dd; color: #000; } .coder code { font-size:…
coder_review.drush.inc coder_review/coder_review.drush.inc Command line utility support for Coder_review module.
coder_review.info coder_review/coder_review.info name = Coder Review description = "Developer module" which reviews your code identifying coding style problems and where updates to the API are required. package = Development core = 7.x dependencies[] = coder configure =…
coder_review.install coder_review/coder_review.install Install, update and uninstall functions for the coder_review module.
coder_review.module coder_review/coder_review.module Developer module to assist with coder reviews and API upgrade suggestions.
coder_review.print.css coder_review/coder_review.print.css /** * Print styles for the Coder_review module. */ pre { white-space: pre-wrap; }
coder_review_47.inc coder_review/includes/coder_review_47.inc This include file implements coder_review functionality for 4.6 -> 4.7 upgrades.
coder_review_5x.inc coder_review/includes/coder_review_5x.inc This include file implements coder_review functionality for 4.7 -> 5.x upgrades.
coder_review_6x.inc coder_review/includes/coder_review_6x.inc This include file implements coder functionality for 5.x -> 6.x upgrades.
coder_review_6x.test coder_review/tests/coder_review_6x.test
coder_review_7x.inc coder_review/includes/coder_review_7x.inc This include file implements coder functionality for 6.x -> 7.x upgrades.
coder_review_7x.test coder_review/tests/coder_review_7x.test
coder_review_8x.inc coder_review/includes/coder_review_8x.inc This include file implements coder functionality for 7.x -> 8.x upgrades.
coder_review_comment.inc coder_review/includes/coder_review_comment.inc This include file implements coder functionality for comments.
coder_review_comment.test coder_review/tests/coder_review_comment.test

Pages

Other projects