includes/node_registration.actions.inc | 0 | 0 | 0 |
includes/node_registration.api.inc | 2 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | node_registration.api.inc | 67 | N/A |  |
| Functions should be called with no spaces between the function name and opening parentheses | Other | node_registration.api.inc | 334 | N/A |  |
| Functions should be called with no spaces between the function name and opening parentheses | Other | node_registration.api.inc | 485 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | node_registration.api.inc | 530 | N/A |  |
|
includes/node_registration.defaults.inc | 0 | 0 | 0 |
includes/node_registration.entity.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| put a space between the asterisk and the comment text | Other | node_registration.entity.inc | 163 | N/A |  |
|
includes/node_registration.forms.inc | 3 | 3 | 0 |
| Message | Group | Filename | Line | Function | Status |
| put a space between the asterisk and the comment text | Other | node_registration.forms.inc | 91 | N/A |  |
| Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | node_registration.forms.inc | 719 | 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 | node_registration.forms.inc | 786 | N/A |  |
| indent secondary line of comment one space | Other | node_registration.forms.inc | 857 | N/A |  |
| indent secondary line of comment one space | Other | node_registration.forms.inc | 858 | 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 | node_registration.forms.inc | 1133 | N/A |  |
|
includes/node_registration.node_settings.inc | 1 | 0 | 0 |
| 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 | node_registration.node_settings.inc | 114 | N/A |  |
|
includes/node_registration.tokens.inc | 0 | 0 | 0 |
includes/node_registration.views.inc | 0 | 0 | 0 |
includes/node_registration.views_default.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @file description should be on the following line (Drupal Docs) | Other | node_registration.views_default.inc | 4 | N/A |  |
|
includes/views/views_handler_argument_node_registration_registered.inc | 0 | 0 | 0 |
includes/views/views_handler_field_node_link_register.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | views_handler_field_node_link_register.inc | 5 | N/A |  |
|
includes/views/views_handler_field_node_no_register_access.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | views_handler_field_node_no_register_access.inc | 5 | N/A |  |
|
includes/views/views_handler_field_node_registration.inc | 0 | 0 | 0 |
includes/views/views_handler_field_node_registration_available_slots.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | views_handler_field_node_registration_available_slots.inc | 5 | N/A |  |
|
includes/views/views_handler_field_node_registration_capacity.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | views_handler_field_node_registration_capacity.inc | 5 | N/A |  |
|
includes/views/views_handler_field_node_registration_link.inc | 0 | 0 | 0 |
includes/views/views_handler_field_node_registration_link_cancel.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | views_handler_field_node_registration_link_cancel.inc | 5 | N/A |  |
|
includes/views/views_handler_field_node_registration_link_delete.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | views_handler_field_node_registration_link_delete.inc | 5 | N/A |  |
|
includes/views/views_handler_field_node_registration_link_edit.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | views_handler_field_node_registration_link_edit.inc | 5 | N/A |  |
|
includes/views/views_handler_field_node_registration_path.inc | 0 | 0 | 0 |
includes/views/views_handler_field_node_registration_used_slots.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | views_handler_field_node_registration_used_slots.inc | 5 | N/A |  |
|
node_registration.install | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | node_registration.install | 289 | N/A |  |
|
node_registration.module | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | node_registration.module | 1033 | N/A |  |
|
templates/node-registration-cancel-block.tpl.php | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | node-registration-cancel-block.tpl.php | -1 | N/A |  |
| the final ?> should be omitted from all code files | Other | node-registration-cancel-block.tpl.php | 10 | N/A |  |
|
templates/node-registration-form-block.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | node-registration-form-block.tpl.php | 13 | N/A |  |
|
templates/node-registration-link.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | node-registration-link.tpl.php | 11 | N/A |  |
|
templates/node-registration-message-access.tpl.php | 0 | 0 | 0 |
templates/node-registration-message-capacity.tpl.php | 0 | 0 | 0 |
templates/node-registration-message-date.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | node-registration-message-date.tpl.php | 18 | N/A |  |
|
templates/node-registration-message-registered.tpl.php | 0 | 0 | 0 |
templates/node-registration.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Functions should be called with no spaces between the function name and opening parentheses | Other | node-registration.tpl.php | 21 | N/A |  |
|