| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
most of it deals with timezones, and all the weird implications that has
|
|
|
|
| |
(also some database schema changes, for good measure)
|
| |
|
| |
|
|
|
|
| |
still basic, but works pretty well overall
|
|
|
|
| |
aka use something meant for webapps to write the webapp
|
| |
|
|
|
|
| |
(it can do useful stuff! but it also still breaks on some things!)
|
|
|
|
|
|
| |
tbh i've kinda lost track at what has all been changed in this, but the
control room form handling now works, and i can write announcements into
the database. Now on to making it do useful things!
|
|
|
|
| |
this does some GHC generics witchery, now in its own module!
|
|
|
|
|
|
| |
just causes pain and isn't really useful for anything since it's a
webform API meant to be used by the web frontend, not by other
applications.
|
|
|
|
|
| |
this automatically derives lucid html versions of ADTs which are
hopefully compatible with the FormUrlEncoded type class
|
|
|