content.install | 1 | 0 | 19 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | content.install | -1 | N/A |  |
| Missing parenthesis after function name | Other | content.install | 125 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.install | 224 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.install | 235 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.install | 250 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.install | 267 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.install | 267 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.install | 270 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.install | 338 | N/A |  |
|
content.module | 21 | 4 | 61 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.module | 20 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.module | 22 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.module | 30 | N/A |  |
| Missing parenthesis after function name | Other | content.module | 36 | N/A |  |
| Administrative menu items should have a description. | Other | content.module | 77 | N/A |  |
| Administrative menu items should have a description. | Other | content.module | 99 | N/A |  |
| Administrative menu items should have a description. | Other | content.module | 108 | N/A |  |
| Administrative menu items should have a description. | Other | content.module | 131 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 231 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 234 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 236 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | content.module | 265 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | content.module | 274 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 347 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 355 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.module | 357 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content.module | 436 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 471 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 480 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content.module | 671 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content.module | 673 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 675 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.module | 739 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.module | 903 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.module | 904 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 932 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 948 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.module | 1076 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.module | 1152 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1168 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1284 | N/A |  |
| Use "elseif" in place of "else if" | Other | content.module | 1306 | N/A |  |
| Use "elseif" in place of "else if" | Other | content.module | 1339 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1381 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 1422 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.module | 1477 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.module | 1490 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.module | 1496 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.module | 1508 | N/A |  |
| Missing period | Other | content.module | 1573 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content.module | 1573 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 1594 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.module | 1616 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1616 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1623 | N/A |  |
| Using eval() or drupal_eval() in your module's code could have a security risk if the PHP input provided to the function contains malicious code. (Drupal Docs) | Other | content.module | 1743 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | content.module | 1779 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1837 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1838 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content.module | 1931 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 1931 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.module | 1934 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1941 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1947 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 1951 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | content.module | 1997 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | content.module | 2001 | N/A |  |
| table names should be enclosed in {curly_brackets} | Other | content.module | 2181 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | content.module | 2201 | N/A |  |
| Using eval() or drupal_eval() in your module's code could have a security risk if the PHP input provided to the function contains malicious code. (Drupal Docs) | Other | content.module | 2269 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.module | 2406 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 2407 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.module | 2486 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.module | 2487 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content.module | 2491 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content.module | 2492 | N/A |  |
| Missing parenthesis after function name | Other | content.module | 2497 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | content.module | 2534 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 2617 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.module | 2660 | N/A |  |
| 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) | Other | content.module | 2694 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 2734 | N/A |  |
| There should be no trailing spaces | Other | content.module | 2736 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 2760 | N/A |  |
| There should be no trailing spaces | Other | content.module | 2765 | N/A |  |
| There should be no trailing spaces | Other | content.module | 2768 | N/A |  |
| There should be no trailing spaces | Other | content.module | 2769 | N/A |  |
| There should be no trailing spaces | Other | content.module | 2773 | N/A |  |
| There should be no trailing spaces | Other | content.module | 2774 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 2777 | N/A |  |
| There should be no trailing spaces | Other | content.module | 2779 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 2798 | N/A |  |
| Use "elseif" in place of "else if" | Other | content.module | 2808 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.module | 2819 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 2825 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.module | 2827 | N/A |  |
|
includes/content.admin.inc | 9 | 5 | 23 |
| Message | Group | Filename | Line | Function | Status |
| missing space after comma | Other | content.admin.inc | 15 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.admin.inc | 31 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.admin.inc | 55 | N/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) | Other | content.admin.inc | 113 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content.admin.inc | 156 | N/A |  |
| There should be no trailing spaces | Other | content.admin.inc | 223 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | content.admin.inc | 267 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | content.admin.inc | 344 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.admin.inc | 410 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.admin.inc | 419 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.admin.inc | 567 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.admin.inc | 575 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.admin.inc | 577 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.admin.inc | 603 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | content.admin.inc | 612 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | content.admin.inc | 639 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | content.admin.inc | 659 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | content.admin.inc | 667 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | content.admin.inc | 927 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.admin.inc | 1134 | N/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. | Other | content.admin.inc | 1145 | N/A |  |
| Using eval() or drupal_eval() in your module's code could have a security risk if the PHP input provided to the function contains malicious code. (Drupal Docs) | Other | content.admin.inc | 1261 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.admin.inc | 1376 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | content.admin.inc | 1378 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.admin.inc | 1442 | N/A |  |
| Use "elseif" in place of "else if" | Other | content.admin.inc | 1545 | N/A |  |
| 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) | Other | content.admin.inc | 1581 | N/A |  |
| 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) | Other | content.admin.inc | 1584 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.admin.inc | 1638 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content.admin.inc | 1640 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.admin.inc | 1650 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.admin.inc | 1657 | N/A |  |
| There should be no trailing spaces | Other | content.admin.inc | 1690 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | content.admin.inc | 1694 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.admin.inc | 1717 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.admin.inc | 1721 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.admin.inc | 1896 | N/A |  |
|
includes/content.crud.inc | 0 | 0 | 11 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | content.crud.inc | 194 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.crud.inc | 195 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.crud.inc | 305 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.crud.inc | 306 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | content.crud.inc | 488 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.crud.inc | 530 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.crud.inc | 531 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.crud.inc | 595 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.crud.inc | 668 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | content.crud.inc | 671 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.crud.inc | 679 | N/A |  |
|
includes/content.devel.inc | 3 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | content.devel.inc | 6 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.devel.inc | 7 | N/A |  |
| There should be no trailing spaces | Other | content.devel.inc | 12 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.devel.inc | 17 | N/A |  |
| put a space between the asterisk and the comment text | Other | content.devel.inc | 19 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content.devel.inc | 38 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.devel.inc | 66 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content.devel.inc | 79 | N/A |  |
|
includes/content.diff.inc | 7 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @file description should be on the following line (Drupal Docs) | Other | content.diff.inc | 4 | N/A |  |
| Missing period | Other | content.diff.inc | 11 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content.diff.inc | 51 | N/A |  |
| Missing parenthesis after function name | Other | content.diff.inc | 67 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content.diff.inc | 67 | N/A |  |
| Missing parenthesis after function name | Other | content.diff.inc | 99 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content.diff.inc | 99 | N/A |  |
| 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) | Other | content.diff.inc | 113 | N/A |  |
|
includes/content.node_form.inc | 5 | 4 | 6 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.node_form.inc | 22 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.node_form.inc | 46 | N/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. | Other | content.node_form.inc | 106 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.node_form.inc | 132 | N/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. | Other | content.node_form.inc | 181 | N/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. | Other | content.node_form.inc | 188 | N/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. | Other | content.node_form.inc | 189 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.node_form.inc | 343 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content.node_form.inc | 394 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.node_form.inc | 394 | N/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) | Other | content.node_form.inc | 426 | N/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) | Other | content.node_form.inc | 448 | N/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) | Other | content.node_form.inc | 465 | N/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) | Other | content.node_form.inc | 466 | N/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) | Other | content.node_form.inc | 493 | N/A |  |
|
includes/content.rules.inc | 0 | 1 | 9 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | content.rules.inc | 44 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.rules.inc | 101 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content.rules.inc | 123 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content.rules.inc | 142 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.rules.inc | 289 | N/A |  |
| Using eval() or drupal_eval() in your module's code could have a security risk if the PHP input provided to the function contains malicious code. (Drupal Docs) | Other | content.rules.inc | 311 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.rules.inc | 327 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.rules.inc | 327 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content.rules.inc | 328 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.rules.inc | 328 | N/A |  |
|
includes/content.token.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Missing parenthesis after function name | Other | content.token.inc | 5 | N/A |  |
|
includes/panels/content_types/content_field.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content_field.inc | 118 | N/A |  |
|
includes/views/content.views.inc | 3 | 0 | 6 |
| Message | Group | Filename | Line | Function | Status |
| Missing parenthesis after function name | Other | content.views.inc | 77 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views.inc | 90 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views.inc | 103 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views.inc | 159 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views.inc | 174 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views.inc | 239 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | content.views.inc | 286 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | content.views.inc | 335 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.views.inc | 357 | N/A |  |
|
includes/views/content.views_convert.inc | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views_convert.inc | 54 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views_convert.inc | 58 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views_convert.inc | 62 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.views_convert.inc | 66 | N/A |  |
|
includes/views/handlers/content_handler_argument.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_argument_many_to_one.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_argument_numeric.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_argument_reference.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use PHP's master function, not an alias. (List of PHP aliases) | Other | content_handler_argument_reference.inc | 13 | N/A |  |
|
includes/views/handlers/content_handler_argument_string.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_field.inc | 1 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content_handler_field.inc | 50 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | content_handler_field.inc | 74 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content_handler_field.inc | 155 | N/A |  |
|
includes/views/handlers/content_handler_field_multiple.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content_handler_field_multiple.inc | 141 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content_handler_field_multiple.inc | 288 | N/A |  |
|
includes/views/handlers/content_handler_filter_float.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_filter_many_to_one.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_filter_numeric.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_filter_string.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_relationship.inc | 0 | 0 | 0 |
includes/views/handlers/content_handler_sort.inc | 0 | 0 | 0 |
includes/views/handlers/content_plugin_display_simple.inc | 0 | 0 | 0 |
includes/views/handlers/content_plugin_style_php_array_ac.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content_plugin_style_php_array_ac.inc | 18 | N/A |  |
|
modules/content_copy/content_copy.module | 3 | 0 | 19 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 7 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 8 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 10 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 11 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 15 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 24 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 25 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 26 | N/A |  |
| Administrative menu items should have a description. | Other | content_copy.module | 36 | N/A |  |
| Administrative menu items should have a description. | Other | content_copy.module | 44 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 285 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 291 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | content_copy.module | 302 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_copy.module | 333 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | content_copy.module | 437 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | content_copy.module | 440 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content_copy.module | 499 | N/A |  |
| Use PHP's master function, not an alias. (List of PHP aliases) | Other | content_copy.module | 563 | N/A |  |
| Use PHP's master function, not an alias. (List of PHP aliases) | Other | content_copy.module | 568 | N/A |  |
| Use PHP's master function, not an alias. (List of PHP aliases) | Other | content_copy.module | 601 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | content_copy.module | 609 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content_copy.module | 609 | N/A |  |
|
modules/content_copy/content_copy_export_form.tpl.php | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | content_copy_export_form.tpl.php | -1 | N/A |  |
| the final ?> should be omitted from all code files | Other | content_copy_export_form.tpl.php | 39 | N/A |  |
|
modules/content_multigroup/content_multigroup.admin.inc | 3 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| Separate comments from comment syntax by a space. | Other | content_multigroup.admin.inc | 13 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content_multigroup.admin.inc | 19 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.admin.inc | 83 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content_multigroup.admin.inc | 132 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content_multigroup.admin.inc | 192 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | content_multigroup.admin.inc | 315 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.admin.inc | 366 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content_multigroup.admin.inc | 381 | N/A |  |
|
modules/content_multigroup/content_multigroup.install | 0 | 0 | 0 |
modules/content_multigroup/content_multigroup.module | 0 | 0 | 0 |
modules/content_multigroup/content_multigroup.node_form.inc | 20 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 112 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content_multigroup.node_form.inc | 158 | N/A |  |
| Separate comments from comment syntax by a space. | Other | content_multigroup.node_form.inc | 161 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 164 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 165 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 169 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 182 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 190 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 263 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 271 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | content_multigroup.node_form.inc | 355 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content_multigroup.node_form.inc | 363 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 453 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 454 | N/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) | Other | content_multigroup.node_form.inc | 571 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content_multigroup.node_form.inc | 588 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_multigroup.node_form.inc | 638 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | content_multigroup.node_form.inc | 733 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content_multigroup.node_form.inc | 733 | N/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) | Other | content_multigroup.node_form.inc | 767 | N/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) | Other | content_multigroup.node_form.inc | 789 | N/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) | Other | content_multigroup.node_form.inc | 807 | N/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) | Other | content_multigroup.node_form.inc | 808 | N/A |  |
| There should be no trailing spaces | Other | content_multigroup.node_form.inc | 815 | N/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) | Other | content_multigroup.node_form.inc | 831 | N/A |  |
|
modules/content_multigroup/content_multigroup.node_view.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | content_multigroup.node_view.inc | 257 | N/A |  |
|
modules/content_multigroup/panels/content_types/content_multigroup.inc | 0 | 0 | 0 |
modules/content_multigroup/views/content_multigroup.views.inc | 0 | 0 | 0 |
modules/content_multigroup/views/handlers/content_multigroup_handler_filter.inc | 0 | 0 | 0 |
modules/content_permissions/content_permissions.install | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N() | Other | content_permissions.install | 8 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content_permissions.install | 8 | N/A |  |
|
modules/content_permissions/content_permissions.module | 2 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | content_permissions.module | -1 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | content_permissions.module | 4 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | content_permissions.module | 18 | N/A |  |
|
modules/fieldgroup/fieldgroup-simple.tpl.php | 1 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file description should be on the following line (Drupal Docs) | Other | fieldgroup-simple.tpl.php | 4 | N/A |  |
| the final ?> should be omitted from all code files | Other | fieldgroup-simple.tpl.php | 26 | N/A |  |
|
modules/fieldgroup/fieldgroup.install | 1 | 0 | 7 |
| Message | Group | Filename | Line | Function | Status |
| Missing parenthesis after function name | Other | fieldgroup.install | 46 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.install | 179 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.install | 210 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.install | 214 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | fieldgroup.install | 227 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.install | 228 | N/A |  |
| Use update_sql() instead of db_query() in hook_update_N() | Other | fieldgroup.install | 297 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.install | 303 | N/A |  |
|
modules/fieldgroup/fieldgroup.module | 26 | 1 | 50 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.module | 11 | N/A |  |
| missing space after comma | Other | fieldgroup.module | 86 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | fieldgroup.module | 206 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | fieldgroup.module | 256 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 267 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 269 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 269 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 271 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 272 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 273 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 274 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 275 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 276 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 277 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 278 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | fieldgroup.module | 279 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 279 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 284 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.module | 320 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | fieldgroup.module | 352 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | fieldgroup.module | 352 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | fieldgroup.module | 353 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | fieldgroup.module | 353 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | fieldgroup.module | 356 | N/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. | Other | fieldgroup.module | 382 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 390 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 398 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 401 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 407 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | fieldgroup.module | 423 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | fieldgroup.module | 424 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.module | 424 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | fieldgroup.module | 425 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.module | 425 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | fieldgroup.module | 426 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 436 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 437 | N/A |  |
| Missing period | Other | fieldgroup.module | 453 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 459 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 460 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 467 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 474 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 476 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 477 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 483 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 484 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 488 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 489 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | fieldgroup.module | 556 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | fieldgroup.module | 564 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 632 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 633 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | fieldgroup.module | 654 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 658 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | fieldgroup.module | 695 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | fieldgroup.module | 696 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | fieldgroup.module | 697 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 700 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | fieldgroup.module | 715 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 730 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 739 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 748 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 750 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 751 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 757 | N/A |  |
| Separate comments from comment syntax by a space. | Other | fieldgroup.module | 762 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | fieldgroup.module | 789 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.module | 886 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | fieldgroup.module | 889 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | fieldgroup.module | 897 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | fieldgroup.module | 967 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | fieldgroup.module | 969 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | fieldgroup.module | 969 | N/A |  |
| Missing period | Other | fieldgroup.module | 981 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | fieldgroup.module | 981 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 1035 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.module | 1039 | N/A |  |
|
modules/fieldgroup/panels/content_types/content_fieldgroup.inc | 0 | 0 | 0 |
modules/nodereference/nodereference.install | 0 | 0 | 0 |
modules/nodereference/nodereference.module | 5 | 1 | 11 |
| Message | Group | Filename | Line | Function | Status |
Format should be * Implementation of hook_foo(). | Other | nodereference.module | 55 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | nodereference.module | 97 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | nodereference.module | 100 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | nodereference.module | 110 | N/A |  |
| There should be no trailing spaces | Other | nodereference.module | 185 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | nodereference.module | 648 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | nodereference.module | 746 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | nodereference.module | 827 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | nodereference.module | 835 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | nodereference.module | 839 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | nodereference.module | 859 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | nodereference.module | 868 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | nodereference.module | 905 | N/A |  |
| In SQL strings, Use db_query() placeholders in place of variables. This is a potential source of SQL injection attacks when the variable can come from user data. (Drupal Docs) | Other | nodereference.module | 942 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | nodereference.module | 966 | N/A |  |
| Missing parenthesis after function name | Other | nodereference.module | 983 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | nodereference.module | 990 | N/A |  |
|
modules/nodereference/nodereference.rules.inc | 0 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| 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. | Other | nodereference.rules.inc | 49 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | nodereference.rules.inc | 54 | N/A |  |
|
modules/nodereference/panels/relationships/node_from_noderef.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use "elseif" in place of "else if" | Other | node_from_noderef.inc | 33 | N/A |  |
|
modules/number/number.install | 0 | 0 | 0 |
modules/number/number.module | 0 | 0 | 0 |
modules/optionwidgets/optionwidgets.install | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | optionwidgets.install | 45 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | optionwidgets.install | 48 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | optionwidgets.install | 68 | N/A |  |
|
modules/optionwidgets/optionwidgets.module | 1 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | optionwidgets.module | 5 | N/A |  |
| Missing parenthesis after function name | Other | optionwidgets.module | 9 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | optionwidgets.module | 260 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | optionwidgets.module | 338 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | optionwidgets.module | 364 | N/A |  |
|
modules/text/text.install | 0 | 0 | 7 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | text.install | 47 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | text.install | 49 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | text.install | 70 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | text.install | 76 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | text.install | 125 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | text.install | 131 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | text.install | 145 | N/A |  |
|
modules/text/text.module | 0 | 0 | 0 |
modules/userreference/panels/relationships/user_from_userref.inc | 0 | 0 | 0 |
modules/userreference/userreference.install | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | userreference.install | 45 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | userreference.install | 117 | N/A |  |
| Use update_sql() instead of db_query() in hook_update_N() | Other | userreference.install | 138 | N/A |  |
|
modules/userreference/userreference.module | 2 | 0 | 11 |
| Message | Group | Filename | Line | Function | Status |
Format should be * Implementation of hook_foo(). | Other | userreference.module | 46 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userreference.module | 93 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userreference.module | 96 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | userreference.module | 106 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | userreference.module | 530 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | userreference.module | 692 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | userreference.module | 700 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | userreference.module | 704 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | userreference.module | 724 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | userreference.module | 733 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | userreference.module | 770 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | userreference.module | 826 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | userreference.module | 872 | N/A |  |
|
modules/userreference/userreference.rules.inc | 1 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Missing period | Other | userreference.rules.inc | 9 | N/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. | Other | userreference.rules.inc | 51 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | userreference.rules.inc | 56 | N/A |  |
|
tests/content.crud.test | 5 | 0 | 64 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | content.crud.test | -1 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.crud.test | 3 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | content.crud.test | 8 | N/A |  |
| missing space after comma | Other | content.crud.test | 24 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 33 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 90 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 99 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 100 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | content.crud.test | 118 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 170 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 171 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 172 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 187 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 188 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 201 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 202 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 216 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 229 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 250 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 267 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 281 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 285 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 286 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 321 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 323 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 324 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 343 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 344 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 345 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 361 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | content.crud.test | 363 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.crud.test | 381 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.crud.test | 437 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.crud.test | 512 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | content.crud.test | 646 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.crud.test | 668 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.crud.test | 758 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.crud.test | 784 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.crud.test | 786 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.crud.test | 836 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.crud.test | 837 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | content.crud.test | 845 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 854 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 875 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 876 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 877 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.crud.test | 902 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.crud.test | 903 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | content.crud.test | 904 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 921 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 922 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 936 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 946 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 998 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1007 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1020 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1032 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1044 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1057 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1116 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1125 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1177 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1178 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1191 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1192 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1205 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1206 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1221 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | content.crud.test | 1222 | N/A |  |
|
tests/content_test.module | 0 | 0 | 0 |
tests/fieldgroup.test | 4 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | fieldgroup.test | -1 | N/A |  |
| missing space after comma | Other | fieldgroup.test | 15 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.test | 21 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | fieldgroup.test | 21 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | fieldgroup.test | 22 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | fieldgroup.test | 23 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.test | 62 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.test | 119 | N/A |  |
| There should be no trailing spaces | Other | fieldgroup.test | 168 | N/A |  |
|
theme/content-admin-display-overview-form.tpl.php | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | content-admin-display-overview-form.tpl.php | -1 | N/A |  |
| the final ?> should be omitted from all code files | Other | content-admin-display-overview-form.tpl.php | 39 | N/A |  |
|
theme/content-admin-field-overview-form.tpl.php | 1 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | content-admin-field-overview-form.tpl.php | -1 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | content-admin-field-overview-form.tpl.php | 80 | N/A |  |
| the final ?> should be omitted from all code files | Other | content-admin-field-overview-form.tpl.php | 99 | N/A |  |
|
theme/content-field.tpl.php | 1 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file description should be on the following line (Drupal Docs) | Other | content-field.tpl.php | 4 | N/A |  |
| Functions should be called with no spaces between the function name and opening parentheses | Other | content-field.tpl.php | 36 | N/A |  |
| the final ?> should be omitted from all code files | Other | content-field.tpl.php | 47 | N/A |  |
|
theme/theme.inc | 3 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | theme.inc | 15 | N/A |  |
| There should be no trailing spaces | Other | theme.inc | 20 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | theme.inc | 26 | N/A |  |
| There should be no trailing spaces | Other | theme.inc | 34 | N/A |  |
|