[gallery/gallery3] 6576ae: Follow-on on clean URL update - make "gallery3/ind...

GitHub <noreply-9UaJU3cA/F/[email protected]> Mon, 10 Jun 2013 08:18:34 -0700
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <51b5ee4a58a2b_33d08c5dd439535@hookshot-fe4-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: 6576ae5dc8d0c54eab3d82b009b36f0adbc3e044
      https://github.com/gallery/gallery3/commit/6576ae5dc8d0c54eab3d82b009b36f0adbc3e044
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M .htaccess

  Log Message:
  -----------
  Follow-on on clean URL update - make "gallery3/index.php" redirect, too.


  Commit: 012eaf78b5b078a6d73487bcf1791fc622e686c8
      https://github.com/gallery/gallery3/commit/012eaf78b5b078a6d73487bcf1791fc622e686c8
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

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

  Log Message:
  -----------
  Send guests to login from user_profile if not seen by everybody (Thanks, Tal!)
Before, if a valid user was viewing their profile and logged out, it went boom.


  Commit: 22afb47350c1998046ebc2b962708864a18f4dcf
      https://github.com/gallery/gallery3/commit/22afb47350c1998046ebc2b962708864a18f4dcf
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M application/bootstrap.php

  Log Message:
  -----------
  Remove some no-longer-needed comments in bootstrap.


  Commit: 40e6357c2a2a9877f51d2201916a4dcb575b3e10
      https://github.com/gallery/gallery3/commit/40e6357c2a2a9877f51d2201916a4dcb575b3e10
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M modules/rest/classes/Rest/Controller/Rest.php
    M modules/rest/classes/Rest/Controller/Rest/AccessKey.php
    M modules/rest/classes/Rest/Controller/Rest/Registry.php

  Log Message:
  -----------
  Rename Controller_Rest::$reply to Controller_Rest::$rest_response.


  Commit: b837bf7ca8f40fcc7d8c4eada3cc2ea38d7dd53a
      https://github.com/gallery/gallery3/commit/b837bf7ca8f40fcc7d8c4eada3cc2ea38d7dd53a
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M modules/rest/classes/Rest/Controller/Rest/Registry.php
    M modules/rest/classes/Rest/Rest.php

  Log Message:
  -----------
  Add Rest::registry() to get list of resources.


  Commit: ae6172a3e606b29fd9fc385ddccfb2f048dd6d63
      https://github.com/gallery/gallery3/commit/ae6172a3e606b29fd9fc385ddccfb2f048dd6d63
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M modules/rest/classes/Rest/Controller/Rest.php

  Log Message:
  -----------
  Refactor Controller_Rest::before() a bit.


  Commit: 5140547a94684bd49d9480bc93306f7a6ab991bf
      https://github.com/gallery/gallery3/commit/5140547a94684bd49d9480bc93306f7a6ab991bf
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M modules/rest/classes/Rest/Controller/Rest.php
    M modules/rest/classes/Rest/Rest.php

  Log Message:
  -----------
  First swing and setting up new Controller_Rest and Rest helper functions.
This will likely need further debugging, revision, etc.


  Commit: 6feb0949e27e82bd1e76a5179e55162a1cbe6f01
      https://github.com/gallery/gallery3/commit/6feb0949e27e82bd1e76a5179e55162a1cbe6f01
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M modules/rest/classes/Rest/Rest.php

  Log Message:
  -----------
  Change REST API version from 3.0 to 3.1.


  Commit: f5e55b9006b7aef3ff1cf9dc8d514939efdfc484
      https://github.com/gallery/gallery3/commit/f5e55b9006b7aef3ff1cf9dc8d514939efdfc484
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M modules/rest/classes/Rest/Controller/Rest.php
    M modules/rest/classes/Rest/Rest.php

  Log Message:
  -----------
  Move Rest::$default_params to Controller_Rest::$default_params so it's easier
for each resource to override them as needed.


  Commit: 16400adbbb475cc504a5e7d37e05cae3a9a15ef4
      https://github.com/gallery/gallery3/commit/16400adbbb475cc504a5e7d37e05cae3a9a15ef4
  Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M .htaccess
    M application/bootstrap.php
    M modules/gallery/classes/Gallery/Controller/UserProfile.php
    M modules/rest/classes/Rest/Controller/Rest.php
    M modules/rest/classes/Rest/Controller/Rest/AccessKey.php
    M modules/rest/classes/Rest/Controller/Rest/Registry.php
    M modules/rest/classes/Rest/Rest.php

  Log Message:
  -----------
  Merge pull request #389 from shadlaws/fixes_20130610

Fixes 20130610


Compare: https://github.com/gallery/gallery3/compare/840a13f382f0...16400adbbb47

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

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