- 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)
If you upgrade to Drupal 6.14, upgrade to FeedAPI 1.9 beta 1.
- 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
If you upgrade from previous versions, you might have to reconfigure some of your feedapi based views.
Changes
* Full views support, courtesy of drewish.
* Better parsing in Parser Common Syndication.
* Performance impovements (indeces on cross-nodes table).
* Fixed: delete old feed node items at cron time.
* Fixed: bug that prevented parsers to receive their settings.
Known issues:
* Do not use FeedAPI and Poormanscron together.
* FeedAPI will conflict with other modules that use SimplePie, too.
Release of Saint Nicolas day
-------------------------------
We celebrate with a new release. I hope every FeedAPI user prepared their boots ;)
There are not many changes for the users of the 5.x branch.
You can filter by parent feed title in views and and use location support when using Parser Simplepie.
First of all, you should update from 1.3 version because serious bugs were fixed.
If you upgrade a current installation:
After updating the module, please visit update.php and apply the update. This update will fix the built-in content-type (Feed) of FeedAPI which was broken in FeedAPI 1.3. This is maybe not important for you if you do not use the built-in content-type.
Parser Common Syndication requires PHP 5.1.3.
To see the changes, see CHANGELOG.txt in the module main directory.
First of all, you should update from 1.3 version because serious bugs were fixed.
If you upgrade a current installation:
After updating the module, please visit update.php and apply the update. This update will fix the built-in content-type (Feed) of FeedAPI which was broken in FeedAPI 1.3. This is maybe not important for you if you do not use the built-in content-type.
Full domain/scheme information for tags
Better test coverage
Various bugfixes
Function name changes
FeedAPI Node Views added
Hungarian translation is added
As usual, you can find a couple of bugfixes in the release. You should always use the latest official release.
You can find the following new features in the release:
- Allow IP-address feed URLs at SimplePie parser
- Allow long URLs (up to 2048 char)
- Allow at OPML import to override or not to override feed title and description with the info from OMPL file
- Add skip capability of feeds. You can pause automatic feed update
As usual, you can find a couple of bugfixes in the release. You should always use the latest official release.
You can find the following new features in the release:
- Allow IP-address feed URLs at SimplePie parser
- Allow long URLs (up to 2048 char)
- Allow at OPML import to override or not to override feed title and description with the info from OMPL file
- Add skip capability of feeds. You can pause automatic feed update
Hopefully the last beta version before FeedAPI 1.2 for Drupal 6 will arrive.
FeedAPI Node Views is still missing. Please be patient, the next release will contain a working FeedAPI Node Views module.
Attention: People who seeks for FeedAPI Aggregator, let's see: http://drupal.org/node/230050
The next stable release after FeedAPI 1.0 has arrived. If you use Drupal 5, definitely this package is for you.
There are tons of bugfixes. The new features are:
- FeedAPI node prevents empty node titles
- use hashing for detecting whether feed has changed before processing it
- don't refresh feed more often than 1800 seconds
- added cross feed deduping (for details, see http://drupal.org/node/193909 )
The first beta of FeedAPI for Drupal 6. It still lacks a functioning views integration (feedapi_node_views module). All other parts should be working fine.
WARNING: This developer version of FeedAPI contains a refactored and improved views integration #347526: Full views support, admin/content/feed powered by views. You will have to reconfigure some of your FeedAPI based views when upgrading from previous versions.
Features:
# Install it on a PHP4 or PHP5 site with a MySQL or a PostgreSQL database
# Cache feed downloading to save bandwidth and time
# Turn feed items into nodes
# Turn feed items into lightweight items – use FeedAPI like the good old core aggregator
# Adjust cron processing of feeds based on elapsed time. No more php timeouts
# Get statistics about feed processing
# With Feed Element Mapper, map feed item elements to CCK fields or taxonomy
# Import your feeds from anywhere with OPML import
# Export OPML
# Inherit taxonomy and organic group settings from feeds to feed items
# Views support, having a predefined views for exploring feed items for a specific feed
# Content-type based configurable presets
# Promote items to the front page according to your settings
# 1-click feed creating block. Just supply the feed url and the feed is created
# Purge or not purge outdated feed items – it's your choice
# Automate tests (simpletest module yeay!) - easy checking for problems on your installation.
# Auto-detect feed URL, you do not have to know the RSS/ATOM link, you can just supply the site URL, for example http://drupal.org
# Access to a documented API, you can write parsers or processors and use FeedAPI’s power in feed management
# Ready-to-translate .po files in the package
This release contains various bug fixes. If you are using a lower version, please upgrade.
If you are using feed type detection with parser_simplepie module (if you don't know what this is, you probably don't use it :) please check out this issue: http://drupal.org/node/205706#comment-692707.
As always when you're upgrading, make sure that you do the proper backups.
Feed creating form is a full node form by default. The old only-URL form can be enabled.
New "advanced feedapi options" permission - enable or disable parsers and processors settings
Various UI improvements
Bugfixes
If you want to use SimplePie Parser, please see the README.txt for further instructions. The simplepie.inc is no longer the part of FeedAPI drupal.org distribution.
In this release two conceptual changes were made.
1) feed = node by default. (and the node representation always exists, others can exists too)
2) parsers and processors settings are handled by feedapi centrally. These settings are available to create presets per conten-type and adjust those per-feed too.
See the README.txt for more details, the installation and the basic things are described here.
After installing the modules, please visit immediately admin/settings/feedapi . It's a must here to setup the default parser and processor configuration. Decide what you want to use mainly (feedapi_aggregator or other), and give weights to the parsers and processors.
Suggested configuration changes:
1)
feedapi_aggregator -> -10 (for both parser and processors)
2)
parser_common_syndication -> -10
feedapi_feed -> -10
feedapi_item -> 10
If you like the idea to try out something "still in development and design" piece of code, then download it and share your thoughts with me (via the feature requests and bug tickets) about the code and the design.