Commit Graph

7642 Commits

Author SHA1 Message Date
Emanuel Schütze 32dfba0d5c Release 3.1 2019-12-13 09:39:11 +01:00
Emanuel Schütze e45d3aa360
Merge pull request #5164 from emanuelschuetze/translation-20191213
Updated CS translations
2019-12-13 09:33:56 +01:00
Emanuel Schütze cc4d867e06
Merge pull request #5163 from tsiegleauq/no-order-in-comments
Fix order of comments in motion detail
2019-12-13 09:22:47 +01:00
Emanuel Schütze 3bf588c013 Updated CS translations 2019-12-13 09:17:58 +01:00
Sean 8ba3037864
Merge pull request #5161 from emanuelschuetze/python38
Updated requirements for python 3.8 support
2019-12-12 15:24:22 +01:00
Sean Engelhardt f64a855b50 Fix order of comments in motion detail
Fixes an error where the order of comment section in
the motion comment section component was wrong
2019-12-12 12:10:56 +01:00
Sean Engelhardt 48c25d1e5b Use file-based database during testing 2019-12-11 16:13:59 +01:00
Emanuel Schütze 172aa14b13 Updated requirements for python 3.8 support
updated:
channels to 2.3.1
channels-redis to 2.4.1
daphne to 2.4.0

Added python 3.8 test for travis
2019-12-11 16:13:50 +01:00
Emanuel Schütze bb41125bd1
Merge pull request #5162 from tsiegleauq/search-value-selector-for-states
Fix untranslated searchable values
2019-12-10 17:00:29 +01:00
Sean Engelhardt 1e45153c0a Fix untranslated searchable values
Fixes a bug where the search value selector was not always filtering
for translated values.
Uses getTitle() in SearchValue selector rather than toString,
to allow enhance compatibility with custom values
2019-12-10 16:46:59 +01:00
Emanuel Schütze cc58f59fa1
Merge pull request #5160 from tsiegleauq/states-with-no-label
Fix null values in recommencation label
2019-12-10 14:05:02 +01:00
Sean Engelhardt af9a62abbb Fix null values in recommencation label
Fixes an issue that was showing empty values when setting
a recommendation
2019-12-10 10:56:21 +01:00
Emanuel Schütze 77bf24fe3a
Merge pull request #5159 from emanuelschuetze/translations-201912
Updated translations (DE, CS, RU)
2019-12-09 18:13:45 +01:00
Emanuel Schütze 1bababd8c1 Updated translations (DE, CS, RU) 2019-12-09 17:30:48 +01:00
Emanuel Schütze a85858f6b5
Merge pull request #5158 from emanuelschuetze/change-metabox-config
Rename config option to show meta box below title on projector.
2019-12-09 16:45:59 +01:00
Emanuel Schütze 9e81e6145f Rename config option to show meta box below title on projector. 2019-12-09 16:32:46 +01:00
Emanuel Schütze 431dc2b758
Merge pull request #5107 from tsiegleauq/changelog-for-3.1
Add changelog for 3.1
2019-12-09 16:12:53 +01:00
Emanuel Schütze 53ebbabc9b
Merge pull request #5157 from tsiegleauq/no-amendment
Add more motion filter options
2019-12-09 15:44:07 +01:00
Emanuel Schütze 72bd971f0b
Merge pull request #5154 from tsiegleauq/cleanup-small-things
Add leftover changes for 3.1
2019-12-09 15:41:04 +01:00
Sean Engelhardt c9cf99d0e4 Add leftover changes for 3.1
Adds various changes for a more complete 3.1 release

