Commit Graph

14 Commits

Author SHA1 Message Date
Norman Jäckel 7fbe609d04 Rename the state flag dont_set_new_version_active to leave_old_version_active. 2013-04-22 22:31:58 +02:00
Oskar Hahn 2d7bf8ca9a fixed #558 2013-04-19 19:56:59 +02:00
Oskar Hahn 10b51f6897 Fixed #595 2013-04-19 19:39:33 +02:00
Norman Jäckel 82c804e2d6 Inserted a new config variable 'Stop submitting of new motions'
Normal delegates can not submit a new motion when this is set to true. Inserted also a new template filter to relate to config variables in if-clauses.
2013-04-05 11:49:57 +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
Oskar Hahn 3832aa4178 Tests for the motion views 2013-03-15 12:18:27 +01:00
Norman Jäckel edce8c59f1 Fix PEP8, and forgotten import change. Update .travis. 2013-03-12 21:56:13 +01:00
Norman Jäckel 03fff46517 Add new TestCase class in utils to call the signal on running every test. 2013-03-12 21:38:22 +01:00
Norman Jäckel 514577f7c6 Built-in Workflows are created by listening to a signal which is sent after syncdb. 2013-03-11 21:32:09 +01:00
Norman Jäckel 2603d93d69 Fix PEP8 and tests. 2013-02-17 17:07:44 +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 cbd4acbd4b fixed motion tests 2013-02-03 13:55:42 +01:00
Oskar Hahn a27bd7eade Add motion to agenda 2013-02-02 00:51:08 +01:00
Oskar Hahn bd317aed31 Wrote tests for openslides.motion.models.Motion 2013-02-01 19:19:18 +01:00