[gallery/gallery3] 72c0a3: Add missing preamble to Cache_Database class.
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <51657805c11e5_92efc613896dd@hookshot-fe3-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: 72c0a3203af88902cfd95e014ecd9207e07d5b46
https://github.com/gallery/gallery3/commit/72c0a3203af88902cfd95e014ecd9207e07d5b46
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Cache/Database.php
Log Message:
-----------
Add missing preamble to Cache_Database class.
Commit: 7c9fd13707c0f1bcc556ddc03cfc48f118824f64
https://github.com/gallery/gallery3/commit/7c9fd13707c0f1bcc556ddc03cfc48f118824f64
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Database.php
Log Message:
-----------
Add four extra query type constants to Database override class.
Commit: 61f7e41a71d36bce0f50e48d7277322a757cfc50
https://github.com/gallery/gallery3/commit/61f7e41a71d36bce0f50e48d7277322a757cfc50
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/comment/classes/Comment/Hook/CommentInstaller.php
M modules/exif/classes/Exif/Hook/ExifInstaller.php
M modules/g2_import/classes/G2Import/Hook/G2ImportInstaller.php
M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
M modules/notification/classes/Notification/Hook/NotificationInstaller.php
M modules/rest/classes/Rest/Hook/RestInstaller.php
M modules/search/classes/Search/Hook/SearchInstaller.php
M modules/server_add/classes/ServerAdd/Hook/ServerAddInstaller.php
M modules/tag/classes/Tag/Hook/TagInstaller.php
M modules/user/classes/User/Hook/UserInstaller.php
M modules/watermark/classes/Watermark/Hook/WatermarkInstaller.php
Log Message:
-----------
Add Database::CREATE to queries where applicable.
Commit: 841d2798955573848e08eddc68a1e2a0d7e3ab9f
https://github.com/gallery/gallery3/commit/841d2798955573848e08eddc68a1e2a0d7e3ab9f
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/tag/tests/Tags_Rest_Helper_Test.php
Log Message:
-----------
Add Database::UPDATE to queries where applicable.
Commit: 972f5a3df441b7ab8d7ae1d153819a8c3e190830
https://github.com/gallery/gallery3/commit/972f5a3df441b7ab8d7ae1d153819a8c3e190830
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/ORM/MPTT.php
M modules/gallery/views/admin/block_platform.html.php
M modules/search/classes/Search/Search.php
Log Message:
-----------
Add Database::SELECT to queries where applicable.
Commit: b69a24cb8f06dfe468f3e8fd5cfed261b5e0ba27
https://github.com/gallery/gallery3/commit/b69a24cb8f06dfe468f3e8fd5cfed261b5e0ba27
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/gallery/orphans/libraries/drivers/Cache/Database.php
Log Message:
-----------
Add Database::INSERT to queries where applicable.
Commit: c11371cbe77d8435b66df306a36978ae3a601e3a
https://github.com/gallery/gallery3/commit/c11371cbe77d8435b66df306a36978ae3a601e3a
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/comment/classes/Comment/Hook/CommentInstaller.php
M modules/exif/classes/Exif/Hook/ExifInstaller.php
M modules/gallery/classes/Gallery/Controller/Packager.php
M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
M modules/gallery_unit_test/controllers/gallery_unit_test.php
M modules/notification/classes/Notification/Hook/NotificationInstaller.php
M modules/rest/classes/Rest/Hook/RestInstaller.php
M modules/search/classes/Search/Hook/SearchInstaller.php
M modules/server_add/classes/ServerAdd/Hook/ServerAddInstaller.php
M modules/tag/classes/Tag/Hook/TagInstaller.php
M modules/user/classes/User/Hook/UserInstaller.php
M modules/watermark/classes/Watermark/Hook/WatermarkInstaller.php
Log Message:
-----------
Add Database::DROP to queries where applicable.
Commit: 3e87ccb84b20d0311f2111ae90b72ca3b9a21f89
https://github.com/gallery/gallery3/commit/3e87ccb84b20d0311f2111ae90b72ca3b9a21f89
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/comment/classes/Comment/Hook/CommentInstaller.php
M modules/g2_import/classes/G2Import/Hook/G2ImportInstaller.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
M modules/notification/classes/Notification/Hook/NotificationInstaller.php
M modules/server_add/classes/ServerAdd/Hook/ServerAddInstaller.php
M modules/tag/classes/Tag/Hook/TagInstaller.php
Log Message:
-----------
Add Database::ALTER to queries where applicable.
Commit: b9d92d1289108aecbcc7bb310b09bb079e01099c
https://github.com/gallery/gallery3/commit/b9d92d1289108aecbcc7bb310b09bb079e01099c
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/Packager.php
M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
M modules/gallery/orphans/libraries/drivers/Cache/Database.php
M modules/tag/tests/Tag_Item_Rest_Helper_Test.php
M modules/tag/tests/Tag_Rest_Helper_Test.php
M modules/tag/tests/Tags_Rest_Helper_Test.php
Log Message:
-----------
Add Database::TRUNCATE to queries where applicable.
Commit: c22e239f3c171a071563f4554b7ab0c7fc445da5
https://github.com/gallery/gallery3/commit/c22e239f3c171a071563f4554b7ab0c7fc445da5
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:
-----------
Add Database::SELECT to queries in Search class.
Commit: 56d6f90336b369ac6e812e4d4a74d8bc0482f482
https://github.com/gallery/gallery3/commit/56d6f90336b369ac6e812e4d4a74d8bc0482f482
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Database.php
M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
M modules/rest/classes/Rest/Hook/RestInstaller.php
Log Message:
-----------
Add Database::RENAME to queries where applicable (and add to Database override class).
Commit: b82bce3fd1bad9538ef249d06f0212e207f754f7
https://github.com/gallery/gallery3/commit/b82bce3fd1bad9538ef249d06f0212e207f754f7
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M application/bootstrap.php
Log Message:
-----------
Fix typo in bootstrap: class "gallery" --> "Gallery"
Commit: 94f26a30c08c738a83322fc7eac8081a05e675ab
https://github.com/gallery/gallery3/commit/94f26a30c08c738a83322fc7eac8081a05e675ab
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/URL.php
Log Message:
-----------
Add URL::file() in override class. It's gone and there's no K3 replacement...
Commit: c89ca46c59eee73db15e96857314c2f374214dfe
https://github.com/gallery/gallery3/commit/c89ca46c59eee73db15e96857314c2f374214dfe
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
A modules/gallery/classes/Gallery/GalleryLog.php
R modules/gallery/classes/Gallery/Log.php
A modules/gallery/classes/GalleryLog.php
R modules/gallery/classes/Log.php
Log Message:
-----------
Rename Gallery's "Log" class to "GalleryLog" since K2 "Kohana_Log" is K3 "Log".
Note: simply extending theirs isn't easy since it's called during Kohana::init().
Commit: 3833e6255c2483bc8e213ba8c8de447668e12f2d
https://github.com/gallery/gallery3/commit/3833e6255c2483bc8e213ba8c8de447668e12f2d
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/GalleryLog.php
M modules/gallery/classes/GalleryLog.php
Log Message:
-----------
Update class definitions (and calls) in GalleryLog.
Commit: d063d3d7a96af76fe7dd5ac3fedea0ceea9fb4a1
https://github.com/gallery/gallery3/commit/d063d3d7a96af76fe7dd5ac3fedea0ceea9fb4a1
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/exif/classes/Exif/Hook/ExifTask.php
M modules/g2_import/classes/G2Import/Hook/G2ImportTask.php
M modules/gallery/classes/Gallery/Auth.php
M modules/gallery/classes/Gallery/Controller/Admin/Graphics.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Admin/Maintenance.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/Login.php
M modules/gallery/classes/Gallery/Controller/Movies.php
M modules/gallery/classes/Gallery/Controller/Photos.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/Controller/Uploader.php
M modules/gallery/classes/Gallery/Hook/GalleryEvent.php
M modules/gallery/classes/Gallery/Hook/GalleryTask.php
M modules/gallery/classes/Gallery/Module.php
M modules/gallery/views/admin/block_log_entries.html.php
M modules/gallery/views/admin/maintenance.html.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/search/classes/Search/Hook/SearchTask.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Hook/TagTask.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
M modules/user/classes/User/Controller/Users.php
M modules/watermark/classes/Watermark/Controller/Admin/Watermarks.php
Log Message:
-----------
Fix references to Gallery's "Log" --> "GalleryLog" (58 places).
Commit: c92a5e2fca36a3458a73f9886c289268005aa92d
https://github.com/gallery/gallery3/commit/c92a5e2fca36a3458a73f9886c289268005aa92d
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/akismet/classes/Akismet/Akismet.php
M modules/g2_import/classes/G2Import/G2Import.php
M modules/gallery/classes/Gallery/Auth.php
M modules/gallery/classes/Gallery/Controller/Admin/Maintenance.php
M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
M modules/gallery/classes/Gallery/Controller/Uploader.php
M modules/gallery/classes/Gallery/GalleryGraphics.php
M modules/gallery/classes/Gallery/Graphics.php
M modules/gallery/classes/Gallery/Hook/GalleryEvent.php
M modules/gallery/classes/Gallery/Hook/GalleryTask.php
M modules/gallery/classes/Gallery/IdentityProvider.php
M modules/gallery/classes/Gallery/L10nClient.php
M modules/gallery/classes/Gallery/L10nScanner.php
M modules/gallery/classes/Gallery/Model/Log.php
M modules/gallery/classes/Gallery/Module.php
M modules/gallery/classes/Gallery/Sendmail.php
M modules/gallery/classes/Gallery/Task.php
M modules/gallery/classes/Gallery/Theme.php
M modules/gallery/classes/Gallery/UpgradeChecker.php
M modules/gallery/classes/Gallery/View/Gallery.php
M modules/gallery/orphans/views/kohana/error.php
M modules/notification/classes/Notification/Hook/NotificationEvent.php
M modules/rest/views/rest/error.json.php
M modules/tag/classes/Tag/Hook/TagEvent.php
M modules/tag/classes/Tag/Hook/TagTask.php
Log Message:
-----------
Fix "Log::add" --> "Log::instance()->add" and levels (e.g. "error" --> Log::ERROR).
Commit: d9740f46225980ef7c5552e4e7a11e26cb259edb
https://github.com/gallery/gallery3/commit/d9740f46225980ef7c5552e4e7a11e26cb259edb
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
A modules/gallery/classes/Database/MySQL.php
M modules/gallery/classes/Gallery/Database.php
A modules/gallery/classes/Gallery/Database/MySQL.php
Log Message:
-----------
Update Database overload class for K3.
- remove __construct() overload. These extra parameters don't appear to exist
in K3, and profiling is set by Kohana::$profiling.
- use Database::quote_table() to add the quotes and prefixes for us.
- move query() overload to Database_MySQL overload class so it gets used.
- change "$_table_name" --> "$_prefixed_table_name". This isn't strictly
required, but we were a bit close to "$_table_name" and "$_table_names_plural"
Commit: 7193ef1c9df380a9c43d52b5a3b11ca026cdca8e
https://github.com/gallery/gallery3/commit/7193ef1c9df380a9c43d52b5a3b11ca026cdca8e
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/View/Gallery.php
Log Message:
-----------
Update for K3 HTML::style() and HTML::script() syntax.
Commit: ccb49e1f1e834e8d04cb48c3dfe87ff0cb162ed5
https://github.com/gallery/gallery3/commit/ccb49e1f1e834e8d04cb48c3dfe87ff0cb162ed5
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Cache/Database.php
Log Message:
-----------
Change Cache_Database::set_with_tags() to use ORM and check if cache is new or existing.
Commit: 53daa870ed5273648b49f4e60e208a1607dcd7b9
https://github.com/gallery/gallery3/commit/53daa870ed5273648b49f4e60e208a1607dcd7b9
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M application/bootstrap.php
M modules/akismet/classes/Akismet/Akismet.php
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/comment/classes/Comment/Hook/CommentInstaller.php
M modules/exif/classes/Exif/Hook/ExifInstaller.php
M modules/exif/classes/Exif/Hook/ExifTask.php
M modules/g2_import/classes/G2Import/G2Import.php
M modules/g2_import/classes/G2Import/Hook/G2ImportInstaller.php
M modules/g2_import/classes/G2Import/Hook/G2ImportTask.php
A modules/gallery/classes/Database/MySQL.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Auth.php
M modules/gallery/classes/Gallery/Cache/Database.php
M modules/gallery/classes/Gallery/Controller/Admin/Graphics.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Admin/Maintenance.php
M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/Login.php
M modules/gallery/classes/Gallery/Controller/Movies.php
M modules/gallery/classes/Gallery/Controller/Packager.php
M modules/gallery/classes/Gallery/Controller/Photos.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/Controller/Uploader.php
M modules/gallery/classes/Gallery/Database.php
A modules/gallery/classes/Gallery/Database/MySQL.php
M modules/gallery/classes/Gallery/GalleryGraphics.php
A modules/gallery/classes/Gallery/GalleryLog.php
M modules/gallery/classes/Gallery/Graphics.php
M modules/gallery/classes/Gallery/Hook/GalleryEvent.php
M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
M modules/gallery/classes/Gallery/Hook/GalleryTask.php
M modules/gallery/classes/Gallery/IdentityProvider.php
M modules/gallery/classes/Gallery/L10nClient.php
M modules/gallery/classes/Gallery/L10nScanner.php
R modules/gallery/classes/Gallery/Log.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/gallery/classes/Gallery/Model/Log.php
M modules/gallery/classes/Gallery/Module.php
M modules/gallery/classes/Gallery/ORM/MPTT.php
M modules/gallery/classes/Gallery/Sendmail.php
M modules/gallery/classes/Gallery/Task.php
M modules/gallery/classes/Gallery/Theme.php
M modules/gallery/classes/Gallery/URL.php
M modules/gallery/classes/Gallery/UpgradeChecker.php
M modules/gallery/classes/Gallery/View/Gallery.php
A modules/gallery/classes/GalleryLog.php
R modules/gallery/classes/Log.php
M modules/gallery/orphans/libraries/drivers/Cache/Database.php
M modules/gallery/orphans/views/kohana/error.php
M modules/gallery/views/admin/block_log_entries.html.php
M modules/gallery/views/admin/block_platform.html.php
M modules/gallery/views/admin/maintenance.html.php
M modules/gallery_unit_test/controllers/gallery_unit_test.php
M modules/notification/classes/Notification/Hook/NotificationEvent.php
M modules/notification/classes/Notification/Hook/NotificationInstaller.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/rest/classes/Rest/Hook/RestInstaller.php
M modules/rest/views/rest/error.json.php
M modules/search/classes/Search/Hook/SearchInstaller.php
M modules/search/classes/Search/Hook/SearchTask.php
M modules/search/classes/Search/Search.php
M modules/server_add/classes/ServerAdd/Hook/ServerAddInstaller.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Hook/TagEvent.php
M modules/tag/classes/Tag/Hook/TagInstaller.php
M modules/tag/classes/Tag/Hook/TagTask.php
M modules/tag/tests/Tag_Item_Rest_Helper_Test.php
M modules/tag/tests/Tag_Rest_Helper_Test.php
M modules/tag/tests/Tags_Rest_Helper_Test.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
M modules/user/classes/User/Controller/Users.php
M modules/user/classes/User/Hook/UserInstaller.php
M modules/watermark/classes/Watermark/Controller/Admin/Watermarks.php
M modules/watermark/classes/Watermark/Hook/WatermarkInstaller.php
Log Message:
-----------
Merge pull request #282 from shadlaws/fixes_20130410
Fixes 20130410
Compare: https://github.com/gallery/gallery3/compare/e15d40459f1c...53daa870ed52
------------------------------------------------------------------------------
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 ]