Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (286 - 288 of 2152)

Ticket Resolution Summary Owner Reporter
#2918 fixed Can't remove users from organizations johnmartin ross

Reported by ross, 20 months ago.

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

Reported by dread, 3 years ago.

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

Reported by dread, 2 years ago.

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.

[plugin:openid] ... logged_out_url = /sub/dir/user/logged_out

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.

Note: See TracQuery for help on using queries.