Custom Query (2152 matches)
Results (682 - 684 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2304 | fixed | Watching/following of dataset/users | seanh | seanh |
Description |
User story #037 here: http://ckan.okfnpad.org/feature-1515-activity-streams-user-stories Technical analysis here: http://ckan.okfnpad.org/27 |
|||
#2305 | fixed | User dashboard with private consolidated activity stream | seanh | seanh |
Description |
User story #035 here: http://ckan.okfnpad.org/feature-1515-activity-streams-user-stories Technical analysis here: http://ckan.okfnpad.org/27 |
|||
#2318 | fixed | Bug with Portugese translation and Javascript | seanh | rgrp |
Description |
If you switch to Portugese and try to add a resource on dataset edit it will fail. This is because there is a string translation in js_strings.html that has quotes in it. When this is inserted into the file this causes a js exception which then prevents any further js processing. Specifically: CKAN.Strings.youHaveUnsavedChanges = "Você tem alterações não salvas. Certifique-se de ter clicado "Salvar Alterações" abaixo antes de sair desta página."; Uncaught SyntaxError: Unexpected identifier To fix is simple i imagine: need to escape " correctly in js_strings.html (or translations used). I have temporarily patched this live in order to allow the hackday here to continue. |