Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (502 - 504 of 2152)

Ticket Resolution Summary Owner Reporter
#1799 fixed To login as a different user or register, you need to logout first dread dread

Reported by dread, 2 years ago.

Description

When you are logged in, you cannot login as a different user before first logging out. (This is a restricting in repoze.who, which gives priority to an existing recognised identity over another one you supply.)

Yet, the CKAN login form appears when you try to do something you're not allowed to, even if you are logged in already. You login with a different identity and nothing happens - you remain as the first identity - this is incorrect.

(It is also a little confusing to be sent to the log-in page, although we do have a flash message explaining, and you might want to relogin as a superuser if you can.)

Whilst in this area, it would be worth fixing the problem for developers where you are logged in, do "paster db clean" and then try to log in - AuthTkt? recognises your old cookie but the User object doesn't exist, so you get an error logging in. In this instance we should tell people to log-out.

#1802 fixed Investigate CKAN deployment on Windows dread dread

Reported by dread, 2 years ago.

Description

See how possible it is to run CKAN on a Windows server.

Plan:

  • Get CKAN code and dependencies installed on Windows
    • ideally as similar to standard package install as possible
    • virtualenv/pip should work
    • try Cygwin to help
    • SOLR and Postgres could potentially run on other servers if necessary.
  • Try to run on Apache
  • See if there are any issues
#1829 fixed Changing back to English prints the flash message in the previous non-English language dread dread

Reported by dread, 2 years ago.

Description

On the homepage click "francais" and then "English". The flash message reads "Le langage a été fixé à: français" when it should say "The language is now: English".

Note: See TracQuery for help on using queries.