Commit Graph

1895 Commits

Author SHA1 Message Date
Oskar Hahn
32771d946e Merge pull request #754 from emanuelschuetze/fixes-for-1.4c1
IE-Template fix and README/main.py updates.
2013-06-17 11:13:05 -07:00
Emanuel Schuetze
42809048f9 Updated and adjusted options help text in main.py and README. 2013-06-17 19:59:58 +02:00
Oskar Hahn
13f0ffc4ad Merge pull request #755 from emanuelschuetze/translation-fr
Updated French translations (by Moira via transifex).
2013-06-17 10:46:03 -07:00
Emanuel Schuetze
f191d3687b Updated French translations (by Moira via transifex). 2013-06-17 17:54:05 +02:00
Emanuel Schuetze
7dc2b0d904 Fixed #753 (Wrong scaling of projector live view in Internet Explorer)
Supports IE8+ only. Dropped IE7 support.
2013-06-17 17:30:46 +02:00
Oskar Hahn
3a58749e18 Merge pull request #752 from emanuelschuetze/template-fixes2
Fixed typo.
2013-06-17 04:58:20 -07:00
Emanuel Schuetze
c450dfb1d5 Fixed typo. 2013-06-17 10:44:55 +02:00
Oskar Hahn
fb387b6ada Merge pull request #751 from ostcar/translation
small translation update
2013-06-16 09:49:46 -07:00
Oskar Hahn
c14302dd6f small translation update 2013-06-16 18:44:14 +02:00
Oskar Hahn
a271a43f19 Merge pull request #749 from ostcar/create_use_after_syncdb
Create admin-user after syncdb
2013-06-16 08:28:56 -07:00
Oskar Hahn
64af0b162f Create admin-user after syncdb 2013-06-16 17:07:55 +02:00
Oskar Hahn
2f10996933 Merge pull request #748 from emanuelschuetze/widget-issues
Fixed #745 and #744: Make widgets fixable and collapsable.
2013-06-16 03:32:25 -07:00
Emanuel Schuetze
5237e1d90d Fixed #745 and #744: Make widgets fixable and collapsable.
Fixed widget header style issues.
2013-06-16 12:15:52 +02:00
Oskar Hahn
fd731d68fa Merge pull request #733 from normanjaeckel/Fix_Syncdb
Disable interactive mode of the syncdb command, fixed #696
2013-06-16 02:31:27 -07:00
Oskar Hahn
c519c7444a Merge pull request #747 from normanjaeckel/Issue739_New
Save identifier in MotionSetStateView, fixed #739
2013-06-16 02:30:09 -07:00
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