| Commit | Line | Data |
|---|---|---|
| c9a58a66 | 1 | |
| c0be2727 AB |
2 | FeedAPI 1.9, XXXX-XX-XX |
| 3 | ----------------------- | |
| 4 | ||
| 5 | - | |
| 6 | ||
| b41d2fdf | 7 | FeedAPI 1.9beta3, 2009-11-09 |
| f0c9dfd6 | 8 | ---------------------------- |
| 5eda7beb AB |
9 | |
| 10 | - Support managing simplepie.inc with Libraries module (#583728). | |
| eb91c99c | 11 | - Add hook to interfere after a refresh operation. hook_feedapi_after_purge($feed). (#598904) |
| f0c9dfd6 AB |
12 | - A series of small bug fixes. |
| 13 | - Add hook_feedapi_after_purge() (#598904) | |
| 5eda7beb | 14 | |
| fce94c5b | 15 | FeedAPI 1.9beta1, 2009-09-18 |
| c9a58a66 AB |
16 | ---------------------------- |
| 17 | - Allow aggregation from local files | |
| 18 | - Feed Element Mapper 2.x support | |
| fce94c5b AB |
19 | - Drupal 6.14 compatibility: Fix bug that stopped FeedAPI from refreshing |
| 20 | at cron time #350788 | |
| 21 | - Series of minor bug fixes | |
| 2072243c | 22 | |
| 7bb2038d AN |
23 | FeedAPI 1.8, 2009-08-12 |
| 24 | ----------------------- | |
| 25 | - Missing {} in an update hook in feedapi.install | |
| 26 | ||
| 4a4698df | 27 | FeedAPI 1.7, 2009-08-12 |
| de5ecd59 AN |
28 | ----------------------- |
| 29 | - The meaning of "Update Rate" column at the admin overview has been | |
| 30 | changed. | |
| 31 | Previously: the time what is elapsed between incoming new items | |
| 32 | Now: the time between feed refresh, regardless of the content of the feed | |
| 4a4698df AN |
33 | - Possibility of saving such feed URLs that are inaccessible for the parser |
| 34 | for whatever reason | |
| d94374f4 | 35 | |
| c9a58a66 | 36 | FeedAPI 1.7beta2, 2009-06-19 |
| adf581e4 AN |
37 | ---------------------------- |
| 38 | - Drush commands (create, refresh, config) | |
| 39 | - Simpletest 2.x compatible test suite | |
| b699b78a AN |
40 | - Impersonating feed author while refreshing the feed via cron hook |
| 41 | - Better test code coverage | |
| 42 | (tests for cron part, file upload, item node updating) | |
| 43 | - Fix a critical bug what caused ICal parser useless (#496274) | |
| adf581e4 AN |
44 | |
| 45 | FeedAPI 1.7beta1, 2009-06-05 | |
| 46 | ---------------------------- | |
| cd25f6e6 AB |
47 | - Cache lifetime setting for parser_simplepie |
| 48 | - Split some parts of feedapi into separate files | |
| 49 | - Feedapi supports revisions for data inside {feedapi} table | |
| 50 | - File upload support | |
| 51 | - Selectable input format for feed item nodes | |
| e9545db8 AN |
52 | - Ability to inherit language info as well |
| 53 | - Configurable refresh rate instead of best effort feed refreshing | |
| c24150c3 AB |
54 | |
| 55 | FeedAPI 1.6, 2009-02-03 | |
| d94374f4 | 56 | ----------------------- |
| 9320bb22 AN |
57 | - Better parsing in Parser Common Syndication |
| 58 | - Now it's possible to delete old feed node items at cron time | |
| 59 | - Performance impovements (indeces on cross-nodes table) | |
| 60 | - Fix of bug that prevented parsers to consume their settings | |
| 0aa46c53 | 61 | - Full views support. WARNING: if you upgrade from previous version, |
| d94374f4 AB |
62 | you will have to reconfigure some feedapi based views. |
| 63 | ||
| 0f6c7bf2 | 64 | FeedAPI 1.5, 2008-12-05 |
| 170d279e AN |
65 | ----------------------- |
| 66 | - Enclosure and location support in parser_simplepie | |
| 67 | - More robust RDF parsing in parser_common_syndication | |
| 68 | - WARNING: API change, feedapi_item($op = 'purge') is changed. | |
| 69 | see _feedapi_node_purge as an example | |
| 0f6c7bf2 | 70 | - Fixed: cron failed to delete old items under some circumstances |
| b6e2c74b | 71 | |
| d78d51fb AN |
72 | FeedAPI 1.4, 2008-10-10 |
| 73 | ----------------------- | |
| a886c471 | 74 | - Do not allow same weight for processors |
| d78d51fb AN |
75 | - Strip tags from item titles |
| 76 | - Fix of built-in content-type | |
| 77 | - Extended Views support (for feed items, parent feeds and | |
| 78 | standalone feeds) | |
| 79 | - cURL support added to Common Syndication Parser. If cURL is available, | |
| 80 | the parser is able to handle redirects better | |
| 81 | - Extended simpletest coverage | |
| 82 | - Various bugfixes | |
| 83 | ||
| 84 | FeedAPI 1.3, 2008-09-01 | |
| 26d0c149 AN |
85 | ----------------------- |
| 86 | - Full domain/scheme information for tags | |
| 8954c727 AN |
87 | - Better test coverage |
| 88 | - Various bugfixes | |
| 89 | - Function name changes | |
| 63198e12 | 90 | - FeedAPI Node Views added |
| d5f9ceb6 | 91 | |
| 0aa46c53 | 92 | FeedAPI 1.2, 2008-04-14 |
| ee83cffc | 93 | ----------------------- |
| 4111e4c4 | 94 | - Allow IP-address feed URLs at SimplePie parser |
| 14f9ba3c AN |
95 | - Allow long URLs (up to 2048 char) |
| 96 | - Add skip capability of feeds. You can pause automatic feed update | |
| d94374f4 | 97 | - Fix a caching-related bug when appears if you move the files directory |