summaryrefslogtreecommitdiff
path: root/includes/view/ShiftCalendarShiftRenderer.php
AgeCommit message (Collapse)Author
2019-11-03fix #345 by adding a badge to shift view wich contains number of missing angelsmsquare
2019-10-20Shifts overview: Style cleanupIgor Scheller
2019-10-20adding a dashed line when expandableWonko T. Sane
2019-10-20Fix for #526Wonko T. Sane
Implementation idea stolen from http://jsfiddle.net/6K7t4/24/
2019-08-21Fix translation methodsIgor Scheller
2019-07-24make shift calendar printablemsquare
2019-06-04Added more error messagesIgor Scheller
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.
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-11-25more work on 35c3 thememsquare
2018-10-31Removed `User($id)` function :tada:Igor Scheller
2018-10-30Translation: added pluralization supportIgor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-01-14database: updated checks for selectOneIgor Scheller
2017-12-25Formatting & DocstringsBot
2017-12-25spelling fixesklemens
2017-12-20introduce new shift signup state for not arrived angelsmsquare
2017-12-20introduce new shift signup state for not arrived angelsmsquare
2017-12-20rewrite controller for creating shift entriesmsquare
2017-09-16change shift renderer global add user linkmsquare
2017-08-30BugfixesIgor Scheller
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-29bring back coloring for adminsmsquare
2016-12-29bring back filtering by occupancymsquare
2016-12-27shift view performance improvementsmsquare
2016-12-27no signup for shifts for angels that are not arrivedmsquare
2016-12-26reduce number of sql queries on shift calendarmsquare
2016-12-23fix that free shifts become greenmsquare
2016-11-14fix shift ended recognition and displayed time range endmsquare
2016-11-12redone shift coloring and shift signup statemsquare
2016-11-12change shift coloringmsquare
2016-11-07fix shift occupied calculationmsquare
2016-11-07remove unused varmsquare
2016-11-07split shift calendar renderer into different classesmsquare