Jeffrey Goettsch
Jeffrey Goettsch
djangocms-text-ckeditor 3.6.0 calls `static` before the static files have been set up: ```python $ python manage.py collectstatic Traceback (most recent call last): File "manage.py", line 12, in execute_from_command_line(sys.argv) File "/usr/local/envs/are.ucdavis.edu/lib/python3.6/site-packages/django/core/management/__init__.py",...
Admin views for models with a folder still expected `filer/img/icon_deletelink.gif`, which was removed in fde463c13d694289d9ed3198ab098a7375e6d5ad. The folder widget template still references this file: https://github.com/django-cms/django-filer/blob/7a0584bf00f60644df0edd320e2e96db57a599b4/filer/templates/admin/filer/widgets/admin_folder.html#L18 This raises a `ValueError` in any...
## Description `PageToolbarMeta.populate` uses incorrect permission name to check if a user has change permission on the current page, causing a `KeyError` to be raised with django-cms >= 3.11.8. ##...
# Description Fixes the KeyError that occurs in Django CMS 3.11.8 or later. `PageToolbarMeta.populate` tests for a permission named `change` but the proper permission name is `change_page`, causing a `KeyError`...