Ticket #1282 (new enhancement) — at Version 6
JS and WUI tidy up
Reported by: | rgrp | Owned by: | rgrp |
---|---|---|---|
Priority: | major | Milestone: | ckan-v1.5 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by rgrp) (diff)
Consolidate js. Remove cruft.
- Move stuff to vendor
- Have all vendor libs local (?)
- jquery, jquery-ui etc
- Consolidate autocomplete to use jquery-ui
- package autocomplete (groups)
- tag autocomplete (package)
- user autocomplete (authz group create)
- turns out that authz group edit had autocomplete disabled so refactoring meant enabling ...
- Move forms.css into main
- Remove tag cloud from front page (can be example going forward)
- Remove bookmarklet (since in wiki at: http://wiki.ckan.net/Managing_Data_Packages#How_Do_I_Install_the_CKAN_Bookmarklet.3F)
- Move name slug generation into standard js and clean up
Possible:
- JS unit tests for the given pages ...
- Option to use external site to serve js and css (e.g. CDN)
Change History
Note: See
TracTickets for help on using
tickets.