[gallery/gallery3] cad776: Move the notification module files to their new ho...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <515498fc5a8d8_746c12ab13c6277c@hookshot-fe5-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: cad7768620b6215e8905c45258b6e687e2b77a89
https://github.com/gallery/gallery3/commit/cad7768620b6215e8905c45258b6e687e2b77a89
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/notification/classes/Notification/Controller/Notification.php
A modules/notification/classes/Notification/Hook/NotificationEvent.php
A modules/notification/classes/Notification/Hook/NotificationInstaller.php
A modules/notification/classes/Notification/Model/PendingNotification.php
A modules/notification/classes/Notification/Model/Subscription.php
A modules/notification/classes/Notification/Notification.php
R modules/notification/controllers/notification.php
R modules/notification/helpers/notification.php
R modules/notification/helpers/notification_event.php
R modules/notification/helpers/notification_installer.php
R modules/notification/models/pending_notification.php
R modules/notification/models/subscription.php
R modules/notification/views/comment_published.html.php
R modules/notification/views/item_added.html.php
R modules/notification/views/item_deleted.html.php
R modules/notification/views/item_updated.html.php
A modules/notification/views/notification/comment_published.html.php
A modules/notification/views/notification/item_added.html.php
A modules/notification/views/notification/item_deleted.html.php
A modules/notification/views/notification/item_updated.html.php
A modules/notification/views/notification/user_profile.html.php
R modules/notification/views/user_profile_notification.html.php
Log Message:
-----------
Move the notification module files to their new homes (rename-only commit).
--HG--
rename : modules/notification/controllers/notification.php => modules/notification/classes/Notification/Controller/Notification.php
rename : modules/notification/helpers/notification_event.php => modules/notification/classes/Notification/Hook/NotificationEvent.php
rename : modules/notification/helpers/notification_installer.php => modules/notification/classes/Notification/Hook/NotificationInstaller.php
rename : modules/notification/models/pending_notification.php => modules/notification/classes/Notification/Model/PendingNotification.php
rename : modules/notification/models/subscription.php => modules/notification/classes/Notification/Model/Subscription.php
rename : modules/notification/helpers/notification.php => modules/notification/classes/Notification/Notification.php
rename : modules/notification/views/comment_published.html.php => modules/notification/views/notification/comment_published.html.php
rename : modules/notification/views/item_added.html.php => modules/notification/views/notification/item_added.html.php
rename : modules/notification/views/item_deleted.html.php => modules/notification/views/notification/item_deleted.html.php
rename : modules/notification/views/item_updated.html.php => modules/notification/views/notification/item_updated.html.php
rename : modules/notification/views/user_profile_notification.html.php => modules/notification/views/notification/user_profile.html.php
Commit: aae845cf821a3818afd0d552becb70ae8b2fe9eb
https://github.com/gallery/gallery3/commit/aae845cf821a3818afd0d552becb70ae8b2fe9eb
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/notification/classes/Notification/Controller/Notification.php
M modules/notification/classes/Notification/Hook/NotificationEvent.php
M modules/notification/classes/Notification/Hook/NotificationInstaller.php
M modules/notification/classes/Notification/Model/PendingNotification.php
M modules/notification/classes/Notification/Model/Subscription.php
M modules/notification/classes/Notification/Notification.php
Log Message:
-----------
Fix the notification module class declarations.
Commit: ca52da6419cf5b86fdb29b23c013a8a53d201604
https://github.com/gallery/gallery3/commit/ca52da6419cf5b86fdb29b23c013a8a53d201604
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/notification/classes/Controller/Notification.php
A modules/notification/classes/Hook/NotificationEvent.php
A modules/notification/classes/Hook/NotificationInstaller.php
A modules/notification/classes/Model/PendingNotification.php
A modules/notification/classes/Model/Subscription.php
A modules/notification/classes/Notification.php
Log Message:
-----------
Add the notification module transparent-extension-enabling files.
Commit: 97e592f2cae55fc97ab3d265cccfed674794add0
https://github.com/gallery/gallery3/commit/97e592f2cae55fc97ab3d265cccfed674794add0
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/notification/classes/Notification/Controller/Notification.php
M modules/notification/classes/Notification/Hook/NotificationEvent.php
M modules/notification/classes/Notification/Hook/NotificationInstaller.php
M modules/notification/classes/Notification/Notification.php
M modules/notification/views/notification/comment_published.html.php
M modules/notification/views/notification/item_added.html.php
M modules/notification/views/notification/item_deleted.html.php
M modules/notification/views/notification/item_updated.html.php
M modules/notification/views/notification/user_profile.html.php
Log Message:
-----------
Search and replace in the notification module (91 places).
Commit: 207de454ae79215b65f00a097e797a55ad808e45
https://github.com/gallery/gallery3/commit/207de454ae79215b65f00a097e797a55ad808e45
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/organize/classes/Organize/Controller/Organize.php
A modules/organize/classes/Organize/Hook/OrganizeEvent.php
A modules/organize/classes/Organize/Hook/OrganizeInstaller.php
R modules/organize/controllers/organize.php
R modules/organize/css/organize_dialog.css
R modules/organize/css/organize_frame.css
R modules/organize/helpers/organize_event.php
R modules/organize/helpers/organize_installer.php
A modules/organize/media/organize_dialog.css
A modules/organize/media/organize_frame.css
A modules/organize/views/organize/dialog.html.php
A modules/organize/views/organize/frame.html.php
R modules/organize/views/organize_dialog.html.php
R modules/organize/views/organize_frame.html.php
Log Message:
-----------
Move the organize module files to their new homes (rename-only commit).
--HG--
rename : modules/organize/controllers/organize.php => modules/organize/classes/Organize/Controller/Organize.php
rename : modules/organize/helpers/organize_event.php => modules/organize/classes/Organize/Hook/OrganizeEvent.php
rename : modules/organize/helpers/organize_installer.php => modules/organize/classes/Organize/Hook/OrganizeInstaller.php
rename : modules/organize/css/organize_dialog.css => modules/organize/media/organize_dialog.css
rename : modules/organize/css/organize_frame.css => modules/organize/media/organize_frame.css
rename : modules/organize/views/organize_dialog.html.php => modules/organize/views/organize/dialog.html.php
rename : modules/organize/views/organize_frame.html.php => modules/organize/views/organize/frame.html.php
Commit: ff8fc887d0b5a8c177f6cb0413c62ddae6a91187
https://github.com/gallery/gallery3/commit/ff8fc887d0b5a8c177f6cb0413c62ddae6a91187
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/organize/classes/Organize/Controller/Organize.php
M modules/organize/classes/Organize/Hook/OrganizeEvent.php
M modules/organize/classes/Organize/Hook/OrganizeInstaller.php
Log Message:
-----------
Fix the organize module class declarations.
Commit: ad517f0b42ebe44e589af99917096230404d4255
https://github.com/gallery/gallery3/commit/ad517f0b42ebe44e589af99917096230404d4255
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/organize/classes/Controller/Organize.php
A modules/organize/classes/Hook/OrganizeEvent.php
A modules/organize/classes/Hook/OrganizeInstaller.php
Log Message:
-----------
Add the organize module transparent-extension-enabling files.
Commit: 95df0bb883697b1bc2d242a0f4b0091b91eb8a53
https://github.com/gallery/gallery3/commit/95df0bb883697b1bc2d242a0f4b0091b91eb8a53
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/organize/classes/Organize/Controller/Organize.php
M modules/organize/classes/Organize/Hook/OrganizeEvent.php
M modules/organize/classes/Organize/Hook/OrganizeInstaller.php
M modules/organize/views/organize/dialog.html.php
M modules/organize/views/organize/frame.html.php
Log Message:
-----------
Search and replace in the organize module (88 places).
Commit: cd8ed9a074363144efb2be8c0d1725cb1648f038
https://github.com/gallery/gallery3/commit/cd8ed9a074363144efb2be8c0d1725cb1648f038
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/info/classes/Info/Hook/InfoBlock.php
A modules/info/classes/Info/Hook/InfoInstaller.php
A modules/info/classes/Info/Hook/InfoTheme.php
R modules/info/helpers/info_block.php
R modules/info/helpers/info_installer.php
R modules/info/helpers/info_theme.php
A modules/info/views/info/block.html.php
R modules/info/views/info_block.html.php
Log Message:
-----------
Move the info module files to their new homes (rename-only commit).
--HG--
rename : modules/info/helpers/info_block.php => modules/info/classes/Info/Hook/InfoBlock.php
rename : modules/info/helpers/info_installer.php => modules/info/classes/Info/Hook/InfoInstaller.php
rename : modules/info/helpers/info_theme.php => modules/info/classes/Info/Hook/InfoTheme.php
rename : modules/info/views/info_block.html.php => modules/info/views/info/block.html.php
Commit: 38bf4e9c58445a86c9c97910279e7c1ae341c08b
https://github.com/gallery/gallery3/commit/38bf4e9c58445a86c9c97910279e7c1ae341c08b
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/info/classes/Info/Hook/InfoBlock.php
M modules/info/classes/Info/Hook/InfoInstaller.php
M modules/info/classes/Info/Hook/InfoTheme.php
Log Message:
-----------
Fix the info module class declarations.
Commit: f3cab518dd15cfbf021e2915bebeef3e8b5c20e5
https://github.com/gallery/gallery3/commit/f3cab518dd15cfbf021e2915bebeef3e8b5c20e5
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/info/classes/Hook/InfoBlock.php
A modules/info/classes/Hook/InfoInstaller.php
A modules/info/classes/Hook/InfoTheme.php
Log Message:
-----------
Add the info module transparent-extension-enabling files.
Commit: 2e6b0b403c624ee43bb22b5e087c0f07e4ebca1d
https://github.com/gallery/gallery3/commit/2e6b0b403c624ee43bb22b5e087c0f07e4ebca1d
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/info/classes/Info/Hook/InfoBlock.php
M modules/info/classes/Info/Hook/InfoInstaller.php
Log Message:
-----------
Search and replace in the info module (26 places).
Commit: cfb3f4800483f549a6261d065b32ae47769e114d
https://github.com/gallery/gallery3/commit/cfb3f4800483f549a6261d065b32ae47769e114d
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
A modules/g2_import/classes/G2Import/Controller/G2.php
A modules/g2_import/classes/G2Import/G2Import.php
A modules/g2_import/classes/G2Import/G2Import/Exception.php
A modules/g2_import/classes/G2Import/Hook/G2ImportEvent.php
A modules/g2_import/classes/G2Import/Hook/G2ImportInstaller.php
A modules/g2_import/classes/G2Import/Hook/G2ImportTask.php
A modules/g2_import/classes/G2Import/Model/G2Map.php
R modules/g2_import/controllers/admin_g2_import.php
R modules/g2_import/controllers/g2.php
R modules/g2_import/data/broken-image.gif
R modules/g2_import/helpers/g2_import.php
R modules/g2_import/helpers/g2_import_event.php
R modules/g2_import/helpers/g2_import_installer.php
R modules/g2_import/helpers/g2_import_task.php
R modules/g2_import/libraries/G2_Import_Exception.php
A modules/g2_import/media/broken-image.gif
R modules/g2_import/models/g2_map.php
A modules/g2_import/views/admin/g2_import.html.php
R modules/g2_import/views/admin_g2_import.html.php
Log Message:
-----------
Move the g2 import module files to their new homes (rename-only commit).
--HG--
rename : modules/g2_import/controllers/admin_g2_import.php => modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
rename : modules/g2_import/controllers/g2.php => modules/g2_import/classes/G2Import/Controller/G2.php
rename : modules/g2_import/helpers/g2_import.php => modules/g2_import/classes/G2Import/G2Import.php
rename : modules/g2_import/libraries/G2_Import_Exception.php => modules/g2_import/classes/G2Import/G2Import/Exception.php
rename : modules/g2_import/helpers/g2_import_event.php => modules/g2_import/classes/G2Import/Hook/G2ImportEvent.php
rename : modules/g2_import/helpers/g2_import_installer.php => modules/g2_import/classes/G2Import/Hook/G2ImportInstaller.php
rename : modules/g2_import/helpers/g2_import_task.php => modules/g2_import/classes/G2Import/Hook/G2ImportTask.php
rename : modules/g2_import/models/g2_map.php => modules/g2_import/classes/G2Import/Model/G2Map.php
rename : modules/g2_import/data/broken-image.gif => modules/g2_import/media/broken-image.gif
rename : modules/g2_import/views/admin_g2_import.html.php => modules/g2_import/views/admin/g2_import.html.php
Commit: 494a03df5d8699869277c61084a3245027a7d68d
https://github.com/gallery/gallery3/commit/494a03df5d8699869277c61084a3245027a7d68d
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/g2_import/classes/G2Import/Controller/G2.php
M modules/g2_import/classes/G2Import/G2Import.php
M modules/g2_import/classes/G2Import/G2Import/Exception.php
M modules/g2_import/classes/G2Import/Hook/G2ImportEvent.php
M modules/g2_import/classes/G2Import/Hook/G2ImportInstaller.php
M modules/g2_import/classes/G2Import/Hook/G2ImportTask.php
M modules/g2_import/classes/G2Import/Model/G2Map.php
Log Message:
-----------
Fix the g2 import module class declarations.
Commit: 6e9d17a28ff366669b7f2db05756c861339d4e25
https://github.com/gallery/gallery3/commit/6e9d17a28ff366669b7f2db05756c861339d4e25
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/g2_import/classes/Controller/Admin/G2Import.php
A modules/g2_import/classes/Controller/G2.php
A modules/g2_import/classes/G2Import.php
A modules/g2_import/classes/G2Import/Exception.php
A modules/g2_import/classes/Hook/G2ImportEvent.php
A modules/g2_import/classes/Hook/G2ImportInstaller.php
A modules/g2_import/classes/Hook/G2ImportTask.php
A modules/g2_import/classes/Model/G2Map.php
Log Message:
-----------
Add the g2 import module transparent-extension-enabling files.
Commit: eda0a155f242fb43420df8624db45403caa1ff5b
https://github.com/gallery/gallery3/commit/eda0a155f242fb43420df8624db45403caa1ff5b
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/g2_import/classes/G2Import/Controller/G2.php
M modules/g2_import/classes/G2Import/G2Import.php
M modules/g2_import/classes/G2Import/Hook/G2ImportEvent.php
M modules/g2_import/classes/G2Import/Hook/G2ImportInstaller.php
M modules/g2_import/classes/G2Import/Hook/G2ImportTask.php
M modules/g2_import/views/admin/g2_import.html.php
Log Message:
-----------
Search and replace in the g2 import module (175 places).
Commit: a82d1a535e19d4bcdecd66bb159248806d7b79f3
https://github.com/gallery/gallery3/commit/a82d1a535e19d4bcdecd66bb159248806d7b79f3
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/g2_import/classes/G2Import/G2Import.php
Log Message:
-----------
Search and replace manually in the g2 import module (1 place).
Commit: d31bdd554b199a78b344ac7106ea5e1815f529d6
https://github.com/gallery/gallery3/commit/d31bdd554b199a78b344ac7106ea5e1815f529d6
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/g2_import/classes/Controller/Admin/G2Import.php
A modules/g2_import/classes/Controller/G2.php
A modules/g2_import/classes/G2Import.php
A modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
A modules/g2_import/classes/G2Import/Controller/G2.php
A modules/g2_import/classes/G2Import/Exception.php
A modules/g2_import/classes/G2Import/G2Import.php
A modules/g2_import/classes/G2Import/G2Import/Exception.php
A modules/g2_import/classes/G2Import/Hook/G2ImportEvent.php
A modules/g2_import/classes/G2Import/Hook/G2ImportInstaller.php
A modules/g2_import/classes/G2Import/Hook/G2ImportTask.php
A modules/g2_import/classes/G2Import/Model/G2Map.php
A modules/g2_import/classes/Hook/G2ImportEvent.php
A modules/g2_import/classes/Hook/G2ImportInstaller.php
A modules/g2_import/classes/Hook/G2ImportTask.php
A modules/g2_import/classes/Model/G2Map.php
R modules/g2_import/controllers/admin_g2_import.php
R modules/g2_import/controllers/g2.php
R modules/g2_import/data/broken-image.gif
R modules/g2_import/helpers/g2_import.php
R modules/g2_import/helpers/g2_import_event.php
R modules/g2_import/helpers/g2_import_installer.php
R modules/g2_import/helpers/g2_import_task.php
R modules/g2_import/libraries/G2_Import_Exception.php
A modules/g2_import/media/broken-image.gif
R modules/g2_import/models/g2_map.php
A modules/g2_import/views/admin/g2_import.html.php
R modules/g2_import/views/admin_g2_import.html.php
A modules/info/classes/Hook/InfoBlock.php
A modules/info/classes/Hook/InfoInstaller.php
A modules/info/classes/Hook/InfoTheme.php
A modules/info/classes/Info/Hook/InfoBlock.php
A modules/info/classes/Info/Hook/InfoInstaller.php
A modules/info/classes/Info/Hook/InfoTheme.php
R modules/info/helpers/info_block.php
R modules/info/helpers/info_installer.php
R modules/info/helpers/info_theme.php
A modules/info/views/info/block.html.php
R modules/info/views/info_block.html.php
A modules/notification/classes/Controller/Notification.php
A modules/notification/classes/Hook/NotificationEvent.php
A modules/notification/classes/Hook/NotificationInstaller.php
A modules/notification/classes/Model/PendingNotification.php
A modules/notification/classes/Model/Subscription.php
A modules/notification/classes/Notification.php
A modules/notification/classes/Notification/Controller/Notification.php
A modules/notification/classes/Notification/Hook/NotificationEvent.php
A modules/notification/classes/Notification/Hook/NotificationInstaller.php
A modules/notification/classes/Notification/Model/PendingNotification.php
A modules/notification/classes/Notification/Model/Subscription.php
A modules/notification/classes/Notification/Notification.php
R modules/notification/controllers/notification.php
R modules/notification/helpers/notification.php
R modules/notification/helpers/notification_event.php
R modules/notification/helpers/notification_installer.php
R modules/notification/models/pending_notification.php
R modules/notification/models/subscription.php
R modules/notification/views/comment_published.html.php
R modules/notification/views/item_added.html.php
R modules/notification/views/item_deleted.html.php
R modules/notification/views/item_updated.html.php
A modules/notification/views/notification/comment_published.html.php
A modules/notification/views/notification/item_added.html.php
A modules/notification/views/notification/item_deleted.html.php
A modules/notification/views/notification/item_updated.html.php
A modules/notification/views/notification/user_profile.html.php
R modules/notification/views/user_profile_notification.html.php
A modules/organize/classes/Controller/Organize.php
A modules/organize/classes/Hook/OrganizeEvent.php
A modules/organize/classes/Hook/OrganizeInstaller.php
A modules/organize/classes/Organize/Controller/Organize.php
A modules/organize/classes/Organize/Hook/OrganizeEvent.php
A modules/organize/classes/Organize/Hook/OrganizeInstaller.php
R modules/organize/controllers/organize.php
R modules/organize/css/organize_dialog.css
R modules/organize/css/organize_frame.css
R modules/organize/helpers/organize_event.php
R modules/organize/helpers/organize_installer.php
A modules/organize/media/organize_dialog.css
A modules/organize/media/organize_frame.css
A modules/organize/views/organize/dialog.html.php
A modules/organize/views/organize/frame.html.php
R modules/organize/views/organize_dialog.html.php
R modules/organize/views/organize_frame.html.php
Log Message:
-----------
Merge pull request #249 from shadlaws/k3_last_modules_translate
K3 last module translations!
Compare: https://github.com/gallery/gallery3/compare/f6607986771e...d31bdd554b19
------------------------------------------------------------------------------
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 ]