Basic release information
| Release | Download | File date | Last parsed | Files | Strings | Warnings |
|---|---|---|---|---|---|---|
| Feeds XPath Parser 7.x-1.0-beta2 | feeds_xpathparser-7.x-1.0-beta2.tar.gz | Sat, 02/05/2011 - 12:17 | Sat, 02/05/2011 - 12:34 | 3 | 28 | 2 |
Files parsed in this release
| File location | Version information |
|---|---|
| feeds_ | 1.1.2.23.2.13 2011/ |
| feeds_ | 1.1.2.4.2.3 2011/ |
| feeds_ | 1.1.2.1.2.3 2011/ |
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('The variables '.implode(', ',$variables).' are availliable for replacement.') in feeds_xpathparser/FeedsXPathParser.inc on line 284. 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(count($uniques),t('Field <strong>!column</strong> is mandatory and considered unique: only one item per !column value will be created.',array('!column'=>implode(', ',$uniques))),t('Fields <strong>!columns</strong> are mandatory and values in these columns are considered unique: only one entry per value in one of these columns will be created.',array('!columns'=>implode(', ',$uniques)))) in feeds_xpathparser/FeedsXPathParser.inc on line 265. Read more at http://drupal.org/node/323072 |