I'd find it extremely useful to have a diff displayed when searching through a post's revisions, especially if the post is long. I think it should be possible to implement a Diff model similar to the existing one for the wiki application. Since there is already a PostManager in existance, it would be straightforward to add a compare method to the same, as already done in the PageManager wiki model.
I'd find it extremely useful to have a diff displayed when searching through a post's revisions, especially if the post is long. I think it should be possible to implement a
Diff
model similar to the existing one for the wiki application. Since there is already aPostManager
in existance, it would be straightforward to add acompare
method to the same, as already done in thePageManager
wiki model.