Skip to content
Snippets Groups Projects
CHANGELOG.txt 2.6 KiB
Newer Older
Alex Barth's avatar
Alex Barth committed
// $Id$

Feeds 6.x 1.0 Alpha 10, 2010-01-25
----------------------------------
- #647128 bigkevmcd, Michelle: Fix broken author info in FeedsSyndicationParser.
- alex_b: Add mapping API for FeedsDataProcessor.
Alex Barth's avatar
Alex Barth committed
- alex_b: Decode HTML entities for title and author name in
  FeedsSimplePieParser.
- #623448 David Goode, alex_b, et al.: Date mapper.
- #624088 mongolito404, David Goode, alex_b: Imagefield/filefield mapper,
Alex Barth's avatar
Alex Barth committed
- #584034 aaroncouch, mongolito404: Views integration.
- Redirect to node or import form after manual import or delete.
- #663830 Aron Novak, alex_b: When download of URL failed, node w/ empty title
  is created.
- #654728 Aron Novak: Fix parsing + data handling error with RDF 1.0 feeds.
- #641522 mongolito404, alex_b: Consolidate import stage results.
- #662104 Aron Novak: Specify PHP requirement in .info file.
- #657374 dtomasch: Common Parser does not get RSS Authors correctly.

Alex Barth's avatar
Alex Barth committed
Feeds 6.x 1.0 Alpha 9, 2009-12-14
---------------------------------
Alex Barth's avatar
Alex Barth committed

- API change: feeds_source() takes an FeedsImporter id instead of an importer,
Alex Barth's avatar
Alex Barth committed
  the methods import() and clear() moved from FeedsImporter to FeedsSource.
  Import from a source with feeds_source($id, $nid)->import();
- #629096 quickcel: Fix underscores in feed creation link.
- #652848 BWPanda: Add 'clear-block' to admin-ui to fix float issues.
- #623424 Kars-T, Eugen Mayer, alex_b: Mapper for Taxonomy.
- #649552 rsoden: Provide variable for data table name.
- #631962 velosol, alex_b: FeedsNodeProcessor: Update when changed.
Alex Barth's avatar
Alex Barth committed
- #623452 mongolito404: Port basic test infrastructure for mappers, test for
  basic CCK mapper.

Alex Barth's avatar
Alex Barth committed
Feeds 6.x 1.0 Alpha 8, 2009-11-18
---------------------------------
Alex Barth's avatar
Alex Barth committed
- #634886 Kars-T, EugenMayer: Add vid to node process functions.
Alex Barth's avatar
Alex Barth committed
- #613494 miasma: Remove length limit from URL.
- #631050 z.stolar: Add feed_nid on node_load of a feed item.
- #631248 velosol: Set log message when creating a node in FeedsNodeProcessor.

Feeds 6.x 1.0 Alpha 7, 2009-11-04
---------------------------------

- #622654 Don't show body as option for mapper when body is disabled
- Allow cURL only to download via http or https
- Throw an exception in FeedsHTTPFetcher if result is not 200
Feeds 6.x 1.0 Alpha 6, 2009-11-03
---------------------------------
Alex Barth's avatar
Alex Barth committed

- Split number of items to queue on cron from feeds_schedule_num variable
  (see README.txt)
Alex Barth's avatar
Alex Barth committed
- #619110 Fix node_delete() in FeedsNodeProcessor
Alex Barth's avatar
Alex Barth committed
- Add descriptions to all mapping sources and targets
Alex Barth's avatar
Alex Barth committed

Feeds 6.x 1.0 Alpha 5, 2009-10-23
---------------------------------

- #584500 Add Feeds default module

Feeds 6.x 1.0 Alpha 4, 2009-10-21
---------------------------------

- Initial release