CHANGELOG.txt in FeedAPI 6
FeedAPI 1.9, XXXX-XX-XX
-----------------------
-
FeedAPI 1.9beta3, 2009-11-09
----------------------------
- Support managing simplepie.inc with Libraries module (#583728).
- Add hook to interfere after a refresh operation. hook_feedapi_after_purge($feed). (#598904)
- A series of small bug fixes.
- Add hook_feedapi_after_purge() (#598904)
FeedAPI 1.9beta1, 2009-09-18
----------------------------
- Allow aggregation from local files
- Feed Element Mapper 2.x support
- Drupal 6.14 compatibility: Fix bug that stopped FeedAPI from refreshing
at cron time #350788
- Series of minor bug fixes
FeedAPI 1.8, 2009-08-12
-----------------------
- Missing {} in an update hook in feedapi.install
FeedAPI 1.7, 2009-08-12
-----------------------
- The meaning of "Update Rate" column at the admin overview has been
changed.
Previously: the time what is elapsed between incoming new items
Now: the time between feed refresh, regardless of the content of the feed
- Possibility of saving such feed URLs that are inaccessible for the parser
for whatever reason
FeedAPI 1.7beta2, 2009-06-19
----------------------------
- Drush commands (create, refresh, config)
- Simpletest 2.x compatible test suite
- Impersonating feed author while refreshing the feed via cron hook
- Better test code coverage
(tests for cron part, file upload, item node updating)
- Fix a critical bug what caused ICal parser useless (#496274)
FeedAPI 1.7beta1, 2009-06-05
----------------------------
- Cache lifetime setting for parser_simplepie
- Split some parts of feedapi into separate files
- Feedapi supports revisions for data inside {feedapi} table
- File upload support
- Selectable input format for feed item nodes
- Ability to inherit language info as well
- Configurable refresh rate instead of best effort feed refreshing
FeedAPI 1.6, 2009-02-03
-----------------------
- Better parsing in Parser Common Syndication
- Now it's possible to delete old feed node items at cron time
- Performance impovements (indeces on cross-nodes table)
- Fix of bug that prevented parsers to consume their settings
- Full views support. WARNING: if you upgrade from previous version,
you will have to reconfigure some feedapi based views.
FeedAPI 1.5, 2008-12-05
-----------------------
- Enclosure and location support in parser_simplepie
- More robust RDF parsing in parser_common_syndication
- WARNING: API change, feedapi_item($op = 'purge') is changed.
see _feedapi_node_purge as an example
- Fixed: cron failed to delete old items under some circumstances
FeedAPI 1.4, 2008-10-10
-----------------------
- Do not allow same weight for processors
- Strip tags from item titles
- Fix of built-in content-type
- Extended Views support (for feed items, parent feeds and
standalone feeds)
- cURL support added to Common Syndication Parser. If cURL is available,
the parser is able to handle redirects better
- Extended simpletest coverage
- Various bugfixes
FeedAPI 1.3, 2008-09-01
-----------------------
- Full domain/scheme information for tags
- Better test coverage
- Various bugfixes
- Function name changes
- FeedAPI Node Views added
FeedAPI 1.2, 2008-04-14
-----------------------
- Allow IP-address feed URLs at SimplePie parser
- Allow long URLs (up to 2048 char)
- Add skip capability of feeds. You can pause automatic feed update
- Fix a caching-related bug when appears if you move the files directory
File
CHANGELOG.txt
View source
-
- FeedAPI 1.9, XXXX-XX-XX
- -----------------------
-
- -
-
- FeedAPI 1.9beta3, 2009-11-09
- ----------------------------
-
- - Support managing simplepie.inc with Libraries module (#583728).
- - Add hook to interfere after a refresh operation. hook_feedapi_after_purge($feed). (#598904)
- - A series of small bug fixes.
- - Add hook_feedapi_after_purge() (#598904)
-
- FeedAPI 1.9beta1, 2009-09-18
- ----------------------------
- - Allow aggregation from local files
- - Feed Element Mapper 2.x support
- - Drupal 6.14 compatibility: Fix bug that stopped FeedAPI from refreshing
- at cron time #350788
- - Series of minor bug fixes
-
- FeedAPI 1.8, 2009-08-12
- -----------------------
- - Missing {} in an update hook in feedapi.install
-
- FeedAPI 1.7, 2009-08-12
- -----------------------
- - The meaning of "Update Rate" column at the admin overview has been
- changed.
- Previously: the time what is elapsed between incoming new items
- Now: the time between feed refresh, regardless of the content of the feed
- - Possibility of saving such feed URLs that are inaccessible for the parser
- for whatever reason
-
- FeedAPI 1.7beta2, 2009-06-19
- ----------------------------
- - Drush commands (create, refresh, config)
- - Simpletest 2.x compatible test suite
- - Impersonating feed author while refreshing the feed via cron hook
- - Better test code coverage
- (tests for cron part, file upload, item node updating)
- - Fix a critical bug what caused ICal parser useless (#496274)
-
- FeedAPI 1.7beta1, 2009-06-05
- ----------------------------
- - Cache lifetime setting for parser_simplepie
- - Split some parts of feedapi into separate files
- - Feedapi supports revisions for data inside {feedapi} table
- - File upload support
- - Selectable input format for feed item nodes
- - Ability to inherit language info as well
- - Configurable refresh rate instead of best effort feed refreshing
-
- FeedAPI 1.6, 2009-02-03
- -----------------------
- - Better parsing in Parser Common Syndication
- - Now it's possible to delete old feed node items at cron time
- - Performance impovements (indeces on cross-nodes table)
- - Fix of bug that prevented parsers to consume their settings
- - Full views support. WARNING: if you upgrade from previous version,
- you will have to reconfigure some feedapi based views.
-
- FeedAPI 1.5, 2008-12-05
- -----------------------
- - Enclosure and location support in parser_simplepie
- - More robust RDF parsing in parser_common_syndication
- - WARNING: API change, feedapi_item($op = 'purge') is changed.
- see _feedapi_node_purge as an example
- - Fixed: cron failed to delete old items under some circumstances
-
- FeedAPI 1.4, 2008-10-10
- -----------------------
- - Do not allow same weight for processors
- - Strip tags from item titles
- - Fix of built-in content-type
- - Extended Views support (for feed items, parent feeds and
- standalone feeds)
- - cURL support added to Common Syndication Parser. If cURL is available,
- the parser is able to handle redirects better
- - Extended simpletest coverage
- - Various bugfixes
-
- FeedAPI 1.3, 2008-09-01
- -----------------------
- - Full domain/scheme information for tags
- - Better test coverage
- - Various bugfixes
- - Function name changes
- - FeedAPI Node Views added
-
- FeedAPI 1.2, 2008-04-14
- -----------------------
- - Allow IP-address feed URLs at SimplePie parser
- - Allow long URLs (up to 2048 char)
- - Add skip capability of feeds. You can pause automatic feed update
- - Fix a caching-related bug when appears if you move the files directory