Norman Jäckel
31547f8e1a
Save identifier in MotionSetStateView, fixed #739
2013-06-16 01:06:47 +02:00
Norman Jäckel
dfc160af5b
Disable interactive mode of the syncdb command, fixed #696
2013-06-16 01:05:22 +02:00
Oskar Hahn
69f7e22320
Merge pull request #735 from ostcar/Issue-710
...
Editview for releated agenda items.
2013-06-15 15:55:32 -07:00
Oskar Hahn
575da78f3a
Editview for releated agenda items.
...
Releated Agenda Items need there own edit view to edit some agenda specifc
values.
Also added a new filter 'trans' to translate variables.
Fixes #710
2013-06-16 00:55:07 +02:00
Oskar Hahn
746a8b371a
Merge pull request #736 from ostcar/motion-form-workflow
...
Change the Workflow of a motion in CreateView.
2013-06-15 15:54:10 -07:00
Oskar Hahn
9853f2c433
Change the Workflow of a motion in CreateView.
...
The Manager can choose the workflow in the createview. The default value
is the workflow from the config.
In the UpdateView the workflow in which the motion is, is choosen by
default.
The workflow will only be reset, if it is changed.
2013-06-16 00:53:49 +02:00
Oskar Hahn
a348126131
Merge pull request #740 from emanuelschuetze/template-fixes
...
Fixed some (pdf) template issues and updated (DE) translation.
2013-06-15 08:53:15 -07:00
Emanuel Schuetze
a383a4305b
Fixed some (pdf) template issues and updated (DE) translation.
...
- Fixed #737 (Motion edit link is missing for normal delegate users)
- Fixed motion pdf filename errors (now use motion-<identifier>.pdf or if no identifier: motion-<title>.pdf with using djangos slugify for special chars in title)
- Fixed motion pdf build error if there is an unauthorized version
- Enlarge max_length of event name field to 50 chars.
- Align participant import instruction with motion import page.
- Added title field to particpants-demo_en.csv.
- participant overview: Show comma after last_name only if first_name and last_name are given.
- Changed all page titles to "<specific action page> - <event-name>" (moved event-name to the end of the string)
- Updated EN tranlation string.
- Updated DE translations.
2013-06-15 17:50:30 +02:00
Oskar Hahn
22cb53c66a
Merge pull request #731 from ostcar/motion_version_delete
...
Fixes #648
2013-06-15 00:18:44 -07:00
Oskar Hahn
e630d600ed
Fixes #648
...
delete function for the motion versions
2013-06-15 09:18:21 +02:00
Oskar Hahn
431e8cc6a0
Merge pull request #734 from normanjaeckel/WidgetRework
...
Add request to all widgets, fixed #653
2013-06-13 15:51:51 -07:00
Norman Jäckel
3afc58be9e
Add request to all widgets, fixed #653
2013-06-13 23:45:30 +02:00
Oskar Hahn
9485e771b9
Merge pull request #730 from ostcar/server_listen_device
...
Listen per default to the public
2013-06-13 08:01:25 -07:00
Norman Jäckel
48f237a92f
Print listening info to command line
2013-06-13 16:58:34 +02:00
Oskar Hahn
6dad2e5161
Listen per default to the public
2013-06-13 16:58:34 +02:00
Oskar Hahn
7951c25a42
Merge pull request #732 from ostcar/issue-718
...
Fixed #718
2013-06-13 07:58:01 -07:00
Oskar Hahn
efd10eaecc
Fixed #718
...
An string argument was not used in the assignment app
2013-06-13 16:47:35 +02:00
Oskar Hahn
4c35e13158
Merge pull request #728 from normanjaeckel/OrdinalNumbers_Issue456
...
Use ordinal numbers in assignment and motion polls, fixes #456 .
2013-06-13 06:57:06 -07: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
Oskar Hahn
5d122d1d27
Merge pull request #727 from ostcar/issue-742
...
Fixed #724
2013-06-11 02:45:05 -07:00
Oskar Hahn
42ad1113fa
Fixed #724
...
The motion updated view now uses the last_versio instead of the active_Version
2013-06-11 11:42:20 +02:00
Oskar Hahn
097d369c89
Merge pull request #708 from normanjaeckel/Issue666
...
Issue666 – User lockout protection
2013-06-11 02:11:59 -07:00
Norman Jäckel
aa0728ff60
User lockout protection, fixed #666
...
Protection of updating and deleting users and groups if this caused a lockout of the requesting user.
2013-06-11 11:02:40 +02:00
Oskar Hahn
7eed5e2928
Merge pull request #726 from anjahitziger/Screenshots
...
Screenshots
2013-06-11 01:24:53 -07:00
Anja Hitziger
f87615cbfd
Insert screenshots for German documentation agenda and motion, styling screenshots
2013-06-10 21:09:49 +02:00
Oskar Hahn
5889bcda2c
Merge pull request #723 from ostcar/issue_721
...
Fixes #721
2013-06-09 09:58:06 -07:00
Oskar Hahn
4b0c62d29a
Fixes #721
...
Saving the anonymous user into a list of speakers.
Also raises an AttributeError if someone tries to save the anonymous user
into any person field.
2013-06-09 18:57:42 +02:00
Oskar Hahn
76a0d232dc
Merge pull request #719 from normanjaeckel/TranslateWorkflow
...
Insert LocalizedModelChoiceField for use in MotionSetWorkflowMixin.
2013-06-09 07:58:53 -07:00
Norman Jäckel
0d1db941b8
Insert LocalizedModelChoiceField for use in MotionSetWorkflowMixin. Fixed #713 .
2013-06-09 16:41:58 +02:00
Norman Jäckel
3aec652882
Merge pull request #711 from emanuelschuetze/release1.4b2
...
1.4b2 release
2013-06-03 16:10:47 -07:00
Emanuel Schuetze
a3038f3eb2
Set version to 1.4rc1-dev.
2013-06-04 01:05:15 +02:00
Emanuel Schuetze
27ed6a7c1d
1.4b2 release.
2013-06-04 01:02:25 +02:00
Emanuel Schütze
37da0cc7bb
Merge pull request #709 from emanuelschuetze/fixes-for-1.4b2
...
Fixes and improvements for 1.4b2
2013-06-03 15:58:13 -07:00
Emanuel Schütze
50e1cac469
Merge pull request #698 from andkit/exp-gui
...
Gui frontend for openslides
2013-06-03 15:52:21 -07:00
Emanuel Schuetze
415f872f89
Updated CHANGELOG.
2013-06-04 00:50:44 +02:00
Emanuel Schuetze
a96b8a7833
Updated FR translations (Thanks to Moira).
2013-06-04 00:47:29 +02:00
Emanuel Schuetze
880b3cd19b
Updated DE translations.
2013-06-04 00:47:29 +02:00
Andy Kittner
56b02f8598
Update portable to use new gui frontend
...
- switch portable to use gui frontend
- add version resource and icon to portable
- Regenerate openslides.exe
2013-06-04 00:08:53 +02:00
Andy Kittner
9826e3ec06
Add a simple wxPython based gui frontend for openslides
2013-06-04 00:07:22 +02:00
Andy Kittner
fb91317ce1
Add command to backup the database
2013-06-04 00:07:22 +02:00
Andy Kittner
21c739a94f
Add --no-run parameter
...
This parameter allows e.g. to synchronize the database without starting
the webserver.
2013-06-04 00:07:22 +02:00
Emanuel Schuetze
cf791e599a
Updated EN translation strings and updated EN po files.
...
Template fixes and improvements.
2013-06-03 23:33:01 +02:00
Emanuel Schuetze
bdfdb4c064
Fixed #652 : Button for ageda item with related sid.
2013-06-03 22:42:16 +02:00
Emanuel Schuetze
4126c180c8
Fixed #701 : Check bootstrap tooltips on all buttons.
2013-06-03 22:42:16 +02:00
Emanuel Schuetze
cd84d64071
Fixed #702 : list of speakers projetor/overlay style.
2013-06-03 22:42:15 +02:00
Emanuel Schuetze
ef6eaf8fa4
Fixed #703 : Mcrophon icons for list of speakers
2013-06-03 22:42:14 +02:00
Emanuel Schuetze
dad31e53e2
Fixed merge error.
2013-06-03 22:39:48 +02:00
Emanuel Schuetze
e5e7e1bcce
Template improvements.
...
Improved agenda and participants overview.
2013-06-03 22:38:45 +02:00
Emanuel Schütze
d615c63eb1
Merge pull request #705 from normanjaeckel/ChangeMotionDefaultNumbering
...
Motion: Change default numbering method
2013-06-03 13:35:34 -07:00
Emanuel Schütze
99c0ab93d9
Merge pull request #704 from normanjaeckel/ChangeFieldOrder
...
Change order of agenda fields
2013-06-03 13:33:58 -07:00