[gallery/gallery3] c28a69: Move the rss module files to their new homes (rena...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <5152da5c94d87_6bcb87f12c411ec@hookshot-fe2-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: c28a69313bd64c1ff5a1b09a8aae5825f459c696
https://github.com/gallery/gallery3/commit/c28a69313bd64c1ff5a1b09a8aae5825f459c696
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
A modules/rss/classes/Rss/Controller/Rss.php
A modules/rss/classes/Rss/Hook/RssBlock.php
A modules/rss/classes/Rss/Rss.php
R modules/rss/controllers/rss.php
R modules/rss/helpers/rss.php
R modules/rss/helpers/rss_block.php
R modules/rss/views/feed.mrss.php
A modules/rss/views/rss/block.html.php
A modules/rss/views/rss/feed.mrss.php
R modules/rss/views/rss_block.html.php
Log Message:
-----------
Move the rss module files to their new homes (rename-only commit).
--HG--
rename : modules/rss/controllers/rss.php => modules/rss/classes/Rss/Controller/Rss.php
rename : modules/rss/helpers/rss_block.php => modules/rss/classes/Rss/Hook/RssBlock.php
rename : modules/rss/helpers/rss.php => modules/rss/classes/Rss/Rss.php
rename : modules/rss/views/rss_block.html.php => modules/rss/views/rss/block.html.php
rename : modules/rss/views/feed.mrss.php => modules/rss/views/rss/feed.mrss.php
Commit: 0b00b4ab75c4939ce6bf6db3033e41c99f6759aa
https://github.com/gallery/gallery3/commit/0b00b4ab75c4939ce6bf6db3033e41c99f6759aa
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/rss/classes/Rss/Controller/Rss.php
M modules/rss/classes/Rss/Hook/RssBlock.php
M modules/rss/classes/Rss/Rss.php
Log Message:
-----------
Fix the rss module class declarations.
Commit: 3902abdb64d212cee8597ed07ea99551ca876f52
https://github.com/gallery/gallery3/commit/3902abdb64d212cee8597ed07ea99551ca876f52
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
A modules/rss/classes/Controller/Rss.php
A modules/rss/classes/Hook/RssBlock.php
A modules/rss/classes/Rss.php
Log Message:
-----------
Add the rss module transparent-extension-enabling files.
Commit: fef659c861851ed5c6cfb4101118dc921e7a1d05
https://github.com/gallery/gallery3/commit/fef659c861851ed5c6cfb4101118dc921e7a1d05
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/Hook/GalleryTheme.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/rss/classes/Rss/Hook/RssBlock.php
M modules/rss/classes/Rss/Rss.php
M modules/rss/views/rss/block.html.php
M modules/rss/views/rss/feed.mrss.php
Log Message:
-----------
Search and replace in rss module (31 places) and in gallery module for rss-related terms (3 places).
Commit: d799a2459b7ba6ac30cd8bcb2a955165d478f22c
https://github.com/gallery/gallery3/commit/d799a2459b7ba6ac30cd8bcb2a955165d478f22c
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/rss/classes/Rss/Controller/Rss.php
M modules/rss/classes/Rss/Hook/RssBlock.php
Log Message:
-----------
Search and replace manually in rss module. This is only the "_rss" --> "Rss" changes.
Commit: f99eda77868397cb9d76242b1a674db4445180ec
https://github.com/gallery/gallery3/commit/f99eda77868397cb9d76242b1a674db4445180ec
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/BlockManager.php
M modules/gallery/classes/Gallery/IdentityProvider.php
M modules/gallery/classes/Gallery/Module.php
M modules/gallery/classes/Gallery/Task.php
M modules/gallery/classes/Gallery/View/Admin.php
M modules/gallery/classes/Gallery/View/Theme.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/rss/classes/Rss/Hook/RssBlock.php
Log Message:
-----------
Add "Hook_" in front of hook class names. @todo - write one function to handle all of these cases.
Commit: 01aa18dacf54ca7d84af69632c204612aa845f2a
https://github.com/gallery/gallery3/commit/01aa18dacf54ca7d84af69632c204612aa845f2a
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/BlockManager.php
M modules/gallery/classes/Gallery/Hook/GalleryTheme.php
M modules/gallery/classes/Gallery/IdentityProvider.php
M modules/gallery/classes/Gallery/Module.php
M modules/gallery/classes/Gallery/Task.php
M modules/gallery/classes/Gallery/View/Admin.php
M modules/gallery/classes/Gallery/View/Theme.php
A modules/rss/classes/Controller/Rss.php
A modules/rss/classes/Hook/RssBlock.php
A modules/rss/classes/Rss.php
A modules/rss/classes/Rss/Controller/Rss.php
A modules/rss/classes/Rss/Hook/RssBlock.php
A modules/rss/classes/Rss/Rss.php
R modules/rss/controllers/rss.php
R modules/rss/helpers/rss.php
R modules/rss/helpers/rss_block.php
R modules/rss/views/feed.mrss.php
A modules/rss/views/rss/block.html.php
A modules/rss/views/rss/feed.mrss.php
R modules/rss/views/rss_block.html.php
Log Message:
-----------
Merge pull request #239 from shadlaws/k3_rss_module_translate
K3 rss module translate, fix hook class names.
Compare: https://github.com/gallery/gallery3/compare/269f20e16b9a...01aa18dacf54
------------------------------------------------------------------------------
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 ]