[gallery/gallery3] 9ae65f: Fix bug with Purifier - recursion didn't work with...

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

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

  Changed paths:
    M modules/purifier/classes/Purifier.php

  Log Message:
  -----------
  Fix bug with Purifier - recursion didn't work with objects.


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

  Changed paths:
    R modules/rest/classes/Rest.php
    R modules/rest/classes/Rest/Controller/Admin/Rest.php
    R modules/rest/classes/Rest/Controller/Rest.php
    R modules/rest/classes/Rest/Controller/Rest/AccessKey.php
    R modules/rest/classes/Rest/Controller/Rest/Registry.php
    R modules/rest/classes/Rest/Controller/RestUser.php
    R modules/rest/classes/Rest/Hook/RestEvent.php
    R modules/rest/classes/Rest/Hook/RestInstaller.php
    R modules/rest/classes/Rest/Model/UserAccessKey.php
    R modules/rest/classes/Rest/Rest.php
    R modules/rest/classes/Rest/Rest/Exception.php
    A modules/rest/classes/RestAPI.php
    A modules/rest/classes/RestAPI/Controller/Admin/Rest.php
    A modules/rest/classes/RestAPI/Controller/Rest.php
    A modules/rest/classes/RestAPI/Controller/Rest/AccessKey.php
    A modules/rest/classes/RestAPI/Controller/Rest/Registry.php
    A modules/rest/classes/RestAPI/Controller/RestUser.php
    A modules/rest/classes/RestAPI/Hook/RestEvent.php
    A modules/rest/classes/RestAPI/Hook/RestInstaller.php
    A modules/rest/classes/RestAPI/Model/UserAccessKey.php
    A modules/rest/classes/RestAPI/Rest/Exception.php
    A modules/rest/classes/RestAPI/RestAPI.php

  Log Message:
  -----------
  Rename rest module classes
- "core" directory name changed "Rest" --> "RestAPI"
- Rest class name changed "Rest" --> "RestAPI"


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

  Changed paths:
    M modules/rest/classes/Controller/Admin/Rest.php
    M modules/rest/classes/Controller/Rest.php
    M modules/rest/classes/Controller/Rest/AccessKey.php
    M modules/rest/classes/Controller/Rest/Registry.php
    M modules/rest/classes/Controller/RestUser.php
    M modules/rest/classes/Hook/RestEvent.php
    M modules/rest/classes/Hook/RestInstaller.php
    M modules/rest/classes/Model/UserAccessKey.php
    M modules/rest/classes/Rest/Exception.php
    M modules/rest/classes/RestAPI.php
    M modules/rest/classes/RestAPI/Controller/Admin/Rest.php
    M modules/rest/classes/RestAPI/Controller/Rest.php
    M modules/rest/classes/RestAPI/Controller/Rest/AccessKey.php
    M modules/rest/classes/RestAPI/Controller/Rest/Registry.php
    M modules/rest/classes/RestAPI/Controller/RestUser.php
    M modules/rest/classes/RestAPI/Hook/RestEvent.php
    M modules/rest/classes/RestAPI/Hook/RestInstaller.php
    M modules/rest/classes/RestAPI/Model/UserAccessKey.php
    M modules/rest/classes/RestAPI/Rest/Exception.php
    M modules/rest/classes/RestAPI/RestAPI.php

  Log Message:
  -----------
  Fix class declarations for newly-renamed classes.


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

  Changed paths:
    M modules/comment/classes/Comment/Controller/Rest/Comments.php
    M modules/comment/classes/Comment/Controller/Rest/ItemComments.php
    M modules/gallery/classes/Gallery/Controller/Rest/Items.php
    M modules/gallery/classes/Gallery/Controller/Rest/Tree.php
    M modules/gallery/classes/Gallery/Controller/Rest/UserComments.php
    M modules/gallery/classes/Gallery/Controller/Rest/UserItems.php
    M modules/gallery/classes/Gallery/Identity.php
    M modules/gallery/tests/Data_Rest_Test.php
    M modules/gallery/tests/Item_Model_Test.php
    M modules/gallery/tests/Item_Rest_Test.php
    M modules/gallery/tests/Items_Rest_Test.php
    M modules/rest/classes/RestAPI/Controller/Rest.php
    M modules/rest/classes/RestAPI/Controller/Rest/AccessKey.php
    M modules/rest/classes/RestAPI/Controller/Rest/Registry.php
    M modules/rest/classes/RestAPI/Controller/RestUser.php
    M modules/rest/classes/RestAPI/Hook/RestEvent.php
    M modules/rest/classes/RestAPI/RestAPI.php
    M modules/rest/init.php
    M modules/rest/tests/Rest_Controller_Test.php
    M modules/rest/views/admin/rest.html.php
    M modules/search/classes/Search/Controller/Rest/Search.php
    M modules/tag/classes/Tag/Controller/Rest/ItemTags.php
    M modules/tag/classes/Tag/Controller/Rest/TagItems.php
    M modules/tag/tests/Tag_Item_Rest_Test.php
    M modules/tag/tests/Tag_Rest_Test.php
    M modules/tag/tests/Tags_Rest_Test.php

  Log Message:
  -----------
  Fix "Rest::" --> "RestAPI::"


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

  Changed paths:
    M modules/rest/classes/Controller/Rest.php
    A modules/rest/classes/Rest.php
    M modules/rest/classes/RestAPI/Controller/Admin/Rest.php
    M modules/rest/classes/RestAPI/Controller/Rest.php
    A modules/rest/classes/RestAPI/Rest.php
    M modules/rest/classes/RestAPI/RestAPI.php
    M modules/rest/init.php
    M modules/rest/views/admin/rest.html.php

  Log Message:
  -----------
  Refactor core REST classes - resources will now be instances of the Rest class.


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

  Changed paths:
    M modules/rest/classes/RestAPI/RestAPI.php

  Log Message:
  -----------
  Revise REST to be more careful with access keys of guests.
