feeds 6.x-1.0-beta6

New features
Bug fixes
Unsupported

Note: If you upgrade from anything else than beta 5, make sure to also review the release notes for Feeds 1.0 beta 5.

New: dependency on Job Scheduler module

Feeds now depends on Job Scheduler. Before running update.php, place the Job Scheduler module in your modules directory.

Changes since 1.0 beta 5 release

  • Branched to DRUPAL-6--1.
  • #623432 Alex UA, dixon_, pvhee, cglusky, alex_b et al.: Mapper for emfield.
  • #913672 andrewlevine: Break out CSV Parser into submethods so it is more easily overridable
  • #853974 snoldak924, alex_b: Fix XSS vulnerabilities in module.
  • #887846 ekes: Make FeedsSimplePieEnclosure (un)serialization safe.
  • #908582 XiaN Vizjereij, alex_b: Fix "Cannot use object of type stdClass as array" error in mappers/taxonomy.inc.
  • #906654 alex_b: Fix phantom subscriptions.

feeds 6.x-1.0-beta5

New features
Unsupported

Feeds Defaults replaced by Feature modules:

Up to version 1.0 beta4, the included Feeds Defaults module captured a couple of useful default importer configurations that could be enabled as needed. This release replaces this module with three "Feature modules" capturing equivalent configurations. When upgrading from beta 4 or lower, these modules will be enabled by default. Read more about these Feature modules in the README.txt file.

Note for maintainers of Feeds plugins:

  • Function signatures for FeedsProcessor::map(), FeedsProcessor::existingItemId(), FeedsProcessor::uniqueTargets(), FeedsParser::getSourceElement() have changed.
  • Batching API for FeedsProcessors has changed, this affects all processors that support batching.
  • If a parser uses free textfield entries for defining source elements it must override getMappingSources() and return FALSE.

Changes since 1.0 beta 4 release

  • #849840 adityakg, rbayliss, alex_b: Submit full mapping on every submission.
  • #849834 rbayliss, alex_b: Generalize feeds_config_form() to feeds_form().
  • #907064 alex_b: Track imported terms.

feeds 6.x-1.0-beta4

Bug fixes
Unsupported

#838018-12 Unfortunately we had to remove Formatted Number CCK mapper, as it cannot be properly included in the test profile.

For discussion, see #857928: Breaks installation profiles.

feeds 6.x-1.0-beta3

New features
Bug fixes
Unsupported

This release most importantly fixes update behavior for node processor. Upgrade from any previous versions strongly recommended.

  • #854628 DanielJohnston, alex_b: Fix user processor assigns all roles.
  • #838018 infojunkie: Mapper for Formatted Number CCK field. **Experimental, likely to be removed soon: #857928: Breaks installation profiles**
  • #856408 c.ex: Pass all $targets for hook_feeds_node_processor_targets_alter() by reference.
  • #853194 andrewlevine, alex_b: Mapping: don't reset all targets.
  • #853144 alex_b: Consistent use of "replace" vs "update".
  • #850998 alex_b: Clean up file upload form. Note: If you supply file paths directly in the textfield rather than uploading them through the UI, you will have to adjust your importer's File Fetcher settings.
  • #850652 alex_b: Make ParserCSV (instead of FeedsCSVParser) populate column names.
  • #850638 alex_b: Introduce FeedsSource::preview().

feeds 6.x-1.0-beta2

New features
Bug fixes
Unsupported

Changes since Feeds 6.x 1.0 Beta 1:

- #753426 Monkey Master, andrewlevine, alex_b: Partial update of nodes.
- #840626 andrewlevine, alex_b: Support using same mapping target multiple times.
- #624464 lyricnz, alex_b: Fix to "support tabs as delimiters".
- #840350 lyricnz: (Optionally) Transliterate enclosure filenames to provide protection from awkward names.
- #842040 dixon_: Accept all responses from the 2xx status code series.
- #836982 Steven Merrill: Fix Feeds.module tests do not work when run from the command line.

