Basic release information
| Release | Download | File date | Last parsed | Files | Strings | Warnings |
|---|---|---|---|---|---|---|
| Feeds XPath Parser 6.x-1.10 | feeds_xpathparser-6.x-1.10.tar.gz | Thu, 11/04/2010 - 18:11 | Thu, 11/04/2010 - 18:30 | 3 | 23 | 2 |
Files parsed in this release
| File location | Version information |
|---|---|
| feeds_ | 1.1.2.33 2010/ |
| feeds_ | 1.1.2.6 2010/ |
| feeds_ | 1.1.2.1 2010/ |
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 254. 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 235. Read more at http://drupal.org/node/323072 |