mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #3316] django-ckeditor bundles CKEditor 4.22.1 isn't supported anymore #1831
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1831
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bosgold on GitHub (Sep 10, 2024).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3316
Impacted versions
Steps to reproduce
Starting the upgrade procedure to Modoboa 2.3.1.
Including the by pip desired upgrade of pip during this procedure.
Current behavior
Upgrade as such was successfull. But all cronjobs " $PYTHON $INSTANCE/manage.py ..." throw out a warning message
Expected behavior
No such warnings.
Besides redirecting the cronjob warnings/errors to /dev/null. Don't think this is a good idea.
@belzebub40k commented on GitHub (Sep 11, 2024):
Seems to be a known upstream issue with no real fix but you can silence the warning via
SILENCED_SYSTEM_CHECKSin settings.py.https://github.com/django-ckeditor/django-ckeditor/issues/764
@VladlenO commented on GitHub (Sep 29, 2024):
In which file exactly should I specify the prohibition on updating? Thanks.
@belzebub40k commented on GitHub (Sep 29, 2024):
@VladlenO in the settings.py of your modoboa instance. There should already be a section SILENCED_SYSTEM_CHECKS. It does not prohibit any updates it only silences the warning.
@renarios commented on GitHub (Nov 11, 2024):
Is it possible to just install django-ckeditor-5, or does the configuration of modoboa have to be changed for that?
@bosgold commented on GitHub (Nov 11, 2024):
Replacing CKEditor 4 by django-ckeditor 5 does not work.
Some of the things I already tried.
@tonioo commented on GitHub (Nov 29, 2024):
There is actually a licence issue with CKEditor 5 (GPLv2) so I guess the easiest to fix this issue for now is to silence the warning. Then, a new HTML editor using a compatible licence should be used.