engelsystem/includes
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 #516.
2018-12-08 21:14:20 +01:00
..
controller Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
helper Replaced `Auth()` with `auth()` 2018-10-31 13:43:23 +01:00
mailer User: Bugfixes & code cleanup 2018-10-31 13:43:23 +01:00
model Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
pages Really fix the data/timepicker CSS and JS 2018-12-08 21:14:20 +01:00
view Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
application.php Refactoring: moved application bootstrapping to bootstrap.php 2018-01-16 19:56:05 +01:00
autoload.php Installation: Added migrations for install.sql and update.sql files 2018-08-30 16:07:50 +02:00
engelsystem.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
includes.php EventConfig: Merge event configuration from database to global config 2018-10-30 21:13:56 +01:00
sys_auth.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
sys_form.php Really fix the data/timepicker CSS and JS 2018-12-08 21:14:20 +01:00
sys_log.php Changed more functions 🎉 2018-10-31 13:43:23 +01:00
sys_menu.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
sys_page.php EventConfig: Merge event configuration from database to global config 2018-10-30 21:13:56 +01:00
sys_template.php Merge branch 'twig-templates' 2018-09-23 20:11:37 +02:00