Updated CHANGELOG.

This commit is contained in:
Norman Jäckel 2015-06-16 17:41:19 +02:00
parent 51455e8563
commit d08d58518f

View File

@ -9,8 +9,7 @@ Version 2.0.0 (unreleased)
[https://github.com/OpenSlides/OpenSlides/milestones/2.0] [https://github.com/OpenSlides/OpenSlides/milestones/2.0]
Agenda: Agenda:
- Updated the tests and changed only small internal parts of method of the - Updated the tests and changed internal parts of method of the agenda model.
agenda model. No API changes.
- Removed mptt. - Removed mptt.
Assignments: Assignments:
- Renamed app from assignment to assignments. - Renamed app from assignment to assignments.
@ -28,15 +27,18 @@ Other:
- New OpenSlides logo. - New OpenSlides logo.
- 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 projector elements/slides. and projector elements/slides.
- Setup migrations. - Setup migrations.
- Added API using Django REST Framework 3.x. Added several views and mixins - Added API using Django REST Framework 3.x. Added several views and mixins
for generic views in OpenSlides apps. for generic Django REST Framework views in OpenSlides apps.
- Removed most of the Django views and templates.
- Removed Django error pages.
- Refactored projector API using metaclasses now. - Refactored projector API using metaclasses now.
- Renamed SignalConnectMetaClass classmethod get_all_objects to get_all - Renamed SignalConnectMetaClass classmethod get_all_objects to get_all
(private API). (private API).
- Refactored config API. - Refactored config API.
- Removed old style personal info page, main menu entries and widget API.
- 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'. Used angular-gettext - Removed use of 'django.views.i18n.javascript_catalog'. Used angular-gettext
now. now.
@ -47,8 +49,8 @@ Other:
- Used Bower and gulp to manage third party JavaScript and Cascading Style - Used Bower and gulp to manage third party JavaScript and Cascading Style
Sheets libraries. Sheets libraries.
- Used setup.cfg for development tools. - Used setup.cfg for development tools.
- Fixed bug in LocalizedModelMultipleChoiceField. - Removed code for Windows portable version with GUI. Used new repository for
- Removed the django error pages this.
Version 1.7 (2015-02-16) Version 1.7 (2015-02-16)