Custom Query (2152 matches)
Results (286 - 288 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2918 | fixed | Can't remove users from organizations | johnmartin | ross |
Description |
When you remove someone, without adding them, the text box at the bottom (which should probably autocomplete) is empty, and this causes problems on the server. Ideally when you add a user (select from the autocomplete) it would add another row to the table, defaulting the user to editor and setting the names to user{{X}}name and user{{X}}capacity where X is $('tr').size() |
|||
#1374 | fixed | Can't switch to English if default is non-English | dread | dread |
Description |
e.g. cz.ckan.net defaults to Czech (config option lang=cs_CZ) but it fails when you try to switch to English. |
|||
#1659 | fixed | Cannot logout if CKAN mounted at non-root url | dread | dread |
Description |
If you set WSGIScriptAlias to mount CKAN at a URL other than / then you cannot logout without adjusting the OpenID logged_out_url to match in who.ini config. e.g.
Note: all the other URLs in who.ini should not have the /sub/dir/ - it is just this one that doesn't take account of the mounting point. The solution is to fix-up the repoze.who OpenID plugin to take account of the mounting point. |