[gallery/gallery3] b2c4b7: Move most libraries to Gallery (rename-only commit...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <51464e6d47f11_1a5210e012c800ce@hookshot-fe4-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: b2c4b72e2a6739d6fcacea00e7c761acc2e268da
https://github.com/gallery/gallery3/commit/b2c4b72e2a6739d6fcacea00e7c761acc2e268da
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Changed paths:
A modules/gallery/classes/Gallery/Block.php
A modules/gallery/classes/Gallery/Breadcrumb.php
A modules/gallery/classes/Gallery/IdentityProvider.php
A modules/gallery/classes/Gallery/IdentityProvider/Driver.php
A modules/gallery/classes/Gallery/InPlaceEdit.php
A modules/gallery/classes/Gallery/Menu.php
A modules/gallery/classes/Gallery/SafeString.php
A modules/gallery/classes/Gallery/Sendmail.php
A modules/gallery/classes/Gallery/TaskDefinition.php
A modules/gallery/classes/Gallery/View.php
A modules/gallery/classes/Gallery/View/Admin.php
A modules/gallery/classes/Gallery/View/Theme.php
R modules/gallery/libraries/Admin_View.php
R modules/gallery/libraries/Block.php
R modules/gallery/libraries/Breadcrumb.php
R modules/gallery/libraries/Gallery_View.php
R modules/gallery/libraries/IdentityProvider.php
R modules/gallery/libraries/InPlaceEdit.php
R modules/gallery/libraries/Menu.php
R modules/gallery/libraries/SafeString.php
R modules/gallery/libraries/Sendmail.php
R modules/gallery/libraries/Task_Definition.php
R modules/gallery/libraries/Theme_View.php
R modules/gallery/libraries/drivers/IdentityProvider.php
Log Message:
-----------
Move most libraries to Gallery (rename-only commit to be careful with revision histories).
--HG--
rename : modules/gallery/libraries/Block.php => modules/gallery/classes/Gallery/Block.php
rename : modules/gallery/libraries/Breadcrumb.php => modules/gallery/classes/Gallery/Breadcrumb.php
rename : modules/gallery/libraries/IdentityProvider.php => modules/gallery/classes/Gallery/IdentityProvider.php
rename : modules/gallery/libraries/drivers/IdentityProvider.php => modules/gallery/classes/Gallery/IdentityProvider/Driver.php
rename : modules/gallery/libraries/InPlaceEdit.php => modules/gallery/classes/Gallery/InPlaceEdit.php
rename : modules/gallery/libraries/Menu.php => modules/gallery/classes/Gallery/Menu.php
rename : modules/gallery/libraries/SafeString.php => modules/gallery/classes/Gallery/SafeString.php
rename : modules/gallery/libraries/Sendmail.php => modules/gallery/classes/Gallery/Sendmail.php
rename : modules/gallery/libraries/Task_Definition.php => modules/gallery/classes/Gallery/TaskDefinition.php
rename : modules/gallery/libraries/Gallery_View.php => modules/gallery/classes/Gallery/View.php
rename : modules/gallery/libraries/Admin_View.php => modules/gallery/classes/Gallery/View/Admin.php
rename : modules/gallery/libraries/Theme_View.php => modules/gallery/classes/Gallery/View/Theme.php
Commit: 9dee956521449bbad2aea38d47a7a0ce2d296f47
https://github.com/gallery/gallery3/commit/9dee956521449bbad2aea38d47a7a0ce2d296f47
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Changed paths:
A modules/gallery/classes/Gallery.php
Log Message:
-----------
Typo - fix case of Gallery.php filename.
--HG--
rename : modules/gallery/classes/gallery.php => modules/gallery/classes/Gallery.php
Commit: aabe8527c2774c940147494eb83c7d5be91a3324
https://github.com/gallery/gallery3/commit/aabe8527c2774c940147494eb83c7d5be91a3324
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/Block.php
M modules/gallery/classes/Gallery/Breadcrumb.php
M modules/gallery/classes/Gallery/IdentityProvider.php
M modules/gallery/classes/Gallery/IdentityProvider/Driver.php
M modules/gallery/classes/Gallery/InPlaceEdit.php
M modules/gallery/classes/Gallery/SafeString.php
M modules/gallery/classes/Gallery/Sendmail.php
M modules/gallery/classes/Gallery/TaskDefinition.php
M modules/gallery/classes/Gallery/View.php
M modules/gallery/classes/Gallery/View/Admin.php
M modules/gallery/classes/Gallery/View/Theme.php
Log Message:
-----------
Fix class declarations for just-moved libraries (except Menu - it needs extra work).
Commit: d20054eace4d31f5dea091c23e5c5df935ef8618
https://github.com/gallery/gallery3/commit/d20054eace4d31f5dea091c23e5c5df935ef8618
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/Menu.php
A modules/gallery/classes/Gallery/Menu/AjaxLink.php
A modules/gallery/classes/Gallery/Menu/Dialog.php
A modules/gallery/classes/Gallery/Menu/Element.php
A modules/gallery/classes/Gallery/Menu/Link.php
Log Message:
-----------
Break up the Menu library into its five classes, each with its own file.
Commit: 30d379aee83858abbbdb52f1761c24ab9e53a2c3
https://github.com/gallery/gallery3/commit/30d379aee83858abbbdb52f1761c24ab9e53a2c3
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Changed paths:
A modules/gallery/classes/Block.php
A modules/gallery/classes/Breadcrumb.php
A modules/gallery/classes/IdentityProvider.php
A modules/gallery/classes/IdentityProvider/Driver.php
A modules/gallery/classes/InPlaceEdit.php
A modules/gallery/classes/Menu.php
A modules/gallery/classes/Menu/AjaxLink.php
A modules/gallery/classes/Menu/Dialog.php
A modules/gallery/classes/Menu/Element.php
A modules/gallery/classes/Menu/Link.php
A modules/gallery/classes/SafeString.php
A modules/gallery/classes/Sendmail.php
A modules/gallery/classes/TaskDefinition.php
A modules/gallery/classes/View.php
A modules/gallery/classes/View/Admin.php
A modules/gallery/classes/View/Theme.php
Log Message:
-----------
Add class extensions for just-moved libraries.
Commit: c0c6aa289bed1a5da2aeb470c885b09ab820d4f1
https://github.com/gallery/gallery3/commit/c0c6aa289bed1a5da2aeb470c885b09ab820d4f1
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-17 (Sun, 17 Mar 2013)
Changed paths:
A modules/gallery/classes/Block.php
A modules/gallery/classes/Breadcrumb.php
A modules/gallery/classes/Gallery.php
A modules/gallery/classes/Gallery/Block.php
A modules/gallery/classes/Gallery/Breadcrumb.php
A modules/gallery/classes/Gallery/IdentityProvider.php
A modules/gallery/classes/Gallery/IdentityProvider/Driver.php
A modules/gallery/classes/Gallery/InPlaceEdit.php
A modules/gallery/classes/Gallery/Menu.php
A modules/gallery/classes/Gallery/Menu/AjaxLink.php
A modules/gallery/classes/Gallery/Menu/Dialog.php
A modules/gallery/classes/Gallery/Menu/Element.php
A modules/gallery/classes/Gallery/Menu/Link.php
A modules/gallery/classes/Gallery/SafeString.php
A modules/gallery/classes/Gallery/Sendmail.php
A modules/gallery/classes/Gallery/TaskDefinition.php
A modules/gallery/classes/Gallery/View.php
A modules/gallery/classes/Gallery/View/Admin.php
A modules/gallery/classes/Gallery/View/Theme.php
A modules/gallery/classes/IdentityProvider.php
A modules/gallery/classes/IdentityProvider/Driver.php
A modules/gallery/classes/InPlaceEdit.php
A modules/gallery/classes/Menu.php
A modules/gallery/classes/Menu/AjaxLink.php
A modules/gallery/classes/Menu/Dialog.php
A modules/gallery/classes/Menu/Element.php
A modules/gallery/classes/Menu/Link.php
A modules/gallery/classes/SafeString.php
A modules/gallery/classes/Sendmail.php
A modules/gallery/classes/TaskDefinition.php
A modules/gallery/classes/View.php
A modules/gallery/classes/View/Admin.php
A modules/gallery/classes/View/Theme.php
R modules/gallery/libraries/Admin_View.php
R modules/gallery/libraries/Block.php
R modules/gallery/libraries/Breadcrumb.php
R modules/gallery/libraries/Gallery_View.php
R modules/gallery/libraries/IdentityProvider.php
R modules/gallery/libraries/InPlaceEdit.php
R modules/gallery/libraries/Menu.php
R modules/gallery/libraries/SafeString.php
R modules/gallery/libraries/Sendmail.php
R modules/gallery/libraries/Task_Definition.php
R modules/gallery/libraries/Theme_View.php
R modules/gallery/libraries/drivers/IdentityProvider.php
Log Message:
-----------
Merge pull request #224 from shadlaws/gallery_some_libraries_task
Move/rename/extend for most gallery libraries.
Compare: https://github.com/gallery/gallery3/compare/79277c782d8a...c0c6aa289bed
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
__[ 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 ]