[gallery/gallery3] d0aef9: Move "item_moved" event later in the item update p...
GitHub <noreply-9UaJU3cA/F/[email protected]> Mon, 08 Jul 2013 02:45:17 -0700
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <51da8a2d60139_2857c03dd411165f@hookshot-fe3-pe1-prd.aws.github.net.mail> |
----==_mimepart_51da8a2d5e82d_2857c03dd4111484 Date: Mon, 08 Jul 2013 02:45:17 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <51da8a2d5f86b_2857c03dd41115cc-P8FJ25gi/wj6tP7GJsamfiqyDsTP4bNorxkAB0y/[email protected]> Branch: refs/heads/kohana_3 Home: https://github.com/gallery/gallery3 Commit: d0aef95a657c9e50fe255ca912bb01b7c3b74c2e https://github.com/gallery/gallery3/commit/d0aef95a657c9e50fe255ca912bb01b7c3b74c2e Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M modules/gallery/helpers/item.php M modules/gallery/models/item.php Log Message: ----------- Move "item_moved" event later in the item update process. Fixes #2077. Before, this was before the children's caches were cleared, so if the "item_moved" set an album cover, it would fail with an invalid path. For the same reason, we move it after the data file update, too. Lastly, get we get rid of duplicated code in item::move() since the "item_moved" event already does this. Commit: 88eeccb126e9acf94eb0927f349c16fc11211260 https://github.com/gallery/gallery3/commit/88eeccb126e9acf94eb0927f349c16fc11211260 Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M modules/gallery/helpers/item.php M modules/gallery/models/item.php Log Message: ----------- Merge pull request #448 from shadlaws/fix_2077_master Move "item_moved" event later in the item update process. Fixes #2077. Commit: b8899a3f79a191c44e651a81b5a1976fb9d46db9 https://github.com/gallery/gallery3/commit/b8899a3f79a191c44e651a81b5a1976fb9d46db9 Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M .build_number Log Message: ----------- Automated update of .build_number to 427 for branch master Last update: 188209446094b3521100d51587456053689080ce (1 commits ago) [ci skip] Commit: a34ecf2ab4b924e51989c3846092a60d19a1846d https://github.com/gallery/gallery3/commit/a34ecf2ab4b924e51989c3846092a60d19a1846d Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M .build_number M modules/gallery/classes/Gallery/Item.php M modules/gallery/classes/Gallery/Model/Item.php Log Message: ----------- Merge master --> kohana_3. --HG-- rename : modules/gallery/helpers/item.php => modules/gallery/classes/Gallery/Item.php Commit: ee9fba81c78747b11be1f2c624958fc89b4db9d2 https://github.com/gallery/gallery3/commit/ee9fba81c78747b11be1f2c624958fc89b4db9d2 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M modules/gallery/classes/Gallery/Hook/GalleryEvent.php M modules/gallery/classes/Gallery/Item.php Log Message: ----------- Move album-cover-setting code from Item::move() to "item_moved" event. Now this works for Controller_Organize::action_reparent(), too. Commit: 7f3a2943ce0d5b5e12c82e5e9574b37506288b86 https://github.com/gallery/gallery3/commit/7f3a2943ce0d5b5e12c82e5e9574b37506288b86 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M modules/organize/classes/Organize/Controller/Organize.php Log Message: ----------- Revise Controller_Organize::action_reparent() permissions to match Item::move(). Commit: 20b82625a47e9f746941a945984503e5b02114e0 https://github.com/gallery/gallery3/commit/20b82625a47e9f746941a945984503e5b02114e0 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M modules/search/classes/Search/Search.php Log Message: ----------- Debug Search::search_query_base() - put viewable() after select(). Commit: 36923b92dff016e8ebcdd49907ae81a69bd4318d https://github.com/gallery/gallery3/commit/36923b92dff016e8ebcdd49907ae81a69bd4318d Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M installer/init_var.php M installer/install.sql M modules/gallery/classes/Gallery/Controller/Packager.php M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php M modules/gallery/module.info Log Message: ----------- Ensure that the root item's thumbnail is generated. This requires revising Controller_Packager to ensure that it (but not its tmp files) is included. Commit: e57f3b9d63363b48cf941e831e8564229863347f https://github.com/gallery/gallery3/commit/e57f3b9d63363b48cf941e831e8564229863347f Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M modules/gallery/classes/Gallery/Rest/Items.php M modules/gallery/tests/Rest_Items_Test.php Log Message: ----------- Revise Rest_Items data file links for missing files, and add unit test. Match policy of standard UI: links are always given, but size and cache buster are zero. Commit: 68f994fc86b8d79ccaa64649ae41a388c35bc4da https://github.com/gallery/gallery3/commit/68f994fc86b8d79ccaa64649ae41a388c35bc4da Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M modules/gallery/classes/Gallery/GalleryGraphics.php Log Message: ----------- Revise GalleryGraphics::composite() for K3. Watermarks work again! Image::composite() became Image::watermark(). Commit: 2126786f72e5f0e2706a99a49a2efac3cde9e69c https://github.com/gallery/gallery3/commit/2126786f72e5f0e2706a99a49a2efac3cde9e69c Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M .build_number M installer/init_var.php M installer/install.sql M modules/gallery/classes/Gallery/Controller/Packager.php M modules/gallery/classes/Gallery/GalleryGraphics.php M modules/gallery/classes/Gallery/Hook/GalleryEvent.php M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php M modules/gallery/classes/Gallery/Item.php M modules/gallery/classes/Gallery/Model/Item.php M modules/gallery/classes/Gallery/Rest/Items.php M modules/gallery/module.info M modules/gallery/tests/Rest_Items_Test.php M modules/organize/classes/Organize/Controller/Organize.php M modules/search/classes/Search/Search.php Log Message: ----------- Merge pull request #449 from shadlaws/fixes_20130708 Fixes 20130708 Compare: https://github.com/gallery/gallery3/compare/db06ec9f7545...2126786f72e5 ----==_mimepart_51da8a2d5e82d_2857c03dd4111484 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_51da8a2d5e82d_2857c03dd4111484 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_51da8a2d5e82d_2857c03dd4111484--