[gallery/gallery3] 21dbd8: Change "Request::$current" -> "Request::current()"...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <516c06f01762a_564ef491385211a@hookshot-fe2-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: 21dbd84cad5c64db0300686ac0108a6d2e1208c0
https://github.com/gallery/gallery3/commit/21dbd84cad5c64db0300686ac0108a6d2e1208c0
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/g2_import/classes/G2Import/Controller/G2.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Controller/Admin.php
M modules/gallery/classes/Gallery/Controller/Admin/AdvancedSettings.php
M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
M modules/gallery/classes/Gallery/Controller/Admin/Sidebar.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/gallery/classes/Gallery/Controller/Logout.php
M modules/gallery/classes/Gallery/Controller/Quick.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/Controller/Upgrader.php
M modules/gallery/classes/Gallery/GalleryLog.php
M modules/gallery/classes/Gallery/Item.php
M modules/gallery/classes/Gallery/Theme.php
M modules/gallery/classes/Gallery/View/Admin.php
M modules/gallery/classes/Gallery/View/Theme.php
M modules/gallery/orphans/views/form_uploadify.html.php
M modules/gallery/views/gallery/l10n_client.html.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/purifier/classes/Purifier.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/recaptcha/orphans/libraries/Form_Recaptcha.php
M modules/recaptcha/views/recaptcha/form.html.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rest/classes/Rest/Rest.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/search/classes/Search/Controller/Search.php
M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
M modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Controller/Tag.php
M modules/tag/classes/Tag/Controller/Tags.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
Log Message:
-----------
Change "Request::$current" -> "Request::current()" which seems more preferred.
Commit: 706343907546f99b43eaa084d28c8dd9de7989f2
https://github.com/gallery/gallery3/commit/706343907546f99b43eaa084d28c8dd9de7989f2
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M index.php
Log Message:
-----------
Revise index.php for K3.
- remove IN_PRODUCTION and KOHANA constants (handled in Kohana::init() params).
- change PHP requirement to 5.3.3+.
- change error reporting (matches K3.3 recommendations).
- fix some minor formatting issues.
Commit: 1b691a16faf8cd592eef8c74e618021f85af04f4
https://github.com/gallery/gallery3/commit/1b691a16faf8cd592eef8c74e618021f85af04f4
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M modules/comment/classes/Comment/Model/Comment.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/gallery/classes/Gallery/Model/Task.php
M modules/gallery/classes/Gallery/ORM/MPTT.php
M modules/tag/classes/Tag/Model/Tag.php
M modules/user/classes/User/Model/Group.php
M modules/user/classes/User/Model/User.php
Log Message:
-----------
Revise save(), create(), update(), and delete() syntaxes for ORM models.
- remove id argument from delete() for Item, Task, ORM_MPTT, Tag, Group, User.
- revise save() for Tag, Task.
- split save() into save(), update(), and create() for Comment.
Commit: d39a86fcafc5659cb7eaf8c2eafee848a9a15198
https://github.com/gallery/gallery3/commit/d39a86fcafc5659cb7eaf8c2eafee848a9a15198
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Model/Item.php
Log Message:
-----------
Remove unneeded $sorting definition in Item model.
Commit: ab040e9578e125e1def0fd6af586e5cb0b301759
https://github.com/gallery/gallery3/commit/ab040e9578e125e1def0fd6af586e5cb0b301759
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M index.php
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
M modules/comment/classes/Comment/Model/Comment.php
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/g2_import/classes/G2Import/Controller/G2.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Controller/Admin.php
M modules/gallery/classes/Gallery/Controller/Admin/AdvancedSettings.php
M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
M modules/gallery/classes/Gallery/Controller/Admin/Sidebar.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/gallery/classes/Gallery/Controller/Logout.php
M modules/gallery/classes/Gallery/Controller/Quick.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/Controller/Upgrader.php
M modules/gallery/classes/Gallery/GalleryLog.php
M modules/gallery/classes/Gallery/Item.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/gallery/classes/Gallery/Model/Task.php
M modules/gallery/classes/Gallery/ORM/MPTT.php
M modules/gallery/classes/Gallery/Theme.php
M modules/gallery/classes/Gallery/View/Admin.php
M modules/gallery/classes/Gallery/View/Theme.php
M modules/gallery/orphans/views/form_uploadify.html.php
M modules/gallery/views/gallery/l10n_client.html.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/purifier/classes/Purifier.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/recaptcha/orphans/libraries/Form_Recaptcha.php
M modules/recaptcha/views/recaptcha/form.html.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rest/classes/Rest/Rest.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/search/classes/Search/Controller/Search.php
M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
M modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Controller/Tag.php
M modules/tag/classes/Tag/Controller/Tags.php
M modules/tag/classes/Tag/Model/Tag.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
M modules/user/classes/User/Model/Group.php
M modules/user/classes/User/Model/User.php
Log Message:
-----------
Merge pull request #290 from shadlaws/fixes_20130415
Fixes 20130415
Compare: https://github.com/gallery/gallery3/compare/3ecc2097c6b1...ab040e9578e1
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
__[ 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 ]