Norman Jäckel
|
52f7dff0f1
|
Fixed bug with workflows. Fixed #1309.
|
2014-05-28 00:20:13 +02:00 |
|
Norman Jäckel
|
c747f09ad0
|
Changed permission system for config pages.
Config pages are now only available for users with permission 'config.can_manage'. Fixed #1159.
|
2014-05-12 22:56:19 +02:00 |
|
Norman Jäckel
|
e6dad6d087
|
Merge part of stable/1.5.x into master.
Conflicts:
CHANGELOG
extras/win32-portable/create_portable.txt
extras/win32-portable/prepare_portable.py
openslides/__init__.py
openslides/core/templates/base.html
requirements_production.txt
tests/config/test_config.py
|
2014-04-08 20:33:07 +02:00 |
|
Norman Jäckel
|
9abb7a3caf
|
Updated CHANGELOG, README.rst, requirements.txt, requirements_production.txt and setup.py.
|
2014-03-31 21:27:56 +02:00 |
|
Oskar Hahn
|
90f9313faa
|
Use the jsonfield as requirement
|
2014-01-11 23:01:29 +01:00 |
|
Norman Jäckel
|
bdf1679eb0
|
Rename classes in the config api.
Also change attributes for config collection without view.
|
2013-12-06 10:47:20 +01:00 |
|
Oskar Hahn
|
0752d476e4
|
Change to MIT Licence
* Remove headers
* Changed lineendings to linux style in AUTHORS and CHANGELOG
|
2013-11-04 14:57:30 +01:00 |
|
Norman Jäckel
|
a35d31aaa2
|
Add tests. Setup coverage.
|
2013-10-31 01:50:03 +01: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
|
6926630d3e
|
Added Feature for config app, to return the default value for a key
|
2013-09-29 15:10:01 +02:00 |
|
Norman Jäckel
|
404d0fc272
|
Add on_change_callback to config variables. These callback can be defined in the ConfigVariable object and is called, when the variable is changed.
|
2013-09-08 11:16:23 +02:00 |
|
Norman Jäckel
|
c88d180808
|
Deletes config cache after each test if it exists.
|
2013-08-19 18:05:03 +02:00 |
|
Oskar Hahn
|
25bac4a704
|
Fixed a bug when setting a config var before getting one
|
2013-08-19 17:59:35 +02:00 |
|
Norman Jäckel
|
5d472b274a
|
Update tests to extend test cover by coverage
|
2013-04-03 17:55:30 +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 |
|