Media - 7.x-1.0

Test status
StatusResult
Last receivedWed, 04/11/2012 - 10:10:46
Last requestedWed, 04/11/2012 - 10:11:03
Last testedWed, 04/11/2012 - 10:12:03
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-1.0
ProjectMedia
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 12 minor(s), 7 critical(s), and 6 normal(s); [[SimpleTest]]: [MySQL] 11 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
11 pass(es), 0 fail(s), and 0 exception(s)
Test namePassFailException
LeafMedia entity (MediaEntityTest) [Media]500
LeafMedia types (MediaTypeTest) [Media]600

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
12 minor(s), 7 critical(s), and 6 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandfile_entity/file_entity.admin.inc031
MessageGroupFilenameLineFunctionStatus
Functions should be called with no spaces between the function name and opening parenthesesOtherfile_entity.admin.inc57N/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.Otherfile_entity.admin.inc76N/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.Otherfile_entity.admin.inc78N/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.Otherfile_entity.admin.inc124N/A
Expandincludes/media.admin.inc021
MessageGroupFilenameLineFunctionStatus
The control statement should be on a separate line from the control conditionalOthermedia.admin.inc202N/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)Othermedia.admin.inc558N/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)Othermedia.admin.inc561N/A
Expandincludes/MediaReadOnlyStreamWrapper.inc021
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherMediaReadOnlyStreamWrapper.inc-1N/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)OtherMediaReadOnlyStreamWrapper.inc152N/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.OtherMediaReadOnlyStreamWrapper.inc159N/A
ExpandMediaReadOnlyStreamWrapper.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherMediaReadOnlyStreamWrapper.inc-1N/A
Expandmodules/media_internet/media_internet.module301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermedia_internet.module-1N/A
@see should always be at the beginning of a line, never inline in other comments.Othermedia_internet.module115N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othermedia_internet.module115N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthermedia_internet.module115N/A
Expandtemplates/media-dialog-page.tpl.php001
MessageGroupFilenameLineFunctionStatus
The control statement should be on a separate line from the control conditionalOthermedia-dialog-page.tpl.php71N/A

All

Test nameMinorCriticalNormal
Expandfile_entity/file_entity.admin.inc031
MessageGroupFilenameLineFunctionStatus
Functions should be called with no spaces between the function name and opening parenthesesOtherfile_entity.admin.inc57N/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.Otherfile_entity.admin.inc76N/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.Otherfile_entity.admin.inc78N/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.Otherfile_entity.admin.inc124N/A
Leaffile_entity/file_entity.api.php000
Expandfile_entity/file_entity.file_api.inc100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherfile_entity.file_api.inc345N/A
Leaffile_entity/file_entity.install000
Expandfile_entity/file_entity.module200
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherfile_entity.module254N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherfile_entity.module300N/A
Leaffile_entity/tests/file_entity_test.module000
Leaffile_entity/tests/file_entity_test.pages.inc000
Expandincludes/media.admin.inc021
MessageGroupFilenameLineFunctionStatus
The control statement should be on a separate line from the control conditionalOthermedia.admin.inc202N/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)Othermedia.admin.inc558N/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)Othermedia.admin.inc561N/A
Leafincludes/media.browser.inc000
Leafincludes/media.fields.inc000
Expandincludes/media.filter.inc200
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthermedia.filter.inc190N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermedia.filter.inc191N/A
Expandincludes/media.pages.inc100
MessageGroupFilenameLineFunctionStatus
@see references should be separated by "," followed by a single space and with no trailing punctuationOthermedia.pages.inc46N/A
Leafincludes/media.theme.inc000
Expandincludes/media.types.inc200
MessageGroupFilenameLineFunctionStatus
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othermedia.types.inc8N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthermedia.types.inc8N/A
Leafincludes/media.variables.inc000
Leafincludes/media.views.inc000
Leafincludes/media.xml.inc000
Expandincludes/MediaReadOnlyStreamWrapper.inc021
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherMediaReadOnlyStreamWrapper.inc-1N/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)OtherMediaReadOnlyStreamWrapper.inc152N/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.OtherMediaReadOnlyStreamWrapper.inc159N/A
Leafmedia.api.php000
Leafmedia.install000
Leafmedia.media.inc000
Expandmedia.module100
MessageGroupFilenameLineFunctionStatus
Format should be * Implementation of hook_foo().Othermedia.module89N/A
ExpandMediaReadOnlyStreamWrapper.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherMediaReadOnlyStreamWrapper.inc-1N/A
Leafmodules/media_internet/media_internet.api.php000
Leafmodules/media_internet/media_internet.media.inc000
Expandmodules/media_internet/media_internet.module301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermedia_internet.module-1N/A
@see should always be at the beginning of a line, never inline in other comments.Othermedia_internet.module115N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othermedia_internet.module115N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthermedia_internet.module115N/A
Expandtemplates/media-dialog-page.tpl.php001
MessageGroupFilenameLineFunctionStatus
The control statement should be on a separate line from the control conditionalOthermedia-dialog-page.tpl.php71N/A
Leaftest/media.entity.test000
Leaftest/media.types.test000
Leafwysiwyg_plugins/media.inc000