[gallery/gallery3] c5a29f: Move the tag module files to their new homes (rena...

GitHub <noreply-9UaJU3cA/F/[email protected]>
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <515318d07ad87_88cfbd13c65c8@hookshot-fe4-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: c5a29f6eec70ab92673ededfaab4a8e3e08f4a09
      https://github.com/gallery/gallery3/commit/c5a29f6eec70ab92673ededfaab4a8e3e08f4a09
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-27 (Wed, 27 Mar 2013)

  Changed paths:
    A modules/tag/classes/Tag/Controller/Admin/Tags.php
    A modules/tag/classes/Tag/Controller/Tag.php
    A modules/tag/classes/Tag/Controller/TagName.php
    A modules/tag/classes/Tag/Controller/Tags.php
    A modules/tag/classes/Tag/Hook/Rest/ItemTags.php
    A modules/tag/classes/Tag/Hook/Rest/Tag.php
    A modules/tag/classes/Tag/Hook/Rest/TagItem.php
    A modules/tag/classes/Tag/Hook/Rest/TagItems.php
    A modules/tag/classes/Tag/Hook/Rest/Tags.php
    A modules/tag/classes/Tag/Hook/TagBlock.php
    A modules/tag/classes/Tag/Hook/TagEvent.php
    A modules/tag/classes/Tag/Hook/TagInstaller.php
    A modules/tag/classes/Tag/Hook/TagRss.php
    A modules/tag/classes/Tag/Hook/TagTask.php
    A modules/tag/classes/Tag/Hook/TagTheme.php
    A modules/tag/classes/Tag/Model/Tag.php
    A modules/tag/classes/Tag/Tag.php
    R modules/tag/controllers/admin_tags.php
    R modules/tag/controllers/tag.php
    R modules/tag/controllers/tag_name.php
    R modules/tag/controllers/tags.php
    R modules/tag/css/tag.css
    R modules/tag/helpers/item_tags_rest.php
    R modules/tag/helpers/tag.php
    R modules/tag/helpers/tag_block.php
    R modules/tag/helpers/tag_event.php
    R modules/tag/helpers/tag_installer.php
    R modules/tag/helpers/tag_item_rest.php
    R modules/tag/helpers/tag_items_rest.php
    R modules/tag/helpers/tag_rest.php
    R modules/tag/helpers/tag_rss.php
    R modules/tag/helpers/tag_task.php
    R modules/tag/helpers/tag_theme.php
    R modules/tag/helpers/tags_rest.php
    A modules/tag/media/tag.css
    R modules/tag/models/tag.php
    A modules/tag/views/admin/tags.html.php
    R modules/tag/views/admin_tags.html.php
    A modules/tag/views/tag/block.html.php
    A modules/tag/views/tag/cloud.html.php
    R modules/tag/views/tag_block.html.php
    R modules/tag/views/tag_cloud.html.php

  Log Message:
  -----------
  Move the tag module files to their new homes (rename-only commit).

--HG--
rename : modules/tag/controllers/admin_tags.php => modules/tag/classes/Tag/Controller/Admin/Tags.php
rename : modules/tag/controllers/tag.php => modules/tag/classes/Tag/Controller/Tag.php
rename : modules/tag/controllers/tag_name.php => modules/tag/classes/Tag/Controller/TagName.php
rename : modules/tag/controllers/tags.php => modules/tag/classes/Tag/Controller/Tags.php
rename : modules/tag/helpers/item_tags_rest.php => modules/tag/classes/Tag/Hook/Rest/ItemTags.php
rename : modules/tag/helpers/tag_rest.php => modules/tag/classes/Tag/Hook/Rest/Tag.php
rename : modules/tag/helpers/tag_item_rest.php => modules/tag/classes/Tag/Hook/Rest/TagItem.php
rename : modules/tag/helpers/tag_items_rest.php => modules/tag/classes/Tag/Hook/Rest/TagItems.php
rename : modules/tag/helpers/tags_rest.php => modules/tag/classes/Tag/Hook/Rest/Tags.php
rename : modules/tag/helpers/tag_block.php => modules/tag/classes/Tag/Hook/TagBlock.php
rename : modules/tag/helpers/tag_event.php => modules/tag/classes/Tag/Hook/TagEvent.php
rename : modules/tag/helpers/tag_installer.php => modules/tag/classes/Tag/Hook/TagInstaller.php
rename : modules/tag/helpers/tag_rss.php => modules/tag/classes/Tag/Hook/TagRss.php
rename : modules/tag/helpers/tag_task.php => modules/tag/classes/Tag/Hook/TagTask.php
rename : modules/tag/helpers/tag_theme.php => modules/tag/classes/Tag/Hook/TagTheme.php
rename : modules/tag/models/tag.php => modules/tag/classes/Tag/Model/Tag.php
rename : modules/tag/helpers/tag.php => modules/tag/classes/Tag/Tag.php
rename : modules/tag/css/tag.css => modules/tag/media/tag.css
rename : modules/tag/views/admin_tags.html.php => modules/tag/views/admin/tags.html.php
rename : modules/tag/views/tag_block.html.php => modules/tag/views/tag/block.html.php
rename : modules/tag/views/tag_cloud.html.php => modules/tag/views/tag/cloud.html.php


  Commit: 78b6032930a929e1049ad41c0a7e123acdd5e51b
      https://github.com/gallery/gallery3/commit/78b6032930a929e1049ad41c0a7e123acdd5e51b
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-27 (Wed, 27 Mar 2013)

  Changed paths:
    M modules/tag/classes/Tag/Controller/Admin/Tags.php
    M modules/tag/classes/Tag/Controller/Tag.php
    M modules/tag/classes/Tag/Controller/TagName.php
    M modules/tag/classes/Tag/Controller/Tags.php
    M modules/tag/classes/Tag/Hook/Rest/ItemTags.php
    M modules/tag/classes/Tag/Hook/Rest/Tag.php
    M modules/tag/classes/Tag/Hook/Rest/TagItem.php
    M modules/tag/classes/Tag/Hook/Rest/TagItems.php
    M modules/tag/classes/Tag/Hook/Rest/Tags.php
    M modules/tag/classes/Tag/Hook/TagBlock.php
    M modules/tag/classes/Tag/Hook/TagEvent.php
    M modules/tag/classes/Tag/Hook/TagInstaller.php
    M modules/tag/classes/Tag/Hook/TagRss.php
    M modules/tag/classes/Tag/Hook/TagTask.php
    M modules/tag/classes/Tag/Hook/TagTheme.php
    M modules/tag/classes/Tag/Model/Tag.php
    M modules/tag/classes/Tag/Tag.php

  Log Message:
  -----------
  Fix the tag module class declarations.


  Commit: c2613770a169db33392c4737cdfb7f9c9ef3111e
      https://github.com/gallery/gallery3/commit/c2613770a169db33392c4737cdfb7f9c9ef3111e
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-27 (Wed, 27 Mar 2013)

  Changed paths:
    A modules/tag/classes/Controller/Admin/Tags.php
    A modules/tag/classes/Controller/Tag.php
    A modules/tag/classes/Controller/TagName.php
    A modules/tag/classes/Controller/Tags.php
    A modules/tag/classes/Hook/Rest/ItemTags.php
    A modules/tag/classes/Hook/Rest/Tag.php
    A modules/tag/classes/Hook/Rest/TagItem.php
    A modules/tag/classes/Hook/Rest/TagItems.php
    A modules/tag/classes/Hook/Rest/Tags.php
    A modules/tag/classes/Hook/TagBlock.php
    A modules/tag/classes/Hook/TagEvent.php
    A modules/tag/classes/Hook/TagInstaller.php
    A modules/tag/classes/Hook/TagRss.php
    A modules/tag/classes/Hook/TagTask.php
    A modules/tag/classes/Hook/TagTheme.php
    A modules/tag/classes/Model/Tag.php
    A modules/tag/classes/Tag.php

  Log Message:
  -----------
  Add the tag module transparent-extension-enabling files.


  Commit: 8e8416e7c2044366c17fdb7961ab3a3a2c67b98c
      https://github.com/gallery/gallery3/commit/8e8416e7c2044366c17fdb7961ab3a3a2c67b98c
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-27 (Wed, 27 Mar 2013)

  Changed paths:
    M modules/tag/classes/Tag/Controller/Admin/Tags.php
    M modules/tag/classes/Tag/Controller/Tag.php
    M modules/tag/classes/Tag/Controller/TagName.php
    M modules/tag/classes/Tag/Controller/Tags.php
    M modules/tag/classes/Tag/Hook/Rest/ItemTags.php
    M modules/tag/classes/Tag/Hook/Rest/Tag.php
    M modules/tag/classes/Tag/Hook/Rest/TagItem.php
    M modules/tag/classes/Tag/Hook/Rest/TagItems.php
    M modules/tag/classes/Tag/Hook/Rest/Tags.php
    M modules/tag/classes/Tag/Hook/TagBlock.php
    M modules/tag/classes/Tag/Hook/TagEvent.php
    M modules/tag/classes/Tag/Hook/TagInstaller.php
    M modules/tag/classes/Tag/Hook/TagRss.php
    M modules/tag/classes/Tag/Hook/TagTask.php
    M modules/tag/classes/Tag/Model/Tag.php
    M modules/tag/classes/Tag/Tag.php
    M modules/tag/tests/Tag_Item_Rest_Helper_Test.php
    M modules/tag/tests/Tag_Rest_Helper_Test.php
    M modules/tag/tests/Tag_Test.php
    M modules/tag/tests/Tags_Rest_Helper_Test.php
    M modules/tag/views/admin/tags.html.php
    M modules/tag/views/tag/block.html.php
    M modules/tag/views/tag/cloud.html.php

  Log Message:
  -----------
  Search and replace in tag module (273 places).


  Commit: 154161fc36113af123faee6c5578126113f3f208
      https://github.com/gallery/gallery3/commit/154161fc36113af123faee6c5578126113f3f208
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-27 (Wed, 27 Mar 2013)

  Changed paths:
    A modules/tag/classes/Controller/Admin/Tags.php
    A modules/tag/classes/Controller/Tag.php
    A modules/tag/classes/Controller/TagName.php
    A modules/tag/classes/Controller/Tags.php
    A modules/tag/classes/Hook/Rest/ItemTags.php
    A modules/tag/classes/Hook/Rest/Tag.php
    A modules/tag/classes/Hook/Rest/TagItem.php
    A modules/tag/classes/Hook/Rest/TagItems.php
    A modules/tag/classes/Hook/Rest/Tags.php
    A modules/tag/classes/Hook/TagBlock.php
    A modules/tag/classes/Hook/TagEvent.php
    A modules/tag/classes/Hook/TagInstaller.php
    A modules/tag/classes/Hook/TagRss.php
    A modules/tag/classes/Hook/TagTask.php
    A modules/tag/classes/Hook/TagTheme.php
    A modules/tag/classes/Model/Tag.php
    A modules/tag/classes/Tag.php
    A modules/tag/classes/Tag/Controller/Admin/Tags.php
    A modules/tag/classes/Tag/Controller/Tag.php
    A modules/tag/classes/Tag/Controller/TagName.php
    A modules/tag/classes/Tag/Controller/Tags.php
    A modules/tag/classes/Tag/Hook/Rest/ItemTags.php
    A modules/tag/classes/Tag/Hook/Rest/Tag.php
    A modules/tag/classes/Tag/Hook/Rest/TagItem.php
    A modules/tag/classes/Tag/Hook/Rest/TagItems.php
    A modules/tag/classes/Tag/Hook/Rest/Tags.php
    A modules/tag/classes/Tag/Hook/TagBlock.php
    A modules/tag/classes/Tag/Hook/TagEvent.php
    A modules/tag/classes/Tag/Hook/TagInstaller.php
    A modules/tag/classes/Tag/Hook/TagRss.php
    A modules/tag/classes/Tag/Hook/TagTask.php
    A modules/tag/classes/Tag/Hook/TagTheme.php
    A modules/tag/classes/Tag/Model/Tag.php
    A modules/tag/classes/Tag/Tag.php
    R modules/tag/controllers/admin_tags.php
    R modules/tag/controllers/tag.php
    R modules/tag/controllers/tag_name.php
    R modules/tag/controllers/tags.php
    R modules/tag/css/tag.css
    R modules/tag/helpers/item_tags_rest.php
    R modules/tag/helpers/tag.php
    R modules/tag/helpers/tag_block.php
    R modules/tag/helpers/tag_event.php
    R modules/tag/helpers/tag_installer.php
    R modules/tag/helpers/tag_item_rest.php
    R modules/tag/helpers/tag_items_rest.php
    R modules/tag/helpers/tag_rest.php
    R modules/tag/helpers/tag_rss.php
    R modules/tag/helpers/tag_task.php
    R modules/tag/helpers/tag_theme.php
    R modules/tag/helpers/tags_rest.php
    A modules/tag/media/tag.css
    R modules/tag/models/tag.php
    M modules/tag/tests/Tag_Item_Rest_Helper_Test.php
    M modules/tag/tests/Tag_Rest_Helper_Test.php
    M modules/tag/tests/Tag_Test.php
    M modules/tag/tests/Tags_Rest_Helper_Test.php
    A modules/tag/views/admin/tags.html.php
    R modules/tag/views/admin_tags.html.php
    A modules/tag/views/tag/block.html.php
    A modules/tag/views/tag/cloud.html.php
    R modules/tag/views/tag_block.html.php
    R modules/tag/views/tag_cloud.html.php

  Log Message:
  -----------
  Merge pull request #242 from shadlaws/k3_tag_module_translate

K3 tag module translation.


Compare: https://github.com/gallery/gallery3/compare/a515f6007ddf...154161fc3611

------------------------------------------------------------------------------
Own the Future-Intel&reg; 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 ]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.