OpenSlides/openslides/motions/migrations
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
..
__init__.py Added initial migrations for all apps 2015-06-29 15:38:15 +02:00
0001_initial.py Added initial migrations for all apps 2015-06-29 15:38:15 +02:00
0002_auto_20150904_1448.py Set permissions for OPTIONS requests. Fixed js-data dependency. Fixed blank in some motion model fields. Fixed error handling in agenda and core views. 2015-09-04 15:44:28 +02:00
0003_auto_20150904_2029.py Removed poll_number field in MotionPoll model. 2015-09-05 09:29:06 +02:00
0004_auto_20151105_2312.py Reworked all motions templates. 2015-11-11 10:50:49 +01:00