blog for the day

This commit is contained in:
Joey Hess 2012-12-02 17:33:01 -04:00
parent 7b032dbbc8
commit e99e87ddee

View file

@ -0,0 +1,8 @@
Made the webapp show runtime errors on a prettified page that includes version
info, a bug reporting link, etc.
Dealt with a bad interaction between required fields and the bootstrap modals
displayed when submitting some configuration forms. This was long, complex,
and had lots of blind alleys. In the end, I had to derive new password and
text fields in yesod that don't set the required attribute in the generated
html.