With this patch you can revision your feedapi settings, urls, etc. (everything in feedapi table)
When you revert a node revision, feedapi also jumps back in time :)
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 419860-5_revisioning_fixes.patch | 776 bytes | alex_b |
| #1 | feedapi_node_revision_1.patch | 13.73 KB | aron novak |
| feedapi_node_revision.patch | 8.63 KB | aron novak |
Comments
Comment #1
aron novakHere is a new version, some bugs are fixed and the new functionality has simpletest tests now.
Comment #2
aron novakComment #4
alex_b commentedThis commit actually breaks 6.x head update:
If node vid != nid this update will break a site.
The vid needs to be populated with the current vid from the node table.
Comment #5
alex_b commentedRolled a first patch for cleaning up revisioning. This adds
- support for diff module
Outstanding
- fix hook_update (see #4)
Comment #6
alex_b commentedOk, I think I should do follow up patches here rather than posting to a closed issue: #5 is posted here: #457626-1: Add diff support #4 is a duplicate of #426702: Update fails with errors
Comment #7
alex_b commented