Downloads
Download tar.gz
67.31 KB
MD5: 2b998bf0e8fc13ec625ba1b860638eb2
SHA-1: f7e4d095e8c6e3d9093b87c39ec4d95751cad69c
SHA-256: 865dc8ee9550144c8716d66cc725a728232eac6100495d2cd8dae217f3b5a152
Download zip
90.4 KB
MD5: 7b35af037ce1fac651ca2d8c1b920d94
SHA-1: 5449dc51403fb54fc8645b0cc9901ddf927835f4
SHA-256: 0e7bd93f6edc93d6d9a19f9b8873c3c02044b78e9dd24467846b910401a8ead3
Release notes
New since 1.6
- Support inherit language in feedapi_inherit
- Configurable refresh rate
- Cache lifetime setting for parser_simplepie
- Ability to adjust SSL peer verification in Parser Common Syndication
- Revision support for data inside {feedapi} table
- File upload support. You can upload a file and use it instead of a feed URL. Main use case: Parser CSV
- Selectable input format for feed item nodes
- A series of bugfixes
To run FeedAPI's automated test, you need 6.x-1.x of SimpleTest, 6.x-2.x is not compatible.
Known bugs / problems
- Not compatible with poormanscron module.
- The schema update 6105 of {feedapi} is not compatible with postgresql. Relevant ticket: http://drupal.org/node/426702#comment-1643176 (if you apply the patch before running the update, the update should be successful under postgresql as well)
- Cron calls can cause errors with postgresql: http://drupal.org/node/446576