Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1114 - 1116 of 2152)

Ticket Resolution Summary Owner Reporter
#1084 fixed ckan.net RDF links changed wwaites wwaites

Reported by wwaites, 3 years ago.

Description

need to make some changes for the links to semantic.ckan.net. it should use http://semantic.ckan.net/record/<package_id> now

append .rdf, .ttl, .nt, .dot, .json (even .html for an ugly table) to taste (or just leave off the suffix and let content negotiation take care of it)

the base url is changed, but it now uses id not name.

see for example:

#1083 fixed userobjectroles added twice can't be deleted johnlawrenceaspden johnlawrenceaspden

Reported by johnlawrenceaspden, 3 years ago.

Description

the add_user_to_role/remove_user_from_role functions are asymmetrical in that the add function is happy to add the same role twice but the remove asserts that it's only in the table once and crashes if that's not true.

an attempt has been made to guard against this, but fails, I think because the add functions rely on the caller committing the change to the db.

same problem affects corresponding authorization_group functions

I'll try to sort this out. Making a note here.

#1082 fixed language changes behave strangely johnlawrenceaspden

Reported by johnlawrenceaspden, 3 years ago.

Description

Set language to Greek, flash message says 'Language set to: English', but page is now about half in Greek.

Set language back to English causes server error:

AttributeError?: 'NoneType?' object has no attribute 'path'

Module ckan.controllers.error:29 in document view

if original_request.path.startswith('/api'):

However going to a new page reveals that it's back to English

Note: See TracQuery for help on using queries.