Feed items

Commit 277212 by neclimdul

Commit #277212 by neclimdul at 16:16
FeedAPI Extensible Parser: /modules/feedapi_eparser/feedapi_eparser.module 1.30
fix #609508 by andrewlevine. bug in namespace object cache.

Commit 277206 by neclimdul

Commit #277206 by neclimdul at 16:03
FeedAPI Extensible Parser: /modules/feedapi_eparser/plugins/FeedapiEparserTypePluginXML.inc 1.4
Fix bug where feeds where wrongly reported as failing.

Commit 269082 by neclimdul

Commit #269082 by neclimdul at 16:27
FeedAPI Extensible Parser: /modules/feedapi_eparser/feedapi_eparser.module 1.29
Fix #574846 by B-Prod. Fatal error without settings.

Commit 261768 by neclimdul

Commit #261768 by neclimdul at 17:09
FeedAPI Extensible Parser: /modules/feedapi_eparser/plugins/FeedapiEparserTypePluginXML.inc 1.3
Add XML Validity check.

Make use of newly improved validity checkout to provide a better XML
download check.

Commit 261758 by neclimdul

Commit #261758 by neclimdul at 16:53
FeedAPI Extensible Parser: /modules/feedapi_eparser/feedapi_eparser.module 1.28
FeedAPI Extensible Parser: /modules/feedapi_eparser/plugins/FeedapiEparserTypePlugin.inc 1.8
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.