[gallery/gallery3] 86e44e: Change HTTP::redirect() to $this->redirect() in co...

GitHub <noreply-9UaJU3cA/F/[email protected]> Sun, 21 Apr 2013 12:30:08 -0700
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <51743e40cbdea_72ccf03e1c631a0@hookshot-fe6-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: 86e44ef61072a367fec7cdf9b23e732fb35a33bb
      https://github.com/gallery/gallery3/commit/86e44ef61072a367fec7cdf9b23e732fb35a33bb
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-04-21 (Sun, 21 Apr 2013)

  Changed paths:
    M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
    M modules/comment/classes/Comment/Controller/Admin/Comments.php
    M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
    M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
    M modules/g2_import/classes/G2Import/Controller/G2.php
    M modules/gallery/classes/Gallery/Controller/Admin.php
    M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
    M modules/gallery/classes/Gallery/Controller/Admin/Graphics.php
    M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
    M modules/gallery/classes/Gallery/Controller/Admin/Maintenance.php
    M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
    M modules/gallery/classes/Gallery/Controller/Admin/Movies.php
    M modules/gallery/classes/Gallery/Controller/Admin/ThemeOptions.php
    M modules/gallery/classes/Gallery/Controller/Admin/Themes.php
    M modules/gallery/classes/Gallery/Controller/Admin/UpgradeChecker.php
    M modules/gallery/classes/Gallery/Controller/Albums.php
    M modules/gallery/classes/Gallery/Controller/Items.php
    M modules/gallery/classes/Gallery/Controller/L10nClient.php
    M modules/gallery/classes/Gallery/Controller/Login.php
    M modules/gallery/classes/Gallery/Controller/Logout.php
    M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
    M modules/gallery/classes/Gallery/Controller/Upgrader.php
    M modules/gallery/classes/Gallery/Controller/WelcomeMessage.php
    M modules/image_block/classes/ImageBlock/Controller/ImageBlock.php
    M modules/notification/classes/Notification/Controller/Notification.php
    M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
    M modules/rss/classes/Rss/Controller/Rss.php
    M modules/search/classes/Search/Controller/Search.php
    M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
    M modules/tag/classes/Tag/Controller/Tag.php
    M modules/user/classes/User/Controller/Admin/Users.php
    M modules/user/classes/User/Controller/Password.php

  Log Message:
  -----------
  Change HTTP::redirect() to $this->redirect() in controllers.


  Commit: 5a5cfa934c4aa9fa819975e6ea542781e8aa28c1
      https://github.com/gallery/gallery3/commit/5a5cfa934c4aa9fa819975e6ea542781e8aa28c1
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-04-21 (Sun, 21 Apr 2013)

  Changed paths:
    M application/bootstrap.php

  Log Message:
  -----------
  Change URL::redirect() to HTTP::redirect() in bootstrap.


  Commit: 5a8f311276baa0e4b0b9c36584c137dea7adb1aa
      https://github.com/gallery/gallery3/commit/5a8f311276baa0e4b0b9c36584c137dea7adb1aa
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-04-21 (Sun, 21 Apr 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Controller.php
    M modules/tag/classes/Tag/Controller/Tag.php

  Log Message:
  -----------
  Revert Controller::redirect() override so we default to 302 as normal, make tag_name redirect 301.


  Commit: 1cf27a6aa54790658307acc35ed3780f85b459d4
      https://github.com/gallery/gallery3/commit/1cf27a6aa54790658307acc35ed3780f85b459d4
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-04-21 (Sun, 21 Apr 2013)

  Changed paths:
    M application/bootstrap.php
    M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
    M modules/comment/classes/Comment/Controller/Admin/Comments.php
    M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
    M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
    M modules/g2_import/classes/G2Import/Controller/G2.php
    M modules/gallery/classes/Gallery/Controller.php
    M modules/gallery/classes/Gallery/Controller/Admin.php
    M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
    M modules/gallery/classes/Gallery/Controller/Admin/Graphics.php
    M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
    M modules/gallery/classes/Gallery/Controller/Admin/Maintenance.php
    M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
    M modules/gallery/classes/Gallery/Controller/Admin/Movies.php
    M modules/gallery/classes/Gallery/Controller/Admin/ThemeOptions.php
    M modules/gallery/classes/Gallery/Controller/Admin/Themes.php
    M modules/gallery/classes/Gallery/Controller/Admin/UpgradeChecker.php
    M modules/gallery/classes/Gallery/Controller/Albums.php
    M modules/gallery/classes/Gallery/Controller/Items.php
    M modules/gallery/classes/Gallery/Controller/L10nClient.php
    M modules/gallery/classes/Gallery/Controller/Login.php
    M modules/gallery/classes/Gallery/Controller/Logout.php
    M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
    M modules/gallery/classes/Gallery/Controller/Upgrader.php
    M modules/gallery/classes/Gallery/Controller/WelcomeMessage.php
    M modules/image_block/classes/ImageBlock/Controller/ImageBlock.php
    M modules/notification/classes/Notification/Controller/Notification.php
    M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
    M modules/rss/classes/Rss/Controller/Rss.php
    M modules/search/classes/Search/Controller/Search.php
    M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
    M modules/tag/classes/Tag/Controller/Tag.php
    M modules/user/classes/User/Controller/Admin/Users.php
    M modules/user/classes/User/Controller/Password.php

  Log Message:
  -----------
  Merge pull request #308 from shadlaws/redirect

Redirect


Compare: https://github.com/gallery/gallery3/compare/9208833884fe...1cf27a6aa547

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

__[ 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 ]