[gallery/gallery3] e5a243: Search and replace for PasswordHash.php paths (mis...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <51541da1b00ca_7b93ca913066647@hookshot-fe2-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: e5a24306ee79223a1e8b92b4696bb2ff0560dde7
https://github.com/gallery/gallery3/commit/e5a24306ee79223a1e8b92b4696bb2ff0560dde7
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/gallery/tests/File_Structure_Test.php
M modules/gallery/tests/Gallery_Filters.php
M modules/user/classes/User/IdentityProvider/Gallery.php
M modules/user/classes/User/User.php
Log Message:
-----------
Search and replace for PasswordHash.php paths (missed them in main K3 user module translation... oops).
Commit: 08c6a4512d3879a47548cda2932fc5c611af3bbc
https://github.com/gallery/gallery3/commit/08c6a4512d3879a47548cda2932fc5c611af3bbc
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/comment/classes/Comment/Comment.php
A modules/comment/classes/Comment/Controller/Admin/Comments.php
A modules/comment/classes/Comment/Controller/Admin/ManageComments.php
A modules/comment/classes/Comment/Controller/Comments.php
A modules/comment/classes/Comment/Hook/CommentBlock.php
A modules/comment/classes/Comment/Hook/CommentEvent.php
A modules/comment/classes/Comment/Hook/CommentInstaller.php
A modules/comment/classes/Comment/Hook/CommentRss.php
A modules/comment/classes/Comment/Hook/CommentTheme.php
A modules/comment/classes/Comment/Hook/Rest/Comment.php
A modules/comment/classes/Comment/Hook/Rest/Comments.php
A modules/comment/classes/Comment/Hook/Rest/ItemComments.php
A modules/comment/classes/Comment/Model/Comment.php
R modules/comment/controllers/admin_comments.php
R modules/comment/controllers/admin_manage_comments.php
R modules/comment/controllers/comments.php
R modules/comment/css/comment.css
R modules/comment/helpers/comment.php
R modules/comment/helpers/comment_block.php
R modules/comment/helpers/comment_event.php
R modules/comment/helpers/comment_installer.php
R modules/comment/helpers/comment_rest.php
R modules/comment/helpers/comment_rss.php
R modules/comment/helpers/comment_theme.php
R modules/comment/helpers/comments_rest.php
R modules/comment/helpers/item_comments_rest.php
R modules/comment/js/comment.js
A modules/comment/media/comment.css
A modules/comment/media/comment.js
R modules/comment/models/comment.php
A modules/comment/views/admin/block_recent_comments.html.php
A modules/comment/views/admin/comments.html.php
A modules/comment/views/admin/manage_comments.html.php
A modules/comment/views/admin/manage_comments_queue.html.php
R modules/comment/views/admin_block_recent_comments.html.php
R modules/comment/views/admin_comments.html.php
R modules/comment/views/admin_manage_comments.html.php
R modules/comment/views/admin_manage_comments_queue.html.php
R modules/comment/views/comment.html.php
R modules/comment/views/comment.mrss.php
A modules/comment/views/comment/block.html.php
A modules/comment/views/comment/comment.html.php
A modules/comment/views/comment/feed.mrss.php
A modules/comment/views/comment/user_profile.html.php
R modules/comment/views/comments.html.php
R modules/comment/views/user_profile_comments.html.php
Log Message:
-----------
Move the comment module files to their new homes (rename-only commit).
--HG--
rename : modules/comment/helpers/comment.php => modules/comment/classes/Comment/Comment.php
rename : modules/comment/controllers/admin_comments.php => modules/comment/classes/Comment/Controller/Admin/Comments.php
rename : modules/comment/controllers/admin_manage_comments.php => modules/comment/classes/Comment/Controller/Admin/ManageComments.php
rename : modules/comment/controllers/comments.php => modules/comment/classes/Comment/Controller/Comments.php
rename : modules/comment/helpers/comment_block.php => modules/comment/classes/Comment/Hook/CommentBlock.php
rename : modules/comment/helpers/comment_event.php => modules/comment/classes/Comment/Hook/CommentEvent.php
rename : modules/comment/helpers/comment_installer.php => modules/comment/classes/Comment/Hook/CommentInstaller.php
rename : modules/comment/helpers/comment_rss.php => modules/comment/classes/Comment/Hook/CommentRss.php
rename : modules/comment/helpers/comment_theme.php => modules/comment/classes/Comment/Hook/CommentTheme.php
rename : modules/comment/helpers/comment_rest.php => modules/comment/classes/Comment/Hook/Rest/Comment.php
rename : modules/comment/helpers/comments_rest.php => modules/comment/classes/Comment/Hook/Rest/Comments.php
rename : modules/comment/helpers/item_comments_rest.php => modules/comment/classes/Comment/Hook/Rest/ItemComments.php
rename : modules/comment/models/comment.php => modules/comment/classes/Comment/Model/Comment.php
rename : modules/comment/css/comment.css => modules/comment/media/comment.css
rename : modules/comment/js/comment.js => modules/comment/media/comment.js
rename : modules/comment/views/admin_block_recent_comments.html.php => modules/comment/views/admin/block_recent_comments.html.php
rename : modules/comment/views/admin_comments.html.php => modules/comment/views/admin/comments.html.php
rename : modules/comment/views/admin_manage_comments.html.php => modules/comment/views/admin/manage_comments.html.php
rename : modules/comment/views/admin_manage_comments_queue.html.php => modules/comment/views/admin/manage_comments_queue.html.php
rename : modules/comment/views/comments.html.php => modules/comment/views/comment/block.html.php
rename : modules/comment/views/comment.html.php => modules/comment/views/comment/comment.html.php
rename : modules/comment/views/comment.mrss.php => modules/comment/views/comment/feed.mrss.php
rename : modules/comment/views/user_profile_comments.html.php => modules/comment/views/comment/user_profile.html.php
Commit: ee287405bee2b3f7cf7d32a219022b1eb546c682
https://github.com/gallery/gallery3/commit/ee287405bee2b3f7cf7d32a219022b1eb546c682
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/comment/classes/Comment/Comment.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/CommentInstaller.php
M modules/comment/classes/Comment/Hook/CommentRss.php
M modules/comment/classes/Comment/Hook/CommentTheme.php
M modules/comment/classes/Comment/Hook/Rest/Comment.php
M modules/comment/classes/Comment/Hook/Rest/Comments.php
M modules/comment/classes/Comment/Hook/Rest/ItemComments.php
M modules/comment/classes/Comment/Model/Comment.php
Log Message:
-----------
Fix the comment module class declarations.
Commit: e2c3ed7ee378b5bfd43674efaf87f3374c0e50df
https://github.com/gallery/gallery3/commit/e2c3ed7ee378b5bfd43674efaf87f3374c0e50df
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/comment/classes/Comment.php
A modules/comment/classes/Controller/Admin/Comments.php
A modules/comment/classes/Controller/Admin/ManageComments.php
A modules/comment/classes/Controller/Comments.php
A modules/comment/classes/Hook/CommentBlock.php
A modules/comment/classes/Hook/CommentEvent.php
A modules/comment/classes/Hook/CommentInstaller.php
A modules/comment/classes/Hook/CommentRss.php
A modules/comment/classes/Hook/CommentTheme.php
A modules/comment/classes/Hook/Rest/Comment.php
A modules/comment/classes/Hook/Rest/Comments.php
A modules/comment/classes/Hook/Rest/ItemComments.php
A modules/comment/classes/Model/Comment.php
Log Message:
-----------
Add the comment module transparent-extension-enabling files.
Commit: b4a6e648c264d5502ddcb0ab6f50998b50cf8a15
https://github.com/gallery/gallery3/commit/b4a6e648c264d5502ddcb0ab6f50998b50cf8a15
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/comment/classes/Comment/Comment.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/CommentInstaller.php
M modules/comment/classes/Comment/Hook/CommentRss.php
M modules/comment/classes/Comment/Hook/CommentTheme.php
M modules/comment/classes/Comment/Hook/Rest/Comment.php
M modules/comment/classes/Comment/Hook/Rest/Comments.php
M modules/comment/classes/Comment/Hook/Rest/ItemComments.php
M modules/comment/classes/Comment/Model/Comment.php
M modules/comment/tests/Comment_Event_Test.php
M modules/comment/tests/Comment_Helper_Test.php
M modules/comment/tests/Comment_Model_Test.php
M modules/comment/views/admin/block_recent_comments.html.php
M modules/comment/views/admin/manage_comments.html.php
M modules/comment/views/admin/manage_comments_queue.html.php
M modules/comment/views/comment/block.html.php
M modules/comment/views/comment/comment.html.php
M modules/comment/views/comment/feed.mrss.php
M modules/comment/views/comment/user_profile.html.php
Log Message:
-----------
Search and replace in comment module (232 places).
Commit: 1c93e9448fc1cab0264664e44defa7156021ab57
https://github.com/gallery/gallery3/commit/1c93e9448fc1cab0264664e44defa7156021ab57
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/akismet/classes/Akismet/Akismet.php
A modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
A modules/akismet/classes/Akismet/Hook/AkismetEvent.php
A modules/akismet/classes/Akismet/Hook/AkismetInstaller.php
R modules/akismet/controllers/admin_akismet.php
R modules/akismet/helpers/akismet.php
R modules/akismet/helpers/akismet_event.php
R modules/akismet/helpers/akismet_installer.php
A modules/akismet/views/admin/akismet.html.php
A modules/akismet/views/admin/akismet_stats.html.php
R modules/akismet/views/admin_akismet.html.php
R modules/akismet/views/admin_akismet_stats.html.php
Log Message:
-----------
Move the akismet module files to their new homes (rename-only commit).
--HG--
rename : modules/akismet/helpers/akismet.php => modules/akismet/classes/Akismet/Akismet.php
rename : modules/akismet/controllers/admin_akismet.php => modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
rename : modules/akismet/helpers/akismet_event.php => modules/akismet/classes/Akismet/Hook/AkismetEvent.php
rename : modules/akismet/helpers/akismet_installer.php => modules/akismet/classes/Akismet/Hook/AkismetInstaller.php
rename : modules/akismet/views/admin_akismet.html.php => modules/akismet/views/admin/akismet.html.php
rename : modules/akismet/views/admin_akismet_stats.html.php => modules/akismet/views/admin/akismet_stats.html.php
Commit: a81961be5252f5ef680ba5472ff424a98d3531c1
https://github.com/gallery/gallery3/commit/a81961be5252f5ef680ba5472ff424a98d3531c1
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/akismet/classes/Akismet.php
A modules/akismet/classes/Controller/Admin/Akismet.php
A modules/akismet/classes/Hook/AkismetEvent.php
A modules/akismet/classes/Hook/AkismetInstaller.php
Log Message:
-----------
Add the akismet module transparent-extension-enabling files.
Commit: 2168b41cd75370067e9f4cb510ac0ffc0665ab14
https://github.com/gallery/gallery3/commit/2168b41cd75370067e9f4cb510ac0ffc0665ab14
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/akismet/classes/Akismet/Akismet.php
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/akismet/classes/Akismet/Hook/AkismetEvent.php
M modules/akismet/classes/Akismet/Hook/AkismetInstaller.php
Log Message:
-----------
Fix the akismet module class declarations.
Commit: 5d21c89059fdd9e22e3d3c0b1cadcf48ac0b58cb
https://github.com/gallery/gallery3/commit/5d21c89059fdd9e22e3d3c0b1cadcf48ac0b58cb
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M modules/akismet/classes/Akismet/Akismet.php
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/akismet/classes/Akismet/Hook/AkismetEvent.php
M modules/akismet/classes/Akismet/Hook/AkismetInstaller.php
M modules/akismet/tests/Akismet_Helper_Test.php
Log Message:
-----------
Search and replace in akismet module (61 places).
Commit: a723b36ab2bc13dcba6e6a36f732aaecb8eb4b59
https://github.com/gallery/gallery3/commit/a723b36ab2bc13dcba6e6a36f732aaecb8eb4b59
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
A modules/akismet/classes/Akismet.php
A modules/akismet/classes/Akismet/Akismet.php
A modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
A modules/akismet/classes/Akismet/Hook/AkismetEvent.php
A modules/akismet/classes/Akismet/Hook/AkismetInstaller.php
A modules/akismet/classes/Controller/Admin/Akismet.php
A modules/akismet/classes/Hook/AkismetEvent.php
A modules/akismet/classes/Hook/AkismetInstaller.php
R modules/akismet/controllers/admin_akismet.php
R modules/akismet/helpers/akismet.php
R modules/akismet/helpers/akismet_event.php
R modules/akismet/helpers/akismet_installer.php
M modules/akismet/tests/Akismet_Helper_Test.php
A modules/akismet/views/admin/akismet.html.php
A modules/akismet/views/admin/akismet_stats.html.php
R modules/akismet/views/admin_akismet.html.php
R modules/akismet/views/admin_akismet_stats.html.php
A modules/comment/classes/Comment.php
A modules/comment/classes/Comment/Comment.php
A modules/comment/classes/Comment/Controller/Admin/Comments.php
A modules/comment/classes/Comment/Controller/Admin/ManageComments.php
A modules/comment/classes/Comment/Controller/Comments.php
A modules/comment/classes/Comment/Hook/CommentBlock.php
A modules/comment/classes/Comment/Hook/CommentEvent.php
A modules/comment/classes/Comment/Hook/CommentInstaller.php
A modules/comment/classes/Comment/Hook/CommentRss.php
A modules/comment/classes/Comment/Hook/CommentTheme.php
A modules/comment/classes/Comment/Hook/Rest/Comment.php
A modules/comment/classes/Comment/Hook/Rest/Comments.php
A modules/comment/classes/Comment/Hook/Rest/ItemComments.php
A modules/comment/classes/Comment/Model/Comment.php
A modules/comment/classes/Controller/Admin/Comments.php
A modules/comment/classes/Controller/Admin/ManageComments.php
A modules/comment/classes/Controller/Comments.php
A modules/comment/classes/Hook/CommentBlock.php
A modules/comment/classes/Hook/CommentEvent.php
A modules/comment/classes/Hook/CommentInstaller.php
A modules/comment/classes/Hook/CommentRss.php
A modules/comment/classes/Hook/CommentTheme.php
A modules/comment/classes/Hook/Rest/Comment.php
A modules/comment/classes/Hook/Rest/Comments.php
A modules/comment/classes/Hook/Rest/ItemComments.php
A modules/comment/classes/Model/Comment.php
R modules/comment/controllers/admin_comments.php
R modules/comment/controllers/admin_manage_comments.php
R modules/comment/controllers/comments.php
R modules/comment/css/comment.css
R modules/comment/helpers/comment.php
R modules/comment/helpers/comment_block.php
R modules/comment/helpers/comment_event.php
R modules/comment/helpers/comment_installer.php
R modules/comment/helpers/comment_rest.php
R modules/comment/helpers/comment_rss.php
R modules/comment/helpers/comment_theme.php
R modules/comment/helpers/comments_rest.php
R modules/comment/helpers/item_comments_rest.php
R modules/comment/js/comment.js
A modules/comment/media/comment.css
A modules/comment/media/comment.js
R modules/comment/models/comment.php
M modules/comment/tests/Comment_Event_Test.php
M modules/comment/tests/Comment_Helper_Test.php
M modules/comment/tests/Comment_Model_Test.php
A modules/comment/views/admin/block_recent_comments.html.php
A modules/comment/views/admin/comments.html.php
A modules/comment/views/admin/manage_comments.html.php
A modules/comment/views/admin/manage_comments_queue.html.php
R modules/comment/views/admin_block_recent_comments.html.php
R modules/comment/views/admin_comments.html.php
R modules/comment/views/admin_manage_comments.html.php
R modules/comment/views/admin_manage_comments_queue.html.php
R modules/comment/views/comment.html.php
R modules/comment/views/comment.mrss.php
A modules/comment/views/comment/block.html.php
A modules/comment/views/comment/comment.html.php
A modules/comment/views/comment/feed.mrss.php
A modules/comment/views/comment/user_profile.html.php
R modules/comment/views/comments.html.php
R modules/comment/views/user_profile_comments.html.php
M modules/gallery/tests/File_Structure_Test.php
M modules/gallery/tests/Gallery_Filters.php
M modules/user/classes/User/IdentityProvider/Gallery.php
M modules/user/classes/User/User.php
Log Message:
-----------
Merge pull request #246 from shadlaws/k3_comment_and_akismet_module_translate
K3 comment and akismet module translation. Also, fix PasswordHash.
Compare: https://github.com/gallery/gallery3/compare/c92373aaa14e...a723b36ab2bc
------------------------------------------------------------------------------
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 ]