Basic release information
| Release | Download | File date | Last parsed | Files | Strings | Warnings |
|---|---|---|---|---|---|---|
| Feeds XPath Parser 6.x-1.6 | feeds_xpathparser-6.x-1.6.tar.gz | Tue, 09/21/2010 - 16:41 | Wed, 02/16/2011 - 21:47 | 3 | 19 | 1 |
Files parsed in this release
| File location | Version information |
|---|---|
| feeds_ | 1.1.2.10 2010/ |
| feeds_ | 1.1.2.3 2010/ |
| feeds_ | 1.1.2.1 2010/ |
Source code warnings identified
| Warning value |
|---|
| 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 238. Read more at http://drupal.org/node/323072 |