Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | rooms admin: Set a maximum character length | Igor Scheller | |
closes #525 (Room names with more than 35 characters dispatch a team of untrained monkeys) | |||
2018-12-08 | Really fix the data/timepicker CSS and JS | MichiK | |
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-07 | Change the color of "reset" in admin_arrive | MichiK | |
2018-12-04 | Replace datepicker and remove datepicker inline JS | MichiK | |
2018-12-03 | Fix datepicker | MichiK | |
`<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-11-21 | Require POST for sending forms | Igor Scheller | |
* Ensure that the form is submitted with a post request * Replaced several links with forms Closes #494 (Security Vulnerability) | |||
2018-11-21 | Added csrf middleware | Igor Scheller | |
2018-10-30 | EventConfig: Merge event configuration from database to global config | Igor Scheller | |
2018-09-23 | Tried to fix inputfields for date, email, tel | Nos- | |
2018-09-15 | Merge remote-tracking branch 'MyIgel/translations' | Igor Scheller | |
2018-09-09 | Merge remote-tracking branch 'MyIgel/templating' | Igor Scheller | |
2018-08-29 | Removed translation from config file | Igor Scheller | |
2018-08-29 | Moved translation/internationalization to Helpers\Translator class | Igor Scheller | |
2018-08-28 | Revert "Tried to fix inputfields for date, email, tel" | Nos- | |
This reverts commit 80f3bb5154a215d9fb5627559fa240acccab09c4. | |||
2018-08-28 | Tried to fix inputfields for date, email, tel | Nos- | |
2018-08-12 | merge pr #427: Use npm to handle frontend dependencies | msquare | |
2018-08-11 | Changed JS to use single quotes instead of double quotes | Bot | |
2018-08-06 | rename some params (codestyle) | msquare | |
2017-12-25 | Formatting & Docstrings | Bot | |
2017-12-20 | rewrite controller for creating shift entries | msquare | |
2017-12-01 | update bootstrap-datepicker and set orientation to bottom, fixes #370 | msquare | |
2017-08-29 | Merge remote-tracking branch 'engelsystem/feature-igel-rewrite' | Igor Scheller | |
# Conflicts: # includes/controller/angeltypes_controller.php # includes/pages/admin_groups.php # includes/pages/user_settings.php # includes/sys_page.php # src/Exceptions/Handler.php # src/Http/Request.php | |||
2017-08-29 | Security: Only allow angels with admin_news_html privilege to use HTML | Igor Scheller | |
2017-08-29 | #336: Integration of symfony/http-foundation request | Igor Scheller | |
2017-07-23 | fix problem with html select containing 0 as key | msquare | |
2017-01-03 | Bugfixes & improvements | Igor Scheller | |
2017-01-03 | Replaced " with ' | Bot | |
2017-01-03 | PPHDoc, formatting, fixes, cleanup | Bot | |
2017-01-02 | Formatting | Bot | |
2017-01-02 | PSR-2 formatting | Bot | |
2016-11-18 | rebuild login page | msquare | |
2016-11-14 | split templates into different files | msquare | |