summaryrefslogtreecommitdiff
path: root/includes/sys_form.php
AgeCommit message (Collapse)Author
2019-06-04Fix profile link to mark angels as arrivedIgor Scheller
2018-12-18rooms admin: Set a maximum character lengthIgor Scheller
closes #525 (Room names with more than 35 characters dispatch a team of untrained monkeys)
2018-12-08Really fix the data/timepicker CSS and JSMichiK
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-07Change the color of "reset" in admin_arriveMichiK
2018-12-04Replace datepicker and remove datepicker inline JSMichiK
2018-12-03Fix datepickerMichiK
`<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-21Require POST for sending formsIgor Scheller
* Ensure that the form is submitted with a post request * Replaced several links with forms Closes #494 (Security Vulnerability)
2018-11-21Added csrf middlewareIgor Scheller
2018-10-30EventConfig: Merge event configuration from database to global configIgor Scheller
2018-09-23Tried to fix inputfields for date, email, telNos-
2018-09-15Merge remote-tracking branch 'MyIgel/translations'Igor Scheller
2018-09-09Merge remote-tracking branch 'MyIgel/templating'Igor Scheller
2018-08-29Removed translation from config fileIgor Scheller
2018-08-29Moved translation/internationalization to Helpers\Translator classIgor Scheller
2018-08-28Revert "Tried to fix inputfields for date, email, tel"Nos-
This reverts commit 80f3bb5154a215d9fb5627559fa240acccab09c4.
2018-08-28Tried to fix inputfields for date, email, telNos-
2018-08-12merge pr #427: Use npm to handle frontend dependenciesmsquare
2018-08-11Changed JS to use single quotes instead of double quotesBot
2018-08-06rename some params (codestyle)msquare
2017-12-25Formatting & DocstringsBot
2017-12-20rewrite controller for creating shift entriesmsquare
2017-12-01update bootstrap-datepicker and set orientation to bottom, fixes #370msquare
2017-08-29Merge 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-29Security: Only allow angels with admin_news_html privilege to use HTMLIgor Scheller
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-07-23fix problem with html select containing 0 as keymsquare
2017-01-03Bugfixes & improvementsIgor Scheller
2017-01-03Replaced " with 'Bot
2017-01-03PPHDoc, formatting, fixes, cleanupBot
2017-01-02FormattingBot
2017-01-02PSR-2 formattingBot
2016-11-18rebuild login pagemsquare
2016-11-14split templates into different filesmsquare