Custom Query (2152 matches)
Results (1495 - 1497 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#1493 | fixed | 'search-index rebuild/clear' doesn't work if no ckan.site_id | dread | dread |
Description |
You can't delete things from the SOLR search index if the ckan.site_id and ckan.site_url are blank. Should assert that one of these are set up. |
|||
#1495 | fixed | API call for getting a user's public activity stream | kindly | seanh |
Description |
An API call that returns a user's public activity stream in JSON format. |