feeds 7.x-2.0-alpha1

New features
Bug fixes
Insecure
  • Upgrade to Drupal 7.
  • Expand batch support to fetchers and parsers. Drastically lowers memory consumption for large CSV imports.
  • Support batching through directories on disk.
  • All tests passing.

This release is the first usable upgrade from Drupal 6. It also brings full batch support for fetching and parsing with a series of API changes. This is the reason why we branched to 2.x.

Maintainers of plugins

If you are a maintainer of a third party plugin for Feeds, make sure to carefully read these release notes and upgrade your module accordingly. Expect further changes to the API until we reach beta phase.

Dependencies

Change log

  • #925842 alex_b: Support batching through directories on disk.
  • #625196 mstrelan, alex_b: Fix array_merge(), array_intersect_key() warnings.
  • Remove hidden setting feeds_worker_time. Use hook_cron_queue_info_alter() to modify this setting.
  • #744660-80 alex_b: Expand batch support to fetchers and parsers.

feeds 7.x-2.x-dev

Snapshot release of Drupal 7.x 2.x branch.

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

GIT instructions

feeds 7.x-1.0-alpha1

New features
Bug fixes

Drupal 7 upgrade. Unstable.

  • Expire files returned by FeedsImportBatch after DRUPAL_MAXIMUM_TEMP_FILE_AGE seconds.
  • FeedsFileFetcher: track uploaded files, delete unused files.
  • yhahn: Upgrade FeedsTaxonomyProcessor.
  • Remove handling of target items that are array. All target items must be
  • objects now.

  • Upgrade file and image mapper.
  • Upgrade taxonomy mapper.
  • Upgrade field mapper.
  • Move plugin handling into FeedsPlugin class.
  • Base level upgrade.

features 7.x-1.0-alpha3

Bug fixes
  • #925332 by joshuajabbour: Cleaner export render for ctools components.
  • #925628 by thill_: Fix example version strings.
  • Remove old schema check.
  • Use featuresgetdefault() rather than module_invoke().
  • Several test fixes.
  • Update features_test field export to match changes in core.
  • PHP declaration.
  • Update filter component to make use of machine names if available.

Pages

Subscribe with RSS Subscribe to RSS - 7.x