Changes between Version 5 and Version 6 of Ticket #1744
- Timestamp:
- 02/27/12 13:21:17 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1744 – Description
v5 v6 7 7 * ~~Fix drop down for resource types in resource add/edit to limit to fixed set of options (as per http://wiki.ckan.org/Domain_Model/Resource)~~ 8 8 * ~~See also http://lists.okfn.org/pipermail/ckan-discuss/2011-December/001860.html~~ 9 * Allow reordering of resources (or: and this is somewhat more complex but possibly simpler: allow editing of a resource_order field and we use that to sort resources (this is more like wordpress page_order -- these two options could become the same if we just hijack the existing position field on the join table and get rid of ordereredlist extension)) 10 * Alternative/complement: forget ordering of resources and just allow for simple search on dataset page (do it in pure js). Would still need a default ordering (with editing of extra fields could allow users to add a position field to each resource) 9 * ~~Allow reordering of resources (or: and this is somewhat more complex but possibly simpler: allow editing of a resource_order field and we use that to sort resources (this is more like wordpress page_order -- these two options could become the same if we just hijack the existing position field on the join table and get rid of ordereredlist extension))~~ [DONE #1506] 11 10 * Merge Groups and Tags into main Edit section (no point having them on their own and most people will miss this). 12 * Radically simplify set of licenses - #1359 [ assigned to rgrp]11 * ~~Radically simplify set of licenses~~ [DONE #1359] 13 12 * Clarify that additional info = extra fields + add guidance - #1648 (minor? wontfix?) 14 13 * ~~"Unsaved changes" warning briefly when you click "Save" #1735~~