fields_rsi_prevention.inc | 6 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | fields_rsi_prevention.inc | -1 | N/A |  |
| There should be no trailing spaces | Other | fields_rsi_prevention.inc | 18 | N/A |  |
| There should be no trailing spaces | Other | fields_rsi_prevention.inc | 21 | N/A |  |
| There should be no trailing spaces | Other | fields_rsi_prevention.inc | 29 | N/A |  |
| There should be no trailing spaces | Other | fields_rsi_prevention.inc | 35 | N/A |  |
| There should be no trailing spaces | Other | fields_rsi_prevention.inc | 42 | N/A |  |
| There should be no trailing spaces | Other | fields_rsi_prevention.inc | 46 | N/A |  |
| the final ?> should be omitted from all code files | Other | fields_rsi_prevention.inc | 50 | N/A |  |
|
media-gallery-media-item-thumbnail.tpl.php | 0 | 0 | 0 |
media.pages.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | media.pages.inc | -1 | N/A |  |
|
media_gallery.admin.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | media_gallery.admin.inc | -1 | N/A |  |
|
media_gallery.fields.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | media_gallery.fields.inc | 300 | N/A |  |
|
media_gallery.install | 5 | 2 | 5 |
| Message | Group | Filename | Line | Function | Status |
Format should be * Implementation of hook_foo(). | Other | media_gallery.install | 57 | N/A |  |
| 'Implementation' should be at the start of the sentence and begin with a capitialized letter | Other | media_gallery.install | 57 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.install | 121 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.install | 884 | 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 | media_gallery.install | 937 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.install | 975 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | media_gallery.install | 1007 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | media_gallery.install | 1016 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | media_gallery.install | 1018 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | media_gallery.install | 1047 | 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 | media_gallery.install | 1054 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | media_gallery.install | 1055 | N/A |  |
|
media_gallery.module | 6 | 1 | 8 |
| Message | Group | Filename | Line | Function | Status |
Format should be * Implementation of hook_foo(). | Other | media_gallery.module | 202 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.module | 291 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.module | 330 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.module | 335 | 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 | media_gallery.module | 531 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | media_gallery.module | 757 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | media_gallery.module | 889 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | media_gallery.module | 916 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.module | 1075 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | media_gallery.module | 1126 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | media_gallery.module | 1187 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | media_gallery.module | 1277 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | media_gallery.module | 1335 | N/A |  |
| missing space after comma | Other | media_gallery.module | 1362 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | media_gallery.module | 1389 | N/A |  |
|
media_gallery.pages.inc | 6 | 1 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | media_gallery.pages.inc | -1 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.pages.inc | 14 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | media_gallery.pages.inc | 60 | N/A |  |
| 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. | Other | media_gallery.pages.inc | 90 | 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 | media_gallery.pages.inc | 147 | 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 | media_gallery.pages.inc | 218 | N/A |  |
| There should be no trailing spaces | Other | media_gallery.pages.inc | 222 | 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 | media_gallery.pages.inc | 265 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | media_gallery.pages.inc | 279 | N/A |  |
|
media_gallery.theme.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| else statements should begin on a new line | Other | media_gallery.theme.inc | 244 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | media_gallery.theme.inc | 433 | N/A |  |
|