Commit Graph

38 Commits (2d9c722b3e76f54d88db19033f23564842a5d3e1)

Author SHA1 Message Date
msquare 613d258c87 fix by adding a badge to shift view wich contains number of missing angels
Igor Scheller eec1eff65b Shifts overview: Style cleanup
Wonko T. Sane 1a5c10dd41 adding a dashed line when expandable
Wonko T. Sane b14d352140 Fix for
Implementation idea stolen from http://jsfiddle.net/6K7t4/24/
Igor Scheller f73b8e7a0e Fix translation methods
msquare 0c51d3c487 make shift calendar printable
Igor Scheller 0458ce9509 Added more error messages
MichiK 142871f852 Add a config option for maximum signup in advance
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.
Igor Scheller c33940f64a Moved permission checks to Authenticator class
msquare e0de2c2c65 more work on 35c3 theme
Igor Scheller 7c6afc2bfe Removed `User($id)` function 🎉
Igor Scheller b443b53919 Translation: added pluralization support
Bot e8f8fc7f5f Replaced gettext translation `_()` with `__()` that uses the Translator class
Igor Scheller fe58e4f422 database: updated checks for selectOne
Bot 952c7892f3 Formatting & Docstrings
klemens a6cf4c9ce9 spelling fixes
msquare a1c032642f introduce new shift signup state for not arrived angels
msquare 2c04e35bed introduce new shift signup state for not arrived angels
msquare 1289101f6e rewrite controller for creating shift entries
msquare db8b6b2520 change shift renderer global add user link
Igor Scheller 96f1d9fd54 Bugfixes
Igor Scheller 73175e2b64 : Added routing
Bot 55141154c0 Replaced " with '
Bot 356b2582f3 PPHDoc, formatting, fixes, cleanup
Bot d71e7bbfad Formatting
Bot 7313e15ce8 PSR-2 formatting
msquare 3fbd62ab7d bring back coloring for admins
msquare fe5dec73ba bring back filtering by occupancy
msquare 46528fe1d8 shift view performance improvements
msquare 2840bb6198 no signup for shifts for angels that are not arrived
msquare deb41c4b64 reduce number of sql queries on shift calendar
msquare 5b9ff7b7bf fix that free shifts become green
msquare 0ab9f4f988 fix shift ended recognition and displayed time range end
msquare 1a3b4e2a33 redone shift coloring and shift signup state
msquare c61e888de4 change shift coloring
msquare 22520532c7 fix shift occupied calculation
msquare 125f34133d remove unused var
msquare db7f8c1ab3 split shift calendar renderer into different classes