[gallery/gallery3] 3da9e0: Revise Model_User::avatar_url() to use "avatar.jpg...
GitHub <noreply-9UaJU3cA/F/[email protected]> Mon, 01 Jul 2013 06:43:19 -0700
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <51d187778ae13_1751369de4665f6@hookshot-fe3-pe1-prd.aws.github.net.mail> |
----==_mimepart_51d18777892e8_1751369de4663ad Date: Mon, 01 Jul 2013 06:43:19 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <51d187778a4b6_1751369de466492-P8FJ25gi/wj6tP7GJsamfiqyDsTP4bNorxkAB0y/[email protected]> Branch: refs/heads/kohana_3 Home: https://github.com/gallery/gallery3 Commit: 3da9e0a90dc6f2010183377bff3c344377e5e673 https://github.com/gallery/gallery3/commit/3da9e0a90dc6f2010183377bff3c344377e5e673 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/comment/classes/Comment/Controller/Admin/ManageComments.php M modules/comment/views/admin/block_recent_comments.html.php M modules/comment/views/admin/manage_comments_queue.html.php M modules/comment/views/comment/block.html.php M modules/comment/views/comment/comment.html.php M modules/gallery/views/gallery/user_profile.html.php M modules/user/classes/User/Model/User.php M modules/user/views/admin/users.html.php Log Message: ----------- Revise Model_User::avatar_url() to use "avatar.jpg" as a default, then remove the six other places this is defined. Commit: ad6bc3321ac90c381fe7776961dd1f2cc529f040 https://github.com/gallery/gallery3/commit/ad6bc3321ac90c381fe7776961dd1f2cc529f040 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/search/classes/Search/Search.php Log Message: ----------- Change Search::_build_query_base() from protected to public. Commit: 2487904db4ba7cac8492a215427e40cfdd03f18a https://github.com/gallery/gallery3/commit/2487904db4ba7cac8492a215427e40cfdd03f18a Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/comment/classes/Comment/Controller/Admin/ManageComments.php M modules/comment/classes/Comment/Hook/CommentBlock.php M modules/comment/classes/Comment/Hook/CommentEvent.php M modules/comment/classes/Comment/Hook/CommentRss.php M modules/comment/classes/Comment/Hook/CommentTheme.php M modules/comment/classes/Comment/Model/Comment.php M modules/comment/classes/Comment/Rest/Comments.php M modules/comment/classes/Comment/Rest/ItemComments.php M modules/comment/classes/Comment/Rest/UserComments.php Log Message: ----------- Add Model_Comment::$_sorting, then remove 7 other places this was defined. Commit: fa1045fab8cdf797693eafd8c3831ff0b3d7ffd4 https://github.com/gallery/gallery3/commit/fa1045fab8cdf797693eafd8c3831ff0b3d7ffd4 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/comment/classes/Comment/Hook/CommentEvent.php Log Message: ----------- Revise Hook_CommentEvent::show_user_profile() to show *viewable* comments only. Commit: 057ffc768c9908cb1baaee0614526fc06346f671 https://github.com/gallery/gallery3/commit/057ffc768c9908cb1baaee0614526fc06346f671 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/comment/classes/Comment/Controller/Admin/ManageComments.php M modules/comment/views/admin/manage_comments_queue.html.php M modules/gallery/classes/Gallery/Controller/Items.php M modules/gallery/classes/Gallery/View/Gallery.php M modules/gallery/tests/controller_auth_data.txt M modules/search/classes/Search/Controller/Search.php M modules/search/views/search/results.html.php M modules/tag/classes/Tag/Controller/Tags.php M modules/user/classes/User/Controller/Admin/Users.php M modules/user/views/admin/users.html.php Log Message: ----------- Rewrite how all pagination and collection views work. - add View_Gallery::init_paginator() to do common colllection/pagination tasks. - revise Controller_Items::action_show() to use it. - revise Controller_Tags::action_show() to use it. - revise Controller_Search::action_index() to use it. - revise Controller_Admin_Users::action_index() to use it. - revise Controller_Admin_ManageComments::action_queue() to use it. - revise corresponding views to look for (now unified) $children variable. Commit: 1342dff6800d5b35ae726848fcde93016a21dc21 https://github.com/gallery/gallery3/commit/1342dff6800d5b35ae726848fcde93016a21dc21 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/rss/classes/Rss/Controller/Rss.php M modules/search/views/search/results.html.php Log Message: ----------- Fix use of URL::query() in Controller_Rss and views/search/results.html. Commit: 27af0bdd42821627827639d84ba0e3c7b6f442bb https://github.com/gallery/gallery3/commit/27af0bdd42821627827639d84ba0e3c7b6f442bb Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/gallery/classes/Gallery/Breadcrumb.php M modules/search/classes/Search/Controller/Search.php M modules/search/classes/Search/Search.php Log Message: ----------- Make search breadcrumbs go from searched album, not root. - add arg to Breadcrumb::array_from_item_parents() to add a last breadcrumbs. - add Search::get_breadcrumbs() to use new arg. - revise Controller_Search::index() to use Search::get_breadcrumbs(). Commit: 30399bbe028c7174f3fbc2ff003063cfe53433e9 https://github.com/gallery/gallery3/commit/30399bbe028c7174f3fbc2ff003063cfe53433e9 Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/gallery/classes/Gallery/Breadcrumb.php M modules/gallery/tests/Breadcrumb_Test.php M modules/search/classes/Search/Search.php M modules/tag/classes/Tag/Controller/Tags.php Log Message: ----------- Rename Breadcrumb::instance() --> Breadcrumb::factory(). Commit: 91d79e4b4d82d247f4a02a7ac60c9a3a75644e37 https://github.com/gallery/gallery3/commit/91d79e4b4d82d247f4a02a7ac60c9a3a75644e37 Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]> Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M modules/comment/classes/Comment/Controller/Admin/ManageComments.php M modules/comment/classes/Comment/Hook/CommentBlock.php M modules/comment/classes/Comment/Hook/CommentEvent.php M modules/comment/classes/Comment/Hook/CommentRss.php M modules/comment/classes/Comment/Hook/CommentTheme.php M modules/comment/classes/Comment/Model/Comment.php 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/views/admin/block_recent_comments.html.php M modules/comment/views/admin/manage_comments_queue.html.php M modules/comment/views/comment/block.html.php M modules/comment/views/comment/comment.html.php M modules/gallery/classes/Gallery/Breadcrumb.php M modules/gallery/classes/Gallery/Controller/Items.php M modules/gallery/classes/Gallery/View/Gallery.php M modules/gallery/tests/Breadcrumb_Test.php M modules/gallery/tests/controller_auth_data.txt M modules/gallery/views/gallery/user_profile.html.php M modules/rss/classes/Rss/Controller/Rss.php M modules/search/classes/Search/Controller/Search.php M modules/search/classes/Search/Search.php M modules/search/views/search/results.html.php M modules/tag/classes/Tag/Controller/Tags.php M modules/user/classes/User/Controller/Admin/Users.php M modules/user/classes/User/Model/User.php M modules/user/views/admin/users.html.php Log Message: ----------- Merge pull request #441 from shadlaws/fixes_20130701 Fixes 20130701 Compare: https://github.com/gallery/gallery3/compare/4fceaea8d2f9...91d79e4b4d82 ----==_mimepart_51d18777892e8_1751369de4663ad 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_51d18777892e8_1751369de4663ad 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_51d18777892e8_1751369de4663ad--