Fabian Braun

Results 66 issues of Fabian Braun

## 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...

# Trac ticket number ticket-35477 # Branch description When adding additional validation to the `SetPassword` form in `django.contrib.auth` and they fail, the from's clean method assumed they were empty since...

## Description With permissions by page activated, the CMS needs to traverse the page tree to find permissions which apply to a specific page. For each permission, django CMS calculates...

component: permissions
component: performance

## Description ## Related resources We discourage to do this, but `PIL.Image.MAX_IMAGE_PIXELS` can be `None`. If so, please specify `FILE_MAX_IMAGE_SIZE` in your `settings.py`. **If both are not set, any admin...

## Description This PR should improve admin stying further for RTL languages * Login panel * Tables * Changelist * Forms * Filer widgets @sakhawy Can you give it a...

When designing frontends it is key to avoid repeating template/HTML code. This PR makes djangocms-frontend components like alerts, cards, buttons or links, etc. This PR provides a simple way to...

**Is your feature request related to a problem? Please describe.** The usage of the heading and table of content plugins is not intuitive. TOC entries are only created upon rendering...

## Description This PR updates django CMS snippet to become universal, i.e. support django CMS 3.11, 4.0, and 4.1. All features from the `support/django-cms-4.0.x` branch are included. * The data...