- always return that the guest's key is null.
- ensure that a valid guest key doesn't bypass "allow_guest_access" config.


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

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

  Log Message:
  -----------
  Remove access_key REST resource - no longer needed.


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

  Changed paths:
    R modules/comment/classes/Comment/Controller/Rest/Comments.php
    R modules/comment/classes/Comment/Controller/Rest/ItemComments.php
    A modules/comment/classes/Comment/Rest/Comments.php
    A modules/comment/classes/Comment/Rest/ItemComments.php
    R modules/comment/classes/Controller/Rest/Comments.php
    R modules/comment/classes/Controller/Rest/ItemComments.php
    A modules/comment/classes/Rest/Comments.php
    A modules/comment/classes/Rest/ItemComments.php
    R modules/gallery/classes/Controller/Rest/Data.php
    R modules/gallery/classes/Controller/Rest/Items.php
    R modules/gallery/classes/Controller/Rest/Tree.php
    R modules/gallery/classes/Controller/Rest/UserComments.php
    R modules/gallery/classes/Controller/Rest/UserItems.php
    R modules/gallery/classes/Controller/Rest/Users.php
    R modules/gallery/classes/Gallery/Controller/Rest/Data.php
    R modules/gallery/classes/Gallery/Controller/Rest/Items.php
    R modules/gallery/classes/Gallery/Controller/Rest/Tree.php
    R modules/gallery/classes/Gallery/Controller/Rest/UserComments.php
    R modules/gallery/classes/Gallery/Controller/Rest/UserItems.php
    R modules/gallery/classes/Gallery/Controller/Rest/Users.php
    A modules/gallery/classes/Gallery/Rest/Data.php
    A modules/gallery/classes/Gallery/Rest/Items.php
    A modules/gallery/classes/Gallery/Rest/Tree.php
    A modules/gallery/classes/Gallery/Rest/UserComments.php
    A modules/gallery/classes/Gallery/Rest/UserItems.php
    A modules/gallery/classes/Gallery/Rest/Users.php
    A modules/gallery/classes/Rest/Data.php
    A modules/gallery/classes/Rest/Items.php
    A modules/gallery/classes/Rest/Tree.php
    A modules/gallery/classes/Rest/UserComments.php
    A modules/gallery/classes/Rest/UserItems.php
    A modules/gallery/classes/Rest/Users.php
    R modules/rest/classes/Controller/Rest/Registry.php
    A modules/rest/classes/Rest/Registry.php
    R modules/rest/classes/RestAPI/Controller/Rest/Registry.php
    A modules/rest/classes/RestAPI/Rest/Registry.php
    R modules/search/classes/Controller/Rest/Search.php
    A modules/search/classes/Rest/Search.php
    R modules/search/classes/Search/Controller/Rest/Search.php
    A modules/search/classes/Search/Rest/Search.php
    R modules/tag/classes/Controller/Rest/ItemTags.php
    R modules/tag/classes/Controller/Rest/TagItems.php
    R modules/tag/classes/Controller/Rest/Tags.php
    A modules/tag/classes/Rest/ItemTags.php
    A modules/tag/classes/Rest/TagItems.php
    A modules/tag/classes/Rest/Tags.php
    R modules/tag/classes/Tag/Controller/Rest/ItemTags.php
    R modules/tag/classes/Tag/Controller/Rest/TagItems.php
    R modules/tag/classes/Tag/Controller/Rest/Tags.php
    A modules/tag/classes/Tag/Rest/ItemTags.php
    A modules/tag/classes/Tag/Rest/TagItems.php
    A modules/tag/classes/Tag/Rest/Tags.php

  Log Message:
  -----------
  Move all 13 REST resources to their new homes ("Controller/Rest" --> "Rest").

