Custom Query (2152 matches)
Results (1129 - 1131 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1724 | fixed | Update logic action functions for vocabularies | seanh | seanh |
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 |
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 |
Description |
We need:
The extension should check on startup if the db needs updating and run the necessary scripts. |