feeds 6.x-1.0-alpha16

New features
Bug fixes
Unsupported

- #830438 andrewlevine: More secret files in FeedsImportBatch::getFilePath().
- #759302 rjb, smartinm, et. al: Fix user warning: Duplicate entry.
- #819876 alex_b: Fix field 'url' and 'guid' don't have default values.
- #623444 mongolito404, pvhee, pdrake, servantleader, alex_b et. al.: Mapper for link module.
- #652180 ronald_istos, rjbrown99, et. al.: Assign author of imported nodes.
- #783098 elliotttf: Introduce hook_feeds_user_processor_targets_alter(), mapper for user profile fields.

feeds 6.x-1.0-alpha13

New features
Bug fixes
Unsupported

feeds 6.x-1.0-alpha12

New features
Bug fixes
Unsupported

Changes

  • #600584 alex_b: PubSubHubbub support (see notes below).
  • alex_b: Debug log (see notes below).
  • alex_b: Add sourceSave() and sourceDelete() methods notifying plugin
    implementers of a source being saved or deleted.
  • #717168 nicholasThompson: Fix feeds UI JS doesn't select labels correctly.
  • #708228 Scott Reynolds, alex_b: Break FeedsImportBatch into separate classes.
    NOTE: Review your FeedsFetcher implementation for changes in the
    FeedsImportBatch class, small adjustments may be necessary.
  • alex_b: Support mapping to OpenID, using OpenID as a unique mapping target.
  • alex_b: Handle exceptions outside of Importer/Source facade methods.
  • #600584 alex_b: Use Batch API.
    NOTE: third party plugins/extensions implementing FeedsProcessor::process(),
    FeedsProcessor::clear() or FeedsImporter::expire() need to adjust their
    implementations. Modules that directly use Feeds' API for importing or
    clearing sources need may want to use feeds_batch_set() instead of
    feeds_source()->import() or feeds_source()->clear(). See notes below.

New: PubSubHubbub support

Feeds supports the PubSubHubbub publish/subscribe protocol. Follow these steps
to set it up for your site.

feeds 6.x-1.0-alpha11

Bug fixes
Unsupported

- #701432 pounard, Will White: Fix array_shift() expects parameter 1 is Array
error. Note: Parsers are responsible to ensure that the parameter passed to
FeedsImportBatch::setItems() is an Array.
- #698356 alex_b: Refactor and clean up FeedsScheduler::work() to allow more
scheduled tasks than 'import' and 'expire'.

Note: The title for the Alpha 11 release in CHANGELOG.txt is not correct. This will be fixed in subsequent releases.

feeds 6.x-1.0-alpha10

New features
Bug fixes
Unsupported

Heads up: #641522 will require to update third party Parsers or Processors. Look at the latest implementations of FeedsSyndicationParser and FeedsNodeProcessor to see the changes.

feeds 6.x-1.0-alpha9

New features
Bug fixes
Unsupported

- API change: feeds_source() takes an FeedsImporter id instead of an importer, 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.

feeds 6.x-1.0-alpha8

Bug fixes
Unsupported

- #634886 Kars-T, EugenMayer: Add vid to node process functions.
- #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-alpha7

Bug fixes
Unsupported

- #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-alpha6

New features
Bug fixes
Unsupported

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

feeds 6.x-1.0-alpha5

New features
Unsupported

5 new presets:

* feed aggregation
* fast feed aggregation (requires data module)
* OPML import
* user import
* node import

feeds 6.x-1.x-dev

Snapshot release of Drupal 6.x 1.x branch.

Please do not use this release but rather check out from CVS directly.

CVS instructions

feeds 6.x-1.0-alpha3

Bug fixes
Unsupported

- FeedsDataProcessor checked for dupes on all feeds. Check for dupes only on given feed.

feeds 6.x-1.0-alpha2

New features
Bug fixes
Unsupported

- Initial release.
- Fix wrong case in FeedsHTTPFetcher's file name.

Pages

Subscribe with RSS Subscribe to Releases for Feeds