--HG--
rename : modules/comment/classes/Comment/Controller/Rest/Comments.php => modules/comment/classes/Comment/Rest/Comments.php
rename : modules/comment/classes/Comment/Controller/Rest/ItemComments.php => modules/comment/classes/Comment/Rest/ItemComments.php
rename : modules/comment/classes/Controller/Rest/Comments.php => modules/comment/classes/Rest/Comments.php
rename : modules/comment/classes/Controller/Rest/ItemComments.php => modules/comment/classes/Rest/ItemComments.php
rename : modules/gallery/classes/Gallery/Controller/Rest/Data.php => modules/gallery/classes/Gallery/Rest/Data.php
rename : modules/gallery/classes/Gallery/Controller/Rest/Items.php => modules/gallery/classes/Gallery/Rest/Items.php
rename : modules/gallery/classes/Gallery/Controller/Rest/Tree.php => modules/gallery/classes/Gallery/Rest/Tree.php
rename : modules/gallery/classes/Gallery/Controller/Rest/UserComments.php => modules/gallery/classes/Gallery/Rest/UserComments.php
rename : modules/gallery/classes/Gallery/Controller/Rest/UserItems.php => modules/gallery/classes/Gallery/Rest/UserItems.php
rename : modules/gallery/classes/Gallery/Controller/Rest/Users.php => modules/gallery/classes/Gallery/Rest/Users.php
rename : modules/gallery/classes/Controller/Rest/Data.php => modules/gallery/classes/Rest/Data.php
rename : modules/gallery/classes/Controller/Rest/Items.php => modules/gallery/classes/Rest/Items.php
rename : modules/gallery/classes/Controller/Rest/Tree.php => modules/gallery/classes/Rest/Tree.php
rename : modules/gallery/classes/Controller/Rest/UserComments.php => modules/gallery/classes/Rest/UserComments.php
rename : modules/gallery/classes/Controller/Rest/UserItems.php => modules/gallery/classes/Rest/UserItems.php
rename : modules/gallery/classes/Controller/Rest/Users.php => modules/gallery/classes/Rest/Users.php
rename : modules/rest/classes/Controller/Rest/Registry.php => modules/rest/classes/Rest/Registry.php
rename : modules/rest/classes/RestAPI/Controller/Rest/Registry.php => modules/rest/classes/RestAPI/Rest/Registry.php
rename : modules/search/classes/Controller/Rest/Search.php => modules/search/classes/Rest/Search.php
rename : modules/search/classes/Search/Controller/Rest/Search.php => modules/search/classes/Search/Rest/Search.php
rename : modules/tag/classes/Controller/Rest/ItemTags.php => modules/tag/classes/Rest/ItemTags.php
rename : modules/tag/classes/Controller/Rest/TagItems.php => modules/tag/classes/Rest/TagItems.php
rename : modules/tag/classes/Controller/Rest/Tags.php => modules/tag/classes/Rest/Tags.php
rename : modules/tag/classes/Tag/Controller/Rest/ItemTags.php => modules/tag/classes/Tag/Rest/ItemTags.php
rename : modules/tag/classes/Tag/Controller/Rest/TagItems.php => modules/tag/classes/Tag/Rest/TagItems.php
rename : modules/tag/classes/Tag/Controller/Rest/Tags.php => modules/tag/classes/Tag/Rest/Tags.php


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

  Changed paths:
    M modules/comment/classes/Comment/Rest/Comments.php
    M modules/comment/classes/Comment/Rest/ItemComments.php
    M modules/comment/classes/Rest/Comments.php
    M modules/comment/classes/Rest/ItemComments.php
    M modules/gallery/classes/Gallery/Rest/Data.php
    M modules/gallery/classes/Gallery/Rest/Items.php
    M modules/gallery/classes/Gallery/Rest/Tree.php
    M modules/gallery/classes/Gallery/Rest/UserComments.php
    M modules/gallery/classes/Gallery/Rest/UserItems.php
    M modules/gallery/classes/Gallery/Rest/Users.php
    M modules/gallery/classes/Rest/Data.php
    M modules/gallery/classes/Rest/Items.php
    M modules/gallery/classes/Rest/Tree.php
    M modules/gallery/classes/Rest/UserComments.php
    M modules/gallery/classes/Rest/UserItems.php
    M modules/gallery/classes/Rest/Users.php
    M modules/rest/classes/Rest/Registry.php
    M modules/rest/classes/RestAPI/Rest/Registry.php
    M modules/search/classes/Rest/Search.php
    M modules/search/classes/Search/Rest/Search.php
    M modules/tag/classes/Rest/ItemTags.php
    M modules/tag/classes/Rest/TagItems.php
    M modules/tag/classes/Rest/Tags.php
    M modules/tag/classes/Tag/Rest/ItemTags.php
    M modules/tag/classes/Tag/Rest/TagItems.php
    M modules/tag/classes/Tag/Rest/Tags.php

  Log Message:
  -----------
  Fix class declarations for newly-moved REST resources.


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

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

  Log Message:
  -----------
  Clean up a few things in Controller_Rest.


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

  Changed paths:
    M modules/rest/classes/RestAPI/RestAPI.php

  Log Message:
  -----------
  Revise how REST resolves things
