Ticket #76 (closed enhancement: fixed)
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
Change History
comment:2 Changed 5 years ago by dread
- Status changed from new to closed
- Resolution set to fixed
Objectives 1 and 2 done. 3 left for another ticket if req'd. Several checkins from 4cd7935adaceup to af32f6c2c5f1
comment:4 Changed 5 years ago by dread
- Status changed from closed to reopened
- Resolution fixed deleted
Note: See
TracTickets for help on using
tickets.