Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (352 - 354 of 2152)

Ticket Resolution Summary Owner Reporter
#462 fixed Visitor downloads a daily database dump dread johnbywater
#1090 fixed Visitor can't create packages on new CKAN install dread dread

Reported by dread, 3 years ago.

Description

Default visitor roles in default config is reader, not anon_editor.

Problem caused by changes in #1066 (released in 1.3.3)

New installs will be affected, although simple to just increase permissions when the installer realises a visitor can't create packages.

The solution to the config getting out of sync with the code like this is to not have the default_roles in the config - refer to the code in the configuration instructions.

#1491 fixed Visible strings need internationalisation seanh dread

Reported by dread, 2 years ago.

Description

Sean spotted that some strings need internationalising, such as flash messages. Generally all strings that appear on the web front-end should be internationalised.

Particular places that need i18n:

  • ckan/controllers/admin
  • ckan/lib/base

Note: there are some exceptions, such as in i18n.py, very obscure error messages and stuff that only appears on the API.

NB: there is a cost in making a string internationalisable (all our volunteers have to translate it), so we should not be too zealous. We should also look at the i18n/ckan.pot to see if any of the existing strings can be reused.

Note: See TracQuery for help on using queries.