Downloads
Download tar.gz
21.8 KB
MD5: 2b749b6ee47e59b34e6b655cf233a145
SHA-1: 668b1f013462b21276f71bf05109c10c3ba21f29
SHA-256: fc3e72590e4c8acd072ccf935c0d995f8cfd57226b7d5e305ce3ba089f12d979
Download zip
32.63 KB
MD5: 49fe59e2555016c1158d63e3e95523d5
SHA-1: b95d18b8af59f5918b8d7beffcf91ea93df89a9d
SHA-256: 3556acf4dd40db4aaf66a00071333e31988dd0daade643bbd4ff974fdf774eea
Release notes
Initial finished release of FeedAPI EParser.
EParser has changed significantly since its initial conception, providing many tools and a more OO approach for parser developers to leverage to allow them to create easy and effecient tools with FeedAPI. With this release, there should finally be a stable platform for them to start leveraging those tools.
Changes since DRUPAL-6--1-0-ALPHA1:
- Convert getItemTitle to getTitle.
- Remove getParsedSource in favor or parse returning the parsed source object.
- by Killes. Remove debug print_r
- Finish converting xml_item to source_item.
- Strict inteface for parseGlobal by passing global_context to type plugins.
- Use php's interfaces for plugins.
- Docs a plenty!
- Fix bug #438556. Unimplemented method.
- More docs.
- Remove uneeded abstract function definition.
- rename feedapi_eparser_get_feed_type_plugins to
feedapi_eparser_get_type_plugins. - Changed many of the core plugin class names to match each other.
- Split most base plugin code into includes.
- Settings ui rewrite using ctools form wizard.
- Better drupal_http_request error handling.
- Toss out the type op handling from hook_feedapi_parse.
- Split downloading into its own step.
This has a small change in that the fetched source is now stored in ->source.
- A simple solution to the compatibility hook for plugins.
Simple because we just ignore it. This for adding support for addition
feed types(#549526) with the the follow up (#561516). Thanks @ alevine
for working through this. - Some more docs.
- Add #564730 by andrewlevine. JSON Feed type.
- Move settings loading to function.
- change #562766 by andrewlevine and neclimdul. Remove feedapi_eparser_feedapi_parse. Plugins now have more control over the download and cache logic.
- Add a type plugin settings form.
- Give namespace object loading its own function similar to type plugins.
- Remove the feedapi subpath from the tab path for now.