line item veto for approving changes.
paulowsky - January 2, 2008 - 08:59
| Project: | Diff |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
I'm working in a wiki development using book + diff modules (and other modules but it does not matter now). Works well, thanks to everybody who made it posible.
Diff shows the changes by paragraph, but we can only validate changes for all the node, I'd like to know if there is any way (or addicional module) to allow users validate the changes by paragraphand not ALL the node.
Any suggestion will be welcomed.
Thanks

#1
There's no way to view only a single paragraph's worth of diff. Not only would it be hard from a UI perspective to select which paragraph you want to view the diff for, it's not even easy given the underlying diff engine we're using to find the "same" paragraph from both revisions of the node and compare the diff only on those. I'm afraid this is just never going to be possible, so I'm marking won't fix. Sorry.
#2
Hi again,
maybe I did not find the way to express my self, pleased check the link below to see what I mean.
http://paulowsky.googlepages.com/diff.jpg
As you will see Diff engine create a line level comparison, but we can only validate or revoke ALL the node. Is not possible to check the lines we want to accept and create another node version?
Thanks again.
Paul
#3
i have never seen web tool that does it this way. would be pretty sweet.
#4
this needs to work with revision_moderation - http://drupal.org/project/revision_moderation. someone else will need to code this up.