ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

GitHub repository for official ILIAS release branches and development branches (trunk)

Results 618 ILIAS issues
Sort by recently updated
recently updated
newest added

Sister PR to https://github.com/ILIAS-eLearning/ILIAS/pull/4842

bugfix
improvement

Resolves https://mantis.ilias.de/view.php?id=32885 by removing deprecated parts Also removes fetching of long descriptions because the loading of items already handles fetching of long descriptions since https://github.com/ILIAS-eLearning/ILIAS/pull/4656

bugfix
improvement
php

As a Sysadmin I want to create Ilias instance under `https://MYHOSTNAME/ilias/`. I am using Traefik as a reverse-proxy, it means that: - I route all incoming requests to `MYHOSTNAME/ilias/` directly...

improvement
php

otherwise a TypeError Exception is raised: TypeError thrown with message "Argument 1 passed to ilObjUser::setLanguage() must be of the type string, null given, called in /.../Services/User/classes/class.ilUserImportParser.php on line 467" Stacktrace:...

bugfix
php

otherwise a TypeError Exception is raised: TypeError thrown with message "ldap_search() expects parameter 9 to be array, null given" Stacktrace: #10 TypeError in /.../Services/LDAP/classes/class.ilLDAPQuery.php:520 #9 ldap_search in /.../Services/LDAP/classes/class.ilLDAPQuery.php:520 #8 ilLDAPQuery:queryByScope...

bugfix
php

otherwise a TypeError Exception is raised: TypeError thrown with message "Argument 1 passed to ilLDAPRoleAssignmentRule::_getInstanceByRuleId() must be of the type int, string given, called in /.../Services/LDAP/classes/class.ilLDAPRoleAssignmentRules.php on line 103" Stacktrace:...

bugfix
php

This is one possible fix for: https://mantis.ilias.de/view.php?id=32818

bugfix

The actual script workes fine and like intended. Regarding https://mantis.ilias.de/view.php?id=32512 I've added a check if the language file needs sorting. If so the commit will be rejected by the pre-commit-hook....

bugfix

The error occurred in `src/UI/Implementation/Component/Table/Renderer.php` when looping these fields.

bugfix
php