ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
This PR introduces a new data type `LanguageTag`. The language tag is validated by the RFC as it is defined here: https://www.ietf.org/rfc/bcp/bcp47.txt. This will be used in: https://github.com/ILIAS-eLearning/ILIAS/pull/4082
Fixed [https://mantis.ilias.de/view.php?id=32969](url): Removed all remnants of digibooks from the rbac tables (along with the entry of the digibook type from object_data to avoid dependencies).
adds ability to override the filename of a table export by defining the **`getExportFileName`** function in a table class extending from **`ilTable2GUI`**
Hi everyone, basically, the field `TargetRelase` in the export seems to be of no use, hence we might as well remove it. Best regards!
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...
In a mediapool, if a media object is used in a snippet page, the relative row in the usage tab is empty: no title, no link, no type... Previous situation:...
Feature request: https://docu.ilias.de/ilias.php?ref_id=1357&page=Course_relevant_user_data_in_learning_progress&cmd=preview&cmdClass=ilwikipagegui&cmdNode=b1:bl:bj&baseClass=ilwikihandlergui
Feature request: https://docu.ilias.de/ilias.php?ref_id=1357&page=Course_relevant_user_data_in_learning_progress&cmd=preview&cmdClass=ilwikipagegui&cmdNode=b1:bl:bj&baseClass=ilwikihandlergui
Depends on https://github.com/ILIAS-eLearning/ILIAS/pull/4653 This PR consists of two parts (and yes, maybe they could have been provided in two separate PRs). 1. The `UI Link` components have been extended to...