Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1798 - 1800 of 2152)

Ticket Resolution Summary Owner Reporter
#1238 invalid Viewing a package @date misses non-PackageRevisions kindly dread

Reported by dread, 3 years ago.

Description

There's a problem with getting old versions of packages using @date. The query looks for the PackageRevision? related to the date, but ignores TagRevisions? etc.

So for example if you compare this table: http://ckan.net/package/history/osm with this view: http://ckan.net/package/osm%402010-11-30%2000%3A21%3A49.627830 you actually see the 2010-01-13 11:13 revision - the wrong revision.

#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.

#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.

Note: See TracQuery for help on using queries.