Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1129 - 1131 of 2152)

Ticket Resolution Summary Owner Reporter
#1724 fixed Update logic action functions for vocabularies seanh seanh

Reported by seanh, 2 years ago.

Description

ckan/logic/action/get.py:tag_list() Currently (I think) just returns all tags in the CKAN instance that the user has access to. Needs an optional argument to get only tags from a particular vocabulary? When called with no argument, should only return free tags? Also add an optional dataset argument, so you can get tags for a given dataset and/or vocabulary?

ckan/logic/action/get.py:tag_autocomplete() Add optional argument to get only tags for a given vocab? When called with no argument, should get only free tags?

ckan/logic/action/get.py:tag_search() Again, optional arguments for restricting by vocabulary and/or dataset.

#1725 fixed Tag autocompletion and commas don't mix dread dread

Reported by dread, 2 years ago.

Description

If you use tag autocompletion, it automatically adds a comma after the tag. This is fine if you are going to add another tag, but not fine if it is the last one. If you don't manually remove the final comma than you get form validation error "Tag string: Tag "" length is less than minimum 2"

Affects only version 1.5.2a.

#1726 fixed Update harvesting model amercader amercader

Reported by amercader, 2 years ago.

Description

We need:

  • "current" column in harvest_object
  • "harvest_source_id" column in harvest_object, foreign key to harvest_source
  • "title" column in harvest_source

The extension should check on startup if the db needs updating and run the necessary scripts.

Note: See TracQuery for help on using queries.