Downloads

Download feeds-6.x-1.0-beta11.tar.gztar.gz 207.6 KB
MD5: e65cf66c927cdf3dd123220a1c8fffc5
SHA-1: 7cabf1b5cc5aadca784837f19ada439b5c5552ea
SHA-256: dd966d438b6a3505e192412c31f38d7f45ddda19547424ad718440bcd90f29fc
Download feeds-6.x-1.0-beta11.zipzip 261.99 KB
MD5: 2f41b560dbeeedf9605c58463a077920
SHA-1: 549591a71209bbb8f734527a69ac76e5084017e0
SHA-256: 10421d9b0991d144758d24748da7ec96fc7d7e7fd71f6ffd63f557a91a397c47

Release notes

Changes since 6.x-1.0-beta10:

  • #1161810: Fixed declaration of FeedsSource::instance() should be compatible with that of FeedsConfigurable::instance().
  • Fixing PHP strict error in _parser_common_syndication_atom10_parse().
  • #1191554: Fixed failures in FeedsUIUserInterfaceTestCase.
  • #1191564: Use FeedsWebTestCase for FeedsDateTimeTest.
  • #1191494 by twistor, Dave Reid: Fixed link to node type feed importer did not use node_access().
  • Fixed coder violations and standards. Fixed possible XSS with field labels in Feed importer mapping settings.
  • Fixed strict notice: definition of FeedsFeedNodeProcessor::map() did not match FeedsProcessor::map().
  • #963842 by ceardach: Fixed feeds_update_6010() should not enable non-essential modules.
  • #723548: Added support for feed URLs with feed:// and webcal://.
  • Re-exported features with latest code.
  • Fixed error when calling form_set_error() and title field on follow-up to fix feed node title fields not actually un-required.
  • #1191210: Added feeds_content_extra_fields() so the 'Feed' fieldset can be re-ordered through the CCK field UI.
  • #1191194: Fixed test failure in FeedsCSVtoUsersTest due to lack of 'administer users' permission.
  • Use module_load_include() for test files and fix PHP notice in FeedsProcessor.inc.
  • #1066286: Added test to ensure 'Feed items' doesn't display on non-feed nodes.
  • Cleanup feeds_form_alter().
  • Simplify FeedsMapperTestCase::createContentType() using DrupalWebTestCase::drupalCreateContentType().
  • #743528 by Souvent22, Dave Reid: Fixed _feeds_node_delete() fails if the node does not load or exist.
  • Fixed _feeds_node_delete() wasn't exactly a copy of node_delete().
  • Fixes and cleanups to tests.
  • #914210 by jyee, Dave Reid: Added mapper for user raw password.
  • Ooops fatal error.
  • Backports from Drupal 7: Removed t() from feeds_schema(). Cleanups for documentation and tests.
  • #797228 by alex_b: Fixed records not removed from {feeds_node_item} when a feed node is deleted.
  • #769084: Fixed use of isset() rather than !empty() causes import problems with _parser_common_syndication_RSS20_parse().
  • Fixed various PHP notices and strict errors.
  • #974494: Fixed PHP notice 'Undefined property: stdClass::$openid in FeedsUserProcessor->entitySave()'.
  • #1170714: Fixed debugging functions left in code.
  • #1055582: Fixed strict notice that FeedsDateTime::setTimezone() is not compatible with DateTime::setTimezone().
  • #1085194: Not all selected mappings are removed.
  • #1152694: Fixed use of deprecated split() with explode().
  • #1066822: Fixed bugs and inconsistencies with test files and getInfo() declarations.
  • added new commit to CHANGELOG.txt
  • #980212 by joshuajabbour,David Goode: Added Support guid/url for taxonomy term importer.
  • #992590 by Jan van Diepen: Fixed Description and weight on FeedsTermElement not saved during import
  • #1057050 by joshuajabbour: Fixed Undefined variable: populate in FeedsNodeProcessor->buildNode().
  • #1008384 by twistor: Fixed feeds not pulling publication date with feed using dc:date and RSS 2.0
  • #1041646 by Dane Powell: Add check for permissions before creating a node from a feed.
  • Stripping CVS keywords
  • Don't use mainpage (http://drupal.org/node/966322).
  • #718414 pvhee, twistor: Mapper for email field.
  • #791316 B-Prod: fix messages are not properly displayed by Feeds data processor plugin.
  • Avoid notices when no headers is not present.
Created by: Dave Reid
Created on: 28 Jun 2011 at 22:55 UTC
Last updated: 28 Jun 2011 at 22:56 UTC
Bug fixes

Other releases