contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame-row-item.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-cycle-main-frame-row-item.tpl.php | -1 | N/A |  |
|
contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame-row.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-cycle-main-frame-row.tpl.php | -1 | N/A |  |
|
contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-cycle-main-frame.tpl.php | -1 | N/A |  |
|
contrib/views_slideshow_cycle/theme/views-slideshow-cycle.tpl.php | 0 | 0 | 0 |
contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc | 2 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | views_slideshow_cycle.theme.inc | 31 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | views_slideshow_cycle.theme.inc | 34 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_slideshow_cycle.theme.inc | 103 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_slideshow_cycle.theme.inc | 104 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_slideshow_cycle.theme.inc | 105 | N/A |  |
|
contrib/views_slideshow_cycle/views_slideshow_cycle.install | 1 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views_slideshow_cycle.install | -1 | N/A |  |
| Missing parenthesis after function name | Other | views_slideshow_cycle.install | 4 | N/A |  |
| else statements should begin on a new line | Other | views_slideshow_cycle.install | 22 | N/A |  |
|
contrib/views_slideshow_cycle/views_slideshow_cycle.module | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | views_slideshow_cycle.module | 44 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | views_slideshow_cycle.module | 47 | N/A |  |
|
contrib/views_slideshow_cycle/views_slideshow_cycle.views_slideshow.inc | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | views_slideshow_cycle.views_slideshow.inc | 85 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | views_slideshow_cycle.views_slideshow.inc | 129 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | views_slideshow_cycle.views_slideshow.inc | 417 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | views_slideshow_cycle.views_slideshow.inc | 422 | N/A |  |
|
theme/views-slideshow-controls-text-next.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-controls-text-next.tpl.php | -1 | N/A |  |
|
theme/views-slideshow-controls-text-pause.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-controls-text-pause.tpl.php | -1 | N/A |  |
|
theme/views-slideshow-controls-text-previous.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-controls-text-previous.tpl.php | -1 | N/A |  |
|
theme/views-slideshow-controls-text.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-controls-text.tpl.php | -1 | N/A |  |
|
theme/views-slideshow-pager-field-field.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-pager-field-field.tpl.php | -1 | N/A |  |
|
theme/views-slideshow-pager-field-item.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-pager-field-item.tpl.php | -1 | N/A |  |
|
theme/views-slideshow-pager-fields.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-pager-fields.tpl.php | -1 | N/A |  |
|
theme/views-slideshow-slide-counter.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | views-slideshow-slide-counter.tpl.php | -1 | N/A |  |
|
theme/views-slideshow.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | views-slideshow.tpl.php | 28 | N/A |  |
|
theme/views_slideshow.theme.inc | 0 | 5 | 7 |
| Message | Group | Filename | Line | Function | Status |
| 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 | views_slideshow.theme.inc | 34 | N/A |  |
| Use preg_replace_callback() instead of the 'e' modifier to preg_replace() | Other | views_slideshow.theme.inc | 73 | N/A |  |
| missing space after comma | Other | views_slideshow.theme.inc | 73 | N/A |  |
| Use preg_replace_callback() instead of the 'e' modifier to preg_replace() | Other | views_slideshow.theme.inc | 76 | N/A |  |
| missing space after comma | Other | views_slideshow.theme.inc | 76 | N/A |  |
| Use preg_replace_callback() instead of the 'e' modifier to preg_replace() | Other | views_slideshow.theme.inc | 187 | N/A |  |
| missing space after comma | Other | views_slideshow.theme.inc | 187 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_slideshow.theme.inc | 223 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_slideshow.theme.inc | 224 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_slideshow.theme.inc | 225 | N/A |  |
| Use preg_replace_callback() instead of the 'e' modifier to preg_replace() | Other | views_slideshow.theme.inc | 272 | N/A |  |
| missing space after comma | Other | views_slideshow.theme.inc | 272 | N/A |  |
|
views_slideshow.api.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | views_slideshow.api.php | 54 | N/A |  |
|
views_slideshow.module | 2 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Control statements should have one space between the control keyword and opening parenthesis | Other | views_slideshow.module | 173 | N/A |  |
| Missing parenthesis after function name | Other | views_slideshow.module | 241 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | views_slideshow.module | 320 | N/A |  |
| Missing parenthesis after function name | Other | views_slideshow.module | 388 | N/A |  |
|
views_slideshow.views.inc | 0 | 0 | 0 |
views_slideshow_plugin_style_slideshow.inc | 0 | 5 | 3 |
| 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 | views_slideshow_plugin_style_slideshow.inc | 96 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | views_slideshow_plugin_style_slideshow.inc | 112 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | views_slideshow_plugin_style_slideshow.inc | 155 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | views_slideshow_plugin_style_slideshow.inc | 166 | 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 | views_slideshow_plugin_style_slideshow.inc | 183 | 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 | views_slideshow_plugin_style_slideshow.inc | 185 | 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 | views_slideshow_plugin_style_slideshow.inc | 201 | 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 | views_slideshow_plugin_style_slideshow.inc | 204 | N/A |  |
|