Merge pull request #1494 from normanjaeckel/UpdateChangelog

Updated Changelog.
This commit is contained in:
Oskar Hahn 2015-02-27 09:22:56 +01:00
commit 945a832e61

View File

@ -16,13 +16,16 @@ Assignments:
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 new anonymous user object instead of an authentification backend.
- Used authentication frontend via AngularJS.
Other: Other:
- Changed supported Python version to >= 3.3. - Changed supported Python version to >= 3.3.
- 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,
template signals and slides. template signals and slides.
- Added API using Django REST Framework 3.x. - Added API using Django REST Framework 3.x. Added several views and mixins for
generic views in OpenSlides apps.
- Used AngularJS with additional libraries for single page frontend. - Used AngularJS with additional libraries for single page frontend.
- Removed use of 'django.views.i18n.javascript_catalog'.
- Updated to Bootstrap 3. - Updated to Bootstrap 3.
- Used SockJS for automatic update of AngularJS driven single page frontend. - Used SockJS for automatic update of AngularJS driven single page frontend.
- Refactored start script and management commands. - Refactored start script and management commands.
@ -31,6 +34,7 @@ Other:
Sheets libraries. Sheets libraries.
- Fixed bug in LocalizedModelMultipleChoiceField. - Fixed bug in LocalizedModelMultipleChoiceField.
Version 1.7 (2015-02-16) Version 1.7 (2015-02-16)
======================== ========================
[https://github.com/OpenSlides/OpenSlides/milestones/1.7] [https://github.com/OpenSlides/OpenSlides/milestones/1.7]