Michael Jansen

Results 66 issues of 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...

improvement
dependencies

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

bugfix

…d as a data source Mantis: https://mantis.ilias.de/view.php?id=31697

bugfix

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...

bugfix
improvement
php

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...

improvement
php

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...

improvement
technical board
php

…o present (Mantis issue 31160) - https://mantis.ilias.de/view.php?id=30650 - https://mantis.ilias.de/view.php?id=31160

bugfix
php

Mantis Issue: https://mantis.ilias.de/view.php?id=31172

bugfix
php

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...

improvement
javascript

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...

improvement
php