Matheus Zych

Results 21 issues of Matheus Zych

When creating a formula question you can use units and select a sequence of these units. If the sequence of these units is changed, the user is still shown the...

bugfix

The return value of `assQuestion::getSuggestedSolution` is not properly handled in export and I suppose this should fix the issue. [Mantis: 40549](https://mantis.ilias.de/view.php?id=40549)

bugfix

This is the implentation of the Feature Wiki entry [New taxonomy filters to use taxonomies in the question selection for fixed tests](https://docu.ilias.de/go/wiki/wpage_8158_1357). I believe all the requested features are implemented...

improvement
php

When trying to sort the entries of a table using the viewcontrols you get only shown the columns that are visible by default. Even when enabling optional columns you are...

bugfix
kitchen sink
php

These changes are part of the [Legacy-UI refactoring](https://docu.ilias.de/go/wiki/wpage_7320_1357). The commit "Initializes LUI refactoring base" acts as the base for all further Legacy-UI refactorings.

improvement
php

This PR sums up the collective work of @malaja11, @bidzanaaron, @thojou and @matheuszych on expanding the unit test coverage of the `Test & Assessment` component. Our initiative was not motivated...

improvement

Superglobal variables such as $_GET or $_POST should not be accessed directly. Instead, use the request and refinery mechanisms. Currently, there are four instances where this change is not feasible...

bugfix

https://mantis.ilias.de/view.php?id=45211 Using the Refinery, I convert numeric strings that contain a comma or period into valid floating-point values.

bugfix
php

This change will probably fix the issue mentioned here: https://mantis.ilias.de/view.php?id=45201 The cause seems to be dangling data inside the `qpl_fb_specific` table with no associated question answers. Pretty much the same...

bugfix
php

https://mantis.ilias.de/view.php?id=44781 This PR addresses an issue where deleting the last question on the last page of a paginated question pool results in an "offset is not in any range" exception....

bugfix
php