[gallery/gallery3] 7d142b: Move the exif module files to their new homes (ren...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <515458cd4f3b9_381c55113012115@hookshot-fe2-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: 7d142bde29c41846c8692ba1247e8afa5bca36af
https://github.com/gallery/gallery3/commit/7d142bde29c41846c8692ba1247e8afa5bca36af
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/exif/classes/Exif/Controller/Exif.php
A modules/exif/classes/Exif/Exif.php
A modules/exif/classes/Exif/Hook/ExifEvent.php
A modules/exif/classes/Exif/Hook/ExifInstaller.php
A modules/exif/classes/Exif/Hook/ExifTask.php
A modules/exif/classes/Exif/Hook/ExifTheme.php
A modules/exif/classes/Exif/Model/ExifKey.php
A modules/exif/classes/Exif/Model/ExifRecord.php
R modules/exif/controllers/exif.php
R modules/exif/helpers/exif.php
R modules/exif/helpers/exif_event.php
R modules/exif/helpers/exif_installer.php
R modules/exif/helpers/exif_task.php
R modules/exif/helpers/exif_theme.php
R modules/exif/lib/exif.php
R modules/exif/lib/makers/canon.php
R modules/exif/lib/makers/fujifilm.php
R modules/exif/lib/makers/gps.php
R modules/exif/lib/makers/nikon.php
R modules/exif/lib/makers/olympus.php
R modules/exif/lib/makers/panasonic.php
R modules/exif/lib/makers/sanyo.php
R modules/exif/models/exif_key.php
R modules/exif/models/exif_record.php
A modules/exif/vendor/exifer/exif.php
A modules/exif/vendor/exifer/makers/canon.php
A modules/exif/vendor/exifer/makers/fujifilm.php
A modules/exif/vendor/exifer/makers/gps.php
A modules/exif/vendor/exifer/makers/nikon.php
A modules/exif/vendor/exifer/makers/olympus.php
A modules/exif/vendor/exifer/makers/panasonic.php
A modules/exif/vendor/exifer/makers/sanyo.php
A modules/exif/views/exif/dialog.html.php
A modules/exif/views/exif/sidebar.html.php
R modules/exif/views/exif_dialog.html.php
R modules/exif/views/exif_sidebar.html.php
Log Message:
-----------
Move the exif module files to their new homes (rename-only commit).
--HG--
rename : modules/exif/controllers/exif.php => modules/exif/classes/Exif/Controller/Exif.php
rename : modules/exif/helpers/exif.php => modules/exif/classes/Exif/Exif.php
rename : modules/exif/helpers/exif_event.php => modules/exif/classes/Exif/Hook/ExifEvent.php
rename : modules/exif/helpers/exif_installer.php => modules/exif/classes/Exif/Hook/ExifInstaller.php
rename : modules/exif/helpers/exif_task.php => modules/exif/classes/Exif/Hook/ExifTask.php
rename : modules/exif/helpers/exif_theme.php => modules/exif/classes/Exif/Hook/ExifTheme.php
rename : modules/exif/models/exif_key.php => modules/exif/classes/Exif/Model/ExifKey.php
rename : modules/exif/models/exif_record.php => modules/exif/classes/Exif/Model/ExifRecord.php
rename : modules/exif/lib/exif.php => modules/exif/vendor/exifer/exif.php
rename : modules/exif/lib/makers/canon.php => modules/exif/vendor/exifer/makers/canon.php
rename : modules/exif/lib/makers/fujifilm.php => modules/exif/vendor/exifer/makers/fujifilm.php
rename : modules/exif/lib/makers/gps.php => modules/exif/vendor/exifer/makers/gps.php
rename : modules/exif/lib/makers/nikon.php => modules/exif/vendor/exifer/makers/nikon.php
rename : modules/exif/lib/makers/olympus.php => modules/exif/vendor/exifer/makers/olympus.php
rename : modules/exif/lib/makers/panasonic.php => modules/exif/vendor/exifer/makers/panasonic.php
rename : modules/exif/lib/makers/sanyo.php => modules/exif/vendor/exifer/makers/sanyo.php
rename : modules/exif/views/exif_dialog.html.php => modules/exif/views/exif/dialog.html.php
rename : modules/exif/views/exif_sidebar.html.php => modules/exif/views/exif/sidebar.html.php
Commit: 260120a32247537daefe85320b7e6d2fa3e12307
https://github.com/gallery/gallery3/commit/260120a32247537daefe85320b7e6d2fa3e12307
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/exif/classes/Exif/Controller/Exif.php
M modules/exif/classes/Exif/Exif.php
M modules/exif/classes/Exif/Hook/ExifEvent.php
M modules/exif/classes/Exif/Hook/ExifInstaller.php
M modules/exif/classes/Exif/Hook/ExifTask.php
M modules/exif/classes/Exif/Hook/ExifTheme.php
M modules/exif/classes/Exif/Model/ExifKey.php
M modules/exif/classes/Exif/Model/ExifRecord.php
Log Message:
-----------
Fix the exif module class declarations.
Commit: f9cfba9dc9bec7ab200f9780eca988dc11725dd8
https://github.com/gallery/gallery3/commit/f9cfba9dc9bec7ab200f9780eca988dc11725dd8
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/exif/classes/Controller/Exif.php
A modules/exif/classes/Exif.php
A modules/exif/classes/Hook/ExifEvent.php
A modules/exif/classes/Hook/ExifInstaller.php
A modules/exif/classes/Hook/ExifTask.php
A modules/exif/classes/Hook/ExifTheme.php
A modules/exif/classes/Model/ExifKey.php
A modules/exif/classes/Model/ExifRecord.php
Log Message:
-----------
Add the exif module transparent-extension-enabling files.
Commit: 3fd0df3198ad7a047600791ba82b650b65c5f9e9
https://github.com/gallery/gallery3/commit/3fd0df3198ad7a047600791ba82b650b65c5f9e9
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/exif/classes/Exif/Controller/Exif.php
M modules/exif/classes/Exif/Exif.php
M modules/exif/classes/Exif/Hook/ExifEvent.php
M modules/exif/classes/Exif/Hook/ExifInstaller.php
M modules/exif/classes/Exif/Hook/ExifTask.php
M modules/exif/classes/Exif/Hook/ExifTheme.php
M modules/exif/tests/Exif_Test.php
M modules/exif/views/exif/dialog.html.php
M modules/exif/views/exif/sidebar.html.php
Log Message:
-----------
Search and replace in exif module (38 places).
Commit: 65b16ffb5688b90271a23b67dcfd0a160b154da6
https://github.com/gallery/gallery3/commit/65b16ffb5688b90271a23b67dcfd0a160b154da6
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/slideshow/classes/Slideshow/Hook/SlideshowEvent.php
A modules/slideshow/classes/Slideshow/Hook/SlideshowInstaller.php
A modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
R modules/slideshow/helpers/slideshow_event.php
R modules/slideshow/helpers/slideshow_installer.php
R modules/slideshow/helpers/slideshow_theme.php
Log Message:
-----------
Move the slideshow module files to their new homes (rename-only commit).
--HG--
rename : modules/slideshow/helpers/slideshow_event.php => modules/slideshow/classes/Slideshow/Hook/SlideshowEvent.php
rename : modules/slideshow/helpers/slideshow_installer.php => modules/slideshow/classes/Slideshow/Hook/SlideshowInstaller.php
rename : modules/slideshow/helpers/slideshow_theme.php => modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
Commit: 9b48e921419a62efde04f91c0864f68935b83c4c
https://github.com/gallery/gallery3/commit/9b48e921419a62efde04f91c0864f68935b83c4c
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/slideshow/classes/Slideshow/Hook/SlideshowEvent.php
M modules/slideshow/classes/Slideshow/Hook/SlideshowInstaller.php
M modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
Log Message:
-----------
Fix the slideshow module class declarations.
Commit: 8e8f998decfdcf279179c126faed0c71cc235041
https://github.com/gallery/gallery3/commit/8e8f998decfdcf279179c126faed0c71cc235041
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/slideshow/classes/Hook/SlideshowEvent.php
A modules/slideshow/classes/Hook/SlideshowInstaller.php
A modules/slideshow/classes/Hook/SlideshowTheme.php
Log Message:
-----------
Add the slideshow module transparent-extension-enabling files.
Commit: bef213b495d6364fb987d5ad158801478a4d990b
https://github.com/gallery/gallery3/commit/bef213b495d6364fb987d5ad158801478a4d990b
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/slideshow/classes/Slideshow/Hook/SlideshowEvent.php
M modules/slideshow/classes/Slideshow/Hook/SlideshowInstaller.php
M modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
Log Message:
-----------
Search and replace in slideshow module (16 places).
Commit: bda83418954f18c452e3b1631fd5b934990a68f7
https://github.com/gallery/gallery3/commit/bda83418954f18c452e3b1631fd5b934990a68f7
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/image_block/classes/ImageBlock/Controller/ImageBlock.php
A modules/image_block/classes/ImageBlock/Hook/ImageBlockBlock.php
A modules/image_block/classes/ImageBlock/Hook/ImageBlockInstaller.php
R modules/image_block/controllers/image_block.php
R modules/image_block/helpers/image_block_block.php
R modules/image_block/helpers/image_block_installer.php
A modules/image_block/views/image_block/block.html.php
R modules/image_block/views/image_block_block.html.php
Log Message:
-----------
Move the image block module files to their new homes (rename-only commit).
--HG--
rename : modules/image_block/controllers/image_block.php => modules/image_block/classes/ImageBlock/Controller/ImageBlock.php
rename : modules/image_block/helpers/image_block_block.php => modules/image_block/classes/ImageBlock/Hook/ImageBlockBlock.php
rename : modules/image_block/helpers/image_block_installer.php => modules/image_block/classes/ImageBlock/Hook/ImageBlockInstaller.php
rename : modules/image_block/views/image_block_block.html.php => modules/image_block/views/image_block/block.html.php
Commit: 9111b9e2f49c8686c285715765315b6d773caa92
https://github.com/gallery/gallery3/commit/9111b9e2f49c8686c285715765315b6d773caa92
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/image_block/classes/Controller/ImageBlock.php
A modules/image_block/classes/Hook/ImageBlockBlock.php
A modules/image_block/classes/Hook/ImageBlockInstaller.php
Log Message:
-----------
Add the image block module transparent-extension-enabling files.
Commit: 7709dd83620e4cd2d40b6b9bcc73b9a7fcd545a2
https://github.com/gallery/gallery3/commit/7709dd83620e4cd2d40b6b9bcc73b9a7fcd545a2
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/image_block/classes/ImageBlock/Controller/ImageBlock.php
M modules/image_block/classes/ImageBlock/Hook/ImageBlockBlock.php
M modules/image_block/classes/ImageBlock/Hook/ImageBlockInstaller.php
Log Message:
-----------
Fix the image block class declarations.
Commit: edd676fdd6df549846ccbcc445b9d56aaaf6aaaa
https://github.com/gallery/gallery3/commit/edd676fdd6df549846ccbcc445b9d56aaaf6aaaa
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/image_block/classes/ImageBlock/Controller/ImageBlock.php
M modules/image_block/classes/ImageBlock/Hook/ImageBlockBlock.php
M modules/image_block/classes/ImageBlock/Hook/ImageBlockInstaller.php
M modules/image_block/views/image_block/block.html.php
Log Message:
-----------
Search and replace in the image block module (15 places).
Commit: 3ed54093dde090da14d8b564ba6bbbf1e18935e5
https://github.com/gallery/gallery3/commit/3ed54093dde090da14d8b564ba6bbbf1e18935e5
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/gallery/classes/Gallery/ORM.php
Log Message:
-----------
Change examples used in Gallery_ORM::_initialize() comments. No functional changes.
Commit: f6607986771ec1bfb6f222934dc644601ca5cbd8
https://github.com/gallery/gallery3/commit/f6607986771ec1bfb6f222934dc644601ca5cbd8
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/exif/classes/Controller/Exif.php
A modules/exif/classes/Exif.php
A modules/exif/classes/Exif/Controller/Exif.php
A modules/exif/classes/Exif/Exif.php
A modules/exif/classes/Exif/Hook/ExifEvent.php
A modules/exif/classes/Exif/Hook/ExifInstaller.php
A modules/exif/classes/Exif/Hook/ExifTask.php
A modules/exif/classes/Exif/Hook/ExifTheme.php
A modules/exif/classes/Exif/Model/ExifKey.php
A modules/exif/classes/Exif/Model/ExifRecord.php
A modules/exif/classes/Hook/ExifEvent.php
A modules/exif/classes/Hook/ExifInstaller.php
A modules/exif/classes/Hook/ExifTask.php
A modules/exif/classes/Hook/ExifTheme.php
A modules/exif/classes/Model/ExifKey.php
A modules/exif/classes/Model/ExifRecord.php
R modules/exif/controllers/exif.php
R modules/exif/helpers/exif.php
R modules/exif/helpers/exif_event.php
R modules/exif/helpers/exif_installer.php
R modules/exif/helpers/exif_task.php
R modules/exif/helpers/exif_theme.php
R modules/exif/lib/exif.php
R modules/exif/lib/makers/canon.php
R modules/exif/lib/makers/fujifilm.php
R modules/exif/lib/makers/gps.php
R modules/exif/lib/makers/nikon.php
R modules/exif/lib/makers/olympus.php
R modules/exif/lib/makers/panasonic.php
R modules/exif/lib/makers/sanyo.php
R modules/exif/models/exif_key.php
R modules/exif/models/exif_record.php
M modules/exif/tests/Exif_Test.php
A modules/exif/vendor/exifer/exif.php
A modules/exif/vendor/exifer/makers/canon.php
A modules/exif/vendor/exifer/makers/fujifilm.php
A modules/exif/vendor/exifer/makers/gps.php
A modules/exif/vendor/exifer/makers/nikon.php
A modules/exif/vendor/exifer/makers/olympus.php
A modules/exif/vendor/exifer/makers/panasonic.php
A modules/exif/vendor/exifer/makers/sanyo.php
A modules/exif/views/exif/dialog.html.php
A modules/exif/views/exif/sidebar.html.php
R modules/exif/views/exif_dialog.html.php
R modules/exif/views/exif_sidebar.html.php
M modules/gallery/classes/Gallery/ORM.php
A modules/image_block/classes/Controller/ImageBlock.php
A modules/image_block/classes/Hook/ImageBlockBlock.php
A modules/image_block/classes/Hook/ImageBlockInstaller.php
A modules/image_block/classes/ImageBlock/Controller/ImageBlock.php
A modules/image_block/classes/ImageBlock/Hook/ImageBlockBlock.php
A modules/image_block/classes/ImageBlock/Hook/ImageBlockInstaller.php
R modules/image_block/controllers/image_block.php
R modules/image_block/helpers/image_block_block.php
R modules/image_block/helpers/image_block_installer.php
A modules/image_block/views/image_block/block.html.php
R modules/image_block/views/image_block_block.html.php
A modules/slideshow/classes/Hook/SlideshowEvent.php
A modules/slideshow/classes/Hook/SlideshowInstaller.php
A modules/slideshow/classes/Hook/SlideshowTheme.php
A modules/slideshow/classes/Slideshow/Hook/SlideshowEvent.php
A modules/slideshow/classes/Slideshow/Hook/SlideshowInstaller.php
A modules/slideshow/classes/Slideshow/Hook/SlideshowTheme.php
R modules/slideshow/helpers/slideshow_event.php
R modules/slideshow/helpers/slideshow_installer.php
R modules/slideshow/helpers/slideshow_theme.php
Log Message:
-----------
Merge pull request #248 from shadlaws/k3_exif_slideshow_image_block_module_translate
K3 exif, slideshow, and image block modules translation.
Compare: https://github.com/gallery/gallery3/compare/b5a6abc38d26...f6607986771e
------------------------------------------------------------------------------
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 ]