-
FeedAPI Extensible Parser: February 25, 2011 2:10
Commit 04a4a0a on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Renaming forgotten plugins.
-
Fix #607266. Fatal error on settings page. A patch that made it into ctools 6.x-1.1 caused our plugin classes to not load. This uses the new naming scheme.
-
fix #609508 by andrewlevine. bug in namespace object cache.
-
Fix bug where feeds where wrongly reported as failing.
-
ReEnable RSS Category Element.
-
Add #608160 new alter hook functionality.
-
Fix #574846 by B-Prod. Fatal error without settings.
-
Add XML Validity check. Make use of newly improved validity checkout to provide a better XML download check.
-
Split parse into parse/fetch functions. Parse is really trying to do to many things. This new approach provides a fetch function that wraps the caching, and download/parse fail logic. This should give us a lot more mileage.