Custom Query (2152 matches)
Results (976 - 978 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1070 | fixed | Plan a new domain model and layer architecture for CKAN | rgrp | rgrp |
Description |
See http://wiki.ckan.net/Domain_Model especially section on v2.
|
|||
#975 | fixed | Placeholder attribute not displayed in some browsers leading to poor UX | rgrp | rgrp |
Description |
Currently placeholder text like 'Search ...' is not shown in some browsers (e.g. FF and IE). This leads to poor UX, for example in top bar search where it unclear whether that box is for login or search. We should fix this by finding a way to display placeholder attribute in all browsers. |
|||
#926 | fixed | Pick a simpler form framework | sebbacon | sebbacon |
Description |
The current formalchemy setup conflates view, controller and model code in a way that makes it hard to debug and customise. Review existing (and potentially non-existing) frameworks with a view to porting forms over to something more explicit and lightweight. Implement the current Package forms as an example of how this would work. Document and circulate. Sub-ticket of #961 (form, validation, model sync meta-ticket) |