summaryrefslogtreecommitdiff
path: root/includes/view/Shifts_view.php
AgeCommit message (Collapse)Author
2019-08-21Merge pull request #643 from MyIgel/show-angetypesmsquare
Shift page: show additional angeltypes if shift entries where found
2019-08-21Fix translation methodsIgor Scheller
2019-08-21Shift page: show additional angeltypes if shift entries where foundIgor Scheller
2019-08-21redo fix shift view bugmsquare
2019-08-19better bar min calculationmsquare
2019-08-19better bar min calculationmsquare
2019-08-19better bar min calculationmsquare
2019-06-04Add a config option for maximum signup in advanceMichiK
We now have `signup_advance_hours` in the configuration that only allows signup for shifts so many hours in the future. A notice is displayed in the shift view for shifts in the far future, together with an info notice on when signup for that shift will be possible. In addition, we now have a new shift state `NOT_YET` for this purpose so we do not have to abuse `SHIFT_ENDED` anymore for `signup_requires_arrival` as well.
2019-06-04Only show the shift "Comment" field for own entriesIgor Scheller
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-10-31User: Bugfixes & code cleanupIgor Scheller
2018-10-31Removed `User($id)` function :tada:Igor Scheller
2018-10-31Changed more functions :tada:Igor Scheller
2018-10-31Changed user_link and some other user functions to use the user idIgor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-01-14database: updated checks for selectOneIgor Scheller
2017-12-26Removed some short ifs from Shifts_view.phpIgor Scheller
2017-12-26add my shifts button to shift viewmsquare
2017-12-25Formatting & DocstringsBot
2017-12-20rewrite controller for creating shift entriesmsquare
2017-12-20rewrite controller for creating shift entriesmsquare
2017-08-28#337: Added routingIgor Scheller
2017-01-03Replaced " with 'Bot
2017-01-03PPHDoc, formatting, fixes, cleanupBot
2017-01-02FormattingBot
2017-01-02PSR-2 formattingBot
2016-12-28remove unused codemsquare
2016-12-27shift view performance improvementsmsquare
2016-12-24fixes #298 allow a shift supporter to remove a user from shiftmsquare
2016-11-25fix shift view barsmsquare
2016-11-15fix js var namesmsquare
2016-11-15add fixed shift calendar headers and timelanemsquare
2016-11-15reduce complexity of shift viewmsquare
2016-11-15fix shift viewmsquare
2016-11-12redone shift coloring and shift signup statemsquare
2016-10-04reduce complexity of user angeltypes controllermsquare
2016-09-29prohibit inline control structures on model and viewmsquare
2015-08-26changed all y-m-d date formats to Y-m-d date formatsFelix Favre
part of #202
2015-08-15add shift creator and editorPhilip Häusler
2015-08-13fix wrong user shift edit linkPhilip Häusler
2014-12-28fix overfull progress barsPhilip Häusler
2014-12-26update german translationPhilip Häusler
2014-12-25shift signup improvements for shift viewPhilip Häusler
2014-12-22add more icons for better shift viewPhilip Häusler
2014-12-22display shifts with titlePhilip Häusler
2014-12-19link to next shift in menuPhilip Häusler
2014-12-19add basic shift viewPhilip Häusler
2014-11-03Fixed shift duration calculationRobert Oehlmann
Fixes issue #136
2013-09-18mysql to mysqli and a lot of cleanup and mvcPhilip Häusler