OpenSlides/openslides/participant
Oskar Hahn ecf5248962 Rework of the projector with websocket
* Set a static projector title
* absolute_urls for the activate links
* update the projector when a slide changes (in save())
* insert the absolute_url template filter
* Preview to slides
* renamed is_active to is_active_slide
* The SlideMixin has to come before the PersonMixin
* Update list of speakers
* Render Countdown via JS
* Reconnect projector after connection lost
* Overlays can allways be active and do not appear in the widget
* Rewrote the clock as overlay
2013-09-24 23:35:05 +02:00
..
static/javascript A lot of template improvements 2013-05-14 23:20:54 +02:00
templates/participant Rework of the projector with websocket 2013-09-24 23:35:05 +02:00
__init__.py Rework of the projector with websocket 2013-09-24 23:35:05 +02:00
api.py Fixes #765. Avoids the django AbstracUser username validator 2013-06-26 19:00:52 +02:00
forms.py Fixed #857: Use jquery plugin 'bsmSelect' for <select multiple> form elements. 2013-09-06 21:59:52 +02:00
middleware.py rename openslidesuser to user and openslidesgroup to group 2012-08-12 12:52:38 +02:00
models.py Rework of the projector with websocket 2013-09-24 23:35:05 +02:00
signals.py Create admin-user after syncdb 2013-06-16 17:07:55 +02:00
slides.py Rework of the projector with websocket 2013-09-24 23:35:05 +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
views.py Rework of the projector with websocket 2013-09-24 23:35:05 +02:00