albatrossandco / brubeck_cms

A Django-based open source CMS for newspapers
Other
5 stars 1 forks source link

Allow users to view and roll back to previous edits #11

Open allanjamesvestal opened 12 years ago

allanjamesvestal commented 12 years ago

Anyone involved in the process may view edits, but we'll have to discern who may roll back to an edit at any point — and where in the permissions hierarchy it's placed (relative to both its pre- and post-rolled back states).

Will rely on the hierarchy developed in #6, the edit tracking and rollback procedures from #5 and the save-protection of #10.