[gallery/gallery3] f2e127: Move handling of REST "expand_members" param from ...
GitHub <noreply-9UaJU3cA/F/[email protected]> Fri, 28 Jun 2013 05:25:18 -0700
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <51cd80ae57d3d_7e12f3fde0529e9@hookshot-fe1-pe1-prd.aws.github.net.mail> |
----==_mimepart_51cd80ae4dbcd_7e12f3fde0527d8 Date: Fri, 28 Jun 2013 05:25:18 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <51cd80ae52a41_7e12f3fde052814-P8FJ25gi/wiWGssJMcZLmyqyDsTP4bNorxkAB0y/[email protected]> Branch: refs/heads/kohana_3 Home: https://github.com/gallery/gallery3 Commit: f2e127a1ef78bc8e9bca483a6cff1505d79b54a8 https://github.com/gallery/gallery3/commit/f2e127a1ef78bc8e9bca483a6cff1505d79b54a8 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/rest/classes/RestAPI/Controller/Rest.php M modules/rest/classes/RestAPI/Rest.php M modules/rest/tests/Rest_Controller_Test.php M modules/rest/tests/Rest_Test.php Log Message: ----------- Move handling of REST "expand_members" param from Rest_Controller to Rest. Commit: ebb5ae56d7b30c24b01b3eb02caf08b24e142248 https://github.com/gallery/gallery3/commit/ebb5ae56d7b30c24b01b3eb02caf08b24e142248 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/gallery/classes/Gallery/Rest/Items.php M modules/gallery/classes/Gallery/Rest/Users.php M modules/gallery/tests/Rest_Items_Test.php M modules/gallery/tests/Rest_Users_Test.php M modules/gallery/tests/controller_auth_data.txt Log Message: ----------- Move handling of some REST resource query params from their __construct() to their get_response(). This ensures that they're only processed for GET. Commit: 04f2bd49f56176726dd5071c214338552a762062 https://github.com/gallery/gallery3/commit/04f2bd49f56176726dd5071c214338552a762062 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/gallery/classes/Gallery/Rest/Items.php Log Message: ----------- Revise comments in Rest_Items a bit. Commit: cfdb6cab3779bef51978e9f95c8807c4a209632d https://github.com/gallery/gallery3/commit/cfdb6cab3779bef51978e9f95c8807c4a209632d Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/gallery/tests/controller_auth_data.txt A modules/rest/classes/Rest/Batch.php A modules/rest/classes/RestAPI/Rest/Batch.php A modules/rest/tests/Rest_Batch_Test.php Log Message: ----------- Add Rest_Batch resource. Commit: 4f3c7b19cb93bb354e489907369a94849d2b3641 https://github.com/gallery/gallery3/commit/4f3c7b19cb93bb354e489907369a94849d2b3641 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/rest/classes/RestAPI/Rest/Registry.php Log Message: ----------- Make Rest_Registry return an alphabetized list. Commit: 3d3a5a98e34e0a572bf26f98c5e5efbb2eefa702 https://github.com/gallery/gallery3/commit/3d3a5a98e34e0a572bf26f98c5e5efbb2eefa702 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/rest/classes/RestAPI/Rest.php M modules/tag/classes/Tag/Rest/ItemTags.php Log Message: ----------- Add members_info to base Rest class. No resources actually populate this yet... Commit: 2cef56bc637aa3f452745c87193eb96f0ee60549 https://github.com/gallery/gallery3/commit/2cef56bc637aa3f452745c87193eb96f0ee60549 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/rest/classes/RestAPI/Rest.php M modules/rest/classes/RestAPI/RestAPI.php M modules/rest/tests/Rest_Test.php Log Message: ----------- Add Rest::sticky_params(), revise Rest::url() & Rest::relationships() to use it. Commit: 5f8c1da37bce02c3aaec0237de31679f9b218c2b https://github.com/gallery/gallery3/commit/5f8c1da37bce02c3aaec0237de31679f9b218c2b Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/search/classes/Search/Search.php Log Message: ----------- Revise Search::search() and Search::search_within_album() - add "where" arg which is passed to Search::_build_query_base(). Commit: ed4ce6b5c110e79eac53d5392920945eb8f8915e https://github.com/gallery/gallery3/commit/ed4ce6b5c110e79eac53d5392920945eb8f8915e Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/comment/classes/Comment/Rest/Comments.php M modules/comment/classes/Comment/Rest/ItemComments.php M modules/comment/classes/Comment/Rest/UserComments.php M modules/comment/tests/Rest_ItemComments_Test.php M modules/comment/tests/Rest_UserComments_Test.php M modules/gallery/classes/Gallery/Rest/Items.php M modules/gallery/classes/Gallery/Rest/Tree.php M modules/gallery/classes/Gallery/Rest/UserItems.php M modules/gallery/tests/Rest_Items_Test.php M modules/gallery/tests/Rest_UserItems_Test.php M modules/gallery/tests/Rest_Users_Test.php M modules/rest/tests/Rest_Batch_Test.php M modules/rest/tests/Rest_Controller_Test.php M modules/rest/tests/Rest_Mock.php M modules/search/classes/Search/Rest/Search.php M modules/search/tests/Rest_Search_Test.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 M modules/tag/tests/Rest_ItemTags_Test.php M modules/tag/tests/Rest_TagItems_Test.php M modules/tag/tests/Rest_Tags_Test.php Log Message: ----------- Implement REST member_info["count"] for all collections, update unit tests. Commit: 78141c3a6329448d9a1cd2732e70173728eceaad https://github.com/gallery/gallery3/commit/78141c3a6329448d9a1cd2732e70173728eceaad Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-28 (Fri, 28 Jun 2013) Changed paths: M modules/comment/classes/Comment/Rest/Comments.php M modules/comment/classes/Comment/Rest/ItemComments.php M modules/comment/classes/Comment/Rest/UserComments.php M modules/comment/tests/Rest_ItemComments_Test.php M modules/comment/tests/Rest_UserComments_Test.php M modules/gallery/classes/Gallery/Rest/Items.php M modules/gallery/classes/Gallery/Rest/Tree.php M modules/gallery/classes/Gallery/Rest/UserItems.php M modules/gallery/classes/Gallery/Rest/Users.php M modules/gallery/tests/Rest_Items_Test.php M modules/gallery/tests/Rest_UserItems_Test.php M modules/gallery/tests/Rest_Users_Test.php M modules/gallery/tests/controller_auth_data.txt A modules/rest/classes/Rest/Batch.php M modules/rest/classes/RestAPI/Controller/Rest.php M modules/rest/classes/RestAPI/Rest.php A modules/rest/classes/RestAPI/Rest/Batch.php M modules/rest/classes/RestAPI/Rest/Registry.php M modules/rest/classes/RestAPI/RestAPI.php A modules/rest/tests/Rest_Batch_Test.php M modules/rest/tests/Rest_Controller_Test.php M modules/rest/tests/Rest_Mock.php M modules/rest/tests/Rest_Test.php M modules/search/classes/Search/Rest/Search.php M modules/search/classes/Search/Search.php M modules/search/tests/Rest_Search_Test.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 M modules/tag/tests/Rest_ItemTags_Test.php M modules/tag/tests/Rest_TagItems_Test.php M modules/tag/tests/Rest_Tags_Test.php Log Message: ----------- Merge pull request #437 from shadlaws/fixes_20130628 Fixes 20130628 Compare: https://github.com/gallery/gallery3/compare/76c3beb4002f...78141c3a6329 ----==_mimepart_51cd80ae4dbcd_7e12f3fde0527d8 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_51cd80ae4dbcd_7e12f3fde0527d8 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_51cd80ae4dbcd_7e12f3fde0527d8--