Skip to content

goutnet/djangocms-reversion2

 
 

Repository files navigation

Django-CMS Reversion2

Documentation Status

Code analysis status

Features

These are the core features of Django-CMS Reversion2

Create versions of pages

Create PageVersion: Revisions for page drafts in given language (only if changes were made see dirty flag)

image

View differences between versions of a page

Compare the current page with back-up versions.

image

Revert a page to a version

Revert to PageVersion: Reverting to any previous revision of page

image

Create a version for all 'unversioned' pages

Trash bin: Moves deleted pages to a hidden PageRoot before really deleting it

image

Multiple editors

Experimental feature. All page version can be edited. Work on the hidden drafts of PageVersion in order to realize multi-editor workflow??

image

Trash bin for pages

Trash bin: Moves deleted pages to a hidden PageRoot before really deleting it

image

Permission system

This plugin integrates with the django-cms permissions.

ToDos

To be implemented (see Issues on Github https://github.com/Blueshoe/djangocms-reversion2/issues)
  • Auto-Revisions when reverting from unsaved drafts
  • Integration with divio/djangocms_moderation once they publish a stable release
  • Build a multi-editor djangocms_toolbar and disable buttons that make unwanted changes

Disclaimer

This is an experimental plugin.

No software is perfect, everyone's code sucks. Feel free to suggest, criticize and/or contribute.

About

A django CMS Plugin that adds page reversion logic, a diff view for pages and a trash bin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.8%
  • HTML 17.9%
  • CSS 0.3%