* Page 2 or more of participant list doesn't loads into the modal box
* Page 2 or more of participant list doesn't loads into the modal box
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* fixup! Enh: Add Application interface and make sure the `onInit` event is fired in the web application too (#6505)
* Fix potential timing issue in DraftCest test.
Normal use will not do anything other than succeed!
```
php $HUMHUB_VENDOR_BIN/codecept run unit LoadDbTest
```
However, if run with the environment variable HUMHUB_DB_INITIALIZE set, then the default fixtures will be loaded and not unloaded after the test.
```
HUMHUB_DB_INITIALIZE= php $HUMHUB_VENDOR_BIN/codecept run unit LoadDbTest
```
* Fix module form "Set as default"
* Display status bar after save module form "Set as default"
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Delete Membership cache
* Move membership cache to `Membership` class
* Use cached Membership::findMembership() rather than Membership::findOne()
* Update README
* Attempt to fix failing LegitimationTest by also deleting Legitimation cache.
* Removing "local" cache, only using runtimeCache for Memberships
* Fix module disabling in queue
* Update CHANGELOG-DEV.md
* Update ModuleController.php
* Fix module activate flag when it is queued for disabling
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Implement conditions for `fixed-settings` in config
* Implement callable function for `fixed-settings` in config
* Tests for fixed settings from config
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* Cleaned old comment
* lang codes sorted: a->z
* Names of languages with Capital letter
* Update Reloadable.php
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>