Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1459 - 1461 of 2152)

Ticket Resolution Summary Owner Reporter
#1764 wontfix Move activity streams API tests into tests/logic seanh seanh

Reported by seanh, 2 years ago.

Description

Which is where the other API tests have now been moved.

#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.)
Note: See TracQuery for help on using queries.