OpenSlides/openslides/core
Emanuel Schuetze ed72a90306 Reworked all motions templates.
motion detail:
- added progres bar for motionpoll
- added support/unsupport function
- show log

motion list:
- added state filter
- added css animations for enter/leave

motion form:
- use angular-formly (instead of old ng-fab-forms with no angular 1.4.x support)

general:
- Workflow states use new field 'css_class' (instead of unused
  'icon'). Added migration file.
- added 'allowed_actions' to rest api for each motion (by Norman)
- updated all JavaScript dependencies (bower.json)
2015-11-11 10:50:49 +01:00
..
management Remove old thinks not needed for the 2.0 release: 2015-06-16 17:07:39 +02:00
migrations Added controls for projector elements 2015-10-08 19:21:25 +02:00
static Reworked all motions templates. 2015-11-11 10:50:49 +01:00
__init__.py Added Django's application configuration. 2014-12-10 17:16:58 +01:00
apps.py Split and cleaned up JS files. Added test. 2015-10-22 00:28:01 +02:00
config.py Let the config app accept values that can be converted to the right type. 2015-06-29 15:41:36 +02: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 New Agenda Item 2015-10-29 15:44:43 +01:00
projector.py Added API view for server time. 2015-09-24 21:28:30 +02:00
serializers.py New Agenda Item 2015-10-29 15:44:43 +01:00
signals.py Updated logo help text. 2015-11-06 17:25:25 +01:00
urls.py Added API view for server time. 2015-09-24 21:28:30 +02:00
views.py Added JSHint to Gulp. Split up JS-Code in users app. 2015-10-21 22:44:07 +02:00