Multi-Language Link and Redirect (MultiLink) - 7.x-2.8

Test status
StatusResult
Last receivedMon, 01/30/2012 - 08:50:41
Last requestedMon, 01/30/2012 - 08:51:03
Last testedMon, 01/30/2012 - 08:51:29
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-2.8
ProjectMulti-Language Link and Redirect (MultiLink)
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 8 minor(s), 4 critical(s), and 91 normal(s); [[SimpleTest]]: [MySQL] 0 pass(es).
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
  10. Complete test suite with all tests passing

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
8 minor(s), 4 critical(s), and 91 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandmultilink.install216
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink.install-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink.install2N/A
Function summaries should be one line only. (Drupal Docs)Othermultilink.install5N/A
Function summaries should be one line only. (Drupal Docs)Othermultilink.install12N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink.install32N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink.install34N/A
Separate comments from comment syntax by a space.Othermultilink.install35N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Othermultilink.install36N/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)Othermultilink.install36N/A
Expandmultilink.module3136
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink.module-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink.module2N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Othermultilink.module13N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink.module29N/A
Separate comments from comment syntax by a space.Othermultilink.module35N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink.module48N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink.module65N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink.module85N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink.module86N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink.module154N/A
Separate comments from comment syntax by a space.Othermultilink.module160N/A
Separate comments from comment syntax by a space.Othermultilink.module162N/A
Separate comments from comment syntax by a space.Othermultilink.module171N/A
Separate comments from comment syntax by a space.Othermultilink.module174N/A
Function documentation should be less than 80 characters per line.Othermultilink.module179N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink.module191N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink.module213N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink.module226N/A
Separate comments from comment syntax by a space.Othermultilink.module246N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOthermultilink.module277N/A
Function documentation should be less than 80 characters per line.Othermultilink.module315N/A
Separate comments from comment syntax by a space.Othermultilink.module322N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink.module328N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink.module371N/A
Function summaries should be one line only. (Drupal Docs)Othermultilink.module378N/A
Function documentation should be less than 80 characters per line.Othermultilink.module379N/A
Function documentation should be less than 80 characters per line.Othermultilink.module380N/A
Function documentation should be less than 80 characters per line.Othermultilink.module381N/A
Separate comments from comment syntax by a space.Othermultilink.module385N/A
Separate comments from comment syntax by a space.Othermultilink.module398N/A
Function documentation should be less than 80 characters per line.Othermultilink.module404N/A
Function documentation should be less than 80 characters per line.Othermultilink.module405N/A
Function documentation should be less than 80 characters per line.Othermultilink.module406N/A
Separate comments from comment syntax by a space.Othermultilink.module412N/A
Arrays should be formatted with a space separating each element and assignment operatorOthermultilink.module429N/A
Separate comments from comment syntax by a space.Othermultilink.module445N/A
Separate comments from comment syntax by a space.Othermultilink.module455N/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.Othermultilink.module457N/A
indent secondary line of comment one space Othermultilink.module468N/A
put a space between the asterisk and the comment textOthermultilink.module468N/A
Expandmultilink_filter/multilink_filter.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_filter.install-1N/A
Expandmultilink_filter/multilink_filter.module3033
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_filter.module-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink_filter.module2N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module22N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink_filter.module34N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module48N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module78N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module79N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module107N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module127N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module139N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module140N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module152N/A
missing space after commaOthermultilink_filter.module176N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module188N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module211N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module219N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module226N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module243N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module244N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module245N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink_filter.module253N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module257N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink_filter.module260N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module287N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module289N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module297N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module318N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module322N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module330N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module357N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module359N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module369N/A
indent secondary line of comment one space Othermultilink_filter.module387N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module396N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module404N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module428N/A
Expandmultilink_redirect/multilink_redirect.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_redirect.install-1N/A
Expandmultilink_redirect/multilink_redirect.module0210
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_redirect.module-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink_redirect.module2N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othermultilink_redirect.module13N/A
Separate comments from comment syntax by a space.Othermultilink_redirect.module25N/A
Function documentation should be less than 80 characters per line.Othermultilink_redirect.module30N/A
Separate comments from comment syntax by a space.Othermultilink_redirect.module33N/A
the use of REQUEST_URI is prone to XSS exploits and does not work on IIS; use request_uri() insteadOthermultilink_redirect.module35N/A
Separate comments from comment syntax by a space.Othermultilink_redirect.module38N/A
Function documentation should be less than 80 characters per line.Othermultilink_redirect.module50N/A
Use the matching Drupal theme functions, not raw HTML.Othermultilink_redirect.module108N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermultilink_redirect.module112N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink_redirect.module116N/A
Expandmultilink_redirect_cached/multilink_redirect_cached.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_redirect_cached.install-1N/A
Expandmultilink_redirect_cached/multilink_redirect_cached.module003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_redirect_cached.module-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink_redirect_cached.module2N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_redirect_cached.module27N/A

