[gallery/gallery3] 5b9030: Remove the deprecated tag_item REST resource.

GitHub <noreply-9UaJU3cA/F/[email protected]> Fri, 14 Jun 2013 00:44:07 -0700
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <51bac9c7b99b7_4fb7115ddd41034c3@hookshot-fe3-pe1-prd.aws.github.net.mail>
----==_mimepart_51bac9c7b80f0_4fb7115ddd41032ef
Date: Fri, 14 Jun 2013 00:44:07 -0700
Mime-Version: 1.0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-ID: <51bac9c7b908f_4fb7115ddd4103352-P8FJ25gi/wj6tP7GJsamfiqyDsTP4bNorxkAB0y/[email protected]>

  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: 5b9030efbd90c464165c80a63c75a78da7cd52d0
      https://github.com/gallery/gallery3/commit/5b9030efbd90c464165c80a63c75a78da7cd52d0
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    R modules/tag/classes/Controller/Rest/TagItem.php
    M modules/tag/classes/Tag/Controller/Rest/ItemTags.php
    R modules/tag/classes/Tag/Controller/Rest/TagItem.php
    M modules/tag/classes/Tag/Controller/Rest/TagItems.php

  Log Message:
  -----------
  Remove the deprecated tag_item REST resource.


  Commit: 971e0f5e108caeec26a6c23d8097e5916884ee89
      https://github.com/gallery/gallery3/commit/971e0f5e108caeec26a6c23d8097e5916884ee89
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Model/Item.php

  Log Message:
  -----------
  Remove deprecated Model_Item::get_position() function.


  Commit: 6b40799a78f144393f4656e1daa453d33bc93829
      https://github.com/gallery/gallery3/commit/6b40799a78f144393f4656e1daa453d33bc93829
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    M modules/g2_import/classes/G2Import/Controller/G2.php

  Log Message:
  -----------
  Revise Controller_G2::action_map() to no longer use deprecated "tag_name" route.


  Commit: 18f43860368bfd6766d5e644d0f6f749064a6176
      https://github.com/gallery/gallery3/commit/18f43860368bfd6766d5e644d0f6f749064a6176
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Rest/User.php

  Log Message:
  -----------
  Controller_Rest_User - change 403 --> 404.


  Commit: 7692c0f4bb25a06abb9d40c7af6dbef557cc630c
      https://github.com/gallery/gallery3/commit/7692c0f4bb25a06abb9d40c7af6dbef557cc630c
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    A modules/gallery/classes/Controller/Rest/UserComments.php
    A modules/gallery/classes/Controller/Rest/UserItems.php
    A modules/gallery/classes/Gallery/Controller/Rest/UserComments.php
    A modules/gallery/classes/Gallery/Controller/Rest/UserItems.php

  Log Message:
  -----------
  Add Controller_Rest_UserComments / UserItems resources.


  Commit: 76e078dac385a918370f392b49f14e03ad1e97fc
      https://github.com/gallery/gallery3/commit/76e078dac385a918370f392b49f14e03ad1e97fc
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    M modules/comment/classes/Comment/Controller/Rest/ItemComments.php
    M modules/gallery/classes/Gallery/Controller/Rest/User.php

  Log Message:
  -----------
  Clean up some REST-related comments.


  Commit: e39a6366dc8f95373e2215224cde8a5c5db3609e
      https://github.com/gallery/gallery3/commit/e39a6366dc8f95373e2215224cde8a5c5db3609e
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Rest/UserItems.php

  Log Message:
  -----------
  Make Controller_Rest_UserItems::put_members() / delete() more careful with order


  Commit: c9bd7257af57854527deb32c14f76b845722bbd5
      https://github.com/gallery/gallery3/commit/c9bd7257af57854527deb32c14f76b845722bbd5
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    M modules/rest/classes/Rest/Controller/Rest/AccessKey.php

  Log Message:
  -----------
  Make GET /gallery3/rest return 200 if guest access is allowed (and 403 if not).


  Commit: 48fb04d9b24d7e5fc1eacb72713cd9143356535b
      https://github.com/gallery/gallery3/commit/48fb04d9b24d7e5fc1eacb72713cd9143356535b
  Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-14 (Fri, 14 Jun 2013)

  Changed paths:
    M modules/comment/classes/Comment/Controller/Rest/ItemComments.php
    M modules/g2_import/classes/G2Import/Controller/G2.php
    A modules/gallery/classes/Controller/Rest/UserComments.php
    A modules/gallery/classes/Controller/Rest/UserItems.php
    M modules/gallery/classes/Gallery/Controller/Rest/User.php
    A modules/gallery/classes/Gallery/Controller/Rest/UserComments.php
    A modules/gallery/classes/Gallery/Controller/Rest/UserItems.php
    M modules/gallery/classes/Gallery/Model/Item.php
    M modules/rest/classes/Rest/Controller/Rest/AccessKey.php
    R modules/tag/classes/Controller/Rest/TagItem.php
    M modules/tag/classes/Tag/Controller/Rest/ItemTags.php
    R modules/tag/classes/Tag/Controller/Rest/TagItem.php
    M modules/tag/classes/Tag/Controller/Rest/TagItems.php

  Log Message:
  -----------
  Merge pull request #407 from shadlaws/fixes_20130614

Fixes 20130614


Compare: https://github.com/gallery/gallery3/compare/1e90a1d82720...48fb04d9b24d

----==_mimepart_51bac9c7b80f0_4fb7115ddd41032ef
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
----==_mimepart_51bac9c7b80f0_4fb7115ddd41032ef
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

__[ g a l l e r y - c h e c k i n s ]_________________________

[ list info/archive --> http://gallery.sf.net/lists.php ]
[ gallery info/FAQ/download --> http://gallery.sf.net ]
----==_mimepart_51bac9c7b80f0_4fb7115ddd41032ef--