[gallery/gallery3] 100e7e: Move the rest module classes to their new homes (r...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <5152b08e14d2c_3a5d4f4138127d9@hookshot-fe4-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: 100e7e28200391ef942dd57a8c14cd8096bda1a2
https://github.com/gallery/gallery3/commit/100e7e28200391ef942dd57a8c14cd8096bda1a2
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
A modules/rest/classes/Rest/Controller/Rest.php
A modules/rest/classes/Rest/Hook/Rest/Registry.php
A modules/rest/classes/Rest/Hook/RestEvent.php
A modules/rest/classes/Rest/Hook/RestInstaller.php
A modules/rest/classes/Rest/Model/UserAccessKey.php
A modules/rest/classes/Rest/Rest.php
A modules/rest/classes/Rest/Rest/Exception.php
R modules/rest/controllers/rest.php
R modules/rest/helpers/registry_rest.php
R modules/rest/helpers/rest.php
R modules/rest/helpers/rest_event.php
R modules/rest/helpers/rest_installer.php
R modules/rest/libraries/Rest_Exception.php
R modules/rest/models/user_access_key.php
R modules/rest/views/error_rest.json.php
R modules/rest/views/reset_api_key_confirm.html.php
A modules/rest/views/rest/error_rest.json.php
A modules/rest/views/rest/reset_api_key_confirm.html.php
A modules/rest/views/rest/user_profile_rest.html.php
R modules/rest/views/user_profile_rest.html.php
Log Message:
-----------
Move the rest module classes to their new homes (rename-only commit).
--HG--
rename : modules/rest/controllers/rest.php => modules/rest/classes/Rest/Controller/Rest.php
rename : modules/rest/helpers/registry_rest.php => modules/rest/classes/Rest/Hook/Rest/Registry.php
rename : modules/rest/helpers/rest_event.php => modules/rest/classes/Rest/Hook/RestEvent.php
rename : modules/rest/helpers/rest_installer.php => modules/rest/classes/Rest/Hook/RestInstaller.php
rename : modules/rest/models/user_access_key.php => modules/rest/classes/Rest/Model/UserAccessKey.php
rename : modules/rest/helpers/rest.php => modules/rest/classes/Rest/Rest.php
rename : modules/rest/libraries/Rest_Exception.php => modules/rest/classes/Rest/Rest/Exception.php
rename : modules/rest/views/error_rest.json.php => modules/rest/views/rest/error_rest.json.php
rename : modules/rest/views/reset_api_key_confirm.html.php => modules/rest/views/rest/reset_api_key_confirm.html.php
rename : modules/rest/views/user_profile_rest.html.php => modules/rest/views/rest/user_profile_rest.html.php
Commit: 47db7f652c1051cc09a72d0365bff6fe93cf87a3
https://github.com/gallery/gallery3/commit/47db7f652c1051cc09a72d0365bff6fe93cf87a3
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rest/classes/Rest/Hook/Rest/Registry.php
M modules/rest/classes/Rest/Hook/RestEvent.php
M modules/rest/classes/Rest/Hook/RestInstaller.php
M modules/rest/classes/Rest/Model/UserAccessKey.php
M modules/rest/classes/Rest/Rest.php
M modules/rest/classes/Rest/Rest/Exception.php
Log Message:
-----------
Fix the rest module class declarations.
Commit: e7401c4cf0f85633ef66aee37938ce77d14d7131
https://github.com/gallery/gallery3/commit/e7401c4cf0f85633ef66aee37938ce77d14d7131
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
A modules/rest/classes/Controller/Rest.php
A modules/rest/classes/Hook/Rest/Registry.php
A modules/rest/classes/Hook/RestEvent.php
A modules/rest/classes/Hook/RestInstaller.php
A modules/rest/classes/Model/UserAccessKey.php
A modules/rest/classes/Rest.php
A modules/rest/classes/Rest/Exception.php
Log Message:
-----------
Add the rest module transparent-extension-enabling files.
Commit: 37304e2ef83e4521d6f7e88c6e2838c330926e44
https://github.com/gallery/gallery3/commit/37304e2ef83e4521d6f7e88c6e2838c330926e44
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
A modules/rest/views/rest/error.json.php
R modules/rest/views/rest/error_rest.json.php
A modules/rest/views/rest/user_profile.html.php
R modules/rest/views/rest/user_profile_rest.html.php
Log Message:
-----------
Tweak the names of some rest module views.
--HG--
rename : modules/rest/views/rest/error_rest.json.php => modules/rest/views/rest/error.json.php
rename : modules/rest/views/rest/user_profile_rest.html.php => modules/rest/views/rest/user_profile.html.php
Commit: 0e055e4990beeb5418c6ef8d993d1dac2a0d8209
https://github.com/gallery/gallery3/commit/0e055e4990beeb5418c6ef8d993d1dac2a0d8209
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/Hook/Rest/Data.php
M modules/gallery/classes/Gallery/Hook/Rest/Item.php
M modules/gallery/classes/Gallery/Hook/Rest/Items.php
M modules/gallery/classes/Gallery/Hook/Rest/Tree.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/gallery/tests/Data_Rest_Helper_Test.php
M modules/gallery/tests/Item_Model_Test.php
M modules/gallery/tests/Item_Rest_Helper_Test.php
M modules/gallery/tests/Items_Rest_Helper_Test.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rest/classes/Rest/Hook/Rest/Registry.php
M modules/rest/classes/Rest/Hook/RestEvent.php
M modules/rest/classes/Rest/Hook/RestInstaller.php
M modules/rest/classes/Rest/Rest.php
M modules/rest/classes/Rest/Rest/Exception.php
M modules/rest/tests/Rest_Controller_Test.php
M modules/rest/views/rest/error.json.php
M modules/rest/views/rest/user_profile.html.php
Log Message:
-----------
Search and replace in rest module (75 places) and in gallery module for rest-related terms (118 places).
Commit: 7deb16664ca2f7ed97616f30183a122bc72cb77e
https://github.com/gallery/gallery3/commit/7deb16664ca2f7ed97616f30183a122bc72cb77e
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rest/classes/Rest/Hook/Rest/Registry.php
M modules/rest/classes/Rest/Rest.php
Log Message:
-----------
Search and replace manually in rest module. This is mostly the "helper/*_rest" --> "Hook_Rest_*" change.
Commit: 269f20e16b9a6fd93cb6dce8fcaccb3bbfa8a2ac
https://github.com/gallery/gallery3/commit/269f20e16b9a6fd93cb6dce8fcaccb3bbfa8a2ac
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/Hook/Rest/Data.php
M modules/gallery/classes/Gallery/Hook/Rest/Item.php
M modules/gallery/classes/Gallery/Hook/Rest/Items.php
M modules/gallery/classes/Gallery/Hook/Rest/Tree.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/gallery/tests/Data_Rest_Helper_Test.php
M modules/gallery/tests/Item_Model_Test.php
M modules/gallery/tests/Item_Rest_Helper_Test.php
M modules/gallery/tests/Items_Rest_Helper_Test.php
A modules/rest/classes/Controller/Rest.php
A modules/rest/classes/Hook/Rest/Registry.php
A modules/rest/classes/Hook/RestEvent.php
A modules/rest/classes/Hook/RestInstaller.php
A modules/rest/classes/Model/UserAccessKey.php
A modules/rest/classes/Rest.php
A modules/rest/classes/Rest/Controller/Rest.php
A modules/rest/classes/Rest/Exception.php
A modules/rest/classes/Rest/Hook/Rest/Registry.php
A modules/rest/classes/Rest/Hook/RestEvent.php
A modules/rest/classes/Rest/Hook/RestInstaller.php
A modules/rest/classes/Rest/Model/UserAccessKey.php
A modules/rest/classes/Rest/Rest.php
A modules/rest/classes/Rest/Rest/Exception.php
R modules/rest/controllers/rest.php
R modules/rest/helpers/registry_rest.php
R modules/rest/helpers/rest.php
R modules/rest/helpers/rest_event.php
R modules/rest/helpers/rest_installer.php
R modules/rest/libraries/Rest_Exception.php
R modules/rest/models/user_access_key.php
M modules/rest/tests/Rest_Controller_Test.php
R modules/rest/views/error_rest.json.php
R modules/rest/views/reset_api_key_confirm.html.php
A modules/rest/views/rest/error.json.php
A modules/rest/views/rest/reset_api_key_confirm.html.php
A modules/rest/views/rest/user_profile.html.php
R modules/rest/views/user_profile_rest.html.php
Log Message:
-----------
Merge pull request #238 from shadlaws/k3_rest_module_translate
Convert rest module to K3-speak.
Compare: https://github.com/gallery/gallery3/compare/d7ddd9e0369a...269f20e16b9a
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
__[ 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 ]