feedapi 6.x-1.9-beta3

New features
Bug fixes
Unsupported

- 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)

- Tests pass only with http://drupal.org/node/587304

feedapi 6.x-1.9-beta2

New features
Bug fixes
Unsupported

- Fixed wrong check for location of files.
- Improved INSTALL.txt and README.txt
- Support Library module

feedapi 6.x-1.9-beta1

New features
Bug fixes
Unsupported

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

feedapi 6.x-1.8

Bug fixes
Unsupported

New since 1.7:

  • Fixed update hook. This bug only affected sites with table prefixes.

New since 1.6:

  • File upload support
  • Full views support
  • Revision support on feed table
  • Selectable input format for feed item nodes
  • Inherit language info
  • Configurable refresh rate
  • Drush integration
  • Simpletest 2.x compatible test suite
  • Lots of minor and major bugfixes

See CHANGELOG.txt for an exhaustive list of the changes.

feedapi 6.x-1.7

New features
Bug fixes
Unsupported

New since 1.6:

  • File upload support
  • Full views support
  • Revision support on feed table
  • Selectable input format for feed item nodes
  • Inherit language info
  • Configurable refresh rate
  • Drush integration
  • Simpletest 2.x compatible test suite
  • Lots of minor and major bugfixes

See CHANGELOG.txt for an exhaustive list of the changes.

Known bugs / problems
Not compatible with poormanscron module.

feedapi 6.x-1.7-beta3

New features
Bug fixes
Unsupported

Major changes:

  • More verbose stats under feedapi_stat table. The meaning of "Update Rate" column at the admin overview has been
    changed. Take a look on CHANGELOG.txt
  • Old items expire functionality should work again
  • Body field of feed node form is much smaller, because usually it's unused.
  • Various bugfixes

feedapi 6.x-1.6

New features
Bug fixes
Unsupported

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.

feedapi 5.x-1.5

New features
Unsupported

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.

feedapi 6.x-1.5

Bug fixes
Unsupported

Release of Saint Nicolas day
-------------------------------
We celebrate with a new release. I hope every FeedAPI user prepared their boots ;)

feedapi 5.x-1.4

Bug fixes
Unsupported

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.

feedapi 6.x-1.4

New features
Bug fixes
Unsupported

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.

feedapi 5.x-1.3

Bug fixes
Unsupported

- Full domain/scheme information for tags
- Better test coverage
- Various bugfixes
- Function name changes

feedapi 6.x-1.3

New features
Bug fixes
Unsupported

Full domain/scheme information for tags
Better test coverage
Various bugfixes
Function name changes
FeedAPI Node Views added
Hungarian translation is added

feedapi 5.x-1.2

New features
Bug fixes
Unsupported

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

feedapi 6.x-1.2

New features
Bug fixes
Unsupported

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

feedapi 6.x-1.2-beta2

Bug fixes
Unsupported

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

feedapi 5.x-1.1

New features
Bug fixes
Unsupported

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 )

feedapi 6.x-1.2-beta1

Unsupported

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.

feedapi 6.x-1.x-dev

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.

feedapi 5.x-1.0

New features
Bug fixes
Unsupported

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

Known issues:

feedapi 5.x-1.0-beta3

Bug fixes
Unsupported

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.

Enjoy.

feedapi 5.x-1.0-beta2

New features
Bug fixes
Unsupported

Beta 2 release. Run update.php if upgrading from a previous version.

Changelog:

feedapi 5.x-0.6

Unsupported

Release 0.6 with optional views integration.

Future versions _after_ 0.6 will have feedapi_item renamed to feedapi_node and might break existing installations when upgrading.

feedapi 5.x-1.x-dev

Latest development snapshot of the Drupal 5.x compatible branch.

feedapi 5.x-0.3

New features
Bug fixes
Unsupported

Changes:

  • 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.

Known issues:

feedapi 5.x-0.2-1

New features
Unsupported

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.

feedapi 5.x-0.1

Unsupported

Here is the alpha release of the FeedAPI.

Need to know

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

feedapi 5.x-0.x-dev

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.

Subscribe with RSS Subscribe to Releases for FeedAPI