Thibeau Fuhrer

Results 51 issues of Thibeau Fuhrer

Hi all, this PR is based on #4460 As discussed with and commented by @klees I've come up with an implementation to stretch the execution-time of certain methods or functions...

improvement
php

As discussed with @klees I have implemented (a proposal for ILIAS 9) to add support of `` tags to the Kitchensink. The reason behind this is a [feature-request](https://docu.ilias.de/goto_docu_wiki_wpage_6931_1357.html) which will...

kitchen sink
improvement
php

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

bugfix
php

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

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

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

Hi folks, I stumbled upon an issue when using mocha.js for clientside unit tests, where the `esm` module-bundler does not support the latest language features anymore, e.g. null-coalescing or optional-chaining):...

Hi @pascalseeland @mjansenDatabay drew my attention to the (IMO redundant `showMessageForm` call) within the callback I introduced while implementing the `CallbackDuration`, so I felt kind of responsible for leaving this...

bugfix
php

Hi all, The PR #4962 and #4772 drew my attention to the deprecation of `ilCtrl::setCmd` and `ilCtrl::setCmdClass` again. With this PR I want to start a discussion of whether these...

jour fixe
improvement
technical board

Hi all @mjansenDatabay asked me to look into https://mantis.ilias.de/view.php?id=33944 since it's an ilCtrl related issue which would be solved by this PR. To briefly explain the behaviour: `ilTrObjectUsersPropsTableGUI` tried to...

bugfix
php