OpenSlides/openslides/core
Emanuel Schuetze 16f1ad5731 Use tinymce instead of CKEditor.
- better integration of tinymce in bower and gulp
- Improve support for html tags in reportlab's motion pdf.
- Now paste from word works without problems
  (That was the main reason of switching to tinymce:
   The data loss problem with MS Word is still unfixed in CKEditor,
   see https://dev.ckeditor.com/ticket/13174)
- The editor is now used for customslides (text), motions (text,
  reason) and users (about).
- Use mediafile image list for tinymce.
- Use own repository for tinymce-i18n: OpenSlides/tinymce-i18n
2016-02-16 00:22:01 +01:00
..
management Update requirements, fixt a lot of warnings 2016-01-09 12:19:46 +01:00
migrations Several template fixes and clean up 2016-01-27 12:10:40 +01:00
static Use tinymce instead of CKEditor. 2016-02-16 00:22:01 +01:00
__init__.py Added Django's application configuration. 2014-12-10 17:16:58 +01:00
apps.py Deleted Django default permission of some apps. Fixed #1643. 2016-01-25 14:48:54 +01:00
config.py Fix autoupdate of config 2016-01-09 22:13:55 +01:00
exceptions.py Moved config app into the core app 2015-06-29 15:15:33 +02:00
middleware.py Moved config app into the core app 2015-06-29 15:15:33 +02:00
models.py Translate permission strings. (Fixes #1895) 2016-01-27 20:23:53 +01:00
projector.py Remove translations for projector exception messages. 2015-11-21 00:01:48 +01:00
serializers.py Used 'detail' for all ValidationError messages. See #1946. 2016-02-08 21:52:23 +01:00
signals.py Deleted Django default permission of some apps. Fixed #1643. 2016-01-25 14:48:54 +01:00
urls.py Implement full text search (client side) Fixes #1699 2016-01-27 00:16:30 +01:00
views.py Used 'detail' for all ValidationError messages. See #1946. 2016-02-08 21:52:23 +01:00