[gallery/gallery3] e64dbd: Move Hook_Rest_ItemTags / TagItems --> Controller_...
GitHub <noreply-9UaJU3cA/F/[email protected]> Wed, 12 Jun 2013 11:52:05 -0700
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <51b8c355b9d92_109bfd3dd84878a@hookshot-fe2-pe1-prd.aws.github.net.mail> |
----==_mimepart_51b8c355b881b_109bfd3dd848537 Date: Wed, 12 Jun 2013 11:52:05 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <51b8c355b962d_109bfd3dd84861c-P8FJ25gi/wisHj0ehI8gLCqyDsTP4bNorxkAB0y/[email protected]> Branch: refs/heads/kohana_3 Home: https://github.com/gallery/gallery3 Commit: e64dbd8661f200f2b93844cbb76ae69ec6c472ff https://github.com/gallery/gallery3/commit/e64dbd8661f200f2b93844cbb76ae69ec6c472ff Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: A modules/tag/classes/Controller/Rest/ItemTags.php A modules/tag/classes/Controller/Rest/TagItems.php R modules/tag/classes/Hook/Rest/ItemTags.php R modules/tag/classes/Hook/Rest/TagItems.php A modules/tag/classes/Tag/Controller/Rest/ItemTags.php A modules/tag/classes/Tag/Controller/Rest/TagItems.php R modules/tag/classes/Tag/Hook/Rest/ItemTags.php R modules/tag/classes/Tag/Hook/Rest/TagItems.php Log Message: ----------- Move Hook_Rest_ItemTags / TagItems --> Controller_Rest_ItemTags / TagItems --HG-- rename : modules/tag/classes/Hook/Rest/ItemTags.php => modules/tag/classes/Controller/Rest/ItemTags.php rename : modules/tag/classes/Hook/Rest/TagItems.php => modules/tag/classes/Controller/Rest/TagItems.php rename : modules/tag/classes/Tag/Hook/Rest/ItemTags.php => modules/tag/classes/Tag/Controller/Rest/ItemTags.php rename : modules/tag/classes/Tag/Hook/Rest/TagItems.php => modules/tag/classes/Tag/Controller/Rest/TagItems.php Commit: f1601c8000bf699012edfeba94877637635778b3 https://github.com/gallery/gallery3/commit/f1601c8000bf699012edfeba94877637635778b3 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M modules/tag/classes/Controller/Rest/ItemTags.php M modules/tag/classes/Controller/Rest/TagItems.php M modules/tag/classes/Tag/Controller/Rest/ItemTags.php M modules/tag/classes/Tag/Controller/Rest/TagItems.php Log Message: ----------- Fix class declarations for just-renamed files. Commit: 18d8f2808b42d2a6f17b68397a0fc3d94e38ac0d https://github.com/gallery/gallery3/commit/18d8f2808b42d2a6f17b68397a0fc3d94e38ac0d Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M modules/rest/classes/Rest/Rest.php Log Message: ----------- Fix bug in Rest::get_resource(). Commit: d866c2eb7a7ff3b7bdf7a80d5c86443dda8c290c https://github.com/gallery/gallery3/commit/d866c2eb7a7ff3b7bdf7a80d5c86443dda8c290c Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M modules/gallery/classes/Gallery/Controller/Rest/Item.php Log Message: ----------- Fix bug in Controller_Rest_Item::get_members(). Commit: 81d763f8c8805a848ef6d08c21b5b2bb7254aff1 https://github.com/gallery/gallery3/commit/81d763f8c8805a848ef6d08c21b5b2bb7254aff1 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M modules/tag/classes/Tag/Controller/Rest/ItemTags.php M modules/tag/classes/Tag/Controller/Rest/TagItems.php Log Message: ----------- Rewrite Controller_Rest_ItemTags / TagItems. Commit: 03d17ef62b0ac0d33137a7fa8d83f26a9bd077c5 https://github.com/gallery/gallery3/commit/03d17ef62b0ac0d33137a7fa8d83f26a9bd077c5 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M modules/tag/classes/Tag/Controller/Rest/ItemTags.php M modules/tag/classes/Tag/Controller/Rest/TagItems.php Log Message: ----------- Add put_members() to Controller_Rest_ItemTags / TagItems. Commit: 03cc9c1f028a94d49aae41f2f7f37126e200e137 https://github.com/gallery/gallery3/commit/03cc9c1f028a94d49aae41f2f7f37126e200e137 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M modules/rest/classes/Rest/Controller/Rest.php Log Message: ----------- Fix bug in Controller_Rest to make POST/PUT with relationships work. Commit: 9d698501bb4e0a3556c645bae88d8b32410790ca https://github.com/gallery/gallery3/commit/9d698501bb4e0a3556c645bae88d8b32410790ca Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M modules/gallery/classes/Gallery/Controller/Rest/Item.php M modules/rest/classes/Rest/Controller/Rest.php M modules/rest/classes/Rest/Rest.php A modules/tag/classes/Controller/Rest/ItemTags.php A modules/tag/classes/Controller/Rest/TagItems.php R modules/tag/classes/Hook/Rest/ItemTags.php R modules/tag/classes/Hook/Rest/TagItems.php A modules/tag/classes/Tag/Controller/Rest/ItemTags.php A modules/tag/classes/Tag/Controller/Rest/TagItems.php R modules/tag/classes/Tag/Hook/Rest/ItemTags.php R modules/tag/classes/Tag/Hook/Rest/TagItems.php Log Message: ----------- Merge pull request #401 from shadlaws/fixes_20130612_3 Fixes 20130612 3 Compare: https://github.com/gallery/gallery3/compare/c0c6973b251d...9d698501bb4e ----==_mimepart_51b8c355b881b_109bfd3dd848537 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_51b8c355b881b_109bfd3dd848537 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_51b8c355b881b_109bfd3dd848537--