Updated CHANGELOG

This commit is contained in:
Emanuel Schuetze 2016-02-17 20:38:29 +01:00
parent 2dd0013047
commit dcb12e60c7

View File

@ -13,7 +13,7 @@ Agenda:
- Changed API of related objects. All assignments, motions and custom slides - Changed API of related objects. All assignments, motions and custom slides
are now agenda items and can be hidden. are now agenda items and can be hidden.
- Removed mptt. - Removed mptt.
- Added attachments to custom slides. - Added attachments to agenda items.
- Improved csv import. - Improved csv import.
Assignments: Assignments:
- Renamed app from assignment to assignments. - Renamed app from assignment to assignments.
@ -23,6 +23,7 @@ Motions:
- Renamed app from motion to motions. - Renamed app from motion to motions.
Mediafiles: Mediafiles:
- Renamed app from mediafile to mediafiles. - Renamed app from mediafile to mediafiles.
- Used improved pdf presentation with angular-pdf.
Users: Users:
- Massive refactoring of the participant app. Now called 'users'. - Massive refactoring of the participant app. Now called 'users'.
- Used new anonymous user object instead of an authentification backend. Used - Used new anonymous user object instead of an authentification backend. Used
@ -33,6 +34,7 @@ Other:
- New OpenSlides logo. - New OpenSlides logo.
- New design for web interface. - New design for web interface.
- Added multiple countdown support. - Added multiple countdown support.
- Switched editor from CKEditor to TinyMCE.
- Changed supported Python version to >= 3.4. - Changed supported Python version to >= 3.4.
- Used Django 1.7 as lowest requirement. - Used Django 1.7 as lowest requirement.
- Added Django's application configuration. Refactored loading of signals - Added Django's application configuration. Refactored loading of signals