Custom Query (2152 matches)
Results (586 - 588 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1484 | fixed | Creating package with duplicate tags causes exception | dread | dread |
Description |
e.g. curl http://localhost:5000/api/action/package_create -d '{"name":"test5", "tags":[{"name": "tag6"}, {"name": "tag6"}]}' -H 'Authorization:tester' Also broken in Web UI (adding a package). Affects API and Web UI in 1.5 and I think all versions from 1.4.1 |
|||
#1488 | fixed | List of installed extensions - add to the status_show | dread | dread |
Description |
Add the list of extensions install (config's ckan.plugins) to status_show logic action (See #1087) |
|||
#1491 | fixed | Visible strings need internationalisation | seanh | dread |
Description |
Sean spotted that some strings need internationalising, such as flash messages. Generally all strings that appear on the web front-end should be internationalised. Particular places that need i18n:
Note: there are some exceptions, such as in i18n.py, very obscure error messages and stuff that only appears on the API. NB: there is a cost in making a string internationalisable (all our volunteers have to translate it), so we should not be too zealous. We should also look at the i18n/ckan.pot to see if any of the existing strings can be reused. |