Template Field - 7.x-1.x

Test status
StatusResult
Last receivedMon, 01/21/2013 - 17:24:11
Last requestedMon, 01/21/2013 - 17:27:19
Last testedMon, 01/21/2013 - 17:27:49
Test count129
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-1.x
ProjectTemplate Field
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 19 minor(s), 4 critical(s), and 39 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
19 minor(s), 4 critical(s), and 39 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandtemplate_api/includes/owner.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherowner.inc-1N/A
Expandtemplate_api/includes/plugins.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherplugins.inc-1N/A
Expandtemplate_api/includes/renderer.inc002
MessageGroupFilenameLineFunctionStatus
Control statements should have one space between the control keyword and opening parenthesisOtherrenderer.inc83N/A
The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time.Otherrenderer.inc95N/A
Expandtemplate_api/includes/template.inc001
MessageGroupFilenameLineFunctionStatus
Control statements should have one space between the control keyword and opening parenthesisOthertemplate.inc160N/A
Expandtemplate_api/plugins/export_ui/template_api.class.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_api.class.php-1N/A
Expandtemplate_api/plugins/export_ui/template_api.inc015
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_api.inc-1N/A
Control statements should have one space between the control keyword and opening parenthesisOthertemplate_api.inc120N/A
Control statements should have one space between the control keyword and opening parenthesisOthertemplate_api.inc224N/A
Control statements should have one space between the control keyword and opening parenthesisOthertemplate_api.inc246N/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.Othertemplate_api.inc257N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthertemplate_api.inc455N/A
Expandtemplate_api/plugins/input_types/bean.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherbean.inc-1N/A
Expandtemplate_api/plugins/input_types/color.inc301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercolor.inc-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercolor.inc52N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercolor.inc56N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercolor.inc60N/A
Expandtemplate_api/plugins/input_types/fieldset.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherfieldset.inc-1N/A
Expandtemplate_api/plugins/input_types/file.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherfile.inc-1N/A
Expandtemplate_api/plugins/input_types/hidden.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherhidden.inc-1N/A
Expandtemplate_api/plugins/input_types/select.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherselect.inc-1N/A
Expandtemplate_api/plugins/input_types/string.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstring.inc-1N/A
Expandtemplate_api/plugins/input_types/text.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertext.inc-1N/A
Expandtemplate_api/plugins/input_types/text_format.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertext_format.inc-1N/A
Expandtemplate_api/plugins/input_types/url.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherurl.inc-1N/A
Expandtemplate_api/plugins/input_types/vertical_tabs.inc002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othervertical_tabs.inc-1N/A
Arrays should be formatted with a space separating each element and assignment operatorOthervertical_tabs.inc17N/A
Expandtemplate_api/plugins/owner_type/domain.inc101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherdomain.inc-1N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otherdomain.inc19N/A
Expandtemplate_api/plugins/owner_type/role.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherrole.inc-1N/A
Expandtemplate_api/template_api.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_api.install-1N/A
Expandtemplate_api/template_api.module101
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Othertemplate_api.module4N/A
Control statements should have one space between the control keyword and opening parenthesisOthertemplate_api.module207N/A
Expandtemplate_chooser/template_chooser.module404
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_chooser.module-1N/A
There should be no trailing spacesOthertemplate_chooser.module60N/A
There should be no trailing spacesOthertemplate_chooser.module62N/A
else statements should begin on a new lineOthertemplate_chooser.module82N/A
else statements should begin on a new lineOthertemplate_chooser.module86N/A
There should be no trailing spacesOthertemplate_chooser.module189N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Othertemplate_chooser.module191N/A
Use an indent of 2 spaces, with no tabsOthertemplate_chooser.module233N/A
Expandtemplate_example/template_example.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_example.module-1N/A
Expandtemplate_field/template_field.module532
MessageGroupFilenameLineFunctionStatus
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othertemplate_field.module7N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othertemplate_field.module8N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthertemplate_field.module175N/A
Format should be * Implementation of hook_foo().Othertemplate_field.module192N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othertemplate_field.module291N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertemplate_field.module312N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertemplate_field.module313N/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.Othertemplate_field.module634N/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.Othertemplate_field.module635N/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.Othertemplate_field.module678N/A
Expandtemplate_mustache/includes/mustache.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermustache.inc-1N/A
Expandtemplate_mustache/includes/renderer.inc002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherrenderer.inc-1N/A
The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time.Otherrenderer.inc32N/A
Expandtemplate_mustache/includes/view.inc301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherview.inc-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherview.inc11N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherview.inc18N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherview.inc19N/A
Expandtemplate_mustache/template_mustache.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_mustache.module-1N/A

