aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/lib/classes/StudipControllerTest.php
AgeCommit message (Collapse)Author
2023-02-17resurrect trails parameter type 'string', fixes #2165Jan-Hendrik Willms
Closes #2165 Merge request studip/studip!1399
2022-09-05allow url parameters when no action is given, fixes #1538Jan-Hendrik Willms
Closes #1538 Merge request studip/studip!956
2022-07-15fix bad assignments on previously undeclared arrays in StudipController, re ↵Jan-Hendrik Willms
#1328
2022-07-15add coverage docblock, re #1328Jan-Hendrik Willms
2022-07-15fix fallout from 769675071b44cff1f699396270b378d189ada866 and provide test ↵Jan-Hendrik Willms
for variable assignments in StudipController, re #1328
2022-06-21fix path handling in `action_link()`, fixes #1188Jan-Hendrik Willms
Closes #1188 Merge request studip/studip!704
2022-05-31fix path handling in `action_url()`, fixes #1105Elmar Ludwig
Closes #1105 Merge request studip/studip!661
2022-05-18fix behaviour of `url_for` with fragments, fixes #985Elmar Ludwig
Closes #985 Merge request studip/studip!630
2022-02-21allow no parameters for url_for(), fixes #642Jan-Hendrik Willms
2022-02-16fix StudipController::redirect() accepting URLs, fixes #642Jan-Hendrik Willms