Ticket #76 (new enhancement) — at Version 1
Convert to use formalchemy for all forms
Reported by: | rgrp | Owned by: | dread |
---|---|---|---|
Priority: | critical | Milestone: | v0.10 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by rgrp) (diff)
Current form stuff is not very good (uses formencode). Switch to formalchemy would improve this, especially on validation.
As an extra we could utilize the formalchemy pylons admin interface (pretty much for free).
Cost: 12h
Details
- Replace htmlfill and formencode extract in controllers/templates with formalchemy
- Crude and simple
- Suppress unwanted fields (revision, state, all revisions) and sort out ordering to be similar to before.
- Sort out tag field with a special renderer
- Validation - testing definitely required.
- Fix up description and pretty css etc
Note: See
TracTickets for help on using
tickets.