ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
This restructures the HTML of Forms, i.e. their input-elements. Central to this PR is tpl.context_form.html: ``` {ERROR} for="{ID}" {LABEL}* {INPUT} {BYLINE} ``` All Fields are wrapped into this structure, where...
Removes everything related to the load-dependent session settings Feature Wiki Page: https://docu.ilias.de/goto_docu_wiki_wpage_8263_1357.html * @Uwe-Kohnle: We had to change one line in the SCORM components * @kergomard: We removed the "Session...
https://mantis.ilias.de/view.php?id=39119 
Hi all While researching for [Inconsistent Handling of Titles and Description](https://mantis.ilias.de/view.php?id=41447) I came across this transformation in text- and textarea-inputs. I don't think this is the right behavior and it...
Hello, this is an alternative approach to integrate the timing functions inside the toast structure by appending it to the container. The first approach on individual toasts can be found...
Hi @chfsx, I noticed a deprecation notice triggered by `ActiveRecord::buildFromArray()` in case of joins, since (if I understood correctly) the joined data is added to the object on which the...
https://mantis.ilias.de/view.php?id=41308 As 'direction: rtl;' is used to shorten the breadcrumbs from right to left we cannot use 'dir/direction ltr;' in spans or bdo/bdi tags as it will destroy the purpose...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
… of the login page. Mantis: https://mantis.ilias.de/view.php?id=41520 If approved, this MUST be picked to `release_9` and `trunk` as well.