Basic release information
| Release | Download | File date | Last parsed | Files | Strings | Warnings |
|---|---|---|---|---|---|---|
| AdaptiveTheme 6.x-1.0-rc5 | adaptivetheme-6.x-1.0-rc5.tar.gz | Wed, 08/05/2009 - 11:40 | Fri, 08/14/2009 - 12:52 | 36 | 163 | 14 |
Files parsed in this release
| File location | Version information |
|---|---|
| adaptivetheme/ | 1.8 2009/ |
| adaptivetheme/ | 1.7 2009/ |
| adaptivetheme/ | 1.8 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.1 2009/ |
| adaptivetheme/ | 1.1 2009/ |
| adaptivetheme/ | 1.1 2009/ |
| adaptivetheme/ | 1.1 2009/ |
| adaptivetheme/ | 1.1 2009/ |
| adaptivetheme/ | 1.1 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.1 2009/ |
| adaptivetheme/ | 1.1 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.4 2009/ |
| adaptivetheme/ | 1.4 2009/ |
| adaptivetheme/ | 1.3 2009/ |
| adaptivetheme/ | 1.3 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.3 2009/ |
| adaptivetheme/ | 1.3 2009/ |
| adaptivetheme/ | 1.5 2009/ |
| adaptivetheme/ | 1.3 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.2 2009/ |
| adaptivetheme/ | 1.1 2009/ |
Source code warnings identified
| Warning value |
|---|
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($name) in adaptivetheme/theme-settings.php on line 321. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($name) in adaptivetheme/theme-settings.php on line 364. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Display vocabulary: '.$vocab_name) in adaptivetheme/theme-settings.php on line 400. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($name) in adaptivetheme/theme-settings.php on line 440. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($name) in adaptivetheme/theme-settings.php on line 494. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(variable_get('site_name','')) in adaptivetheme/inc/template.theme-settings.inc on line 266. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(variable_get('site_slogan','')) in adaptivetheme/inc/template.theme-settings.inc on line 267. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(variable_get('site_mission','')) in adaptivetheme/inc/template.theme-settings.inc on line 268. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(drupal_get_title()) in adaptivetheme/inc/template.theme-settings.inc on line 269. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(theme_get_setting('page_title_display_custom')) in adaptivetheme/inc/template.theme-settings.inc on line 284. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(theme_get_setting('other_page_title_display_custom')) in adaptivetheme/inc/template.theme-settings.inc on line 301. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(theme_get_setting('other_page_title_display_custom')) in adaptivetheme/inc/template.theme-settings.inc on line 306. Read more at http://drupal.org/node/322732 |
| In format_plural(), the singular and plural strings should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At format_plural(comment_num_new($vars['node']->nid),theme_get_setting('comment_new_singular_'.$node_content_type),theme_get_setting('comment_new_plural_'.$node_content_type)) in adaptivetheme/inc/template.theme-settings.inc on line 435. Read more at http://drupal.org/node/323072 |
| In format_plural(), the singular and plural strings should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At format_plural(comment_num_all($vars['node']->nid),theme_get_setting('comment_singular_'.$node_content_type),theme_get_setting('comment_plural_'.$node_content_type)) in adaptivetheme/inc/template.theme-settings.inc on line 456. Read more at http://drupal.org/node/323072 |