ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
https://mantis.ilias.de/view.php?id=37065
https://mantis.ilias.de/view.php?id=43755
Change Contact/BuddySystem Table from Legacy Table to KS Data Table.
If approved, this should (at least) be picked to all "upper" ILIAS versions/branches. What this PR suggests: - Use `EXISTS` in the SQL query when we only want to check...
If approved, this should (at least) be picked to all "upper" ILIAS versions/branches. This PR suggests some tweaks/micro optimizations for the `\ILIAS\ResourceStorage\Stakeholder\Repository\StakeholderDBRepository`. The main aspect is the switch from a...
If approved, this should (at least) be picked to all "upper" ILIAS versions/branches. This PR suggests changing the approach used to persist resource information in `\ILIAS\ResourceStorage\Information\Repository\InformationDBRepository::store`. Issues: 1. Round-trips: 1...
If approved, this should (at least) be picked to all "upper" ILIAS versions/branches. This PR suggests changing the approach used to persist resource information in `\ILIAS\ResourceStorage\Revision\Repository\RevisionDBRepository::store`. Issues: 1. Round-trips: 1...
https://mantis.ilias.de/view.php?id=45249
This PR fixes [41853](https://mantis.ilias.de/view.php?id=41853), along with a few more rendering issues in the Download table in Glossaries. Rendering of `ilTableGUI` (note the missing `2`), specifically when using the global `tpl.table.html`,...