This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
djangocms-text-ckeditor/djangocms_text_ckeditor
Horst Gutmann 1051f72a5c Add TEXT_ADDITIONAL_PROTOCOLS setting
html5lib by default restricts what protocols are allowed in links et al.
It also offers a way to extend this list which previously was not
exposed to djangocms_text_ckeditor but can now be manipulated with the
TEXT_ADDITIONAL_PROTOCOLS setting.
2014-08-03 17:25:19 +02:00
..
locale locales and wheel support and version bump 2014-06-06 10:19:35 +02:00
migrations Fixed issue with migrations 2014-02-11 15:33:24 +01:00
static/djangocms_text_ckeditor Remove logging 2014-06-20 09:06:28 +02:00
templates/cms/plugins Fix ckeditor path issues 2014-06-20 00:50:44 +02:00
tests Add TEXT_ADDITIONAL_PROTOCOLS setting 2014-08-03 17:25:19 +02:00
__init__.py locales and wheel support and version bump 2014-06-06 10:19:35 +02:00
cms_plugins.py django.utils.six supports urlib since 1.5 - we need to do imports the old way 2014-07-31 15:07:40 +02:00
fields.py Minor code cleanups. Restoring Py3 2014-06-06 08:02:54 +02:00
forms.py Minor code cleanups. Restoring Py3 2014-06-06 08:02:54 +02:00
html.py Add TEXT_ADDITIONAL_PROTOCOLS setting 2014-08-03 17:25:19 +02:00
models.py Minor code cleanups. Restoring Py3 2014-06-06 08:02:54 +02:00
picture_save.py Minor code cleanups. Restoring Py3 2014-06-06 08:02:54 +02:00
settings.py Add TEXT_ADDITIONAL_PROTOCOLS setting 2014-08-03 17:25:19 +02:00
utils.py Minor code cleanups. Restoring Py3 2014-06-06 08:02:54 +02:00
widgets.py Minor code cleanups. Restoring Py3 2014-06-06 08:02:54 +02:00