aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/studip_controller.php
AgeCommit message (Collapse)Author
2022-07-15don't assign by reference, declare filter variable, fixes #1338Jan-Hendrik Willms
Closes #1338 Merge request studip/studip!826
2022-07-14fix require once paths, re #1328Jan-Hendrik Willms
2022-07-14fix most of the errors reported from phpstan in `app/controllers`, fixes #1328Jan-Hendrik Willms
Closes #1328 Merge request studip/studip!813
2022-06-30fix for BIESt #1011Viktoria Wiebe
Merge request studip/studip!745
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-27fix for BIESt #971Moritz Strohm
Closes #971 Merge request studip/studip!578
2022-05-18fix behaviour of `url_for` with fragments, fixes #985Elmar Ludwig
Closes #985 Merge request studip/studip!630
2022-05-11perform redirect after commenting on a news, fixes #907Jan-Hendrik Willms
Closes #907 Merge request studip/studip!515
2022-05-04fix for BIESt #957Moritz Strohm
Merge request studip/studip!554
2022-02-21allow no parameters for url_for(), fixes #642Jan-Hendrik Willms
2022-02-17introduce js encodeURI() equivalent in php and use it for X-Location header, ↵Jan-Hendrik Willms
fixes #684
2022-02-16fix StudipController::redirect() accepting URLs, fixes #642Jan-Hendrik Willms
2021-10-08fix redirect, re #1Jan-Hendrik Willms
2021-10-08allow multiple arguments for redirect() in the same way url_for() accepts ↵Jan-Hendrik Willms
them and use new php features, re #1
2021-07-22current code from svn, revision 62608Jan-Hendrik Willms