[gallery/gallery3] b261b1: Change "->select(array(..., ...))" ---> "->select(...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <5165aa4f60481_6106123813c1713@hookshot-fe6-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: b261b1fdd856060e4232223bce3da59c7b185497
https://github.com/gallery/gallery3/commit/b261b1fdd856060e4232223bce3da59c7b185497
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Access.php
Log Message:
-----------
Change "->select(array(..., ...))" ---> "->select(..., ...)"
Commit: 7d2091874df78dfbfb8497d3a7a9c2d8726ba86e
https://github.com/gallery/gallery3/commit/7d2091874df78dfbfb8497d3a7a9c2d8726ba86e
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/View/Theme.php
Log Message:
-----------
Change how View_Theme sets "item" and "tag" as null from local to global.
This is because View::__get() uses array_key_exists(), not isset(). So, a local
null will trump a global non-null.
Commit: 1799c156e833735dc33a06ce2f8ba0571bacefe5
https://github.com/gallery/gallery3/commit/1799c156e833735dc33a06ce2f8ba0571bacefe5
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/gallery/classes/Gallery/Controller/Admin.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/GalleryLog.php
M modules/gallery/orphans/views/form_uploadify.html.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/recaptcha/views/recaptcha/form.html.php
M modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
M modules/user/classes/User/Controller/Password.php
Log Message:
-----------
Fix Request calls to non-static methods (e.g. "Request::foo()" --> "Request::$current->foo()")
Commit: 0af0b61e88a66d76a9a58152c894ce47a89fe678
https://github.com/gallery/gallery3/commit/0af0b61e88a66d76a9a58152c894ce47a89fe678
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/comment/classes/Comment/Hook/CommentInstaller.php
M modules/comment/classes/Comment/Model/Comment.php
M modules/exif/classes/Exif/Exif.php
M modules/exif/classes/Exif/Hook/ExifTask.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Hook/GalleryTask.php
M modules/notification/classes/Notification/Notification.php
M modules/search/classes/Search/Hook/SearchTask.php
M modules/search/classes/Search/Search.php
M modules/tag/classes/Tag/Model/Tag.php
M modules/tag/classes/Tag/Tag.php
Log Message:
-----------
Update ORM "->join()" syntax to "->join()->on()" (19 places).
Commit: e72739c4df65d99e61d97e2bf7921526807c91fc
https://github.com/gallery/gallery3/commit/e72739c4df65d99e61d97e2bf7921526807c91fc
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/search/classes/Search/Search.php
Log Message:
-----------
Correct quotes and as_object flag in Search. Still need to fix ORM_Iterator references.
Commit: 352830e5e7d8b2a2a468ea1c9318741a496a801e
https://github.com/gallery/gallery3/commit/352830e5e7d8b2a2a468ea1c9318741a496a801e
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Gallery.php
Log Message:
-----------
Update Gallery::find_file() to remove required argument (not in K3).
Commit: ffbe9ebe20c1d9a98ca03cafb47f87cf3e135c0b
https://github.com/gallery/gallery3/commit/ffbe9ebe20c1d9a98ca03cafb47f87cf3e135c0b
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M themes/admin_wind/views/required/admin.html.php
M themes/wind/views/required/page.html.php
Log Message:
-----------
Fix references to ui.init.js --> screen.js
Commit: c85baffb14d6e1b0e973f9f803f7557b6868e3a0
https://github.com/gallery/gallery3/commit/c85baffb14d6e1b0e973f9f803f7557b6868e3a0
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/comment/classes/Comment/Hook/CommentInstaller.php
M modules/comment/classes/Comment/Model/Comment.php
M modules/exif/classes/Exif/Exif.php
M modules/exif/classes/Exif/Hook/ExifTask.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Controller/Admin.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/Gallery.php
M modules/gallery/classes/Gallery/GalleryLog.php
M modules/gallery/classes/Gallery/Hook/GalleryTask.php
M modules/gallery/classes/Gallery/View/Theme.php
M modules/gallery/orphans/views/form_uploadify.html.php
M modules/notification/classes/Notification/Notification.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/recaptcha/views/recaptcha/form.html.php
M modules/search/classes/Search/Hook/SearchTask.php
M modules/search/classes/Search/Search.php
M modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
M modules/tag/classes/Tag/Model/Tag.php
M modules/tag/classes/Tag/Tag.php
M modules/user/classes/User/Controller/Password.php
M themes/admin_wind/views/required/admin.html.php
M themes/wind/views/required/page.html.php
Log Message:
-----------
Merge pull request #283 from shadlaws/fixes_20130410_part2
Fixes 20130410 part2
Compare: https://github.com/gallery/gallery3/compare/53daa870ed52...c85baffb14d6
------------------------------------------------------------------------------
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 ]