Node import - 6.x-1.x

Test status
StatusResult
Last receivedSun, 03/04/2012 - 01:59:37
Last requestedSun, 03/04/2012 - 02:38:54
Last testedSun, 03/04/2012 - 02:39:06
Test count2
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier6.x-1.x
ProjectNode import
LinkProject information
SummaryFAILED: [[SimpleTest]]: [MySQL] 54 pass(es), 1 fail(s), and 0 exception(s); [[Coder]]: [Code review] 104 minor(s), 8 critical(s), and 181 normal(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
    Review the test failures below then if necessary run them locally until the problem has been fixed.
  10. Complete test suite with all tests passing
54 pass(es), 1 fail(s), and 0 exception(s)

Non-pass

Test namePassFailException
ExpandNode (NodeImportNode) [Node import]4210
MessageGroupFilenameLineFunctionStatus
New file uploaded found.Node importNodeImportTestCase.php127NodeImportTestCase->nodeImportCreateTask()

All

Test namePassFailException
ExpandNode (NodeImportNode) [Node import]4210
MessageGroupFilenameLineFunctionStatus
New file uploaded found.Node importNodeImportTestCase.php127NodeImportTestCase->nodeImportCreateTask()
LeafNode import API (NodeImportAPITestCase) [Node import]1200

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
104 minor(s), 8 critical(s), and 181 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandnode_import.admin.inc5711
MessageGroupFilenameLineFunctionStatus
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc46N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc103N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othernode_import.admin.inc137N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.admin.inc137N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.admin.inc219N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_import.admin.inc304N/A
Use "elseif" in place of "else if"Othernode_import.admin.inc380N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc384N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc385N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc504N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc542N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc562N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc568N/A
Separate comments from comment syntax by a space.Othernode_import.admin.inc691N/A
global variables should start with a single underscore followed by the module and another underscoreOthernode_import.admin.inc721N/A
Separate comments from comment syntax by a space.Othernode_import.admin.inc818N/A
Separate comments from comment syntax by a space.Othernode_import.admin.inc822N/A
Separate comments from comment syntax by a space.Othernode_import.admin.inc826N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.admin.inc934N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc1045N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.admin.inc1169N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc1215N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc1216N/A
Expandnode_import.api.php303
MessageGroupFilenameLineFunctionStatus
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.api.php65N/A
Format should be * Implementation of hook_foo().Othernode_import.api.php482N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.api.php505N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.api.php532N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.api.php552N/A
Format should be * Implementation of hook_foo().Othernode_import.api.php597N/A
Expandnode_import.inc40052
MessageGroupFilenameLineFunctionStatus
Doxygen uses @todo and @bug to markup things to be done.Othernode_import.inc20N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc153N/A
Use "elseif" in place of "else if"Othernode_import.inc309N/A
Use "elseif" in place of "else if"Othernode_import.inc378N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.inc487N/A
Separate comments from comment syntax by a space.Othernode_import.inc512N/A
Separate comments from comment syntax by a space.Othernode_import.inc513N/A
indent secondary line of comment one space Othernode_import.inc529N/A
Doxygen uses @todo and @bug to markup things to be done.Othernode_import.inc531N/A
indent secondary line of comment one space Othernode_import.inc538N/A
Use "elseif" in place of "else if"Othernode_import.inc596N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc607N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc608N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc618N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc620N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc638N/A
Use "elseif" in place of "else if"Othernode_import.inc655N/A
Use "elseif" in place of "else if"Othernode_import.inc684N/A
Doxygen uses @todo and @bug to markup things to be done.Othernode_import.inc709N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc744N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc776N/A
global variables should start with a single underscore followed by the module and another underscoreOthernode_import.inc800N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc829N/A
@see should always be at the beginning of a line, never inline in other comments.Othernode_import.inc856N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othernode_import.inc856N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.inc856N/A
global variables should start with a single underscore followed by the module and another underscoreOthernode_import.inc859N/A
Separate comments from comment syntax by a space.Othernode_import.inc890N/A
Separate comments from comment syntax by a space.Othernode_import.inc942N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc967N/A
Use an indent of 2 spaces, with no tabsOthernode_import.inc981N/A
Separate comments from comment syntax by a space.Othernode_import.inc1042N/A
Use "elseif" in place of "else if"Othernode_import.inc1174N/A
Function documentation should be less than 80 characters per line.Othernode_import.inc1187N/A
Function documentation should be less than 80 characters per line.Othernode_import.inc1232N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1242N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1267N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1276N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1301N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1310N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Othernode_import.inc1317N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1318N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Othernode_import.inc1318N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Othernode_import.inc1319N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Othernode_import.inc1320N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.inc1411N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.inc1462N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc1514N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1531N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1580N/A
Separate comments from comment syntax by a space.Othernode_import.inc1610N/A
Separate comments from comment syntax by a space.Othernode_import.inc1628N/A
Separate comments from comment syntax by a space.Othernode_import.inc1641N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1683N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1683N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1686N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1686N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc1709N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1726N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1729N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc1769N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1825N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1836N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1841N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1842N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1850N/A
Use "elseif" in place of "else if"Othernode_import.inc1855N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1856N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1857N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1861N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1867N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1868N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1869N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1877N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1880N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1882N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1883N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1890N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1891N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1892N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1898N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1903N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1905N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1914N/A
Use "elseif" in place of "else if"Othernode_import.inc1952N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc1968N/A
Doxygen uses @todo and @bug to markup things to be done.Othernode_import.inc1995N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc2047N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc2062N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc2125N/A
Separate comments from comment syntax by a space.Othernode_import.inc2134N/A
Use "elseif" in place of "else if"Othernode_import.inc2199N/A
Expandnode_import.module005
MessageGroupFilenameLineFunctionStatus
Administrative menu items should have a description.Othernode_import.module43N/A
Administrative menu items should have a description.Othernode_import.module53N/A
Administrative menu items should have a description.Othernode_import.module63N/A
Administrative menu items should have a description.Othernode_import.module110N/A
Separate comments from comment syntax by a space.Othernode_import.module121N/A
Expandsupported/amazon/asin.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherasin.inc27N/A
Expandsupported/book.inc105
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherbook.inc86N/A
Use "elseif" in place of "else if"Otherbook.inc91N/A
global variables should start with a single underscore followed by the module and another underscoreOtherbook.inc171N/A
Use "elseif" in place of "else if"Otherbook.inc199N/A
Use "elseif" in place of "else if"Otherbook.inc226N/A
Use an indent of 2 spaces, with no tabsOtherbook.inc230N/A
Expandsupported/cck/content.inc101
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercontent.inc59N/A
indent secondary line of comment one space Othercontent.inc116N/A
Expandsupported/cck/nodereference.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othernodereference.inc29N/A
Expandsupported/cck/number.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othernumber.inc27N/A
Expandsupported/cck/optionwidgets.inc001
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otheroptionwidgets.inc12N/A
Expandsupported/cck/text.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othertext.inc33N/A
Expandsupported/cck/userreference.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otheruserreference.inc29N/A
Expandsupported/content_taxonomy/content_taxonomy.inc3033
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othercontent_taxonomy.inc6N/A
Function documentation should be less than 80 characters per line.Othercontent_taxonomy.inc7N/A
Missing periodOthercontent_taxonomy.inc12N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othercontent_taxonomy.inc28N/A
Missing periodOthercontent_taxonomy.inc36N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc49N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc89N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc110N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc116N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc120N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc141N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc142N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc153N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc198N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc198N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc199N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc199N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc200N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc200N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc201N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc213N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc223N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc229N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc235N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc250N/A
Function documentation should be less than 80 characters per line.Othercontent_taxonomy.inc260N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc263N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc263N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc264N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_taxonomy.inc269N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc277N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc277N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc278N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc278N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc279N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc279N/A
Expandsupported/date/date.inc19024
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherdate.inc37N/A
There should be no trailing spacesOtherdate.inc50N/A
There should be no trailing spacesOtherdate.inc57N/A
There should be no trailing spacesOtherdate.inc62N/A
There should be no trailing spacesOtherdate.inc67N/A
There should be no trailing spacesOtherdate.inc73N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc78N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc85N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc88N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc92N/A
There should be no trailing spacesOtherdate.inc93N/A
There should be no trailing spacesOtherdate.inc96N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc106N/A
Use Drupal's format_date(), not PHP's default date().Otherdate.inc106N/A
There should be no trailing spacesOtherdate.inc114N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc120N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc121N/A
There should be no trailing spacesOtherdate.inc123N/A
Separate comments from comment syntax by a space.Otherdate.inc126N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc134N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc137N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc141N/A
There should be no trailing spacesOtherdate.inc142N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc144N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc145N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc146N/A
There should be no trailing spacesOtherdate.inc147N/A
There should be no trailing spacesOtherdate.inc150N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc160N/A
Use Drupal's format_date(), not PHP's default date().Otherdate.inc160N/A
There should be no trailing spacesOtherdate.inc162N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc164N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherdate.inc164N/A
Use Drupal's format_date(), not PHP's default date().Otherdate.inc164N/A
There should be no trailing spacesOtherdate.inc171N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc177N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc181N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc182N/A
There should be no trailing spacesOtherdate.inc184N/A
There should be no trailing spacesOtherdate.inc187N/A
Doxygen uses @todo and @bug to markup things to be done.Otherdate.inc189N/A
There should be no trailing spacesOtherdate.inc190N/A
There should be no trailing spacesOtherdate.inc194N/A
Expandsupported/email/email.inc002
MessageGroupFilenameLineFunctionStatus
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Otheremail.inc11N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otheremail.inc27N/A
Expandsupported/filefield/filefield.inc002
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherfilefield.inc51N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherfilefield.inc62N/A
Expandsupported/link/link.inc004
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherlink.inc23N/A
Separate comments from comment syntax by a space.Otherlink.inc30N/A
Separate comments from comment syntax by a space.Otherlink.inc38N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherlink.inc43N/A
Expandsupported/location/location_cck.inc502
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherlocation_cck.inc15N/A
There should be no trailing spacesOtherlocation_cck.inc43N/A
There should be no trailing spacesOtherlocation_cck.inc45N/A
There should be no trailing spacesOtherlocation_cck.inc57N/A
There should be no trailing spacesOtherlocation_cck.inc79N/A
Separate comments from comment syntax by a space.Otherlocation_cck.inc80N/A
Separate comments from comment syntax by a space.Otherlocation_cck.inc81N/A
Expandsupported/menu.inc1417
MessageGroupFilenameLineFunctionStatus
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermenu.inc2N/A
Function summaries should be one line only. (Drupal Docs)Othermenu.inc40N/A
There should be no trailing spacesOthermenu.inc41N/A
There should be no trailing spacesOthermenu.inc47N/A
Function summaries should be one line only. (Drupal Docs)Othermenu.inc70N/A
There should be no trailing spacesOthermenu.inc71N/A
There should be no trailing spacesOthermenu.inc74N/A
There should be no trailing spacesOthermenu.inc81N/A
There should be no trailing spacesOthermenu.inc90N/A
Use an indent of 2 spaces, with no tabsOthermenu.inc104N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Othermenu.inc108N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Othermenu.inc108N/A
Use an indent of 2 spaces, with no tabsOthermenu.inc108N/A
There should be no trailing spacesOthermenu.inc110N/A
There should be no trailing spacesOthermenu.inc116N/A
Use "elseif" in place of "else if"Othermenu.inc125N/A
Separate comments from comment syntax by a space.Othermenu.inc127N/A
There should be no trailing spacesOthermenu.inc134N/A
There should be no trailing spacesOthermenu.inc143N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othermenu.inc149N/A
There should be no trailing spacesOthermenu.inc160N/A
There should be no trailing spacesOthermenu.inc161N/A
Expandsupported/node_import.inc003
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_import.inc68N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_import.inc76N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_import.inc83N/A
Expandsupported/path.inc101
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherpath.inc48N/A
Separate comments from comment syntax by a space.Otherpath.inc48N/A
Expandsupported/phone/phone.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherphone.inc27N/A
Expandsupported/primary_term/primary_term.inc001
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherprimary_term.inc29N/A
Expandsupported/profile.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherprofile.inc48N/A
Expandsupported/taxonomy.inc1014
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othertaxonomy.inc37N/A
global variables should start with a single underscore followed by the module and another underscoreOthertaxonomy.inc133N/A
Use "elseif" in place of "else if"Othertaxonomy.inc155N/A
Use "elseif" in place of "else if"Othertaxonomy.inc242N/A
Use "elseif" in place of "else if"Othertaxonomy.inc300N/A
Use "elseif" in place of "else if"Othertaxonomy.inc372N/A
Use "elseif" in place of "else if"Othertaxonomy.inc382N/A
Use "elseif" in place of "else if"Othertaxonomy.inc404N/A
Use an indent of 2 spaces, with no tabsOthertaxonomy.inc405N/A
Use "elseif" in place of "else if"Othertaxonomy.inc419N/A
Use "elseif" in place of "else if"Othertaxonomy.inc471N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthertaxonomy.inc484N/A
Use "elseif" in place of "else if"Othertaxonomy.inc517N/A
Separate comments from comment syntax by a space.Othertaxonomy.inc544N/A
Use "elseif" in place of "else if"Othertaxonomy.inc596N/A
Expandsupported/upload.inc001
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherupload.inc13N/A
Expandsupported/user.inc201
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otheruser.inc30N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheruser.inc161N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheruser.inc203N/A
Expandtests/NodeImportTestCase.php101
MessageGroupFilenameLineFunctionStatus
Use PHP's master function, not an alias. (List of PHP aliases)OtherNodeImportTestCase.php75N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherNodeImportTestCase.php168N/A

All

Test nameMinorCriticalNormal
Expandnode_import.admin.inc5711
MessageGroupFilenameLineFunctionStatus
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc46N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc103N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othernode_import.admin.inc137N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.admin.inc137N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.admin.inc219N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_import.admin.inc304N/A
Use "elseif" in place of "else if"Othernode_import.admin.inc380N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc384N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc385N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc504N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc542N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc562N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc568N/A
Separate comments from comment syntax by a space.Othernode_import.admin.inc691N/A
global variables should start with a single underscore followed by the module and another underscoreOthernode_import.admin.inc721N/A
Separate comments from comment syntax by a space.Othernode_import.admin.inc818N/A
Separate comments from comment syntax by a space.Othernode_import.admin.inc822N/A
Separate comments from comment syntax by a space.Othernode_import.admin.inc826N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.admin.inc934N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othernode_import.admin.inc1045N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.admin.inc1169N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc1215N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.admin.inc1216N/A
Expandnode_import.api.php303
MessageGroupFilenameLineFunctionStatus
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.api.php65N/A
Format should be * Implementation of hook_foo().Othernode_import.api.php482N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.api.php505N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.api.php532N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.api.php552N/A
Format should be * Implementation of hook_foo().Othernode_import.api.php597N/A
Expandnode_import.inc40052
MessageGroupFilenameLineFunctionStatus
Doxygen uses @todo and @bug to markup things to be done.Othernode_import.inc20N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc153N/A
Use "elseif" in place of "else if"Othernode_import.inc309N/A
Use "elseif" in place of "else if"Othernode_import.inc378N/A
Use the matching Drupal theme functions, not raw HTML.Othernode_import.inc487N/A
Separate comments from comment syntax by a space.Othernode_import.inc512N/A
Separate comments from comment syntax by a space.Othernode_import.inc513N/A
indent secondary line of comment one space Othernode_import.inc529N/A
Doxygen uses @todo and @bug to markup things to be done.Othernode_import.inc531N/A
indent secondary line of comment one space Othernode_import.inc538N/A
Use "elseif" in place of "else if"Othernode_import.inc596N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc607N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc608N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc618N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc620N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc638N/A
Use "elseif" in place of "else if"Othernode_import.inc655N/A
Use "elseif" in place of "else if"Othernode_import.inc684N/A
Doxygen uses @todo and @bug to markup things to be done.Othernode_import.inc709N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc744N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc776N/A
global variables should start with a single underscore followed by the module and another underscoreOthernode_import.inc800N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc829N/A
@see should always be at the beginning of a line, never inline in other comments.Othernode_import.inc856N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othernode_import.inc856N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.inc856N/A
global variables should start with a single underscore followed by the module and another underscoreOthernode_import.inc859N/A
Separate comments from comment syntax by a space.Othernode_import.inc890N/A
Separate comments from comment syntax by a space.Othernode_import.inc942N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc967N/A
Use an indent of 2 spaces, with no tabsOthernode_import.inc981N/A
Separate comments from comment syntax by a space.Othernode_import.inc1042N/A
Use "elseif" in place of "else if"Othernode_import.inc1174N/A
Function documentation should be less than 80 characters per line.Othernode_import.inc1187N/A
Function documentation should be less than 80 characters per line.Othernode_import.inc1232N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1242N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1267N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1276N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1301N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1310N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Othernode_import.inc1317N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1318N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Othernode_import.inc1318N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Othernode_import.inc1319N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Othernode_import.inc1320N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.inc1411N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.inc1462N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc1514N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1531N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1580N/A
Separate comments from comment syntax by a space.Othernode_import.inc1610N/A
Separate comments from comment syntax by a space.Othernode_import.inc1628N/A
Separate comments from comment syntax by a space.Othernode_import.inc1641N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1683N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1683N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1686N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1686N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc1709N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1726N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othernode_import.inc1729N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc1769N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1825N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1836N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1841N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1842N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1850N/A
Use "elseif" in place of "else if"Othernode_import.inc1855N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1856N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1857N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1861N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1867N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1868N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1869N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1877N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1880N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1882N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1883N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1890N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1891N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1892N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1898N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1903N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1905N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode_import.inc1914N/A
Use "elseif" in place of "else if"Othernode_import.inc1952N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc1968N/A
Doxygen uses @todo and @bug to markup things to be done.Othernode_import.inc1995N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc2047N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc2062N/A
Function summaries should be one line only. (Drupal Docs)Othernode_import.inc2125N/A
Separate comments from comment syntax by a space.Othernode_import.inc2134N/A
Use "elseif" in place of "else if"Othernode_import.inc2199N/A
Leafnode_import.install000
Expandnode_import.module005
MessageGroupFilenameLineFunctionStatus
Administrative menu items should have a description.Othernode_import.module43N/A
Administrative menu items should have a description.Othernode_import.module53N/A
Administrative menu items should have a description.Othernode_import.module63N/A
Administrative menu items should have a description.Othernode_import.module110N/A
Separate comments from comment syntax by a space.Othernode_import.module121N/A
Expandsupported/amazon/asin.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherasin.inc27N/A
Leafsupported/auto_nodetitle/auto_nodetitle.inc000
Leafsupported/blog.inc000
Expandsupported/book.inc105
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherbook.inc86N/A
Use "elseif" in place of "else if"Otherbook.inc91N/A
global variables should start with a single underscore followed by the module and another underscoreOtherbook.inc171N/A
Use "elseif" in place of "else if"Otherbook.inc199N/A
Use "elseif" in place of "else if"Otherbook.inc226N/A
Use an indent of 2 spaces, with no tabsOtherbook.inc230N/A
Expandsupported/cck/content.inc101
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercontent.inc59N/A
indent secondary line of comment one space Othercontent.inc116N/A
Expandsupported/cck/nodereference.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othernodereference.inc29N/A
Expandsupported/cck/number.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othernumber.inc27N/A
Expandsupported/cck/optionwidgets.inc001
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otheroptionwidgets.inc12N/A
Expandsupported/cck/text.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othertext.inc33N/A
Expandsupported/cck/userreference.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otheruserreference.inc29N/A
Leafsupported/comment.inc000
Expandsupported/content_taxonomy/content_taxonomy.inc3033
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othercontent_taxonomy.inc6N/A
Function documentation should be less than 80 characters per line.Othercontent_taxonomy.inc7N/A
Missing periodOthercontent_taxonomy.inc12N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othercontent_taxonomy.inc28N/A
Missing periodOthercontent_taxonomy.inc36N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc49N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc89N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc110N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc116N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc120N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc141N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc142N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc153N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc198N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc198N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc199N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc199N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc200N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc200N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc201N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc213N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc223N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc229N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc235N/A
Separate comments from comment syntax by a space.Othercontent_taxonomy.inc250N/A
Function documentation should be less than 80 characters per line.Othercontent_taxonomy.inc260N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc263N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc263N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc264N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_taxonomy.inc269N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc277N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc277N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc278N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc278N/A
If you define a @param or @return, you should document it as well.Othercontent_taxonomy.inc279N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_taxonomy.inc279N/A
Expandsupported/date/date.inc19024
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherdate.inc37N/A
There should be no trailing spacesOtherdate.inc50N/A
There should be no trailing spacesOtherdate.inc57N/A
There should be no trailing spacesOtherdate.inc62N/A
There should be no trailing spacesOtherdate.inc67N/A
There should be no trailing spacesOtherdate.inc73N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc78N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc85N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc88N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc92N/A
There should be no trailing spacesOtherdate.inc93N/A
There should be no trailing spacesOtherdate.inc96N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc106N/A
Use Drupal's format_date(), not PHP's default date().Otherdate.inc106N/A
There should be no trailing spacesOtherdate.inc114N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc120N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc121N/A
There should be no trailing spacesOtherdate.inc123N/A
Separate comments from comment syntax by a space.Otherdate.inc126N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc134N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc137N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc141N/A
There should be no trailing spacesOtherdate.inc142N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc144N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc145N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc146N/A
There should be no trailing spacesOtherdate.inc147N/A
There should be no trailing spacesOtherdate.inc150N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc160N/A
Use Drupal's format_date(), not PHP's default date().Otherdate.inc160N/A
There should be no trailing spacesOtherdate.inc162N/A
do not use mixed case (camelCase), use lower case and _Otherdate.inc164N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherdate.inc164N/A
Use Drupal's format_date(), not PHP's default date().Otherdate.inc164N/A
There should be no trailing spacesOtherdate.inc171N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc177N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc181N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherdate.inc182N/A
There should be no trailing spacesOtherdate.inc184N/A
There should be no trailing spacesOtherdate.inc187N/A
Doxygen uses @todo and @bug to markup things to be done.Otherdate.inc189N/A
There should be no trailing spacesOtherdate.inc190N/A
There should be no trailing spacesOtherdate.inc194N/A
Leafsupported/domain/domain.inc000
Expandsupported/email/email.inc002
MessageGroupFilenameLineFunctionStatus
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Otheremail.inc11N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otheremail.inc27N/A
Leafsupported/emfield/emaudio.inc000
Leafsupported/emfield/emimage.inc000
Leafsupported/emfield/emvideo.inc000
Expandsupported/filefield/filefield.inc002
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherfilefield.inc51N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherfilefield.inc62N/A
Leafsupported/forum.inc000
Leafsupported/imagefield/imagefield.inc000
Expandsupported/link/link.inc004
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherlink.inc23N/A
Separate comments from comment syntax by a space.Otherlink.inc30N/A
Separate comments from comment syntax by a space.Otherlink.inc38N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherlink.inc43N/A
Leafsupported/locale.inc000
Leafsupported/location/location.inc000
Expandsupported/location/location_cck.inc502
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherlocation_cck.inc15N/A
There should be no trailing spacesOtherlocation_cck.inc43N/A
There should be no trailing spacesOtherlocation_cck.inc45N/A
There should be no trailing spacesOtherlocation_cck.inc57N/A
There should be no trailing spacesOtherlocation_cck.inc79N/A
Separate comments from comment syntax by a space.Otherlocation_cck.inc80N/A
Separate comments from comment syntax by a space.Otherlocation_cck.inc81N/A
Expandsupported/menu.inc1417
MessageGroupFilenameLineFunctionStatus
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermenu.inc2N/A
Function summaries should be one line only. (Drupal Docs)Othermenu.inc40N/A
There should be no trailing spacesOthermenu.inc41N/A
There should be no trailing spacesOthermenu.inc47N/A
Function summaries should be one line only. (Drupal Docs)Othermenu.inc70N/A
There should be no trailing spacesOthermenu.inc71N/A
There should be no trailing spacesOthermenu.inc74N/A
There should be no trailing spacesOthermenu.inc81N/A
There should be no trailing spacesOthermenu.inc90N/A
Use an indent of 2 spaces, with no tabsOthermenu.inc104N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Othermenu.inc108N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Othermenu.inc108N/A
Use an indent of 2 spaces, with no tabsOthermenu.inc108N/A
There should be no trailing spacesOthermenu.inc110N/A
There should be no trailing spacesOthermenu.inc116N/A
Use "elseif" in place of "else if"Othermenu.inc125N/A
Separate comments from comment syntax by a space.Othermenu.inc127N/A
There should be no trailing spacesOthermenu.inc134N/A
There should be no trailing spacesOthermenu.inc143N/A
Use db_query_range() instead of the SQL LIMIT clause (Drupal Docs)Othermenu.inc149N/A
There should be no trailing spacesOthermenu.inc160N/A
There should be no trailing spacesOthermenu.inc161N/A
Leafsupported/modr8/modr8.inc000
Expandsupported/node.inc100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthernode.inc36N/A
Leafsupported/nodeformsettings/nodeformsettings.inc000
Expandsupported/node_import.inc003
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_import.inc68N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_import.inc76N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_import.inc83N/A
Leafsupported/og/og.inc000
Expandsupported/path.inc101
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherpath.inc48N/A
Separate comments from comment syntax by a space.Otherpath.inc48N/A
Expandsupported/phone/phone.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherphone.inc27N/A
Leafsupported/poll.inc000
Expandsupported/primary_term/primary_term.inc001
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherprimary_term.inc29N/A
Expandsupported/profile.inc001
MessageGroupFilenameLineFunctionStatus
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherprofile.inc48N/A
Leafsupported/scheduler/scheduler.inc000
Expandsupported/taxonomy.inc1014
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othertaxonomy.inc37N/A
global variables should start with a single underscore followed by the module and another underscoreOthertaxonomy.inc133N/A
Use "elseif" in place of "else if"Othertaxonomy.inc155N/A
Use "elseif" in place of "else if"Othertaxonomy.inc242N/A
Use "elseif" in place of "else if"Othertaxonomy.inc300N/A
Use "elseif" in place of "else if"Othertaxonomy.inc372N/A
Use "elseif" in place of "else if"Othertaxonomy.inc382N/A
Use "elseif" in place of "else if"Othertaxonomy.inc404N/A
Use an indent of 2 spaces, with no tabsOthertaxonomy.inc405N/A
Use "elseif" in place of "else if"Othertaxonomy.inc419N/A
Use "elseif" in place of "else if"Othertaxonomy.inc471N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthertaxonomy.inc484N/A
Use "elseif" in place of "else if"Othertaxonomy.inc517N/A
Separate comments from comment syntax by a space.Othertaxonomy.inc544N/A
Use "elseif" in place of "else if"Othertaxonomy.inc596N/A
Leafsupported/token/token.inc000
Leafsupported/ubercart/uc_product.inc000
Expandsupported/upload.inc001
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherupload.inc13N/A
Expandsupported/user.inc201
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otheruser.inc30N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheruser.inc161N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheruser.inc203N/A
Expandtests/NodeImportTestCase.php101
MessageGroupFilenameLineFunctionStatus
Use PHP's master function, not an alias. (List of PHP aliases)OtherNodeImportTestCase.php75N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherNodeImportTestCase.php168N/A
Expandtests/node_import.test200
MessageGroupFilenameLineFunctionStatus
@see should always be at the beginning of a line, never inline in other comments.Othernode_import.test39N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthernode_import.test39N/A
Expandtests/supported/node.test500
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthernode.test124N/A
There should be no trailing spacesOthernode.test129N/A
There should be no trailing spacesOthernode.test134N/A
There should be no trailing spacesOthernode.test143N/A
There should be no trailing spacesOthernode.test152N/A