All

Test nameMinorCriticalNormal
Leaftemplate_api/includes/input_type.inc000
Expandtemplate_api/includes/owner.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherowner.inc-1N/A
Expandtemplate_api/includes/plugins.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherplugins.inc-1N/A
Expandtemplate_api/includes/renderer.inc002
MessageGroupFilenameLineFunctionStatus
Control statements should have one space between the control keyword and opening parenthesisOtherrenderer.inc83N/A
The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time.Otherrenderer.inc95N/A
Expandtemplate_api/includes/template.inc001
MessageGroupFilenameLineFunctionStatus
Control statements should have one space between the control keyword and opening parenthesisOthertemplate.inc160N/A
Expandtemplate_api/plugins/export_ui/template_api.class.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_api.class.php-1N/A
Expandtemplate_api/plugins/export_ui/template_api.inc015
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_api.inc-1N/A
Control statements should have one space between the control keyword and opening parenthesisOthertemplate_api.inc120N/A
Control statements should have one space between the control keyword and opening parenthesisOthertemplate_api.inc224N/A
Control statements should have one space between the control keyword and opening parenthesisOthertemplate_api.inc246N/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.Othertemplate_api.inc257N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthertemplate_api.inc455N/A
Expandtemplate_api/plugins/input_types/bean.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherbean.inc-1N/A
Expandtemplate_api/plugins/input_types/color.inc301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercolor.inc-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercolor.inc52N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercolor.inc56N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercolor.inc60N/A
Expandtemplate_api/plugins/input_types/fieldset.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherfieldset.inc-1N/A
Expandtemplate_api/plugins/input_types/file.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherfile.inc-1N/A
Expandtemplate_api/plugins/input_types/hidden.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherhidden.inc-1N/A
Expandtemplate_api/plugins/input_types/select.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherselect.inc-1N/A
Expandtemplate_api/plugins/input_types/string.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstring.inc-1N/A
Expandtemplate_api/plugins/input_types/text.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertext.inc-1N/A
Expandtemplate_api/plugins/input_types/text_format.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertext_format.inc-1N/A
Expandtemplate_api/plugins/input_types/url.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherurl.inc-1N/A
Expandtemplate_api/plugins/input_types/vertical_tabs.inc002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othervertical_tabs.inc-1N/A
Arrays should be formatted with a space separating each element and assignment operatorOthervertical_tabs.inc17N/A
Expandtemplate_api/plugins/owner_type/domain.inc101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherdomain.inc-1N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otherdomain.inc19N/A
Expandtemplate_api/plugins/owner_type/role.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherrole.inc-1N/A
Expandtemplate_api/template_api.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_api.install-1N/A
Expandtemplate_api/template_api.module101
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Othertemplate_api.module4N/A
Control statements should have one space between the control keyword and opening parenthesisOthertemplate_api.module207N/A
Expandtemplate_chooser/template_chooser.module404
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_chooser.module-1N/A
There should be no trailing spacesOthertemplate_chooser.module60N/A
There should be no trailing spacesOthertemplate_chooser.module62N/A
else statements should begin on a new lineOthertemplate_chooser.module82N/A
else statements should begin on a new lineOthertemplate_chooser.module86N/A
There should be no trailing spacesOthertemplate_chooser.module189N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Othertemplate_chooser.module191N/A
Use an indent of 2 spaces, with no tabsOthertemplate_chooser.module233N/A
Expandtemplate_example/template_example.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_example.module-1N/A
Expandtemplate_field/template_field.install200
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthertemplate_field.install14N/A
There should be no trailing spacesOthertemplate_field.install34N/A
Expandtemplate_field/template_field.module532
MessageGroupFilenameLineFunctionStatus
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othertemplate_field.module7N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othertemplate_field.module8N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthertemplate_field.module175N/A
Format should be * Implementation of hook_foo().Othertemplate_field.module192N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Othertemplate_field.module291N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertemplate_field.module312N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertemplate_field.module313N/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.Othertemplate_field.module634N/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.Othertemplate_field.module635N/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.Othertemplate_field.module678N/A
Expandtemplate_mustache/includes/mustache.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermustache.inc-1N/A
Expandtemplate_mustache/includes/renderer.inc002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherrenderer.inc-1N/A
The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time.Otherrenderer.inc32N/A
Expandtemplate_mustache/includes/view.inc301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherview.inc-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherview.inc11N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherview.inc18N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherview.inc19N/A
Expandtemplate_mustache/template_mustache.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othertemplate_mustache.module-1N/A