Internationalization - 7.x-1.x

Test status
StatusResult
Last receivedFri, 01/18/2013 - 18:04:44
Last requestedFri, 01/18/2013 - 18:05:02
Last testedFri, 01/18/2013 - 18:07:22
Test count205
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-1.x
ProjectInternationalization
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 94 minor(s), 16 critical(s), and 9 normal(s); [[SimpleTest]]: [MySQL] 2,095 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
2,095 pass(es), 0 fail(s), and 0 exception(s)
Test namePassFailException
LeafBlock translation (i18nBlocksTestCase) [Internationalization]41500
LeafContent Selection (i18nSelectTestCase) [Internationalization]12100
LeafContent translation (I18nNodeTestCase) [Internationalization]12300
LeafField translation (i18nFieldTestCase) [Internationalization]29800
LeafMenu translation (i18nMenuTestCase) [Internationalization]37600
LeafMultilingual configuration (Drupali18nConfigTestCase) [Internationalization]4700
LeafMultilingual forum (i18nForumTestCase) [Internationalization]5600
LeafPath translation (i18nPathTestCase) [Internationalization]10800
LeafString translation API (i18nStringTestCase) [Internationalization]9200
LeafSynchronize translations (i18nSyncTestCase) [Internationalization]12000
LeafTaxonomy translation (i18nTaxonomyTestCase) [Internationalization]24700
LeafVariable translation (i18nVariableTestCase) [Internationalization]9200

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
94 minor(s), 16 critical(s), and 9 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandi18n.api.php201
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtheri18n.api.php28N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otheri18n.api.php93N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n.api.php93N/A
Expandi18n.module110
MessageGroupFilenameLineFunctionStatus
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n.module129N/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.Otheri18n.module572N/A
Expandi18n_block/i18n_block.i18n.inc001
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtheri18n_block.i18n.inc17N/A
Expandi18n_block/i18n_block.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheri18n_block.inc-1N/A
Expandi18n_field/i18n_field.pages.inc010
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_field.pages.inc21N/A
Expandi18n_forum/i18n_forum.module010
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otheri18n_forum.module138N/A
Expandi18n_menu/i18n_menu.admin.inc020
MessageGroupFilenameLineFunctionStatus
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.Otheri18n_menu.admin.inc35N/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.Otheri18n_menu.admin.inc48N/A
Expandi18n_node/i18n_node.module210
MessageGroupFilenameLineFunctionStatus
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Otheri18n_node.module160N/A
indent secondary line of comment one space Otheri18n_node.module335N/A
There should be no trailing spacesOtheri18n_node.module445N/A
Expandi18n_string/i18n_string.api.php1501
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n_string.api.php6N/A
There should be no trailing spacesOtheri18n_string.api.php9N/A
There should be no trailing spacesOtheri18n_string.api.php13N/A
There should be no trailing spacesOtheri18n_string.api.php16N/A
There should be no trailing spacesOtheri18n_string.api.php23N/A
There should be no trailing spacesOtheri18n_string.api.php42N/A
There should be no trailing spacesOtheri18n_string.api.php71N/A
There should be no trailing spacesOtheri18n_string.api.php73N/A
There should be no trailing spacesOtheri18n_string.api.php77N/A
There should be no trailing spacesOtheri18n_string.api.php84N/A
Use an indent of 2 spaces, with no tabsOtheri18n_string.api.php91N/A
There should be no trailing spacesOtheri18n_string.api.php91N/A
There should be no trailing spacesOtheri18n_string.api.php93N/A
There should be no trailing spacesOtheri18n_string.api.php99N/A
There should be no trailing spacesOtheri18n_string.api.php103N/A
There should be no trailing spacesOtheri18n_string.api.php107N/A
Expandi18n_string/i18n_string.install005
MessageGroupFilenameLineFunctionStatus
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install214N/A
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install215N/A
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install217N/A
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install219N/A
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install220N/A
Expandi18n_string/i18n_string.pages.inc250
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_string.pages.inc40N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_string.pages.inc44N/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.Otheri18n_string.pages.inc135N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_string.pages.inc256N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_string.pages.inc263N/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.Otheri18n_string.pages.inc338N/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.Otheri18n_string.pages.inc358N/A
Expandi18n_sync/i18n_sync.module020
MessageGroupFilenameLineFunctionStatus
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.Otheri18n_sync.module137N/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.Otheri18n_sync.module141N/A
Expandi18n_taxonomy/i18n_taxonomy.admin.inc020
MessageGroupFilenameLineFunctionStatus
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.Otheri18n_taxonomy.admin.inc49N/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.Otheri18n_taxonomy.admin.inc57N/A
Expandi18n_translation/i18n_translation.admin.inc410
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n_translation.admin.inc10N/A
There should be no trailing spacesOtheri18n_translation.admin.inc40N/A
There should be no trailing spacesOtheri18n_translation.admin.inc43N/A
There should be no trailing spacesOtheri18n_translation.admin.inc44N/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.Otheri18n_translation.admin.inc84N/A

