Custom Query (2152 matches)
Results (655 - 657 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#206 | fixed | UI review | nickstenning | nickstenning |
Description |
Investigate and list (on the wiki at wiki:UiReviewNotes) CKAN's UI issues, in particular:
Est cost: 2 hrs. |
|||
#207 | fixed | Reimplement tag selection in jQuery | dread | nickstenning |
Description |
Remove the current dependency on Yahoo YUI toolkit for doing tag autocompletion on package edit forms. The (KForge-derived) behaviour files for CKAN can easily be switched to the new jQuery-based ones: see ticket:212. Once this is done, it would make sense to implement the tag-selection code with jQuery. Relevant pages include: |
|||
#208 | fixed | Obfuscate author email and maintainer email field | dread | rgrp |
Description |
Obfuscate author email and maintainer email field. Use: webhelpers.html.tools.mail_to e.g. webhelpers.html.tools.mail_to('mike@…', encode='javascript') Do we want to? Surely only public addresses should be on CKAN in which case why obfuscate? |