---------------------
* Merge branch 'master' into release-1.2.x [Alexander Pilz]
* Merge pull request 942 from quaive/de-trans [GitHub]
* Merge pull request 941 from quaive/fix-groupspace-basics [GitHub]
* Merge pull request 940 from quaive/fix-return-value [GitHub]
* Merge pull request 937 from quaive/936-group-not-addable-workspacewq [GitHub]
* Merge pull request 939 from quaive/paginating-group-view [GitHub]
* Merge pull request 935 from quaive/fix-news-app-creation [GitHub]
* typo [Wolfgang Thomas]
* added some German translations [Wolfgang Thomas]
* Merge pull request 938 from quaive/selfhealing [GitHub]
* With all the refactoring and performance improvements that came with the paradigm "we only support membrane" groups and the introduction of workgroups, a lot of assumptions were hard-coded that break the existing "workspaces can be membrane groups" behaviour. This behaviour was built to be fully PAS compatible and therefore provides all the required methods and properties. The current performance enhancements for the workspace sidebar assume that we are always dealing with membrane objects, and not GroupData via PAS. This commit attempts to leave all the performance enhancements in place, while restoring the basic functionality of using PAS in case of the MembraneWorkspaceGroup behaviour. [Wolfgang Thomas]
* Merge pull request 934 from quaive/sidebar-search-fix [GitHub]
* Paginating the users in the group view [Alessandro Pisa]
* add some code to handle sideeffects of transaction conflicts [Alexander Pilz]
* hard-code exclusion of workgroups in the add workspace menu. Fixes 936 [Wolfgang Thomas]
* By default, plone creates a top-level folder "news", which needs to be removed [Wolfgang Thomas]
* Sidebar bugfix: use getId for the index, not 'id' [Cillian de Roiste]
* Merge pull request 933 from quaive/fix-unicode-tag-stream [GitHub]
* don't fail if a workgroup has no email [Wolfgang Thomas]
* Tags can contain non-ASCII, therefore need to be url-quoted [Wolfgang Thomas]
* Merge pull request 930 from quaive/customizable-grouping [GitHub]
* Merge pull request 931 from quaive/workgroup-missing-values [GitHub]
* Allow default workspace grouping customization [Alessandro Pisa]
* Merge pull request 929 from quaive/async-debounce [GitHub]
* Merge pull request 925 from quaive/async-dashboard [GitHub]
* Workgroup missing values [Alessandro Pisa]
* Merge pull request 927 from quaive/fix-filter_news_layer [GitHub]
* Fix tile URL [Alessandro Pisa]
* Merge pull request 926 from quaive/fix-ws-url [GitHub]
* add debouncing for preview generation to not generate every 2 secs [Alexander Pilz]
* Fix upgrade step filter_news_layer: the registry record we are trying to set expects a list of unicodes. A tuple of strings mixed with unicodes just won't do it. [Wolfgang Thomas]
* Fix view of Workspace. After 903, we don't have dicts any more with a key URL, but brains with the method getURL [Wolfgang Thomas]
* Load tiles in parallel [Alexander Pilz]
* Merge branch 'master' into translation_allday [Alexander Pilz]
* Merge pull request 924 from quaive/secure-contact-search [GitHub]
* corrected translation for all day event [Angela Steinhardt]
* Merge pull request 923 from quaive/placeholder [GitHub]
* Added a tal condition to check getId [Alessandro Pisa]
* Break dependency on quaive.resources.ploneintranet by providing ++theme++ploneintranet.layout static resource [Guido A.J. Stevens]
* gitignore .pip [Guido A.J. Stevens]
* wrong variable [Alexander Pilz]
* Merge branch 'master' of github.com:quaive/ploneintranet [Alexander Pilz]
* Remove leading _ [Alexander Pilz]
* Merge pull request 922 from quaive/allow-skipping-solr [GitHub]
* Merge pull request 921 from quaive/translations-calendar [GitHub]
* Back to development: 1.2.0a26 [Alexander Pilz]
* Allow disabling solr through the registry [Alessandro Pisa]
* added translation and i18n statement for document autosave batch [Angela Steinhardt]
* added i18n statements to calendar views to enable translation and added translations to po file for them [Angela Steinhardt]
* Use always the same return type [Alessandro Pisa]