index
:
unifest.git
master
permission-rebuild-views
translation
Engelsystem for the unifest.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
controller
/
shifttypes_controller.php
Age
Commit message (
Expand
)
Author
2018-11-21
Require POST for sending forms
Igor Scheller
2018-08-29
Replaced gettext translation `_()` with `__()` that uses the Translator class
Bot
2018-01-14
database: updated checks for selectOne
Igor Scheller
2017-08-29
Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'
Igor Scheller
2017-08-28
#337: Added routing
Igor Scheller
2017-07-28
further switching to db exceptions instead of return false
msquare
2017-07-28
clear delete queries from false resuls
msquare
2017-07-23
handle failed db queries in Db class
msquare
2017-07-19
Changed $_GET, $_POST and $_REQUEST to use the Request object
Igor Scheller
2017-01-21
Replaced [0-9] with \d
Bot
2017-01-21
Changed from mysqli to PDO, some refactorings, faster sql queries
Igor Scheller
2017-01-03
Replaced " with '
Bot
2017-01-03
PPHDoc, formatting, fixes, cleanup
Bot
2017-01-02
Formatting
Bot
2017-01-02
PSR-2 formatting
Bot
2016-10-04
reduce complexity of shifts controller
msquare
2016-10-04
reduce complexity of user angeltypes controller
msquare
2016-09-29
rename to
msquare
2016-09-29
prohibit inline control structures on controllers
msquare
2014-12-22
rewrite create shifts for shifttypes
Philip Häusler
2014-12-17
add update, delete and view for shift type
Philip Häusler
2014-12-17
add create shift type
Philip Häusler
2014-12-17
shift type list
Philip Häusler
2014-12-17
prepare shift types controller and view
Philip Häusler