Florian Schieder
Florian Schieder
## Description We recently encountered unreproducible issues while editing a page within our CMS which is based on DjangoCMS 3.9.0. I found out a possible reason: The npm dependencies seem...
### PHP Version 8.2.4 ### Shopware Version 6.5.7.2 ### Expected behaviour I'd expect to be able to create a headless sales channel being inactive and be able to activate it...
Thumbnail sources and files have the same path restriction (255 characters). This leads to possible "Data too long errors" when serving a thumbnailed version. Could this be fixed e.g. by...
django cms users cannot be deleted if there are related `PlaceholderOperation` objects: - there is a restriction that prevents this at admin-site level (`djangocms_history/admin.py`) - there is a direct foreign...
## Description PR https://github.com/django-cms/django-cms/pull/7423 introduced graceful plugin rendering which is a very reasonable and helpful solution regarding the edit mode. However, this breaks with existing DjangoCMS code bases when trying...
### Describe your environment OS: debian bookworm Python version: Python 3.12.4 SDK version: 1.25.0 API version: 1.25.0 Gevent version: 24.2.1 Gunicorn version: 22.0.0 ### What happened? We are using OpenTelemetry...
## Description Add a field `url` to the `DefaultMetaImage` which is mutually exclusive to the filer field `image`. ## Use cases We use DjangoCMS for building web shops. There is...