Basic release information
| Release | Download | File date | Last parsed | Files | Strings | Warnings |
|---|---|---|---|---|---|---|
| View Alias 6.x-2.1 | view_alias-6.x-2.1.tar.gz | Fri, 02/26/2010 - 15:50 | Fri, 02/26/2010 - 16:30 | 2 | 11 | 3 |
Files parsed in this release
| File location | Version information |
|---|---|
| view_ | n/ |
| view_ | n/ |
Source code warnings identified
| Warning value |
|---|
| Empty string attempted to be localized. Please do not leave test code for localization in your source. In view_alias/view_alias.module on line 21. |
| 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("View page displays having a path of '$alias->path'") in view_alias/view_alias.module on line 62. 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("View $alias->view_name, display $alias->display_name, on path $alias->path, with $voc->name arguments.") in view_alias/view_alias.module on line 92. Read more at http://drupal.org/node/322732 |