Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (655 - 657 of 2152)

Ticket Resolution Summary Owner Reporter
#1765 fixed Enhance Tag and Package models with vocabularies seanh seanh

Reported by seanh, 2 years ago.

Description

Add a vocabulary column to the tags database table, change tags to have unique (tag_name, vocabulary_id) instrad of unique tag name, update methods in the Tag and Package classes to deal with the fact that tags may belong to vocabularies and that tag names are no longer unique.

#1775 fixed Enable adding many tags at once to controlled vocabularies via API seanh seanh

Reported by seanh, 2 years ago.

Description

We already have API calls for adding one tag or removing one tag at a time to/from a vocab. Want more convenient ways to add or remove many in one call, or just pass in a list of tags to completely replace a vocab's current list.

  • Add tags_create() function that calls the existing tag_create() many times?
  • Also tags_delete()?
  • Or just let tag_create() and tag_delete() accept a list?
  • Add tags argument to vocabulary_update() to pass in a list of tags to replace the vocab's current tags? (But it should still be possible to simply rename a vocab without changing its tags and without having to pass in the tag list.)
#1776 fixed Granular editing of vocabulary tags seanh seanh

Reported by seanh, 2 years ago.

Description

Add API calls for adding one or more tags to and removing one or more tags from a vocabulary, without affecting the other tags in that vocabulary and without having to pass the full list of the vocabulary's tags.

Note: See TracQuery for help on using queries.