[gallery/gallery3] f3893d: Replace Item::ROOT_ID by Item::root()->id.
GitHub <noreply-9UaJU3cA/F/[email protected]> Sat, 01 Jun 2013 02:57:38 -0700
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <51a9c592b384f_1bc5aa9de414228b@hookshot-fe2-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: f3893dffe4c773e3f21602c6f274c02b3c0babed
https://github.com/gallery/gallery3/commit/f3893dffe4c773e3f21602c6f274c02b3c0babed
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M modules/akismet/tests/Akismet_Test.php
M modules/comment/tests/Comment_Model_Test.php
M modules/comment/tests/Comment_Test.php
M modules/gallery/classes/Gallery/Hook/GalleryTask.php
M modules/gallery/classes/Gallery/Item.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/gallery/tests/Item_Model_Test.php
M modules/gallery/tests/Item_Test.php
M modules/gallery_unittest/classes/GalleryUnittest/Test.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/organize/views/organize/frame.html.php
M modules/search/classes/Search/Controller/Search.php
M modules/search/views/search/link.html.php
M modules/search/views/search/results.html.php
Log Message:
-----------
Replace Item::ROOT_ID by Item::root()->id.
Commit: 851b35b2b6e40cc053fcaaa5830751e4b457c4cb
https://github.com/gallery/gallery3/commit/851b35b2b6e40cc053fcaaa5830751e4b457c4cb
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/FileProxy.php
Log Message:
-----------
Add clarifying comment to Controller_FileProxy re: TEST_MODE error codes.
Commit: 070183d1b9d91c0c114fb54754b45cca2c1e3c03
https://github.com/gallery/gallery3/commit/070183d1b9d91c0c114fb54754b45cca2c1e3c03
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/FileProxy.php
Log Message:
-----------
Add @todo comment in Controller_FileProxy re: the hard exit after Profiler.
Commit: 40daff4a406b2cd5c41765d2c57cc1181d36370a
https://github.com/gallery/gallery3/commit/40daff4a406b2cd5c41765d2c57cc1181d36370a
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-06-01 (Sat, 01 Jun 2013)
Changed paths:
M application/bootstrap.php
A modules/gallery_unittest/classes/GalleryUnittest/Upload.php
A modules/gallery_unittest/classes/Upload.php
Log Message:
-----------
Add Upload class overrides to gallery_unittest module to allow fake uploads.
Since this is in gallery_unittest, it has no impact on production installations.
Commit: 8678308110043c7d6a011a170ff2613c919c5518
https://github.com/gallery/gallery3/commit/8678308110043c7d6a011a170ff2613c919c5518
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-06-01 (Sat, 01 Jun 2013)
Changed paths:
M modules/watermark/tests/Admin_Watermarks_Controller_Test.php
Log Message:
-----------
Revise Admin_Watermarks_Controller_Test for K3 - passes!
Commit: 33f789ddb76b860a9e6c240100de1250cd9c4a16
https://github.com/gallery/gallery3/commit/33f789ddb76b860a9e6c240100de1250cd9c4a16
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-06-01 (Sat, 01 Jun 2013)
Changed paths:
M modules/gallery/classes/Gallery/Inflector.php
Log Message:
-----------
Fix Inflector::convert_class_to_module_name() to work with multiple capital
letters (e.g. "JSBach"). Now passes unit test.
Commit: 7f2e347695a3acfe7a30bdcdf724c0160e174a9d
https://github.com/gallery/gallery3/commit/7f2e347695a3acfe7a30bdcdf724c0160e174a9d
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-06-01 (Sat, 01 Jun 2013)
Changed paths:
M modules/gallery/tests/File_Structure_Test.php
Log Message:
-----------
Change File_Structure_Test::test_code_files_start_with_preamble() to use
GalleryCodeFilterIterator. Otherwise, it will look in the test/var/tmp
directory at other garbage that unit tests have created.
Commit: 09efe781e554feb64bfde7cc62a0fec6ea7e74be
https://github.com/gallery/gallery3/commit/09efe781e554feb64bfde7cc62a0fec6ea7e74be
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-06-01 (Sat, 01 Jun 2013)
Changed paths:
M modules/purifier/tests/Purifier_Test.php
Log Message:
-----------
Fix Purifier tests - they now pass.
Commit: 88805405f536e7d4206ce644a60903cb2e23cbb4
https://github.com/gallery/gallery3/commit/88805405f536e7d4206ce644a60903cb2e23cbb4
Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-06-01 (Sat, 01 Jun 2013)
Changed paths:
M application/bootstrap.php
M modules/akismet/tests/Akismet_Test.php
M modules/comment/tests/Comment_Model_Test.php
M modules/comment/tests/Comment_Test.php
M modules/gallery/classes/Gallery/Controller/FileProxy.php
M modules/gallery/classes/Gallery/Hook/GalleryTask.php
M modules/gallery/classes/Gallery/Inflector.php
M modules/gallery/classes/Gallery/Item.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/gallery/tests/File_Structure_Test.php
M modules/gallery/tests/Item_Model_Test.php
M modules/gallery/tests/Item_Test.php
M modules/gallery_unittest/classes/GalleryUnittest/Test.php
A modules/gallery_unittest/classes/GalleryUnittest/Upload.php
A modules/gallery_unittest/classes/Upload.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/organize/views/organize/frame.html.php
M modules/purifier/tests/Purifier_Test.php
M modules/search/classes/Search/Controller/Search.php
M modules/search/views/search/link.html.php
M modules/search/views/search/results.html.php
M modules/watermark/tests/Admin_Watermarks_Controller_Test.php
Log Message:
-----------
Merge pull request #377 from shadlaws/fixes_20130601
Fixes 20130601
Compare: https://github.com/gallery/gallery3/compare/2560e1e26c1c...88805405f536
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
__[ 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 ]