OpenSlides/openslides
Roland Geider 01885c9304 Add first version of server-side filtering of HTML with bleach
Fix formatting (pep8 and otherwise)

Make the CleanHtml a mixin so it can be used easier, add a test case

Mark HTML fields as 'safe' in the template

Update list of allowed HTML tags, take special care for reportlab

Add heading tags to white list

Rename get_clean_html to get_clean_html_fields
2013-04-18 13:20:27 +02:00
..
account Move personal info widget to a new app: account. 2013-04-03 00:17:23 +02:00
agenda List of speakers. Part 2 2013-04-15 19:28:44 +02:00
assignment New Feature: List of speakers. 2013-04-15 19:23:37 +02:00
config Moved javascript code for agenda config into extra file. Moved translation to correct area for javascript files. 2013-04-03 14:51:19 +02:00
core New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. 2013-03-28 15:31:13 +01:00
locale Integrated DataTables function for participants table (for client side sorting/filtering/pagination). Removed old server side sorting/filtering code. 2013-03-14 22:34:40 +01:00
mediafile Insert whitespace. Fix docstrings. 2013-03-20 11:17:24 +01:00
motion Add first version of server-side filtering of HTML with bleach 2013-04-18 13:20:27 +02:00
participant New Feature: List of speakers. 2013-04-15 19:23:37 +02:00
poll Changed utils.- and poll.views 2013-02-01 12:51:01 +01:00
projector Fixed #553: Switch projector control scroll arrows 2013-04-15 22:04:59 +02:00
static Initial attempt to integrate CKEditor into OpenSlides 2013-04-18 13:20:27 +02:00
templates New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. 2013-03-28 15:31:13 +01:00
utils Add first version of server-side filtering of HTML with bleach 2013-04-18 13:20:27 +02:00
__init__.py Update tests to extend test cover by coverage 2013-04-03 17:55:30 +02:00
global_settings.py Move personal info widget to a new app: account. 2013-04-03 00:17:23 +02:00
main.py Restart tornado on file changes, respect port and adress flags 2013-04-03 23:20:56 +02:00
urls.py New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. 2013-03-28 15:31:13 +01:00