- make RestAPI::resolve() return null on failure instead of throw an exception
- remove RestAPI::resolve_members() - resources as objs means we can do this better


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

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

  Log Message:
  -----------
  Revise how Controller_Rest parses entity, members, and relationships parameters.


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

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

  Log Message:
  -----------
  Revise how relationship types are shown/parsed (e.g. "tag_items" vs. "TagItems")


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/FileProxy.php
    M modules/gallery/classes/Gallery/Response.php

  Log Message:
  -----------
  Revise how we send base64-encoded files.


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

  Changed paths:
    M modules/comment/classes/Comment/Rest/Comments.php
    M modules/comment/classes/Comment/Rest/ItemComments.php
    M modules/gallery/classes/Gallery/Rest/Data.php
    M modules/gallery/classes/Gallery/Rest/Items.php
    M modules/gallery/classes/Gallery/Rest/Tree.php
    M modules/gallery/classes/Gallery/Rest/UserComments.php
    M modules/gallery/classes/Gallery/Rest/UserItems.php
    M modules/gallery/classes/Gallery/Rest/Users.php
    M modules/rest/classes/RestAPI/Rest/Registry.php
    M modules/search/classes/Search/Rest/Search.php
    M modules/tag/classes/Tag/Rest/ItemTags.php
    M modules/tag/classes/Tag/Rest/TagItems.php
    M modules/tag/classes/Tag/Rest/Tags.php

  Log Message:
  -----------
  Revise the 13 REST resources to use the new OO REST structure.


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

  Changed paths:
    R modules/comment/classes/Comment/Controller/Rest/Comments.php
    R modules/comment/classes/Comment/Controller/Rest/ItemComments.php
    A modules/comment/classes/Comment/Rest/Comments.php
    A modules/comment/classes/Comment/Rest/ItemComments.php
    R modules/comment/classes/Controller/Rest/Comments.php
    R modules/comment/classes/Controller/Rest/ItemComments.php
    A modules/comment/classes/Rest/Comments.php
    A modules/comment/classes/Rest/ItemComments.php
    R modules/gallery/classes/Controller/Rest/Data.php
    R modules/gallery/classes/Controller/Rest/Items.php
    R modules/gallery/classes/Controller/Rest/Tree.php
    R modules/gallery/classes/Controller/Rest/UserComments.php
    R modules/gallery/classes/Controller/Rest/UserItems.php
    R modules/gallery/classes/Controller/Rest/Users.php
    M modules/gallery/classes/Gallery/Controller/FileProxy.php
    R modules/gallery/classes/Gallery/Controller/Rest/Data.php
    R modules/gallery/classes/Gallery/Controller/Rest/Items.php
    R modules/gallery/classes/Gallery/Controller/Rest/Tree.php
    R modules/gallery/classes/Gallery/Controller/Rest/UserComments.php
    R modules/gallery/classes/Gallery/Controller/Rest/UserItems.php
    R modules/gallery/classes/Gallery/Controller/Rest/Users.php
    M modules/gallery/classes/Gallery/Identity.php
    M modules/gallery/classes/Gallery/Response.php
    A modules/gallery/classes/Gallery/Rest/Data.php
    A modules/gallery/classes/Gallery/Rest/Items.php
    A modules/gallery/classes/Gallery/Rest/Tree.php
    A modules/gallery/classes/Gallery/Rest/UserComments.php
    A modules/gallery/classes/Gallery/Rest/UserItems.php
    A modules/gallery/classes/Gallery/Rest/Users.php
    A modules/gallery/classes/Rest/Data.php
    A modules/gallery/classes/Rest/Items.php
    A modules/gallery/classes/Rest/Tree.php
    A modules/gallery/classes/Rest/UserComments.php
    A modules/gallery/classes/Rest/UserItems.php
    A modules/gallery/classes/Rest/Users.php
    M modules/gallery/tests/Data_Rest_Test.php
    M modules/gallery/tests/Item_Model_Test.php
    M modules/gallery/tests/Item_Rest_Test.php
    M modules/gallery/tests/Items_Rest_Test.php
    M modules/purifier/classes/Purifier.php
    M modules/rest/classes/Controller/Admin/Rest.php
    M modules/rest/classes/Controller/Rest.php
    R modules/rest/classes/Controller/Rest/AccessKey.php
    R modules/rest/classes/Controller/Rest/Registry.php
    M modules/rest/classes/Controller/RestUser.php
    M modules/rest/classes/Hook/RestEvent.php
    M modules/rest/classes/Hook/RestInstaller.php
    M modules/rest/classes/Model/UserAccessKey.php
    M modules/rest/classes/Rest.php
    R modules/rest/classes/Rest/Controller/Admin/Rest.php
    R modules/rest/classes/Rest/Controller/Rest.php
    R modules/rest/classes/Rest/Controller/Rest/AccessKey.php
    R modules/rest/classes/Rest/Controller/Rest/Registry.php
    R modules/rest/classes/Rest/Controller/RestUser.php
    M modules/rest/classes/Rest/Exception.php
    R modules/rest/classes/Rest/Hook/RestEvent.php
    R modules/rest/classes/Rest/Hook/RestInstaller.php
    R modules/rest/classes/Rest/Model/UserAccessKey.php
    A modules/rest/classes/Rest/Registry.php
    R modules/rest/classes/Rest/Rest.php
    R modules/rest/classes/Rest/Rest/Exception.php
    A modules/rest/classes/RestAPI.php
    A modules/rest/classes/RestAPI/Controller/Admin/Rest.php
    A modules/rest/classes/RestAPI/Controller/Rest.php
    A modules/rest/classes/RestAPI/Controller/RestUser.php
    A modules/rest/classes/RestAPI/Hook/RestEvent.php
    A modules/rest/classes/RestAPI/Hook/RestInstaller.php
    A modules/rest/classes/RestAPI/Model/UserAccessKey.php
    A modules/rest/classes/RestAPI/Rest.php
    A modules/rest/classes/RestAPI/Rest/Exception.php
    A modules/rest/classes/RestAPI/Rest/Registry.php
    A modules/rest/classes/RestAPI/RestAPI.php
    M modules/rest/init.php
    M modules/rest/tests/Rest_Controller_Test.php
    M modules/rest/views/admin/rest.html.php
    R modules/search/classes/Controller/Rest/Search.php
    A modules/search/classes/Rest/Search.php
    R modules/search/classes/Search/Controller/Rest/Search.php
    A modules/search/classes/Search/Rest/Search.php
    R modules/tag/classes/Controller/Rest/ItemTags.php
    R modules/tag/classes/Controller/Rest/TagItems.php
    R modules/tag/classes/Controller/Rest/Tags.php
    A modules/tag/classes/Rest/ItemTags.php
    A modules/tag/classes/Rest/TagItems.php
    A modules/tag/classes/Rest/Tags.php
    R modules/tag/classes/Tag/Controller/Rest/ItemTags.php
    R modules/tag/classes/Tag/Controller/Rest/TagItems.php
    R modules/tag/classes/Tag/Controller/Rest/Tags.php
    A modules/tag/classes/Tag/Rest/ItemTags.php
    A modules/tag/classes/Tag/Rest/TagItems.php
    A modules/tag/classes/Tag/Rest/Tags.php
    M modules/tag/tests/Tag_Item_Rest_Test.php
    M modules/tag/tests/Tag_Rest_Test.php
    M modules/tag/tests/Tags_Rest_Test.php

  Log Message:
  -----------
  Merge pull request #418 from shadlaws/fixes_20130618

Fixes 20130618


Compare: https://github.com/gallery/gallery3/compare/f976a6a9b4b2...a76078090700

----==_mimepart_51c0731040e6c_a21e27de09915b
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_51c0731040e6c_a21e27de09915b
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_51c0731040e6c_a21e27de09915b--