* When a JS file has module.initOnAjaxLoad = true, if the initOnAjaxUrls contains multiple params in the URL, the init function is not triggered
* Added Issue ID
As described in the Staff Wiki, I have:
1. Changed translations in the source files (ModuleFilters.php and FilterService.php).
2. Applied new wording/translations to messages/lang/base.php using regex to speed up the process. This involved cases where translations did not exist (e.g., changing 'Uninstalled' => '' to 'Not Installed' => '') and cases where translations were available (e.g., Serbian 'Uninstalled' => 'Deinstalirano' to 'Uninstalled' => '').
3. For some languages, there is also a messages/lang/archive.json file containing the same key-value pairs. I successfully updated a few of them and validated the .json data. However, for the following six languages, it wasn't possible due to duplicated keys:
DE - archive.json
ES - archive.json
FR - archive.json
HU - archive.json
IT - archive.json
JA - archive.json
I hope this is ok. I'm not sure about the .json files; whether they are some sort of minified/compiled versions of base.php or if I even needed to update wordings within them.
Issue: https://github.com/humhub/wording/issues/136
* Enh: When moving a content from a container to another, prevent updating the content dates to keep the stream sort as it was
* Add PR ID to changelog
* Meta search: Highlight keyword in single content view
* Meta search: Highlight keyword in single content view
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Fix people dropdown filter without defined keys
* Validate options of profile select field
* Fix wrong options of the profile fields "Select List" and "Checkbox List"
* Fix profile list field tests
* Enhancing of meta search for advanced search providers
* Sort meta search providers
* Update meta search cache key for same provider with different params
* Update meta searching
* Update CHANGELOG_DEV.md
* Update meta search
* Refactor meta search for external providers with unique route
* Lock search index while reindexing
* Set delay 5 minutes between retries of search reindex queue jobs
* Update SearchJobService.php
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>