Fabian Braun
Fabian Braun
### Summary When trying to __copy a page tree__ that somewhere down the tree has an __apphook__ installed and then pasting the page tree somewhere else, Django-CMS throws a server...
# Description A content hub is a centralized online destination that contains curated content around a specific topic. There are potentially significant SEO benefits to creating a content hub. While...
Hi everyone, hi @yakky! ## Description We're using djangocms-blog for many years now and it has proven extremely helpful and reliable in providing a chronological blog. However, we have noticed...
I am adding a sidebar to my post detail views with a static placeholder field. It would be nice to have a plugin that shows the x most popular posts....
Copying and pasting a page renders the page tree and thereby the whole cms unusable. `./manage.py cms fix-tree` will not repair this tree. ## Description ## Steps to reproduce Steps:...
## Description This PR removes some bugs from handling the plugin tree within a placeholder: * Moving plugins between placeholder now works reliably (fixing #7392). The position moving logic required...
## Description The color scheme toggle for dark mode resides in the toolbar. This PR moves two API functions: `CMS.API.Toolbar.get_color_scheme` -> `CMS.API.Helpers.getColorScheme` `CMS.API.Toolbar.set_color_scheme` -> `CMS.API.Helpers.setColorScheme` This makes the color scheme...
## Description Moving plugins **between** placeholders in certain situations fails and leaves the frontend js plugin tree out of sync with the database plugin tree. ## Steps to reproduce 1....
## Description If the user selects "Empty all" from the placeholder burger menu in the structure board a modal window opens with the same edit view of the page (and...
## Description This PR implements css changes to reflect django CMS dark mode (if djangocms-admin-style is used) or Django dark mode (if djangocms-admin-style is not used) in a coherent way....