- cleaner "current slide" description in projector detail (grid with ellipsis)
- show the previously projected slides as ordered lists under the accordion
- fix a bug where everyone could access the projection manage view (although it was unfunctional without the correct permissions)
- assignment list now uses the correct ellipsis
- fixes a bug where the lable "list of speakers" was not translated on the projector slide
- Show a lock on the "list of speaker"-slide if it has been closed
- enable dialog tests that have previously been disabled
2019-12-09 15:00:32 +01:00
Sean Engelhardt ffb67638f6 Added changelog for 3.1 2019-12-09 14:35:43 +01:00
Sean Engelhardt d17ad04b6c Add more motion filter options
Adds a motion filter option for motions which have no
amendments and are no amendments
2019-12-09 14:24:05 +01:00
Emanuel Schütze 50ce5e7d61
Merge pull request #5156 from tsiegleauq/dymanic-ngrid-index-jumping
Scroll to previous offset rather than index
2019-12-09 11:07:23 +01:00
Emanuel Schütze e2630faead
Merge pull request #5149 from FinnStutzenstein/deleteUsersWithWSConnection
Fixed late autoupdates with deleted users
2019-12-09 10:41:59 +01:00
Sean 01b626d3e7 Scroll to previous offset rather than index
Changes some auto scrolling behavior in our virtual scrolling tables.
Save the scroll offset before any navigation attempt, rather than
saving the index on click.
Should work for every possible navigation action.
2019-12-06 13:50:14 +01:00
Sean 0bb2175f79
Merge pull request #5155 from tsiegleauq/duplicated-pdf-title
Add event description to PDF
2019-12-04 15:52:39 +01:00
Sean Engelhardt ae62fd69f5 Add event description to PDF
Fixes a bug where the event name was printed twice in the PDF header
2019-12-04 15:37:38 +01:00
Finn Stutzenstein 60e3282286
Merge pull request #5077 from FinnStutzenstein/readOnlyRedis
Adding a second optional redis for read only accesses
2019-12-04 11:01:21 +01:00
FinnStutzenstein cc4ca61964 Adding a second optional redis for read only accesses 2019-12-03 12:30:31 +01:00
Finn Stutzenstein 7c61076837
Merge pull request #5152 from FinnStutzenstein/lockingService
Locking service and locks the history build process (closes #4039)
2019-12-03 12:28:40 +01:00
FinnStutzenstein f7cdfb7c02 Locking service and locks the history build process (fixes #4039) 2019-12-03 12:14:49 +01:00
Sean 93d9e6b169
Merge pull request #5151 from tsiegleauq/offline-spinner-issue
Consider offline during update checks
2019-12-02 17:06:26 +01:00
Emanuel Schütze b506735cfe
Merge pull request #5148 from tsiegleauq/manual-cd-workflow-detail
Add manual cd for workflow detail
2019-12-02 17:05:49 +01:00
Sean Engelhardt a6891ef8e1 Consider offline during update checks
Hides the spinner if the update checks fail cause the server is
unreachable

use new cleansup the code a little
2019-12-02 16:55:46 +01:00
Sean Engelhardt dd272c823f Add manual cd for workflow detail 2019-12-02 16:35:51 +01:00
Emanuel Schütze 2c120dd67c
Merge pull request #5150 from tsiegleauq/no-export-inline-numbers
Remove option for inline line number PDF
2019-12-02 15:44:42 +01:00
Emanuel Schütze ed8d666fce
Merge pull request #5120 from tsiegleauq/nav-from-motion-blocks
Add navigation flag to return to custom oriring
2019-12-02 15:35:01 +01:00
Sean Engelhardt d962e55fee Remove option for inline line number PDF
- removes the option to export PDF as inline, since it's not working atm
- motions that would be exported with inline line number would be exported with outside line numbers
2019-12-02 12:54:27 +01:00
FinnStutzenstein 0d38b784bc Fixed late autoupdates with deleted users 2019-11-29 13:15:20 +01:00
Sean 876dd1f7d6
Merge pull request #5146 from FinnStutzenstein/fixBaserepoTooEarlyUpdates
Fixed too early single-model updates in the BaseRepository
2019-11-27 15:43:52 +01:00
FinnStutzenstein f392b479ba Fixed too early single-model updates in the BaseRepository 2019-11-27 15:28:12 +01:00
Sean Engelhardt ce2f711a7c Add navigation flag to return to custom oriring
Adds the state "back: 'true'" to certain router navigations to set
a custom return point for using the OpenSlides back arrow.
Allows to return to category detail, motion block detail and
amendment detail from a motion detail view.
You will keep the navigation state for as long as you don't change
the view
2019-11-27 11:16:39 +01:00
Emanuel Schütze b86054c4b9
Merge pull request #5144 from tsiegleauq/hide-long-amendment-preview-slide
Hide long amendment preview on motion slide
2019-11-26 15:34:00 +01:00
Emanuel Schütze 7d52f12770
Merge pull request #5138 from tsiegleauq/more-nested-pdf-lists
Add nested PDF lists with line numbering
2019-11-26 15:24:48 +01:00
Sean Engelhardt 4599091d57 Add nested PDF lists with line numbering
Adds support for nested PDF lists in motions with line numbering
Numbers and lines can be slightly of in extrem cases.

Lists are supposed to be relatively short lists and are not(!) a replacement
for paragraphs.
Chaning that would require me to create our own implementation of
PDFMake-Lists
2019-11-26 14:47:13 +01:00
Finn Stutzenstein 8f9e3a2b03
Merge pull request #5145 from jsangmeister/unique-error-fix
Error handling for race-based integrity errors
2019-11-26 14:07:34 +01:00
Sean 475885d0a2
Merge pull request #5143 from tsiegleauq/more-permitted-mobile-list-dots
Hide mobile list-menus by permission
2019-11-26 14:05:57 +01:00
Sean Engelhardt 50a9a89910 Hide mobile list-menus by permission
Hides some mobile list menus if the permissions
are not sufficient.
Change the layout of the assignment mobile list
2019-11-26 13:19:37 +01:00
Sean Engelhardt bb3a154ccc Hide preview on motion slide
Hides the grey amendment context
2019-11-26 13:07:34 +01:00
jsangmeister f2dd8ebdd9 try-catch for race-based integrity errors 2019-11-26 11:49:06 +01:00