Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (463 - 465 of 2152)

Ticket Resolution Summary Owner Reporter
#1452 wontfix Offer detected browser language, rather than auto-switch dread dread

Reported by dread, 2 years ago.

Description

There are issues with setting the site's language according to the browser detection:

  • Many browsers have the language setting incorrectly set. e.g. people who download US versions of Mozilla, pirated US copies in the far east.
  • Although thedatahub.org has a worldwide audience, many CKAN instances are designed for a particular country's citizens. So Open Berlin should probably be in German as default for all.

I suggest the site should have a default language saved in the config. The browser language *should* be detected, and that prompts a flash message offering to change to that language. And if you change language that is saved in the cookie (as we currently do).

Then do some testing to see if this suits people.

#1454 fixed postgres search code/data removal dread dread

Reported by dread, 2 years ago.

Description

We made SOLR the main and only supported way to do CKAN search three months ago (#1275), but I notice that we still have remnants of the postgres full-text search hanging around:

  • model code (ckan/model/search_index.py)
  • table in the database (package_search)

The presence of these still create sqlalchemy warnings and add to our db, (& db backups etc), so it would be good to get rid of them if we are not using them. John says this can probably be removed

#1470 fixed Check user name in the profile form dread amercader
Note: See TracQuery for help on using queries.