Custom Query (2152 matches)
Results (157 - 159 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#160 | fixed | Implement internal links in CKAN notes markup | dread | rgrp |
Description |
Suggest form is: key:value (with optional space after ':'. Keys would be for an object, i.e. 'package', 'tag', 'group'. Becomes a link. This would be implemented by implementing a 'Parser' or 'Processor' object which is run before markdown is done. Regex replace. Cost: 4h |
|||
#161 | fixed | Tag listing is incorrect | dread | rgrp |
Description |
E.g. http://ckan.net/tag/read/postcodes this has no-postcode listed but when you look at that package 'postcodes' isn't a tag ... I suspect this may be to do with search using deleted tags as I think no-postcode had postcodes as a tag at some point earlier ... |
|||
#162 | fixed | Tags should be automatially lowere-cased if not already | dread | rgrp |
Description |
Rather than raising a validation error automatically lower-case tags on submission. Cost: 0.5h |