All

Test nameMinorCriticalNormal
Expandi18n.api.php201
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtheri18n.api.php28N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otheri18n.api.php93N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n.api.php93N/A
Leafi18n.install000
Expandi18n.module110
MessageGroupFilenameLineFunctionStatus
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n.module129N/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.Otheri18n.module572N/A
Expandi18n.pages.inc1000
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n.pages.inc5N/A
There should be no trailing spacesOtheri18n.pages.inc61N/A
Use an indent of 2 spaces, with no tabsOtheri18n.pages.inc71N/A
Use an indent of 2 spaces, with no tabsOtheri18n.pages.inc72N/A
Use an indent of 2 spaces, with no tabsOtheri18n.pages.inc73N/A
Use an indent of 2 spaces, with no tabsOtheri18n.pages.inc74N/A
Use an indent of 2 spaces, with no tabsOtheri18n.pages.inc75N/A
Use an indent of 2 spaces, with no tabsOtheri18n.pages.inc76N/A
Use an indent of 2 spaces, with no tabsOtheri18n.pages.inc77N/A
Use an indent of 2 spaces, with no tabsOtheri18n.pages.inc78N/A
Expandi18n.test100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtheri18n.test313N/A
Leafi18n.variable.inc000
Expandi18n_block/i18n_block.i18n.inc001
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtheri18n_block.i18n.inc17N/A
Expandi18n_block/i18n_block.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheri18n_block.inc-1N/A
Leafi18n_block/i18n_block.install000
Expandi18n_block/i18n_block.module100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtheri18n_block.module202N/A
Leafi18n_block/i18n_block.test000
Leafi18n_contact/i18n_contact.i18n.inc000
Leafi18n_contact/i18n_contact.module000
Leafi18n_field/i18n_field.api.php000
Leafi18n_field/i18n_field.i18n.inc000
Leafi18n_field/i18n_field.inc000
Leafi18n_field/i18n_field.install000
Leafi18n_field/i18n_field.module000
Expandi18n_field/i18n_field.pages.inc010
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_field.pages.inc21N/A
Leafi18n_field/i18n_field.test000
Leafi18n_forum/i18n_forum.install000
Expandi18n_forum/i18n_forum.module010
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otheri18n_forum.module138N/A
Leafi18n_forum/i18n_forum.test000
Expandi18n_menu/i18n_menu.admin.inc020
MessageGroupFilenameLineFunctionStatus
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.Otheri18n_menu.admin.inc35N/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.Otheri18n_menu.admin.inc48N/A
Leafi18n_menu/i18n_menu.i18n.inc000
Leafi18n_menu/i18n_menu.inc000
Leafi18n_menu/i18n_menu.install000
Expandi18n_menu/i18n_menu.module100
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otheri18n_menu.module833N/A
Expandi18n_menu/i18n_menu.test100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtheri18n_menu.test255N/A
Leafi18n_node/i18n_node.features.inc000
Leafi18n_node/i18n_node.i18n.inc000
Expandi18n_node/i18n_node.install100
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otheri18n_node.install64N/A
Expandi18n_node/i18n_node.module210
MessageGroupFilenameLineFunctionStatus
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Otheri18n_node.module160N/A
indent secondary line of comment one space Otheri18n_node.module335N/A
There should be no trailing spacesOtheri18n_node.module445N/A
Leafi18n_node/i18n_node.pages.inc000
Expandi18n_node/i18n_node.test300
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtheri18n_node.test49N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheri18n_node.test54N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheri18n_node.test59N/A
Leafi18n_node/i18n_node.variable.inc000
Leafi18n_object.inc000
Leafi18n_path/i18n_path.admin.inc000
Leafi18n_path/i18n_path.inc000
Leafi18n_path/i18n_path.install000
Expandi18n_path/i18n_path.module200
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otheri18n_path.module69N/A
There should be no trailing spacesOtheri18n_path.module118N/A
Leafi18n_path/i18n_path.test000
Leafi18n_redirect/i18n_redirect.module000
Leafi18n_select/i18n_select.admin.inc000
Leafi18n_select/i18n_select.module000
Leafi18n_select/i18n_select.test000
Leafi18n_select/i18n_select.variable.inc000
Leafi18n_string/i18n_string.admin.inc000
Expandi18n_string/i18n_string.api.php1501
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n_string.api.php6N/A
There should be no trailing spacesOtheri18n_string.api.php9N/A
There should be no trailing spacesOtheri18n_string.api.php13N/A
There should be no trailing spacesOtheri18n_string.api.php16N/A
There should be no trailing spacesOtheri18n_string.api.php23N/A
There should be no trailing spacesOtheri18n_string.api.php42N/A
There should be no trailing spacesOtheri18n_string.api.php71N/A
There should be no trailing spacesOtheri18n_string.api.php73N/A
There should be no trailing spacesOtheri18n_string.api.php77N/A
There should be no trailing spacesOtheri18n_string.api.php84N/A
Use an indent of 2 spaces, with no tabsOtheri18n_string.api.php91N/A
There should be no trailing spacesOtheri18n_string.api.php91N/A
There should be no trailing spacesOtheri18n_string.api.php93N/A
There should be no trailing spacesOtheri18n_string.api.php99N/A
There should be no trailing spacesOtheri18n_string.api.php103N/A
There should be no trailing spacesOtheri18n_string.api.php107N/A
Expandi18n_string/i18n_string.i18n.inc600
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n_string.i18n.inc9N/A
There should be no trailing spacesOtheri18n_string.i18n.inc24N/A
There should be no trailing spacesOtheri18n_string.i18n.inc31N/A
There should be no trailing spacesOtheri18n_string.i18n.inc58N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otheri18n_string.i18n.inc80N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n_string.i18n.inc80N/A
Leafi18n_string/i18n_string.inc000
Expandi18n_string/i18n_string.install005
MessageGroupFilenameLineFunctionStatus
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install214N/A
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install215N/A
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install217N/A
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install219N/A
Use update_sql() instead of db_query() in hook_update_N()Otheri18n_string.install220N/A
Expandi18n_string/i18n_string.module600
MessageGroupFilenameLineFunctionStatus
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otheri18n_string.module37N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n_string.module37N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otheri18n_string.module38N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n_string.module38N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otheri18n_string.module39N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n_string.module39N/A
Expandi18n_string/i18n_string.pages.inc250
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_string.pages.inc40N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_string.pages.inc44N/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.Otheri18n_string.pages.inc135N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_string.pages.inc256N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otheri18n_string.pages.inc263N/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.Otheri18n_string.pages.inc338N/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.Otheri18n_string.pages.inc358N/A
Leafi18n_string/i18n_string.test000
Leafi18n_string/i18n_string.variable.inc000
Expandi18n_sync/i18n_sync.api.php1100
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n_sync.api.php1N/A
There should be no trailing spacesOtheri18n_sync.api.php9N/A
There should be no trailing spacesOtheri18n_sync.api.php11N/A
There should be no trailing spacesOtheri18n_sync.api.php15N/A
There should be no trailing spacesOtheri18n_sync.api.php18N/A
There should be no trailing spacesOtheri18n_sync.api.php21N/A
There should be no trailing spacesOtheri18n_sync.api.php23N/A
There should be no trailing spacesOtheri18n_sync.api.php29N/A
There should be no trailing spacesOtheri18n_sync.api.php44N/A
There should be no trailing spacesOtheri18n_sync.api.php53N/A
There should be no trailing spacesOtheri18n_sync.api.php67N/A
Leafi18n_sync/i18n_sync.features.inc000
Leafi18n_sync/i18n_sync.install000
Expandi18n_sync/i18n_sync.module020
MessageGroupFilenameLineFunctionStatus
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.Otheri18n_sync.module137N/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.Otheri18n_sync.module141N/A
Leafi18n_sync/i18n_sync.modules.inc000
Leafi18n_sync/i18n_sync.node.inc000
Leafi18n_sync/i18n_sync.test000
Leafi18n_sync/i18n_sync.variable.inc000
Expandi18n_taxonomy/i18n_taxonomy.admin.inc020
MessageGroupFilenameLineFunctionStatus
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.Otheri18n_taxonomy.admin.inc49N/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.Otheri18n_taxonomy.admin.inc57N/A
Expandi18n_taxonomy/i18n_taxonomy.i18n.inc200
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n_taxonomy.i18n.inc107N/A
There should be no trailing spacesOtheri18n_taxonomy.i18n.inc120N/A
Leafi18n_taxonomy/i18n_taxonomy.inc000
Leafi18n_taxonomy/i18n_taxonomy.install000
Expandi18n_taxonomy/i18n_taxonomy.module100
MessageGroupFilenameLineFunctionStatus
put a space between the asterisk and the comment textOtheri18n_taxonomy.module927N/A
Leafi18n_taxonomy/i18n_taxonomy.pages.inc000
Leafi18n_taxonomy/i18n_taxonomy.test000
Leafi18n_taxonomy/i18n_taxonomy.tokens.inc000
Leafi18n_taxonomy/i18n_taxonomy.views.inc000
Expandi18n_translation/i18n_translation.admin.inc410
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n_translation.admin.inc10N/A
There should be no trailing spacesOtheri18n_translation.admin.inc40N/A
There should be no trailing spacesOtheri18n_translation.admin.inc43N/A
There should be no trailing spacesOtheri18n_translation.admin.inc44N/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.Otheri18n_translation.admin.inc84N/A
Leafi18n_translation/i18n_translation.api.php000
Expandi18n_translation/i18n_translation.inc1600
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtheri18n_translation.inc34N/A
There should be no trailing spacesOtheri18n_translation.inc59N/A
There should be no trailing spacesOtheri18n_translation.inc76N/A
There should be no trailing spacesOtheri18n_translation.inc87N/A
There should be no trailing spacesOtheri18n_translation.inc124N/A
There should be no trailing spacesOtheri18n_translation.inc126N/A
There should be no trailing spacesOtheri18n_translation.inc187N/A
There should be no trailing spacesOtheri18n_translation.inc264N/A
There should be no trailing spacesOtheri18n_translation.inc285N/A
There should be no trailing spacesOtheri18n_translation.inc316N/A
There should be no trailing spacesOtheri18n_translation.inc379N/A
There should be no trailing spacesOtheri18n_translation.inc401N/A
There should be no trailing spacesOtheri18n_translation.inc413N/A
There should be no trailing spacesOtheri18n_translation.inc421N/A
There should be no trailing spacesOtheri18n_translation.inc439N/A
There should be no trailing spacesOtheri18n_translation.inc448N/A
Leafi18n_translation/i18n_translation.install000
Expandi18n_translation/i18n_translation.module100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtheri18n_translation.module159N/A
Leafi18n_translation/i18n_translation.pages.inc000
Leafi18n_user/i18n_user.install000
Expandi18n_user/i18n_user.module100
MessageGroupFilenameLineFunctionStatus
@see references should be separated by "," followed by a single space and with no trailing punctuationOtheri18n_user.module53N/A
Leafi18n_variable/i18n_variable.class.inc000
Leafi18n_variable/i18n_variable.install000
Expandi18n_variable/i18n_variable.module400
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otheri18n_variable.module91N/A
indent secondary line of comment one space Otheri18n_variable.module92N/A
indent secondary line of comment one space Otheri18n_variable.module93N/A
indent secondary line of comment one space Otheri18n_variable.module94N/A
Leafi18n_variable/i18n_variable.test000
Leafi18n_variable/i18n_variable.variable.inc000
Leaftests/i18n_test.module000