Norman Jäckel
913bec3e53
Renamed is_user_data_required to required_users. Fixed #3238 .
2017-05-22 16:08:52 +02:00
Emanuel Schütze
32610e552c
Changed PdfImageConverter to ImageConverter ( Fixed #3263 ).
2017-05-21 22:20:57 +02:00
FinnStutzenstein
e7da35398d
Export personal note and comments in PDFs.
2017-05-19 14:31:58 +02:00
Emanuel Schütze
8abfe91853
Merge pull request #3258 from FinnStutzenstein/docx
...
Rework docx parser, add comments to docx
2017-05-19 14:02:29 +02:00
FinnStutzenstein
f4c4f2553b
Rework docx parser, add comments to docx
2017-05-19 13:55:09 +02:00
FinnStutzenstein
e396347e00
Also notify users when they inline edit a motion ( fixes #2360 )
2017-05-19 13:21:19 +02:00
Tobias Hößl
7109c75246
Remove color styles insert .insert/.delete-Paragraphs - fixes #3247
2017-05-17 21:38:35 +02:00
FinnStutzenstein
91882f1d13
Improve zip creation and fixing page numbers
2017-05-17 07:54:35 +02:00
Emanuel Schütze
6eec735c8e
Merge pull request #3252 from FinnStutzenstein/PdfZipFilenames
...
Fixing PDF filenames on zip export if no identifier is given
2017-05-16 20:58:28 +02:00
Emanuel Schütze
c2a271c422
Merge pull request #3254 from emanuelschuetze/Issue3229-Broken-HTML
...
Detect broken HTML after diff (Fixed #3229 )
2017-05-16 14:25:00 +02:00
Tobias Hößl
b340256541
Detect broken HTML after diff ( Fixed #3229 )
2017-05-16 12:19:18 +02:00
Emanuel Schütze
f46ad742e3
Merge pull request #3230 from FinnStutzenstein/Issue3219
...
Cleanup MotionUpdateCtrl (fixes #3219 )
2017-05-15 14:17:55 +02:00
FinnStutzenstein
d1f0b69d35
Fixing PDF filenames on zip export if no identifier is given
2017-05-12 12:02:01 +02:00
FinnStutzenstein
17d9615631
Fixing error when downloading
2017-05-10 09:04:19 +02:00
Norman Jäckel
db1d087aa0
Merge pull request #3236 from CatoTH/Issue3226-WhitespacesDisturbingLineExtraction
...
Bugfix: whitespaces were disturbing line extraction - fixes #3226
2017-05-08 13:06:13 +02:00
Norman Jäckel
ebabc291c5
Refactoring of data parsing for startup and autoupdate.
2017-05-03 08:58:29 +02:00
Oskar Hahn
4963bfa7bf
Changed restricted data parsing. Cached full data on startup.
2017-05-01 21:52:16 +02:00
Tobias Hößl
b0a569fdf3
Bugfix: whitespaces were disturbing line extraction
2017-05-01 15:55:51 +02:00
FinnStutzenstein
adb5185fcc
Cleanup MotionUpdateCtrl ( fixes #3219 )
2017-04-28 14:18:29 +02:00
Emanuel Schütze
c7c7bfca9c
Merge pull request #3222 from emanuelschuetze/translations
...
Updated German translations.
2017-04-27 15:38:10 +02:00
Emanuel Schütze
a77a4edb75
Merge pull request #3220 from normanjaeckel/CleanUp
...
Removed unused lines.
2017-04-27 15:33:42 +02:00
Emanuel Schütze
0cc4b0c578
Updated German translations.
2017-04-27 15:26:35 +02:00
Norman Jäckel
9781c0b73b
Removed unused lines.
2017-04-27 15:09:42 +02:00
Emanuel Schütze
941ac8809e
Merge pull request #3208 from tsiegleauq/logos-in-pdf
...
add logos in PDF
2017-04-27 15:08:36 +02:00
Emanuel Schütze
9387f83f8a
Merge pull request #3212 from normanjaeckel/Notify
...
Added notify system.
2017-04-27 15:07:15 +02:00
FinnStutzenstein
349505ac3d
Added a warning, if another user edits the same motion.
2017-04-27 13:09:24 +02:00
FinnStutzenstein
fb45d30a34
Changed PDF documentProvider to accept images and some cleanup.
2017-04-27 12:58:11 +02:00
Norman Jäckel
bd68997a5d
Added notify system.
2017-04-27 09:30:02 +02:00
FinnStutzenstein
96899f63cc
Personal note (client side)
2017-04-27 09:10:46 +02:00
Norman Jäckel
6aee27e49f
Added personal notes for motions (server side part).
2017-04-27 09:10:46 +02:00
Emanuel Schütze
4cd9d20435
Improved motion catalog pdf for one/mutliple motions.
2017-04-24 14:53:42 +02:00
Emanuel Schütze
8c4ec1c218
Merge pull request #3202 from CatoTH/Issue3107-BugfixLineLengthCaching
...
Bugfix: changing line length did not invalidate cache
2017-04-19 15:03:48 +02:00
Tobias Hößl
9d2edc23e4
Bugfix: changing line length did not invalidate cache
2017-04-19 14:49:43 +02:00
Tobias Hößl
a558e190ea
Add a parameter 'lineBreaks' to getTextByMode
2017-04-18 14:52:15 +02:00
Emanuel Schütze
7d2785b9ec
Merge pull request #3189 from FinnStutzenstein/pdf-zip
...
Pdf zip
2017-04-13 11:54:19 +02:00
Emanuel Schütze
768cc5f711
Merge pull request #3196 from emanuelschuetze/motionCommentRegression
...
Fixed regression that opening of motion create form failed.
2017-04-12 20:12:57 +02:00
Emanuel Schütze
cbccd17752
Fixed translation strings and updated German translations.
2017-04-12 20:03:07 +02:00
FinnStutzenstein
845a1683bb
Download multiple pdfs in a zip archive.
2017-04-12 16:01:00 +02:00
Emanuel Schütze
d1ff1e540f
Fixed regression that opening of motion create form failed.
...
Introduced with commit 3de4a2af1c
.
2017-04-12 15:17:47 +02:00
Sean Engelhardt
65b51f8975
Add local convert to Base64 ( Fixes #2705 )
2017-04-12 14:57:40 +02:00
Emanuel Schütze
b9bab6fc17
Merge pull request #3191 from normanjaeckel/FreeUser
...
User without permission to see users can now see some of them.
2017-04-12 10:20:48 +02:00
Norman Jäckel
c4ec26c4c0
User without permission to see users can now see some required users.
...
These are
- agenda item speakers,
- motion submitters and supporters,
- assignment candidates,
- mediafile uploader and
- chat message users
but only if the user has respective permissions. Fixed #3002 .
2017-04-11 17:10:49 +02:00
Emanuel Schütze
3de4a2af1c
Fixed empty motion comment field in motion update form.
...
Motion comment values were not extracted. Concerns edit button in
motion list view only.
2017-04-11 17:08:19 +02:00
FinnStutzenstein
c68d3f0e4a
Export dialog for motions
2017-04-07 15:00:21 +02:00
Emanuel Schütze
bb74e7eaa9
Merge pull request #3165 from normanjaeckel/MotionCreateFix
...
Fixed creating motion for users with comments permissions.
2017-03-28 21:13:39 +02:00
Norman Jäckel
4cad6943f6
Fixed creating motion for users with comments permissions.
2017-03-28 20:42:13 +02:00
FinnStutzenstein
d9e3da87f5
fixing validate_html and motion saving ( fixes #3140 )
...
using PATCH
2017-03-28 19:39:06 +02:00
Tobias Hößl
0d98fa3a88
Line breaks in inline diffs
2017-03-26 17:55:28 +02:00
Tobias Hößl
d4a72f4b37
Bugfix for regression introduced by #c912811bd37b70b897cdb0fdc50cbe516e853cc0
2017-03-24 21:07:51 +01:00
Norman Jäckel
e93a2f9f8e
Merge pull request #3134 from normanjaeckel/IdentifierWahnsinn
...
Fixed bug when creating multiple motions at once (problem with unique…
2017-03-23 23:23:40 +01:00