Although there is no stable release of feeds recently, but there are some fixes in its latest dev version.
There is one API function change regarding set target callback function that the type of target value passed through has been change from string to array.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | domain_feeds-work_with_feeds_dev-2240163-11.patch | 2.32 KB | eric_a |
| #11 | interdiff-10-11.txt | 1.17 KB | eric_a |
| #10 | domain_feeds-work_with_feeds_dev-2240163-10.patch | 2.31 KB | eric_a |
| #10 | interdiff-7-10.txt | 583 bytes | eric_a |
| #2 | otherpathworkwith_7.x-2.0-alpha8_feeds-2240163-2.patch | 1.86 KB | steveoriol |
Comments
Comment #1
eric.chenchao commentedHere is a patch to make domain_feeds work with the latest dev of feeds.
Comment #2
steveoriolHere's another patch that works better for me
Comment #3
eric_a commentedJust a re-roll of #1.
Comment #4
eric_a commentedComment #5
eric_a commentedGuess this is a task, for now. To become a bug with a new release of Feeds.
Comment #6
eric_a commentedNeeds reroll after #2300331: Domain mapping is cumbersome..
Comment #7
eric_a commentedQuick reroll for #2300331: Domain mapping is cumbersome. and #1254586: Source domain
With the release of feeds-7.x-2.0-beta1 this issue needs to be resolved for domain_feeds to work with the current recommended release of feeds.
If we want to we can easily add BC for feeds 2.0-alpha9 / 2.0-alpha8.
If we don't then we should probably just add array type hinting.
Comment #8
eric_a commentedComment #9
eric_a commentedOops, some important parts are missing in #7. Will post a new patch.
Comment #10
eric_a commentedThis just fixes the bug in #7.
Comment #11
eric_a commentedRight, the earlier patches already added the array type hinting, so let's add them to the new 1.3 callback functions as well for consistency.
Comment #13
jim.m commentedThanks for the patches. Enjoy new release version of the module.