Jacob Rief
Jacob Rief
This branch is based on version 1.2.1 which is able to handle the manifest static files storage properly. * A unit test to check if the former works has been...
If you duplicate a page that has a heading with id, you get an error message when you edit and close the heading element on the copied page; namely, that...
It seems that the `RenderTemplateMixin` is applied before `HidePluginMixin` thwarting the possibility to hide.
For instance JumbotronPlugin: Here the default config sets `margin-top`, `margin-bottom`, `padding-top`, `padding-bottom` and `zoom`. If in the Admin I add an object at `Start › django CMS Cascade › Custom...
In django-cms reversion has been replaced by djangocms-history. Therefore Cascade shall adopt to this change.
The database table ``cmsplugin_cascade_cascadeclipboard`` is rarely used, and if, only by the staff users, hence not critical to the operation. It thus could be shared between the database running the...
[django-reversion](https://github.com/etianen/django-reversion) uses a JSON field to store a serialized version of the model fields. This in practice means that we would store our JSON payload inside another JSON field, which...