Custom Query (2152 matches)
Results (403 - 405 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#202 | fixed | Internationalization (i18n) try-out | tonfa | dread |
Description |
Try i18n for one language (German) for ckan (de.ckan.net). Basic approach to i18n is well-covered in Pylons book: http://pylonsbook.com/en/1.1/internationalization-and-localization.html However, we need to integrate with our Genshi templates. Details on how to do this in comment: http://wiki.pylonshq.com/display/pylonsdocs/Internationalization+and+Localization Steps
|
|||
#1370 | fixed | [super] Social sharing for datasets (and resources) | toby | rgrp |
Description |
Add a way to share datasets and see mentions of datasets on twitter (and elsewhere) As a visitor I want to share a link to a dataset I have found. I also want to see how many others have shared this (or mentioned it).
Discussion
|
|||
#1387 | fixed | Not specifying a protocol in dataset url causes broken link to be served on dataset view page | toby | johnglover |
Description |
If a user enters a url with no protocol (eg: www.data.gov.uk) in the 'url' field of a dataset, a broken link is created on the view page. CKAN should probably either put in a http:// if no protocol is given, or validation should fail. |