ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
https://mantis.ilias.de/view.php?id=29648 It seems that a unit export/import was never implemented. This PR adds that "feature". Serializing the unit categories and units and later base64 encoding them, is needed to preserve...
In several internal use cases, we need static URLs to be able to include specific query parameters, e.g. for setting filters or search terms. As the current `$additional_parameters` in `StandardURIBuilder`...
See https://mantis.ilias.de/view.php?id=44658
Fixes https://mantis.ilias.de/view.php?id=45343 If accepted should be picked into release_10 & trunk
Updated the permission-check in roleassignmentObject as a possible fix for the mantis-issue. Languages de/en are adjusted, too, since the error message which was given was sometines misleading.
Including changes about the placeholder handling.
…onfiguration. This is an optional extension.
This PR proposes a new column `Path` for the data table. This addition to the UI framework became necessary as part of the Removing of Legacy-UIComponents-Service and Table project. @oliversamoila...
Hi all, This PR fixes an [issue that prevents GUI-classes to have PSR-4 compliant filenames](https://mantis.ilias.de/view.php?id=44989). The [PSR-4](https://www.php-fig.org/psr/psr-4/) specifies that "The terminating class name corresponds to a file name ending in...
This PR cleans up the removal of the `catch_write_events` table, see [44940](https://mantis.ilias.de/view.php?id=44940) and #9467. This touches on a handful of components which used methods that wrote to that table through...