Commit graph

202 commits

Author SHA1 Message Date
msquare
0c51d3c487 make shift calendar printable 2019-07-24 20:57:27 +02:00
msquare
f6a87535a0 add help button to ical export for android, fixes 2019-05-05 15:23:13 +02:00
Janne Heß
afa4506e11 Support alternative home sites 2019-03-09 13:52:13 +01:00
MichiK
252f003b94 Really fix the data/timepicker CSS and JS
Attaching the timepicker to the input instead of the sorrounding div didn't
turn out as expected. Therefore, I used the same mechanism for DOM attachment
and lazy initialization for the timepicker like for the datepicker.

Instead of trying to load the CSS through webpack and some JS voodoo, it's
a lot simpler to just include it via the normal base theme CSS. This works.
In addition, I noticed that there is an easier way to read the current locale.
No need to do this twice via different ways.

This closes .
2018-12-08 21:14:20 +01:00
MichiK
ed5ee3235e Add timepickers in shifts view 2018-12-05 18:43:51 +01:00
Igor Scheller
c33940f64a Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
Igor Scheller
88f3bafa5e Replaced Auth() with auth() 2018-10-31 13:43:23 +01:00
Igor Scheller
7c6afc2bfe Removed User($id) function 🎉 2018-10-31 13:43:23 +01:00
Igor Scheller
89e62c95a7 Changed more functions 🎉 2018-10-31 13:43:23 +01:00
Igor Scheller
2dcb7cc2de Replaced some global $user variables 2018-10-31 13:43:23 +01:00
Igor Scheller
d0abc27c07 Merge remote-tracking branch 'MyIgel/translations' 2018-09-15 14:58:31 +02:00
Igor Scheller
c1a1180d1f Moved frontend, templates and lang to resources 2018-09-10 18:22:48 +02:00
Igor Scheller
222c9fed7d Merge remote-tracking branch 'MyIgel/templating' 2018-09-09 12:11:12 +02:00
Bot
e8f8fc7f5f Replaced gettext translation _() with __() that uses the Translator class 2018-08-29 23:46:32 +02:00
Igor Scheller
bb3d16d273 Added Twig template renderer, closes 2018-08-29 23:46:11 +02:00
Igor Scheller
d93ace2eae Prevent object serialization in session 2018-08-20 21:08:06 +02:00
Igor Scheller
d6c8f1a614 Merge branch 'master' to 'rebuild-database' 2018-08-20 21:07:57 +02:00
Igor Scheller
864a086900 Prevent object serialization in session 2018-08-07 16:54:08 +02:00
msquare
2e1c2cf3b5 remove br between shift filter checkboxes 2018-01-22 20:45:31 +01:00
Igor Scheller
fe58e4f422 database: updated checks for selectOne 2018-01-14 17:47:26 +01:00
msquare
e7b0e9934d add shift filter buttons at the top 2017-12-29 16:20:30 +01:00
msquare
8c64532902 fix ical export description 2017-12-27 15:06:39 +01:00
Igor Scheller
6ceec76e7d feature request: filter angel types based on account settings, closes 2017-12-27 13:43:46 +01:00
msquare
abf4b1da30 check if logged in before sign up 2017-12-27 11:35:26 +01:00
Bot
952c7892f3 Formatting & Docstrings 2017-12-25 23:51:15 +01:00
msquare
a1c032642f introduce new shift signup state for not arrived angels 2017-12-20 23:12:17 +01:00
msquare
1289101f6e rewrite controller for creating shift entries 2017-12-20 00:42:58 +01:00
msquare
fd85034e7f redo shift signoff and icons for delete/confirm/acknowledgment questions 2017-12-19 20:58:01 +01:00
msquare
5278be1f0f add link to public dashboard from shift view 2017-12-13 12:53:07 +01:00
msquare
4143680297 remove room number and visible flag, rename pentabarf to frab and introduce map/c3nav integration as well as markdown description for rooms 2017-12-10 15:02:37 +01:00
Igor Scheller
0b45d2a88f Feature: Time Interval Buttons (on Shifts page), closes 2017-11-29 13:30:41 +01:00
msquare
50f24271eb fix all redirects to home (because of new urls redirect to ? wont work anymore) 2017-11-19 10:45:08 +01:00
Igor Scheller
4817658862 Merge branch 'noc0lour:fix_setup_bugs', closes 2017-09-25 20:25:00 +02:00
Igor Scheller
0a20883aa8 Reimplementation of 2840bb619 (signup requires arrival), closes 2017-08-31 12:32:08 +02:00
Igor Scheller
2bd127c011 Use symfony session 2017-08-30 19:57:01 +02:00
Igor Scheller
cc01c906ba : Integration of symfony/http-foundation request 2017-08-29 21:52:07 +02:00
Igor Scheller
73175e2b64 : Added routing 2017-08-28 17:34:00 +02:00
Andrej Rode
5f305121a4 fix order by not in select clause for >mysql-5.7 2017-08-16 00:45:56 +02:00
Igor Scheller
e1762e7764 replaced template_render with dynamic renderer class 2017-07-20 02:30:53 +02:00
Igor Scheller
3a1e460249 Changed $_GET, $_POST and $_REQUEST to use the Request object 2017-07-19 11:44:16 +02:00
Bot
915ce28fee Replaced " with ' 2017-01-21 20:12:35 +01:00
Igor Scheller
9a3ad88834 Changed from mysqli to PDO, some refactorings, faster sql queries 2017-01-21 13:58:53 +01:00
Bot
55141154c0 Replaced " with ' 2017-01-03 15:32:59 +01:00
Bot
356b2582f3 PPHDoc, formatting, fixes, cleanup 2017-01-03 03:22:48 +01:00
Bot
d71e7bbfad Formatting 2017-01-02 15:49:53 +01:00
Bot
7313e15ce8 PSR-2 formatting 2017-01-02 03:57:23 +01:00
Igor Scheller
00d8709ae8 Fix relative paths 2017-01-01 05:58:42 +01:00
msquare
fe5dec73ba bring back filtering by occupancy 2016-12-29 14:51:43 +01:00
msquare
4407604793 move data sorting to begin 2016-12-28 14:53:35 +01:00
msquare
6c4bb0da31 move data sorting to begin 2016-12-28 14:49:00 +01:00