Changes between Version 13 and Version 14 of Ticket #1506
- Timestamp:
- 02/27/12 13:48:42 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1506 – Description
v13 v14 5 5 * ~~Parent-ticket: #1032~~ 6 6 7 == Dataset edit == 7 == Step Zero == 8 * ~~COMPLETELY REDESIGN resource edit process~~ 8 9 9 * ~~COMPLETELY REDESIGN resource edit process~~ 10 == Dataset Edit-Resources == 10 11 * Force format field to be lowercase 11 12 * Modify backend to serve it up in that format 12 13 * Subticket #978: Add extra fields to resources in Web UI 14 * Fix display of large datasets (http://test.ckan.net/dataset/europeana-lod) 15 * When submitting forms with errors, open the correct resource pane. 16 * No hint is given that the time format for a resource is in ISO, eg 2005-01-01T10:10:10 17 18 == Dataset Settings == 13 19 * Subticket #1648: Clarify edit terminology 14 20 * Merge Groups and Tags into main Settings section (no point having them on their own and most people will miss this). 15 * Fix display of large datasets (http://test.ckan.net/dataset/europeana-lod)16 * Fix animation glitch in expanding description17 * Can we make the list of files look more like a table? Lose space between files? Lose rounded corners?18 21 * Fix (i.e. allow / show) name editing on dataset edit. 19 22 * Fix the slugify so it does not overwrite if i change title after fixing name. 20 23 * Make slugify encourage people to use shorter names. Either by cutting off (not so good) or showing a warning and saying something like 'hey you may want to cut this down. Hit edit to customize the dataset name now' 24 * Autocomplete the author/maintainer box (requires API extension?) 25 26 == Dataset View == 27 * Fix animation glitch in expanding description 28 * Can we make the list of files look more like a table? Lose space between files? Lose rounded corners? 29 * Verify that there are no more (none) placeholder <td> objects (i believe they've been refactored out) 21 30 22 31