template_api/includes/input_type.inc | 0 | 0 | 0 |
template_api/includes/owner.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | owner.inc | -1 | N/A |  |
|
template_api/includes/plugins.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | plugins.inc | -1 | N/A |  |
|
template_api/includes/renderer.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Control statements should have one space between the control keyword and opening parenthesis | Other | renderer.inc | 83 | N/A |  |
| The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time. | Other | renderer.inc | 95 | N/A |  |
|
template_api/includes/template.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Control statements should have one space between the control keyword and opening parenthesis | Other | template.inc | 160 | N/A |  |
|
template_api/plugins/export_ui/template_api.class.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | template_api.class.php | -1 | N/A |  |
|
template_api/plugins/export_ui/template_api.inc | 0 | 1 | 5 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | template_api.inc | -1 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | template_api.inc | 120 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | template_api.inc | 224 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | template_api.inc | 246 | 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 | template_api.inc | 257 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | template_api.inc | 455 | N/A |  |
|
template_api/plugins/input_types/bean.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | bean.inc | -1 | N/A |  |
|
template_api/plugins/input_types/color.inc | 3 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | color.inc | -1 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | color.inc | 52 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | color.inc | 56 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | color.inc | 60 | N/A |  |
|
template_api/plugins/input_types/fieldset.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | fieldset.inc | -1 | N/A |  |
|
template_api/plugins/input_types/file.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | file.inc | -1 | N/A |  |
|
template_api/plugins/input_types/hidden.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | hidden.inc | -1 | N/A |  |
|
template_api/plugins/input_types/select.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | select.inc | -1 | N/A |  |
|
template_api/plugins/input_types/string.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | string.inc | -1 | N/A |  |
|
template_api/plugins/input_types/text.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | text.inc | -1 | N/A |  |
|
template_api/plugins/input_types/text_format.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | text_format.inc | -1 | N/A |  |
|
template_api/plugins/input_types/url.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | url.inc | -1 | N/A |  |
|
template_api/plugins/input_types/vertical_tabs.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | vertical_tabs.inc | -1 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | vertical_tabs.inc | 17 | N/A |  |
|
template_api/plugins/owner_type/domain.inc | 1 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | domain.inc | -1 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | domain.inc | 19 | N/A |  |
|
template_api/plugins/owner_type/role.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | role.inc | -1 | N/A |  |
|
template_api/template_api.install | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | template_api.install | -1 | N/A |  |
|
template_api/template_api.module | 1 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file description should be on the following line (Drupal Docs) | Other | template_api.module | 4 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | template_api.module | 207 | N/A |  |
|
template_chooser/template_chooser.module | 4 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | template_chooser.module | -1 | N/A |  |
| There should be no trailing spaces | Other | template_chooser.module | 60 | N/A |  |
| There should be no trailing spaces | Other | template_chooser.module | 62 | N/A |  |
| else statements should begin on a new line | Other | template_chooser.module | 82 | N/A |  |
| else statements should begin on a new line | Other | template_chooser.module | 86 | N/A |  |
| There should be no trailing spaces | Other | template_chooser.module | 189 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | template_chooser.module | 191 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | template_chooser.module | 233 | N/A |  |
|
template_example/template_example.module | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | template_example.module | -1 | N/A |  |
|
template_field/template_field.install | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | template_field.install | 14 | N/A |  |
| There should be no trailing spaces | Other | template_field.install | 34 | N/A |  |
|
template_field/template_field.module | 5 | 3 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | template_field.module | 7 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | template_field.module | 8 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | template_field.module | 175 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | template_field.module | 192 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | template_field.module | 291 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | template_field.module | 312 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | template_field.module | 313 | 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 | template_field.module | 634 | 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 | template_field.module | 635 | 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 | template_field.module | 678 | N/A |  |
|
template_mustache/includes/mustache.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | mustache.inc | -1 | N/A |  |
|
template_mustache/includes/renderer.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | renderer.inc | -1 | N/A |  |
| The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time. | Other | renderer.inc | 32 | N/A |  |
|
template_mustache/includes/view.inc | 3 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | view.inc | -1 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | view.inc | 11 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | view.inc | 18 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | view.inc | 19 | N/A |  |
|
template_mustache/template_mustache.module | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | template_mustache.module | -1 | N/A |  |
|