Merge pull request #1126 from normanjaeckel/PrepareRelease

Updated metadata files for final release.
This commit is contained in:
Norman Jäckel 2013-11-25 10:53:07 -08:00
commit 77bf9f0e3a
3 changed files with 10 additions and 4 deletions

View File

@ -15,9 +15,11 @@ Projector:
- Improved projector zoom and scroll behaviour. - Improved projector zoom and scroll behaviour.
Agenda: Agenda:
- New config option: couple countdown with list of speakers. - New config option: couple countdown with list of speakers.
- Use HTML editor (CKEditor) for agenda item text field. - Used HTML editor (CKEditor) for agenda item text field.
- Added additional input format for agenda item duration field.
Motions: Motions:
- Enabled attachments for motions. - Enabled attachments for motions.
- Refactored warnings on CSV import view.
Elections: Elections:
- Refactored assignment app to use class based views instead of functions. - Refactored assignment app to use class based views instead of functions.
Polls: Polls:
@ -31,6 +33,7 @@ Other:
- New start script with new command line options (see python manage.py --help) - New start script with new command line options (see python manage.py --help)
- Fixed keyerror on user settings view. - Fixed keyerror on user settings view.
- New messages on success or error of many actions like creating or editing objects. - New messages on success or error of many actions like creating or editing objects.
- Changed messages backend, used Django's default now.
- A lot of template fixes and improvements. - A lot of template fixes and improvements.
- Extended css style options in CKEditor. - Extended css style options in CKEditor.
- Added feature to config app to return the default value for a key. - Added feature to config app to return the default value for a key.
@ -39,7 +42,9 @@ Other:
- Updated all required package versions. - Updated all required package versions.
- Used flake8 instead of pep8 for style check, sort all import statements with isort. - Used flake8 instead of pep8 for style check, sort all import statements with isort.
- Added Portuguese translation (Thanks to Marco A. G. Pinto). - Added Portuguese translation (Thanks to Marco A. G. Pinto).
- Updated to Django 1.6. - Switched to more flexible versions of required third party packages.
- Updated to Django 1.6.x.
- Updated German documentation.
- Change license from GPLv2+ to MIT, see LICENSE file. - Change license from GPLv2+ to MIT, see LICENSE file.

View File

@ -2,6 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
from openslides import get_version from openslides import get_version