All

Test nameMinorCriticalNormal
Expandmultilink.install216
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink.install-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink.install2N/A
Function summaries should be one line only. (Drupal Docs)Othermultilink.install5N/A
Function summaries should be one line only. (Drupal Docs)Othermultilink.install12N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink.install32N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink.install34N/A
Separate comments from comment syntax by a space.Othermultilink.install35N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Othermultilink.install36N/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)Othermultilink.install36N/A
Expandmultilink.module3136
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink.module-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink.module2N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Othermultilink.module13N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink.module29N/A
Separate comments from comment syntax by a space.Othermultilink.module35N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink.module48N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink.module65N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink.module85N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink.module86N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink.module154N/A
Separate comments from comment syntax by a space.Othermultilink.module160N/A
Separate comments from comment syntax by a space.Othermultilink.module162N/A
Separate comments from comment syntax by a space.Othermultilink.module171N/A
Separate comments from comment syntax by a space.Othermultilink.module174N/A
Function documentation should be less than 80 characters per line.Othermultilink.module179N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink.module191N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink.module213N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink.module226N/A
Separate comments from comment syntax by a space.Othermultilink.module246N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOthermultilink.module277N/A
Function documentation should be less than 80 characters per line.Othermultilink.module315N/A
Separate comments from comment syntax by a space.Othermultilink.module322N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink.module328N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink.module371N/A
Function summaries should be one line only. (Drupal Docs)Othermultilink.module378N/A
Function documentation should be less than 80 characters per line.Othermultilink.module379N/A
Function documentation should be less than 80 characters per line.Othermultilink.module380N/A
Function documentation should be less than 80 characters per line.Othermultilink.module381N/A
Separate comments from comment syntax by a space.Othermultilink.module385N/A
Separate comments from comment syntax by a space.Othermultilink.module398N/A
Function documentation should be less than 80 characters per line.Othermultilink.module404N/A
Function documentation should be less than 80 characters per line.Othermultilink.module405N/A
Function documentation should be less than 80 characters per line.Othermultilink.module406N/A
Separate comments from comment syntax by a space.Othermultilink.module412N/A
Arrays should be formatted with a space separating each element and assignment operatorOthermultilink.module429N/A
Separate comments from comment syntax by a space.Othermultilink.module445N/A
Separate comments from comment syntax by a space.Othermultilink.module455N/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.Othermultilink.module457N/A
indent secondary line of comment one space Othermultilink.module468N/A
put a space between the asterisk and the comment textOthermultilink.module468N/A
Expandmultilink_filter/multilink_filter.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_filter.install-1N/A
Expandmultilink_filter/multilink_filter.module3033
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_filter.module-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink_filter.module2N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module22N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink_filter.module34N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module48N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module78N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module79N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module107N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module127N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module139N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module140N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module152N/A
missing space after commaOthermultilink_filter.module176N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module188N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module211N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module219N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module226N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module243N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module244N/A
Function documentation should be less than 80 characters per line.Othermultilink_filter.module245N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink_filter.module253N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module257N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermultilink_filter.module260N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module287N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module289N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module297N/A
Separate comments from comment syntax by a space.Othermultilink_filter.module318N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module322N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module330N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_filter.module357N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module359N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module369N/A
indent secondary line of comment one space Othermultilink_filter.module387N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module396N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module404N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthermultilink_filter.module428N/A
Expandmultilink_redirect/multilink_redirect.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_redirect.install-1N/A
Expandmultilink_redirect/multilink_redirect.module0210
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_redirect.module-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink_redirect.module2N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othermultilink_redirect.module13N/A
Separate comments from comment syntax by a space.Othermultilink_redirect.module25N/A
Function documentation should be less than 80 characters per line.Othermultilink_redirect.module30N/A
Separate comments from comment syntax by a space.Othermultilink_redirect.module33N/A
the use of REQUEST_URI is prone to XSS exploits and does not work on IIS; use request_uri() insteadOthermultilink_redirect.module35N/A
Separate comments from comment syntax by a space.Othermultilink_redirect.module38N/A
Function documentation should be less than 80 characters per line.Othermultilink_redirect.module50N/A
Use the matching Drupal theme functions, not raw HTML.Othermultilink_redirect.module108N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermultilink_redirect.module112N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthermultilink_redirect.module116N/A
Expandmultilink_redirect_cached/multilink_redirect_cached.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_redirect_cached.install-1N/A
Expandmultilink_redirect_cached/multilink_redirect_cached.module003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermultilink_redirect_cached.module-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Othermultilink_redirect_cached.module2N/A
Control statements should have one space between the control keyword and opening parenthesisOthermultilink_redirect_cached.module27N/A