poobrains devlog #4

Form overhaul complete (I think?)

I have finished the form system overhaul. It has taken almost two months, but now all superfluous stuff from before the move to click.types for type coercion has been killed dead. It was a decently-sized massacre amongst the classes defined in there, so hopefully that'll make it easier to get an overview. :P

The form systems code has shrunk by about 10% while getting cleaner and more powerful.

Oh, and to add icing to the cake, I made sure all form field templates use the "required" hint for js-less client-side validation and made sure those fields are styled uniformly with those determined to be invalid server-side.

Probably going to work on better integration of templatable SVG next…