Commit Graph

3504 Commits

Author SHA1 Message Date
Norman Jäckel
9f22698a23 Merge pull request #2167 from emanuelschuetze/es-translation
Updated Spanish translation. (Fixes #2094)
2016-05-25 13:55:08 +02:00
Emanuel Schuetze
80b6dcc971 Updated Spanish translation.
Thanks to johnfelipe!

Fixed: Define missing Spanish translation in django settings file.
2016-05-25 09:58:55 +02:00
Norman Jäckel
08bf53b71e Merge pull request #2101 from lesteenman/fullscreenZIndex2096
Change the z-index of `.fullscreen` to 199.
2016-05-17 14:15:49 +02:00
Erik Steenman
c473fc22c0 Fix AUTHORS indentation. 2016-05-14 12:37:58 +02:00
Erik Steenman
4b7ba02b7d Change the z-index of .fullscreen to 100.
Z-Index 199 places the fullscreen content just below the various
projector overlays, such as messages and timers.
2016-05-10 14:51:30 +02:00
Norman Jäckel
f8c186005a Merge pull request #2087 from emanuelschuetze/readme
Fixed README typo in 'libjpeg-dev' package.
2016-04-20 22:37:06 +02:00
Emanuel Schuetze
ab894ec8ca Fixed README typo in 'libjpeg-dev' package. 2016-04-20 21:12:32 +02:00
Norman Jäckel
8548a0390d Merge pull request #2084 from normanjaeckel/Release-2.0
Release 2.0
2016-04-17 22:57:18 +02:00
Norman Jäckel
e968c88cc1 Update version to 2.0.1-dev 2016-04-17 22:49:17 +02:00
Norman Jäckel
347cf478f8 Release 2.0 2016-04-17 22:49:17 +02:00
Norman Jäckel
a8591c9343 Updated metadata files. 2016-04-17 22:49:17 +02:00
Norman Jäckel
5e487d2f16 Merge pull request #2086 from emanuelschuetze/fixGroups
Use group_id instead of group in User form views
2016-04-17 22:48:46 +02:00
Emanuel Schuetze
e0b73ff68a Use group_id instead of group in User form views 2016-04-17 22:42:56 +02:00
Norman Jäckel
a832c757e7 Merge pull request #2085 from emanuelschuetze/css-fix
Fix z-index of chatbox and projector sidebar.
2016-04-17 22:23:44 +02:00
Emanuel Schuetze
e151e7c84c Fix z-index of chatbox and projector sidebar. 2016-04-17 22:18:16 +02:00
Norman Jäckel
65c9c3c693 Merge pull request #2083 from emanuelschuetze/responsive
Template fixes for better smartphone usage.
2016-04-17 20:50:30 +02:00
Emanuel Schuetze
06d333c067 Template fixes for better smartphone usage.
- Remove on-focus-me directive on every list view.
  (Otherwise smartphones/tablets opens always the keyboard on each list view.)
- Make some columns 'optional' in list view to see only the most important columns
  on small devices.
- Add z-index for projector sidebar. Show it in full width on small
  devices.
- Remove padding on small devices.
2016-04-17 19:56:38 +02:00
Norman Jäckel
cbb5f7b567 Merge pull request #2073 from normanjaeckel/Readme
Readme
2016-04-15 20:44:04 +02:00
Norman Jäckel
70bcf731b7 Updated README.rst. Added file for DEVELOPMENT instructions. 2016-04-15 19:53:07 +02:00
Emanuel Schütze
6a118eefb2 Merge pull request #2079 from OpenSlides/support-setuptools-20
Support setuptools 20
2016-04-15 10:27:34 +02:00
Norman Jäckel
5959b19af2 Merge pull request #2082 from emanuelschuetze/fix2081
Use always user.groups_id (Fixes #2081)
2016-04-14 22:59:16 +02:00
Emanuel Schuetze
7ebedb1fdd Use always user.groups_id (Fixes #2081)
- Fix rest api: send always groups_id (instead of groups).
- Fix JS-Data-Store: Add hasMany relations for user.groups.
- Fix templates: use field 'groups_id' instead of 'groups'.
2016-04-14 22:13:28 +02:00
Norman Jäckel
21484c7fdb Merge pull request #2080 from emanuelschuetze/logos
Reduce sizes of used logos.
2016-04-13 17:04:58 +02:00
Emanuel Schuetze
9481d037e8 Reduce sizes of used logos. 2016-04-13 11:06:50 +02:00
Oskar Hahn
2ec6bd256c Support setuptools 20
Fixes #2078
2016-04-13 09:54:38 +02:00
Norman Jäckel
8d5e983d29 Merge pull request #2077 from emanuelschuetze/translations
Translations
2016-04-12 23:47:38 +02:00
Norman Jäckel
84eff37bdc Merge pull request #2076 from emanuelschuetze/fixes
Last fixes for 2.0
2016-04-12 23:45:55 +02:00
Emanuel Schuetze
b8194a0b54 Updated all translations (angular-gettext). 2016-04-12 22:58:40 +02:00
Emanuel Schuetze
7229c8dc3a Fix translation strings. 2016-04-12 22:47:46 +02:00
Emanuel Schuetze
7e5ea61b34 Hide candidate list if assignment phase is finished (2). 2016-04-12 22:41:15 +02:00
Norman Jäckel
d37746286c Merge pull request #2074 from emanuelschuetze/bower
Use angular 1.4.10
2016-04-12 22:35:10 +02:00
Emanuel Schuetze
f5125d0d23 Add content object (motion/election) in agenda sort view. 2016-04-12 22:33:53 +02:00
Emanuel Schuetze
07d95fd10a Allow to show vote value '0' in motion poll result view. 2016-04-12 22:26:13 +02:00
Emanuel Schuetze
cbfcc6df68 Use angular 1.4.10 2016-04-12 21:57:22 +02:00
Norman Jäckel
8a03c15c35 Merge pull request #2072 from emanuelschuetze/fix2064
Order of jquery and angular in bower.json is important (Fixes #2064).
2016-04-11 17:29:29 +02:00
Emanuel Schuetze
642650781c Order of jquery and angular in bower.json is important (Fixes #2064).
jquery has to load *before* angular! Otherwise ng-model and ng-change doesn't
work with angular-chosen select elements.
2016-04-11 11:19:59 +02:00
Emanuel Schütze
00fe5a165f Merge pull request #2070 from normanjaeckel/SysExit
Used exit method from sys library. Fixed #2065.
2016-04-07 19:51:27 +02:00
Norman Jäckel
27c8d511f0 Used exit method from sys library. Fixed #2065. 2016-04-07 00:43:53 +02:00
Norman Jäckel
b116aabac3 Merge pull request #2068 from emanuelschuetze/gulpfile
Fixes for 2.0
2016-04-07 00:38:00 +02:00
Emanuel Schuetze
3c59f1f75c Set angular-ui-tinymce to v0.0.14 (Fixes #2069). 2016-04-06 22:02:09 +02:00
Emanuel Schuetze
c2230c0251 Added missing en.js for tinyMCE. (Fixes #2067) 2016-04-05 20:04:36 +02:00
Emanuel Schuetze
cb605d619e Mark missing translation string. 2016-04-03 11:53:40 +02:00
Emanuel Schütze
11ea2fdecf Merge pull request #2063 from normanjaeckel/Release_2.0b5
Release 2.0b5
2016-03-21 21:21:16 +01:00
Norman Jäckel
331da7f300 Update version to 2.0-dev. 2016-03-21 21:13:52 +01:00
Norman Jäckel
5842ad86f4 Release 2.0b5 2016-03-21 21:13:28 +01:00
Norman Jäckel
b0c1d3f793 Merge pull request #2062 from normanjaeckel/Readme
Updated README and bower
2016-03-21 21:11:55 +01:00
Norman Jäckel
afeb746718 Updated README and bower 2016-03-21 21:07:18 +01:00
Norman Jäckel
d51652ff72 Merge pull request #2061 from emanuelschuetze/template-Fixes
Template fixes
2016-03-21 20:03:43 +01:00
Norman Jäckel
36ead3685f Merge pull request #2060 from emanuelschuetze/allTranslations
Updated all translations. (Fixes #2043)
2016-03-21 20:03:25 +01:00
Emanuel Schütze
bdf4741dd8 Merge pull request #2059 from normanjaeckel/Changelog
Updated CHANGELOG.
2016-03-21 20:01:49 +01:00