[ckan-changes] [okfn/ckan] a680cd: [#1765] Fix Tag.get() by ID

GitHub noreply at github.com
Thu Feb 9 11:50:17 UTC 2012


  Branch: refs/heads/feature-1698-tag-taxonomies
  Home:   https://github.com/okfn/ckan
  Commit: a680cd696a44887539c2d1256b37560c2046611a
      https://github.com/okfn/ckan/commit/a680cd696a44887539c2d1256b37560c2046611a
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M ckan/model/tag.py

  Log Message:
  -----------
  [#1765] Fix Tag.get() by ID

Tag IDs are still unqiue even across vocabularies, so when getting a tag
object by ID there's no need to consider what vocab the tag belongs to.


  Commit: cccfef890e91d20c2e9fe3a10bafe6d7d045d78d
      https://github.com/okfn/ckan/commit/cccfef890e91d20c2e9fe3a10bafe6d7d045d78d
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-02-09 (Thu, 09 Feb 2012)

  Changed paths:
    M ckan/logic/action/delete.py
  M ckan/logic/auth/delete.py
  M ckan/tests/functional/api/model/test_vocabulary.py

  Log Message:
  -----------
  [#1775,#1776] Add tag_delete() logic action function

and authorization and tests.


Compare: https://github.com/okfn/ckan/compare/8853b04...cccfef8


More information about the ckan-changes mailing list