Re: History Diff feature

2016-07-21 Thread Martin Owens
On Thu, 2016-07-21 at 05:17 -0700, czpython wrote: > You mentioned it's using the reversion library, are you using the > revision support builtin to djangoCMS? It does. You can find the code here: http://bazaar.launchpad.net/~inkscape-webadmin/inkscape-web/inkscape-we b/files/head:/cmsdiff/ It's

Re: History Diff feature

2016-07-21 Thread czpython
Hello Martin, I'm personally very interested in this. You mentioned it's using the reversion library, are you using the revision support builtin to djangoCMS? On Wednesday, July 20, 2016 at 12:40:58 PM UTC-4, Martin Owens wrote: > > The inkscape project has worked on a diff feature of django-cms

Re: History Diff feature

2016-07-21 Thread Angelo Dini
That looks great, indeed the history would be enhanced with such functionality. Did you also had a chance while working on that feature to address the basic problems of the history feature? Cheers Angelo On Wednesday, 20 July 2016 18:40:58 UTC+2, Martin Owens wrote: > > The inkscape project has

History Diff feature

2016-07-20 Thread Martin Owens
The inkscape project has worked on a diff feature of django-cms, it's currently a separate app in our repository, but I'm brining it to django-cms project's attention to see if it's useful for other users. See screenshots for examples. It follows the wikia diff form pattern and uses reversio