Jacob Rief
Jacob Rief
## Description This fixes #7904 – check for details ## Checklist No test yet. Any hint which existing test I can use as a starting point. Needs a tree and...
## Description If the page tree is corrupted, the management command `manage.py cms fixtree` repairs the the `path` field in model `TreeNode`. It however does not repair the `path` field...
# Trac ticket number ticket-35514 # Branch description This is a draft pull request. It just replaces the the configuration settings starting with `EMAIL_…` with a dictionary based configuration. More...
## Description As discussed in #7997, this removed menu item "Edit this Page" from the toolbar ## Related resources * #7997 ## Checklist * [x] I have opened this pull...
## Description I currently have no receipt to reproduce this, but apparently we have an inconsistency in our database regarding the field `languages` in model `Page`. ## Steps to reproduce...
How to reproduce: Create a template such as: ```html {% load partials %} {% spaceless %} {% partialdef some-identifier inline %} {% endpartialdef %} {% endspaceless %} ``` If rendered...
## Description Adds a second item to the context menu in the page tree. Now one can decide, if he wants to delete a page with all translations or just...
Inside the templatetag `{% placeholder or %} ... {% endplaceholder %}` we can place some content rendered as default. However `{% render_placeholder mymodel_instance.my_placeholder or %} ... {% render_placeholder %}` doesn't...