summaryrefslogtreecommitdiff
path: root/includes/controller/shifttypes_controller.php
AgeCommit message (Expand)Author
2019-12-08Renamed redirect() to throwRedirect()Bot
2018-11-21Require POST for sending formsIgor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-01-14database: updated checks for selectOneIgor Scheller
2017-08-29Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
2017-08-28#337: Added routingIgor Scheller
2017-07-28further switching to db exceptions instead of return falsemsquare
2017-07-28clear delete queries from false resulsmsquare
2017-07-23handle failed db queries in Db classmsquare
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
2017-01-21Replaced [0-9] with \dBot
2017-01-21Changed from mysqli to PDO, some refactorings, faster sql queriesIgor Scheller
2017-01-03Replaced " with 'Bot
2017-01-03PPHDoc, formatting, fixes, cleanupBot
2017-01-02FormattingBot
2017-01-02PSR-2 formattingBot
2016-10-04reduce complexity of shifts controllermsquare
2016-10-04reduce complexity of user angeltypes controllermsquare
2016-09-29rename tomsquare
2016-09-29prohibit inline control structures on controllersmsquare
2014-12-22rewrite create shifts for shifttypesPhilip Häusler
2014-12-17add update, delete and view for shift typePhilip Häusler
2014-12-17add create shift typePhilip Häusler
2014-12-17shift type listPhilip Häusler
2014-12-17prepare shift types controller and viewPhilip Häusler