Roland Geider
|
95fe58eb99
|
Add prototype of full text search integration in openslides
Allow for empty title and text body, fix pep8 errors
|
2013-10-15 22:35:53 +02:00 |
|
Oskar Hahn
|
d937262d28
|
Use flake8 instead of pep8. Orderd the imports with isort
* changed the fab-command pep8 to check
* checked and fixed any code with flake8. Also the urls.py
* checkt the projector app with pylint
|
2013-10-14 18:43:12 +02:00 |
|
Oskar Hahn
|
d644d49579
|
Cleaned up utils
|
2013-10-13 20:43:26 +02:00 |
|
Oskar Hahn
|
d681e94eed
|
Merge remote-tracking branch 'openslides/stable/1.4.x'
Conflicts:
AUTHORS
|
2013-10-04 09:13:51 +02:00 |
|
Emanuel Schuetze
|
7f172692da
|
Added Portuguese translation (Thanks to Marco A.G.Pinto)
|
2013-09-24 22:13:50 +02:00 |
|
Oskar Hahn
|
967c199a56
|
Removed utils from INSTALLED_APPS.
Moved utils.management and utils.templatetags to core
|
2013-08-11 09:40:14 +02:00 |
|
Emanuel Schuetze
|
bb538953ee
|
Added Czech translation (Thanks to Pavel Fric!)
|
2013-07-26 21:37:58 +02:00 |
|
Norman Jäckel
|
a0c023cf45
|
Use ordinal numbers in assignment and motion polls, fixes #456. Include humanize app to portable
|
2013-06-13 15:48:55 +02:00 |
|
Norman Jäckel
|
b310d6077e
|
Move personal info widget to a new app: account.
|
2013-04-03 00:17:23 +02:00 |
|
Norman Jäckel
|
e1b149cde3
|
New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly.
Changes after some reviews are done.
Problematic is still that the JS can not be moved to an extra file because of the template tags in the code.
|
2013-03-28 15:31:13 +01:00 |
|
Norman Jäckel
|
ad0e157bd1
|
Insert new app to upload files via the frontend. Let tornado server media files. Insert icon-mediafile css class. Insert extra_stylfiles context variable.
|
2013-03-18 21:44:02 +01:00 |
|
Oskar Hahn
|
51a9e41015
|
Set new django setting. Put tornado code in a seperate file.
|
2013-02-27 18:54:06 +01:00 |
|
Norman Jäckel
|
f2dde228c9
|
Work on motion workflow system.
Also: Insert new base exception for OpenSlides.
Also: Insert a workflow field to the state class. Update tests. Rename versioning attribute.
|
2013-02-13 23:04:24 +01:00 |
|
Oskar Hahn
|
fb82a1787b
|
Add workflows for motions
|
2013-02-01 16:33:45 +01:00 |
|
Oskar Hahn
|
5ea863ca81
|
Let the user choose the language in his settings
|
2012-12-16 17:26:53 +01:00 |
|
Norman Jäckel
|
589c209c79
|
Merge branch 'master' into Version_String
Conflicts:
openslides/__init__.py
openslides/config/views.py
|
2012-11-28 17:54:29 +01:00 |
|
Oskar Hahn
|
6b2645d11c
|
reordered the tests
moved the tests from the openslides-module to an own module
configured coverage
|
2012-11-24 15:00:17 +01:00 |
|
Oskar Hahn
|
bd32994296
|
cleanup
Removed unused imports and fixed pep8 errors
|
2012-11-24 14:01:21 +01:00 |
|
Norman Jäckel
|
4c97291598
|
Remove non-used revision template var.
|
2012-11-23 11:33:34 +01:00 |
|
Emanuel Schuetze
|
a3627b77b4
|
Added new allowed language (French).
|
2012-11-07 22:24:39 +01:00 |
|
Oskar Hahn
|
3c58d8d64b
|
fixed manage.py
|
2012-11-02 20:57:59 +01:00 |
|