djangocms-versioning
djangocms-versioning copied to clipboard
General purpose versioning package for Django CMS 4 and above.
Small bug. When clicking on 'Cancel changes' here in NL translation it opens direct and not in a popup. This issue found with the following setup: django-cms==4.1.0rc3 djangocms-versioning==2.0.0rc1 djangocms-alias==2.0.0rc1
## Steps to reproduce * Create a draft page * Open the side bar admin (Either "Pages..." or "Administration...") * Publish the page * Close sidebar BUG: * The page...
## Steps to reproduce 1. Create an object (say `PageContent`) and publish it. 2. Go to its preview endpoint by clicking "view" in the version admin shown after publishing 3....
## Steps to reproduce * Create a draft page * Publish * Select "Edit..." from "Page" menu BUG: * The published page is still visible, but the toolbar shows a...
## Description *- Initial draft on adding functionality to bulk delete to versions djangocms versioning *- More information required on the ticket that needs to be a user story -...
Just looking at moving to cms rc3 and running versioning from master and I'm seeing the following when trying to edit a page; ``` File "/Users/mwalker/Sites/consoles/.env/lib/python3.9/site-packages/cms/toolbar/toolbar.py", line 501, in _call_toolbar...
This adds an action button on the published content to take you to the content users will see via `get_absolute_url`. How it looks with page content; ![Screenshot 2022-04-13 at 20...
The following project is a good example of documentation configuration setup: https://github.com/evildmp/BrachioGraph/tree/master/docs Mentions FIL, remove this from everywhere, this is a community project! Important files: - conf.py - requires a...
## Description ## Related resources * #... * #... ## Checklist * [ ] I have opened this pull request against ``master`` * [ ] I have added or modified...
Rework and brought up to date the changes made in this PR for the changeview: https://github.com/divio/djangocms-versioning/pull/135