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 :)

Comments

aron novak’s picture

StatusFileSize
new13.73 KB

Here is a new version, some bugs are fixed and the new functionality has simpletest tests now.

aron novak’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

alex_b’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Needs work

This commit actually breaks 6.x head update:

db_query("UPDATE feedapi f, node n SET f.vid = n.vid WHERE n.nid = f.nid");

If node vid != nid this update will break a site.

The vid needs to be populated with the current vid from the node table.

alex_b’s picture

StatusFileSize
new776 bytes

Rolled a first patch for cleaning up revisioning. This adds

- support for diff module

Outstanding

- fix hook_update (see #4)

alex_b’s picture

Ok, 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

alex_b’s picture

Priority: Critical » Normal
Status: Needs work » Closed (fixed)