[gallery/gallery3] c59154: Move MY_remote helper to its new home. It no long...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <514b93074ac1a_79f548f13494245@hookshot-fe1-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: c59154e5164dee69589d7263f1a725bee449f516
https://github.com/gallery/gallery3/commit/c59154e5164dee69589d7263f1a725bee449f516
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
A modules/gallery/classes/Gallery/Remote.php
R modules/gallery/helpers/MY_remote.php
Log Message:
-----------
Move MY_remote helper to its new home. It no longer will extend remote.
--HG--
rename : modules/gallery/helpers/MY_remote.php => modules/gallery/classes/Gallery/Remote.php
Commit: 1a0aa16705e699e2367bd7e947eb8d4527b7a69f
https://github.com/gallery/gallery3/commit/1a0aa16705e699e2367bd7e947eb8d4527b7a69f
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/Remote.php
Log Message:
-----------
Fix class declaration for Gallery_Remote, which no longer extends remote.
Gallery only seems to use the remote functions defined in here, which seem
independent from the core helper (which no longer exists in K3).
Commit: 4ca835589321a9fd09d43775ae37c6ac652016e7
https://github.com/gallery/gallery3/commit/4ca835589321a9fd09d43775ae37c6ac652016e7
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
A modules/gallery/classes/Remote.php
Log Message:
-----------
Add class extension for Remote.
Commit: 600a30c1e0c850055b76f0c84d1520bc440c3c9e
https://github.com/gallery/gallery3/commit/600a30c1e0c850055b76f0c84d1520bc440c3c9e
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
R modules/gallery/helpers/gallery_error.php
R modules/gallery/libraries/Form_Script.php
R modules/gallery/libraries/Form_Uploadify.php
R modules/gallery/libraries/Form_Uploadify_buttons.php
R modules/gallery/libraries/MY_Forge.php
R modules/gallery/libraries/MY_Input.php
R modules/gallery/libraries/MY_ORM.php
R modules/gallery/libraries/drivers/Cache/Database.php
A modules/gallery/orphans/helpers/gallery_error.php
A modules/gallery/orphans/libraries/Form_Script.php
A modules/gallery/orphans/libraries/Form_Uploadify.php
A modules/gallery/orphans/libraries/Form_Uploadify_buttons.php
A modules/gallery/orphans/libraries/MY_Forge.php
A modules/gallery/orphans/libraries/MY_Input.php
A modules/gallery/orphans/libraries/MY_ORM.php
A modules/gallery/orphans/libraries/drivers/Cache/Database.php
Log Message:
-----------
Put the un-converted gallery helpers/libraries in an orphans directory for now.
--HG--
rename : modules/gallery/libraries/Form_Script.php => modules/gallery/orphans/libraries/Form_Script.php
Commit: 39a04e7ca18cf635359f93ae085884c637cd425f
https://github.com/gallery/gallery3/commit/39a04e7ca18cf635359f93ae085884c637cd425f
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
R modules/gallery/css/debug.css
R modules/gallery/css/gallery.css
R modules/gallery/css/l10n_client.css
R modules/gallery/css/upgrader.css
R modules/gallery/images/ffmpeg.png
R modules/gallery/images/gallery.png
R modules/gallery/images/gd.png
R modules/gallery/images/graphicsmagick.png
R modules/gallery/images/imagemagick.jpg
R modules/gallery/images/loading-small.gif
R modules/gallery/images/missing_album_cover.jpg
R modules/gallery/images/missing_movie.jpg
R modules/gallery/images/missing_photo.jpg
R modules/gallery/js/albums_form_add.js
R modules/gallery/js/item_form_delete.js
R modules/gallery/js/l10n_client.js
A modules/gallery/media/albums_form_add.js
A modules/gallery/media/debug.css
A modules/gallery/media/gallery.css
A modules/gallery/media/gallery.png
A modules/gallery/media/graphics/ffmpeg.png
A modules/gallery/media/graphics/gd.png
A modules/gallery/media/graphics/graphicsmagick.png
A modules/gallery/media/graphics/imagemagick.jpg
A modules/gallery/media/graphics/missing_album_cover.jpg
A modules/gallery/media/graphics/missing_movie.jpg
A modules/gallery/media/graphics/missing_photo.jpg
A modules/gallery/media/item_form_delete.js
A modules/gallery/media/l10n_client.css
A modules/gallery/media/l10n_client.js
A modules/gallery/media/loading-small.gif
A modules/gallery/media/upgrader.css
Log Message:
-----------
Merged gallery js/css/images into media.
--HG--
rename : modules/gallery/js/albums_form_add.js => modules/gallery/media/albums_form_add.js
rename : modules/gallery/css/debug.css => modules/gallery/media/debug.css
rename : modules/gallery/css/gallery.css => modules/gallery/media/gallery.css
rename : modules/gallery/images/gallery.png => modules/gallery/media/gallery.png
rename : modules/gallery/images/ffmpeg.png => modules/gallery/media/graphics/ffmpeg.png
rename : modules/gallery/images/gd.png => modules/gallery/media/graphics/gd.png
rename : modules/gallery/images/graphicsmagick.png => modules/gallery/media/graphics/graphicsmagick.png
rename : modules/gallery/images/imagemagick.jpg => modules/gallery/media/graphics/imagemagick.jpg
rename : modules/gallery/images/missing_album_cover.jpg => modules/gallery/media/graphics/missing_album_cover.jpg
rename : modules/gallery/images/missing_movie.jpg => modules/gallery/media/graphics/missing_movie.jpg
rename : modules/gallery/images/missing_photo.jpg => modules/gallery/media/graphics/missing_photo.jpg
rename : modules/gallery/js/item_form_delete.js => modules/gallery/media/item_form_delete.js
rename : modules/gallery/css/l10n_client.css => modules/gallery/media/l10n_client.css
rename : modules/gallery/js/l10n_client.js => modules/gallery/media/l10n_client.js
rename : modules/gallery/images/loading-small.gif => modules/gallery/media/loading-small.gif
rename : modules/gallery/css/upgrader.css => modules/gallery/media/upgrader.css
extra : source : 9ae3a421a460884df6c7fb74d949f060677c4a86
Commit: 3d1185906102ab4bd74e89e8de4a38b13346aabe
https://github.com/gallery/gallery3/commit/3d1185906102ab4bd74e89e8de4a38b13346aabe
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
A modules/gallery/orphans/views/kohana/error.php
A modules/gallery/views/admin/advanced_settings.html.php
A modules/gallery/views/admin/block_log_entries.html.php
A modules/gallery/views/admin/block_news.html.php
A modules/gallery/views/admin/block_photo_stream.html.php
A modules/gallery/views/admin/block_platform.html.php
A modules/gallery/views/admin/block_stats.html.php
A modules/gallery/views/admin/block_welcome.html.php
A modules/gallery/views/admin/dashboard.html.php
A modules/gallery/views/admin/graphics.html.php
A modules/gallery/views/admin/graphics_gd.html.php
A modules/gallery/views/admin/graphics_graphicsmagick.html.php
A modules/gallery/views/admin/graphics_imagemagick.html.php
A modules/gallery/views/admin/graphics_none.html.php
A modules/gallery/views/admin/languages.html.php
A modules/gallery/views/admin/maintenance.html.php
A modules/gallery/views/admin/maintenance_show_log.html.php
A modules/gallery/views/admin/maintenance_task.html.php
A modules/gallery/views/admin/modules.html.php
A modules/gallery/views/admin/modules_confirm.html.php
A modules/gallery/views/admin/movies.html.php
A modules/gallery/views/admin/sidebar.html.php
A modules/gallery/views/admin/sidebar_blocks.html.php
A modules/gallery/views/admin/theme_options.html.php
A modules/gallery/views/admin/themes.html.php
A modules/gallery/views/admin/themes_buttonset.html.php
A modules/gallery/views/admin/themes_preview.html.php
R modules/gallery/views/admin_advanced_settings.html.php
R modules/gallery/views/admin_block_log_entries.html.php
R modules/gallery/views/admin_block_news.html.php
R modules/gallery/views/admin_block_photo_stream.html.php
R modules/gallery/views/admin_block_platform.html.php
R modules/gallery/views/admin_block_stats.html.php
R modules/gallery/views/admin_block_welcome.html.php
R modules/gallery/views/admin_dashboard.html.php
R modules/gallery/views/admin_graphics.html.php
R modules/gallery/views/admin_graphics_gd.html.php
R modules/gallery/views/admin_graphics_graphicsmagick.html.php
R modules/gallery/views/admin_graphics_imagemagick.html.php
R modules/gallery/views/admin_graphics_none.html.php
R modules/gallery/views/admin_languages.html.php
R modules/gallery/views/admin_maintenance.html.php
R modules/gallery/views/admin_maintenance_show_log.html.php
R modules/gallery/views/admin_maintenance_task.html.php
R modules/gallery/views/admin_modules.html.php
R modules/gallery/views/admin_modules_confirm.html.php
R modules/gallery/views/admin_movies.html.php
R modules/gallery/views/admin_sidebar.html.php
R modules/gallery/views/admin_sidebar_blocks.html.php
R modules/gallery/views/admin_theme_options.html.php
R modules/gallery/views/admin_themes.html.php
R modules/gallery/views/admin_themes_buttonset.html.php
R modules/gallery/views/admin_themes_preview.html.php
R modules/gallery/views/kohana/error.php
Log Message:
-----------
Move some of the views (admin, plus put the kohana/error template in orphans).
--HG--
rename : modules/gallery/views/kohana/error.php => modules/gallery/orphans/views/kohana/error.php
rename : modules/gallery/views/admin_advanced_settings.html.php => modules/gallery/views/admin/advanced_settings.html.php
rename : modules/gallery/views/admin_block_log_entries.html.php => modules/gallery/views/admin/block_log_entries.html.php
rename : modules/gallery/views/admin_block_news.html.php => modules/gallery/views/admin/block_news.html.php
rename : modules/gallery/views/admin_block_photo_stream.html.php => modules/gallery/views/admin/block_photo_stream.html.php
rename : modules/gallery/views/admin_block_platform.html.php => modules/gallery/views/admin/block_platform.html.php
rename : modules/gallery/views/admin_block_stats.html.php => modules/gallery/views/admin/block_stats.html.php
rename : modules/gallery/views/admin_block_welcome.html.php => modules/gallery/views/admin/block_welcome.html.php
rename : modules/gallery/views/admin_dashboard.html.php => modules/gallery/views/admin/dashboard.html.php
rename : modules/gallery/views/admin_graphics.html.php => modules/gallery/views/admin/graphics.html.php
rename : modules/gallery/views/admin_graphics_gd.html.php => modules/gallery/views/admin/graphics_gd.html.php
rename : modules/gallery/views/admin_graphics_graphicsmagick.html.php => modules/gallery/views/admin/graphics_graphicsmagick.html.php
rename : modules/gallery/views/admin_graphics_imagemagick.html.php => modules/gallery/views/admin/graphics_imagemagick.html.php
rename : modules/gallery/views/admin_graphics_none.html.php => modules/gallery/views/admin/graphics_none.html.php
rename : modules/gallery/views/admin_languages.html.php => modules/gallery/views/admin/languages.html.php
rename : modules/gallery/views/admin_maintenance.html.php => modules/gallery/views/admin/maintenance.html.php
rename : modules/gallery/views/admin_maintenance_show_log.html.php => modules/gallery/views/admin/maintenance_show_log.html.php
rename : modules/gallery/views/admin_maintenance_task.html.php => modules/gallery/views/admin/maintenance_task.html.php
rename : modules/gallery/views/admin_modules.html.php => modules/gallery/views/admin/modules.html.php
rename : modules/gallery/views/admin_modules_confirm.html.php => modules/gallery/views/admin/modules_confirm.html.php
rename : modules/gallery/views/admin_movies.html.php => modules/gallery/views/admin/movies.html.php
rename : modules/gallery/views/admin_sidebar.html.php => modules/gallery/views/admin/sidebar.html.php
rename : modules/gallery/views/admin_sidebar_blocks.html.php => modules/gallery/views/admin/sidebar_blocks.html.php
rename : modules/gallery/views/admin_theme_options.html.php => modules/gallery/views/admin/theme_options.html.php
rename : modules/gallery/views/admin_themes.html.php => modules/gallery/views/admin/themes.html.php
rename : modules/gallery/views/admin_themes_buttonset.html.php => modules/gallery/views/admin/themes_buttonset.html.php
rename : modules/gallery/views/admin_themes_preview.html.php => modules/gallery/views/admin/themes_preview.html.php
extra : source : 4394dc04deac9cd15c86e77c4cbeb8a1c5ca4112
Commit: 58c573857335fd3cf76e8dfd776d253a08fa798e
https://github.com/gallery/gallery3/commit/58c573857335fd3cf76e8dfd776d253a08fa798e
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
A modules/gallery/classes/Gallery/Remote.php
A modules/gallery/classes/Remote.php
R modules/gallery/css/debug.css
R modules/gallery/css/gallery.css
R modules/gallery/css/l10n_client.css
R modules/gallery/css/upgrader.css
R modules/gallery/helpers/MY_remote.php
R modules/gallery/helpers/gallery_error.php
R modules/gallery/images/ffmpeg.png
R modules/gallery/images/gallery.png
R modules/gallery/images/gd.png
R modules/gallery/images/graphicsmagick.png
R modules/gallery/images/imagemagick.jpg
R modules/gallery/images/loading-small.gif
R modules/gallery/images/missing_album_cover.jpg
R modules/gallery/images/missing_movie.jpg
R modules/gallery/images/missing_photo.jpg
R modules/gallery/js/albums_form_add.js
R modules/gallery/js/item_form_delete.js
R modules/gallery/js/l10n_client.js
R modules/gallery/libraries/Form_Script.php
R modules/gallery/libraries/Form_Uploadify.php
R modules/gallery/libraries/Form_Uploadify_buttons.php
R modules/gallery/libraries/MY_Forge.php
R modules/gallery/libraries/MY_Input.php
R modules/gallery/libraries/MY_ORM.php
R modules/gallery/libraries/drivers/Cache/Database.php
A modules/gallery/media/albums_form_add.js
A modules/gallery/media/debug.css
A modules/gallery/media/gallery.css
A modules/gallery/media/gallery.png
A modules/gallery/media/graphics/ffmpeg.png
A modules/gallery/media/graphics/gd.png
A modules/gallery/media/graphics/graphicsmagick.png
A modules/gallery/media/graphics/imagemagick.jpg
A modules/gallery/media/graphics/missing_album_cover.jpg
A modules/gallery/media/graphics/missing_movie.jpg
A modules/gallery/media/graphics/missing_photo.jpg
A modules/gallery/media/item_form_delete.js
A modules/gallery/media/l10n_client.css
A modules/gallery/media/l10n_client.js
A modules/gallery/media/loading-small.gif
A modules/gallery/media/upgrader.css
A modules/gallery/orphans/helpers/gallery_error.php
A modules/gallery/orphans/libraries/Form_Script.php
A modules/gallery/orphans/libraries/Form_Uploadify.php
A modules/gallery/orphans/libraries/Form_Uploadify_buttons.php
A modules/gallery/orphans/libraries/MY_Forge.php
A modules/gallery/orphans/libraries/MY_Input.php
A modules/gallery/orphans/libraries/MY_ORM.php
A modules/gallery/orphans/libraries/drivers/Cache/Database.php
A modules/gallery/orphans/views/kohana/error.php
A modules/gallery/views/admin/advanced_settings.html.php
A modules/gallery/views/admin/block_log_entries.html.php
A modules/gallery/views/admin/block_news.html.php
A modules/gallery/views/admin/block_photo_stream.html.php
A modules/gallery/views/admin/block_platform.html.php
A modules/gallery/views/admin/block_stats.html.php
A modules/gallery/views/admin/block_welcome.html.php
A modules/gallery/views/admin/dashboard.html.php
A modules/gallery/views/admin/graphics.html.php
A modules/gallery/views/admin/graphics_gd.html.php
A modules/gallery/views/admin/graphics_graphicsmagick.html.php
A modules/gallery/views/admin/graphics_imagemagick.html.php
A modules/gallery/views/admin/graphics_none.html.php
A modules/gallery/views/admin/languages.html.php
A modules/gallery/views/admin/maintenance.html.php
A modules/gallery/views/admin/maintenance_show_log.html.php
A modules/gallery/views/admin/maintenance_task.html.php
A modules/gallery/views/admin/modules.html.php
A modules/gallery/views/admin/modules_confirm.html.php
A modules/gallery/views/admin/movies.html.php
A modules/gallery/views/admin/sidebar.html.php
A modules/gallery/views/admin/sidebar_blocks.html.php
A modules/gallery/views/admin/theme_options.html.php
A modules/gallery/views/admin/themes.html.php
A modules/gallery/views/admin/themes_buttonset.html.php
A modules/gallery/views/admin/themes_preview.html.php
R modules/gallery/views/admin_advanced_settings.html.php
R modules/gallery/views/admin_block_log_entries.html.php
R modules/gallery/views/admin_block_news.html.php
R modules/gallery/views/admin_block_photo_stream.html.php
R modules/gallery/views/admin_block_platform.html.php
R modules/gallery/views/admin_block_stats.html.php
R modules/gallery/views/admin_block_welcome.html.php
R modules/gallery/views/admin_dashboard.html.php
R modules/gallery/views/admin_graphics.html.php
R modules/gallery/views/admin_graphics_gd.html.php
R modules/gallery/views/admin_graphics_graphicsmagick.html.php
R modules/gallery/views/admin_graphics_imagemagick.html.php
R modules/gallery/views/admin_graphics_none.html.php
R modules/gallery/views/admin_languages.html.php
R modules/gallery/views/admin_maintenance.html.php
R modules/gallery/views/admin_maintenance_show_log.html.php
R modules/gallery/views/admin_maintenance_task.html.php
R modules/gallery/views/admin_modules.html.php
R modules/gallery/views/admin_modules_confirm.html.php
R modules/gallery/views/admin_movies.html.php
R modules/gallery/views/admin_sidebar.html.php
R modules/gallery/views/admin_sidebar_blocks.html.php
R modules/gallery/views/admin_theme_options.html.php
R modules/gallery/views/admin_themes.html.php
R modules/gallery/views/admin_themes_buttonset.html.php
R modules/gallery/views/admin_themes_preview.html.php
R modules/gallery/views/kohana/error.php
Log Message:
-----------
Merge pull request #228 from shadlaws/kohana_3
Moved around some more files. Also created orphans directory for things that don't really have a new home. Getting there!
Compare: https://github.com/gallery/gallery3/compare/ba455dfdb44d...58c573857335
------------------------------------------------------------------------------
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 ]