Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (400 - 402 of 2152)

Ticket Resolution Summary Owner Reporter
#107 invalid Provide information about uploading material rgrp rgrp

Reported by rgrp, 5 years ago.

Description

Often people who are registering resources want to make the associated material available. We should:

  • Provide a dedicated upload page giving instructions as to upload process
    1. Explain we don't store the data itself on CKAN. Suggest uploading to a store somewhere and then linking using download_url (that is its purpose)
    2. Upload to
      • Talis CC for RDF
      • archive.org
      • grid.okfn.org
  • link to this page from next to download_url item on new package page

In long run (now ticket:186) we may automate this by providing a ckan upload facility which caches the data and then reuploads it to relevant service (disadvantage is "we" are the owner of the data on that service ...)

#129 invalid Secure db access by channelling query generation through authz module rgrp dread

Reported by dread, 5 years ago.

Description

Controllers and templates should not access db objects directly - they should do all access via authz module giving username. They are handed by a query that has already been filtered by the packages they are authorized to read.

(Additional idea to be discussed: When they request a package object, they are handed an copy of the db object - disconnected from the database - so it the db object can't be changed.)

A couple of tests can be reenabled when this is done: ckan.tests.functional.test_authz.TestUsage?.test_admin_list_deleted ckan.tests.functional.test_authz.TestUsage?.test_search_deleted

#165 invalid Use 'tag:' instead of 'tags:' for wui package search rgrp dread

Reported by dread, 5 years ago.

Description

Because people might try and do "tags:gov sweden" when "tag:gov sweden" makes more sense (sweden is searched for in all fields in these cases).

But in REST i/f search allow "tag"="gov" OR "tags"="gov sweden" in parameters.

Note: See TracQuery for help on using queries.