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

Hello @smeyer-ilias This will probably not be merged, since you'd have to implement this for every other object too, but it would be a hotfix in order to import courses...

bugfix
php

Tabellen sind nicht berücksichtigt worden, alle Tabellen in Reitern wie Export, Mitglieder, Lernforschritt usw. müssen h2 sein.

improvement

(This is PR https://github.com/ILIAS-eLearning/ILIAS/pull/2580 just reopened for Ilias7) Mantis: https://mantis.ilias.de/view.php?id=31639 Changed behavior in >5.4 (i dont know if 6 or 7 changed this): @smeyer-ilias fixed the error with a different...

bugfix

My first take at https://mantis.ilias.de/view.php?id=28356 (and https://mantis.ilias.de/view.php?id=18793 :)) There is still a lot of room for improvements in export/import, and I'll have another go at this one. However, comments already...

bugfix

Hello @smeyer-ilias, as described in https://mantis.ilias.de/view.php?id=31111 an update step is missing that migrates data from the database-table `adv_md_values_text` to `adv_md_values_ltext`. This PR introduces that missing step. I made an assumption...

bugfix
php

Hi @pascalseeland Can you please have a look at my proposal. @mjansenDatabay is this proposal within the boundaries of which a maintainer has? Targets: * get rid of ILIAS specific...

improvement
php

In ILIAS 6 a plugin could determine whether the content was moved on the COPage or deleted by accessing ilCtrl's command (`getCmd()`) when `ilPageComponentPlugin::onDelete()` was invoked. In ILIAS 7 this...

improvement
php

When you unsunscribe a user from multiple objects, the objects are not checked on if the user is the last admin of the object since these validation is only accessable...

bugfix
php

Selecting and applying didactic templates missing in the create dialogue, only possible via the settings tab. see discussion: https://docu.ilias.de/goto_docu_frm_3454_8030.html

bugfix
php

This PR re-adds a feature which got lost in a refactoring some years ago. Currently, the relevant query parameters get lost if the request targets to goto.php. Mantis Issue: https://mantis.ilias.de/view.php?id=31990...

bugfix
php