ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
- add markdown rendering. Also always escape HTML in markdown output - use UI form in ilMailFormGUI and add Markdown for Message - enable markdown for free text mails -...
... any advanced meta data set is assigned and deleted without de-assigning the set beforehand. Remove assigned meta data sets (by OrgUnit > Types) which were deleted but not de-assigned...
This is an EmailAddress Data Type for more consistent and accurate validation. Since ILIAS is used internationally, we are allowing many more characters than most Email Validators do. Umlauts ä,...
This optional Searchable Context Wrapper for Radio and Multi-Select inputs makes picking options from a large list of options less intimidating. When activated for those components, it adds a filter...
This PR fixes [45013](https://mantis.ilias.de/view.php?id=45013), by also transferring selected standard styles when adopting content between two containers. The same logic can be found internally in Style (see e.g. `ILIAS\Style\Content\Object\ObjectManager::cloneTo`).
This PR proposes to add a new component [Legacy\LatexContent](https://github.com/fneumann/ILIAS/blob/dev11-streamline-latex-ui-modification/components/ILIAS/UI/src/Component/Legacy/LatexContent.php) to the UI framework. It is related to the corresponding feature request [Streamline LaTeX usage](https://docu.ilias.de/go/wiki/wpage_5614_1357) . It relpaces the [closed former...
A partial approach on refactoring the Dashboard (see https://github.com/ILIAS-eLearning/ILIAS/pull/6539): - add `final` and `readonly` - update constructors - removed trivial local variables
https://mantis.ilias.de/view.php?id=43621 The fix will build and check the URL when selecting rows; if the selection is done with the "+"-icon, a message will warn the user and stop selecting around...
See: https://docu.ilias.de/go/wiki/wpage_8627_1357