ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
If approved, we'll have to add a `ilCtrl` reload to read the `service.xml` changes. Mantis Issue: https://mantis.ilias.de/view.php?id=29191 Original PR: #3034
…d as a data source Mantis: https://mantis.ilias.de/view.php?id=31697
Hello This change should fix this issue: https://mantis.ilias.de/view.php?id=31090 If you have a course with many sessions and you click on the tab "members" and then the subtab "sessions" you are...
This PR adds an `Achievable Setup Objective` to let administrators switch the `Tree Implementation` of the repository tree from a `Nested Set` implementation to a `Materialized Path` implementation and vice...
Feature Wiki: https://docu.ilias.de/goto_docu_wiki_wpage_3623_1357.html
This PR fixes an issue with popular community plugins (like `UserTakeover`) sending `xhr` requests which do not include a `cmdMode=async` query parameter. If the console logging is enabled in the...
This PR proposes the addition of a new type of tree node to the KS besides 'simple' and 'bylined', as proposed by @klees in [this jour fixe](https://docu.ilias.de/goto_docu_wiki_wpage_7593_1357.html). The new 'paired'...
This PR updates all remaining maintenance.json files. @smeyer-ilias Please check if all modules/services that you wanted to hand over now have proper maintenance.json files.
I think we should get rid of this, but if you feel more comfortable, I can also provide a PR that checks before executing the while loop.
This PR fixes that the user id is zero under certain circumstances. The user id will be the anonymous user in these cases. Mantis Ticket: https://mantis.ilias.de/view.php?id=32063