Michael Jansen
Michael Jansen
This commit adds the `captainhook/plugin-composer` to our development dependencies. With this we can ensure that every developer will install it and use our shared hooks. We tried to achieve this...
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
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...
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 prepares the ILIAS code base for the ILIAS 9 development by ... - ... bumping the version number (where relevant) - ... updating the `Composer` dependencies based on...
…o present (Mantis issue 31160) - https://mantis.ilias.de/view.php?id=30650 - https://mantis.ilias.de/view.php?id=31160
Mantis Issue: https://mantis.ilias.de/view.php?id=31172
The JavaScript used in `tpl.login.html` to focus either the username or password field does not have any effect. The focus is handled by `src/UI/templates/js/Page/stdpage.js`, so this PR removes the obsolete...
This PR upgrades the `UUID` composer dependency used in ILIAS (`ramsey/uuid`). This does not work for PHP 7.4 (see: failed build) and MUST only be merged for ILIAS 9. The...