feeds_xpathparser 6.x-1.12
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.12.tar.gz | 43.97 KB | 0cf003b3de5729d856fea0a58ac6b318 |
| feeds_xpathparser-6.x-1.12.zip | 51.2 KB | d1b1b471418b6bde57a1a70e22d21da3 |
Release notes
This is the initial release of the rewrite to use the DOM over SimpleXML.
-- Function support added.
-- You can now turn off the source configuration.
** Please run update.php after upgrading!!
feeds_xpathparser 7.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-7.x-1.0-beta3.tar.gz | 43.97 KB | ff4375e4c9aa323f8c2b2e08c92f8d57 |
| feeds_xpathparser-7.x-1.0-beta3.zip | 51.06 KB | 54b1322eb50ee8352c1b0b645135bd19 |
Release notes
This is the initial release of the rewrite to use the DOM over SimpleXML.
-- Function support added.
-- You can now turn off the source configuration.
** Please run update.php after upgrading!!
feeds_xpathparser 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-7.x-1.x-dev.tar.gz | 44.49 KB | 4d2af02ec5fe25a2af20bb4321f5b0b7 |
| feeds_xpathparser-7.x-1.x-dev.zip | 51.75 KB | 927143a8cd865166f21cbfdcce999a0a |
Release notes
Dev branch.
feeds_xpathparser 6.x-1.11
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.11.tar.gz | 39.65 KB | 6e1fa11a4150812eea11f201599694e9 |
| feeds_xpathparser-6.x-1.11.zip | 42.01 KB | 1aada8f4fb7d489580d914e3c391055a |
Release notes
Let's see:
- Configuration options are now in a collapsed fieldset which makes normal node operations a bit tidier.
- Setting defaults now works as expected. If you set default values in the importer, the changes will propagate to existing nodes as long as they haven't been changed changed their settings.
- Got rid of the nasty form hack.
- Added tests to prepare for the DOM rewrite and general peace of mind.
- Much enhanced validation. Settings won't save if they have invalid XPath queries.
- #1043728: Patch: add encoding options for PHP tidy feature
- The mysterious thing where only an empty node gets added should be fixed.
- Variable replacement is more reliable.
I think that about covers it.
feeds_xpathparser 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-7.x-1.0-beta2.tar.gz | 39.71 KB | 26ab82478bfb69f7284736de7ed2b1c3 |
| feeds_xpathparser-7.x-1.0-beta2.zip | 42.03 KB | 5f2f68c84ebfe5b609f86bb6fd11ddcf |
Release notes
Let's see:
- Configuration options are now in a collapsed fieldset which makes normal node operations a bit tidier.
- Setting defaults now works as expected. If you set default values in the importer, the changes will propagate to existing nodes as long as they haven't been changed changed their settings.
- Got rid of the nasty form hack.
- Fixed: #1048030: Unable to upload .html files.
- You shouldn't have to clear the cache anymore on enable.
- Added tests to prepare for the DOM rewrite and general peace of mind.
- Much enhanced validation. Settings won't save if they have invalid XPath queries.
- #1043728: Patch: add encoding options for PHP tidy feature has been added for tidy users.
- The mysterious thing where only an empty node gets added should be fixed.
- Variable replacement is more reliable.
I think that about covers it.
feeds_xpathparser 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-7.x-1.0-beta1.tar.gz | 10.85 KB | 57b9cd89c52df7efed42fbb437b2579e |
| feeds_xpathparser-7.x-1.0-beta1.zip | 11.9 KB | 89b859cdb73181002082083b2681004e |
Release notes
Updated to feature parity with 6.x version.
Added:
Variable substitution
Debugger
Tidy support
Optional error messages
Default queries per importer
feeds_xpathparser 6.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.10.tar.gz | 11.86 KB | 415a61400a699b67e4b72737cbb49441 |
| feeds_xpathparser-6.x-1.10.zip | 13.27 KB | 88036a5135e702fe3255b16aab1a6bc6 |
Release notes
The new method of handling mappings had a few issues. Went back to the old way.
feeds_xpathparser 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.9.tar.gz | 11.79 KB | cabc194092d4b16547a0ee8d486d5b3a |
| feeds_xpathparser-6.x-1.9.zip | 13.21 KB | 55665d904972389552cbf6d0384214ba |
Release notes
This is a big release. Let's see...
- We now have a built-in query debugger so that you can see the results of misbehaving queries.
- There is now variable substitution support, more documentation to come, but it's awesome. Thanks to dhcole for the inspiration.
- Warning and error messages can be turned on and off.
- The bad old regex for parsing queries and adding the default namespace is no more. Now we have an actual parser. It has tests!
- #928846: Fatal error: Unsupported operand type by moondancerjen,CrackWilding,twistor: Fixed Fatal error: Unsupported operand type.
- #865352: Feeds XPath Parser: More detailed error messges by iantresman: Changed Feeds XPath Parser: More detailed error messges.
- #933984: Textfields on import form only allow 60 characters by joshuajabbour: Fixed Textfields on import form only allow 60 characters.
- #870222: If field does not exist pass a "NA" or NULL value. by nfd, gthoele: Fixed If field does not exist pass a 'NA' or NULL value. Also added a new XPath expression parser.
feeds_xpathparser 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-7.x-1.0-alpha1.tar.gz | 10.47 KB | dbd645423ed18cd21aeca8c603472e3e |
| feeds_xpathparser-7.x-1.0-alpha1.zip | 11.45 KB | 8dbc989e3e1937254a9dc5786a4df0b8 |
Release notes
Initial port to D7.
feeds_xpathparser 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.8.tar.gz | 9.21 KB | bc3425aef625a6085b06986075c97baf |
| feeds_xpathparser-6.x-1.8.zip | 10.11 KB | 258d41386039d13e077589fe260e90a0 |
Release notes
bug fixed in the magical REGEX thanks to tyler-durden
feeds_xpathparser 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.7.tar.gz | 9.17 KB | a9554cb8645d4aa9db8e73607630bb0c |
| feeds_xpathparser-6.x-1.7.zip | 10.08 KB | b389cdb083edc3750bf9704b8d796035 |
Release notes
#925138, by tyler-durden: Declare FeedsXPathParserBase at top of file.
feeds_xpathparser 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.6.tar.gz | 9.41 KB | 05ada33a452c7a63028452d9a7d3d9c1 |
| feeds_xpathparser-6.x-1.6.zip | 10.35 KB | 474c6c6a19a73430c95551c65d84a073 |
Release notes
Notes:
The REGEX and QueryPath parsers have been moved to their respective projects.
http://drupal.org/project/feeds_regex_parser &
http://drupal.org/project/feeds_querypath_parser
This release is incompatible with the 1.01 release, but contains many namespace and performance improvements.
feeds_xpathparser 6.x-1.6-beta2
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.6-beta2.tar.gz | 9.4 KB | 4822c4734f3933ed5358a60a3bf3de23 |
| feeds_xpathparser-6.x-1.6-beta2.zip | 10.35 KB | 88130de9838743fbc7a179ee0755f0fe |
Release notes
Better warnings about unique targets.
I managed to screw something up with the releases before. This release sorts that out. They should be coming regularly now.
feeds_xpathparser 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.5.tar.gz | 9.16 KB | 2891c59cde23ea71dd43a5fd5f95e5e4 |
| feeds_xpathparser-6.x-1.5.zip | 10.95 KB | 87cb490dcafb0e24aa2ec0641fb8791a |
Release notes
Ignore this release.
feeds_xpathparser 6.x-1.6-beta1
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.6-beta1.tar.gz | 9.34 KB | 30f25d94bfcffd57db2f01e356b7aa7c |
| feeds_xpathparser-6.x-1.6-beta1.zip | 10.29 KB | ce48d3795f29d56869ce8898041c92f6 |
Release notes
Removed other parsers. Initial support for Tidy. Better namespace support.
feeds_xpathparser 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.x-dev.tar.gz | 44.02 KB | 79c20c2fef197bb63442c9cb747807c7 |
| feeds_xpathparser-6.x-1.x-dev.zip | 51.25 KB | 835ca917e7f31356bce63b557999d0da |
Release notes
Initial support for REGEX's.
Added some contextual help messages.
feeds_xpathparser 6.x-1.01
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.01.tar.gz | 7.75 KB | 1cf34ee09a9b97315fca31190cc9431e |
| feeds_xpathparser-6.x-1.01.zip | 8.65 KB | d4ea4ec7664dd369d8b0c83eb06b02de |
Release notes
Changed from using the | (and) operator to running each query individually. Slower, but it gives better results.
feeds_xpathparser 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| feeds_xpathparser-6.x-1.0.tar.gz | 7.7 KB | faf9dbc3c945c782a5e4b66e0b427c18 |
| feeds_xpathparser-6.x-1.0.zip | 8.61 KB | e10d67036023946f8b639ee3c7f71850 |
Release notes
Initial release of Feeds XPath Parser.