feedapi_eparser 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| feedapi_eparser-6.x-1.3.tar.gz | 22.05 KB | 0ef2a22d2a0d53158a8069be15fe4663 |
| feedapi_eparser-6.x-1.3.zip | 33.24 KB | fe108a2539f1b3ef57c90e762757ffcc |
Release notes
A brown paper bag release. I forgot to rename the files in the view bonus example module. If you are not using this it is not imperative that you update from 1.2
feedapi_eparser 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| feedapi_eparser-6.x-1.2.tar.gz | 22.01 KB | 6f00f527fdb74ccdb13c6605e65bc6a2 |
| feedapi_eparser-6.x-1.2.zip | 33.2 KB | f1d971fc4fdff02ecb550f919175bbe8 |
Release notes
Changes since DRUPAL-6--1-1:
- fix #609508 by andrewlevine. bug in namespace object cache.
- 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.
Note: This update requires the latest version of CTools. Not updating to a release greater than 1.2 will cause odd error.
feedapi_eparser 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| feedapi_eparser-6.x-1.1.tar.gz | 22.06 KB | cc93c3cef6df5e57e79e5ec77a7228d0 |
| feedapi_eparser-6.x-1.1.zip | 32.96 KB | bc76a613436843472bb012ce1a1b5292 |
Release notes
Changes since DRUPAL-6--1-0:
- Follow up path change. Important fix to broken multistep form.
- Fix #549526 by B-Prod. load settings.
- 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. - Add XML Validity check.
Make use of newly improved validity checkout to provide a better XML
download check. - Fix #574846 by B-Prod. Fatal error without settings.
feedapi_eparser 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| feedapi_eparser-6.x-1.0.tar.gz | 21.8 KB | 2b749b6ee47e59b34e6b655cf233a145 |
| feedapi_eparser-6.x-1.0.zip | 32.63 KB | 49fe59e2555016c1158d63e3e95523d5 |
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.
Read morefeedapi_eparser 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| feedapi_eparser-6.x-1.0-alpha1.tar.gz | 15.88 KB | f53e16234e238a4ce61ad75b00e94bea |
| feedapi_eparser-6.x-1.0-alpha1.zip | 21.64 KB | db4756b01c68de6258ba18a71b14a9d5 |
Release notes
This is the first testing release of the FeedAPI E-Parser project. It aims to be a full platform for feed parser creation and management.
This release contains what I hope to be a mostly stable implementation of the API's.
Features in this release include:
- C-Tools managed object plugins for parsing feed structure(type) and feed data(namespaces).
- A pluggable download mechanism that allows alternative feed retrieval methods. - killes
- A set of base classes that provide features for parsing and converting feed data including classes for parsing XML feeds using SimpleXML
feedapi_eparser 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| feedapi_eparser-6.x-1.x-dev.tar.gz | 21.81 KB | d45febf327aff1eeb39ed44adf54e51a |
| feedapi_eparser-6.x-1.x-dev.zip | 32.24 KB | 54752968fc860e0ba5446b0d5e7493cd |
Release notes
Development snapshot.