ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
Handling of gender field: sets 'n' to default (instead of 'f') and adds support of diverse gender.
# Must-Package ### What must be the agreed minimum goal from the community? - Whether developers, operators or users. ## Goals * [ ] ILIAS can be used with PHP...
https://mantis.ilias.de/view.php?id=18463 https://mantis.ilias.de/view.php?id=28195 https://mantis.ilias.de/view.php?id=29048 This PR is not a structural improvement, but a simple fix for non-anonymous exports and some errors on the way there.
This PR adds the `SameSite` cookie attribute to the session cookie and the common cookies send by ILIAS. - ~~`Strict` is used for the `Session Cookie`~~ - `Lax` is used...
This PR changes the (moment of) feedback given to actors regarding already used user names when submitting an **invalid** registration form. Mantis Issue: https://mantis.ilias.de/view.php?id=32037
# Must-Package ### What must be the agreed minimum goal from the community? - Whether developers, operators or users. ## Goals * [x] ILIAS can be used with PHP 8...
# Must-Package ### What must be the agreed minimum goal from the community? - Whether developers, operators or users. ## Goals * [ ] ILIAS can be used with PHP...
Hello, i added the html to the $a_pars array so this UIHook call behaves like the other UIHook->getHtml calls in ilTemplate. The problem is when you make an UIHookPlugin that...
Hi everyone, I hereby propose to update our coding-style definition slightly: * Update from PSR-2 to PSR-12. A lot of new PHP-stuff hasn't been adressed in PSR-2. * Hence, remove...