Changes between Version 3 and Version 4 of Ticket #1744
- Timestamp:
- 02/10/12 12:53:41 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1744 – Description
v3 v4 10 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) 11 11 * 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 12 * Radically simplify set of licenses - #1359 [ assigned to rgrp ] 13 13 * Clarify that additional info = extra fields + add guidance - #1648 (minor? wontfix?) 14 14 * ~~"Unsaved changes" warning briefly when you click "Save" #1735~~ 15 * "Unsaved changed" typo on dataset edit page 16 * Force format field to be lower case (with a little bit of javascript!) 15 * ~~"Unsaved changed" typo on dataset edit page~~ 16 * ~~Force format field to be lower case (with a little bit of javascript!)~~ 17 * Why? I think pages like this look nicely formatted: http://thedatahub.org/dataset/1996_population_census_data_canada 18 * Shouldn't this be enforced in the commit/validate step of the logic layer rather than JS in the front-end?