Hey, Just saw this today and haven't had a chance to try it out but it sounds cool. One question though, does this support (or plan to support) the ability to Substitute the content w/ revisions either of this node or other nodes. As is this could be HUGE for my work flow in education and I'd be more then willing to help out once I play around with it some more. Any thoughts of integrating this with token at all for the criteria selection?

Comments

jchan’s picture

I like your idea about substituting a specific revision. I should be able to add this fairly easily, as an optional form field for the revision number. Does it work for you to enter in the vid of the revision? As far as Drupal does not advertise the value explicitly.
You will need to inspect the URL of the node revision first (i.e. ?q=node/2/revisions/5/view).

Token integration sounds interesting too. I will look into this. I assume you would compare a user or global token against a value? I.e. the form fields will be something like the following?

Token: [log-since]
Value contains: 2007

jchan’s picture

Assigned: Unassigned » jchan

I have added the ability to substitute the node content with any revision from any node. You can choose the revision from a droplist. I decided that manually finding the version id to enter in would be too much work for users.

No progress on token integration yet.

The changes are in the new 1.0-beta2 release. You will need to run update.php to upgrade from 1.0-beta1.