engelsystem/includes
MichiK 36b7f8d2a2 Fix datepicker
`<input type="date">` and JS datepicker combined cause trouble in some
browsers, so this changes all the date input fields' type to `text`
via JS so that the browser's datepicker is only used when a user has
disabled JavaScript.

In addition, it adds a placeholder so the user knows which date format
to use when entering the date manually.

This closes #507.
2018-12-03 19:21:45 +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 Moved permission checks to Authenticator class 2018-12-02 12:53:31 +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 Fix datepicker 2018-12-03 19:21:45 +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