Branch: refs/heads/view_update_draft_still_broken
Home: https://github.com/gallery/gallery3
Commit: e4e3e8acf94222c6ee2f6c229dec256869d420c6
https://github.com/gallery/gallery3/commit/e4e3e8acf94222c6ee2f6c229dec256869d420c6
Author: shadlaws <shad@...>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/View/Admin.php
M modules/gallery/classes/Gallery/View/Theme.php
Log Message:
-----------
Update View_Admin and View_Theme classes for K3.
- revise __construct() syntax to include $data array.
- add static factory() function to View_Theme to handle extra arguments.
- update comments, fix misc formatting.
Commit: 8fd48e8b8e45cd40a37523b5099ce0be5bef859c
https://github.com/gallery/gallery3/commit/8fd48e8b8e45cd40a37523b5099ce0be5bef859c
Author: shadlaws <shad@...>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/comment/classes/Comment/Controller/Admin/Comments.php
M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
M modules/comment/classes/Comment/Controller/Comments.php
M modules/comment/classes/Comment/Hook/CommentBlock.php
M modules/comment/classes/Comment/Hook/CommentEvent.php
M modules/comment/classes/Comment/Hook/CommentTheme.php
M modules/exif/classes/Exif/Controller/Exif.php
M modules/exif/classes/Exif/Hook/ExifTheme.php
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/gallery/classes/Gallery/Controller/Admin/AdvancedSettings.php
M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.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/Admin/Movies.php
M modules/gallery/classes/Gallery/Controller/Admin/Sidebar.php
M modules/gallery/classes/Gallery/Controller/Admin/ThemeOptions.php
M modules/gallery/classes/Gallery/Controller/Admin/Themes.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/gallery/classes/Gallery/Controller/Login.php
M modules/gallery/classes/Gallery/Controller/Movies.php
M modules/gallery/classes/Gallery/Controller/Permissions.php
M modules/gallery/classes/Gallery/Controller/Photos.php
M modules/gallery/classes/Gallery/Controller/Quick.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/Controller/Upgrader.php
M modules/gallery/classes/Gallery/Controller/UserProfile.php
M modules/gallery/classes/Gallery/Controller/WelcomeMessage.php
M modules/gallery/classes/Gallery/Hook/GalleryBlock.php
M modules/gallery/classes/Gallery/Hook/GalleryEvent.php
M modules/gallery/classes/Gallery/Hook/GalleryTheme.php
M modules/gallery/classes/Gallery/InPlaceEdit.php
M modules/gallery/classes/Gallery/Menu.php
M modules/gallery/classes/Gallery/Menu/AjaxLink.php
M modules/gallery/classes/Gallery/Menu/Dialog.php
M modules/gallery/classes/Gallery/Menu/Link.php
M modules/gallery/classes/Gallery/Model/Item.php
M modules/gallery/classes/Gallery/View/Gallery.php
M modules/gallery/classes/Gallery/View/Theme.php
M modules/gallery/orphans/libraries/Form_Uploadify.php
M modules/gallery/orphans/libraries/Form_Uploadify_buttons.php
M modules/gallery/orphans/views/kohana/error.php
M modules/gallery/views/admin/graphics.html.php
M modules/gallery/views/admin/themes.html.php
M modules/image_block/classes/ImageBlock/Hook/ImageBlockBlock.php
M modules/info/classes/Info/Hook/InfoBlock.php
M modules/notification/classes/Notification/Hook/NotificationEvent.php
M modules/notification/classes/Notification/Notification.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/recaptcha/orphans/libraries/Form_Recaptcha.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rest/classes/Rest/Hook/RestEvent.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/rss/classes/Rss/Hook/RssBlock.php
M modules/search/classes/Search/Controller/Search.php
M modules/search/classes/Search/Hook/SearchTheme.php
M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Controller/Tag.php
M modules/tag/classes/Tag/Hook/TagBlock.php
M modules/tag/classes/Tag/Tag.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
M modules/user/views/admin/users.html.php
M modules/watermark/classes/Watermark/Controller/Admin/Watermarks.php
M themes/wind/views/required/page.html.php
Log Message:
-----------
Change "new View()" --> "View::factory()" for View, View_Admin, View_Theme, and View_Gallery (146 places).
Compare: https://github.com/gallery/gallery3/compare/e4e3e8acf942^...8fd48e8b8e45
|