<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unifest.git/includes/sys_form.php, branch master</title>
<subtitle>Engelsystem for the unifest.</subtitle>
<id>https://git.kobert.dev/unifest.git/atom/includes/sys_form.php?h=master</id>
<link rel='self' href='https://git.kobert.dev/unifest.git/atom/includes/sys_form.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/'/>
<updated>2019-06-04T19:22:19Z</updated>
<entry>
<title>Fix profile link to mark angels as arrived</title>
<updated>2019-06-04T19:22:19Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2019-06-04T14:00:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=b6eda8dbfc9880239bdc622a0b6988ad0a8ab722'/>
<id>urn:sha1:b6eda8dbfc9880239bdc622a0b6988ad0a8ab722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rooms admin: Set a maximum character length</title>
<updated>2018-12-18T12:22:10Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2018-12-18T12:22:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=204ff4c0e79fab0d1f73daa29a026582efffee69'/>
<id>urn:sha1:204ff4c0e79fab0d1f73daa29a026582efffee69</id>
<content type='text'>
closes #525 (Room names with more than 35 characters dispatch a team of untrained monkeys)
</content>
</entry>
<entry>
<title>Really fix the data/timepicker CSS and JS</title>
<updated>2018-12-08T20:14:20Z</updated>
<author>
<name>MichiK</name>
<email>6341204+der-michik@users.noreply.github.com</email>
</author>
<published>2018-12-08T18:27:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=252f003b94464ed38aadfdadc50ec9d333d9ba44'/>
<id>urn:sha1:252f003b94464ed38aadfdadc50ec9d333d9ba44</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Change the color of "reset" in admin_arrive</title>
<updated>2018-12-07T16:26:44Z</updated>
<author>
<name>MichiK</name>
<email>6341204+der-michik@users.noreply.github.com</email>
</author>
<published>2018-12-06T22:05:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=7e53c458901e3c0c801deb626ef8ce44484a38c6'/>
<id>urn:sha1:7e53c458901e3c0c801deb626ef8ce44484a38c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace datepicker and remove datepicker inline JS</title>
<updated>2018-12-04T20:03:32Z</updated>
<author>
<name>MichiK</name>
<email>6341204+der-michik@users.noreply.github.com</email>
</author>
<published>2018-12-04T20:03:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=4e3232e57a1b8afde5aa71fb3b1bfd70fcf6ff92'/>
<id>urn:sha1:4e3232e57a1b8afde5aa71fb3b1bfd70fcf6ff92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix datepicker</title>
<updated>2018-12-03T18:21:45Z</updated>
<author>
<name>MichiK</name>
<email>6341204+der-michik@users.noreply.github.com</email>
</author>
<published>2018-12-03T10:39:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=36b7f8d2a2c732725c8993e1df16d454c0e9d47c'/>
<id>urn:sha1:36b7f8d2a2c732725c8993e1df16d454c0e9d47c</id>
<content type='text'>
`&lt;input type="date"&gt;` 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.
</content>
</entry>
<entry>
<title>Require POST for sending forms</title>
<updated>2018-11-21T18:24:36Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2018-11-20T15:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=944c29b96429ec95ac1371cb33cc43704a60c7b1'/>
<id>urn:sha1:944c29b96429ec95ac1371cb33cc43704a60c7b1</id>
<content type='text'>
* Ensure that the form is submitted with a post request
* Replaced several links with forms

Closes #494 (Security Vulnerability)
</content>
</entry>
<entry>
<title>Added csrf middleware</title>
<updated>2018-11-21T18:24:36Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2018-09-03T14:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=23c0fae36fb8159bcf8b95bae98555201146457e'/>
<id>urn:sha1:23c0fae36fb8159bcf8b95bae98555201146457e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EventConfig: Merge event configuration from database to global config</title>
<updated>2018-10-30T20:13:56Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2018-09-25T15:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=7f61dc95be4ac543986c7df2459532fd8f81368d'/>
<id>urn:sha1:7f61dc95be4ac543986c7df2459532fd8f81368d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tried to fix inputfields for date, email, tel</title>
<updated>2018-09-23T09:48:09Z</updated>
<author>
<name>Nos-</name>
<email>Nos-@users.noreply.github.com</email>
</author>
<published>2018-09-17T13:52:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=b2303c07230e477ca3935f6dfbe4086ff2fe1429'/>
<id>urn:sha1:b2303c07230e477ca3935f6dfbe4086ff2fe1429</id>
<content type='text'>
</content>
</entry>
</feed>
