[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gallery-checkins
Subject:    [Gallery-checkins] [gallery/gallery3] 3c78b3: Allow REST items' "urls" param to be json or csv.
From:       GitHub <noreply () github ! com>
Date:       2013-06-25 12:47:04
Message-ID: 51c991489eea7_3aa610abddc2435f4 () hookshot-fe2-pe1-prd ! aws ! github ! net ! mail
[Download RAW message or body]

Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: 3c78b33423af1c39cee4d3269262b44a3250d05d
      https://github.com/gallery/gallery3/commit/3c78b33423af1c39cee4d3269262b44a3250d05d
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Rest/Items.php
    M modules/gallery/tests/Rest_Items_Test.php

  Log Message:
  -----------
  Allow REST items' "urls" param to be json or csv.


  Commit: 4a6ac129aef8f3a4b7d08a65cf7756bb51df6be5
      https://github.com/gallery/gallery3/commit/4a6ac129aef8f3a4b7d08a65cf7756bb51df6be5
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Rest/Items.php

  Log Message:
  -----------
  Remove unneeded line in Rest_Items.


  Commit: 09b2b01595e7c0f3072db5f4f43819e98f21a695
      https://github.com/gallery/gallery3/commit/09b2b01595e7c0f3072db5f4f43819e98f21a695
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Rest/Items.php

  Log Message:
  -----------
  Make Rest_Items::get_members() name-matching be case-insensitive.


  Commit: 7ee940c3e0b5eeb7d802348a3ed28e61cc421d59
      https://github.com/gallery/gallery3/commit/7ee940c3e0b5eeb7d802348a3ed28e61cc421d59
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

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

  Log Message:
  -----------
  Clean up some REST-related comments.


  Commit: c9d0a817da4f80cc1fdb7e3af7389a8887107ac9
      https://github.com/gallery/gallery3/commit/c9d0a817da4f80cc1fdb7e3af7389a8887107ac9
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/tag/classes/Tag/Hook/TagTask.php

  Log Message:
  -----------
  Remove extraneous (and now buggy) debugging line from 2010.


  Commit: 0ce921dbb79b285e19173419030d774f420b90f8
      https://github.com/gallery/gallery3/commit/0ce921dbb79b285e19173419030d774f420b90f8
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/rss/classes/Rss/Controller/Rss.php

  Log Message:
  -----------
  Fix bug in Controller_Rss.


  Commit: beaa4f0cd188979707128132ea62ee9ec21ca3cf
      https://github.com/gallery/gallery3/commit/beaa4f0cd188979707128132ea62ee9ec21ca3cf
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Model/Item.php

  Log Message:
  -----------
  Make item "rand_key" generation more reliable (occasionally failed before).


  Commit: 715c2724050a5e1025b9ebb5c2be6be5aa0e3b5e
      https://github.com/gallery/gallery3/commit/715c2724050a5e1025b9ebb5c2be6be5aa0e3b5e
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/tag/classes/Tag/Rest/ItemTags.php
    M modules/tag/classes/Tag/Rest/Tags.php

  Log Message:
  -----------
  Make tag ordering in Rest_Tags and Rest_ItemTags more consistent.


  Commit: 8086380655769ea0cf1cb81bc7f272fa51c0d5d6
      https://github.com/gallery/gallery3/commit/8086380655769ea0cf1cb81bc7f272fa51c0d5d6
  Author: shadlaws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/BlockManager.php
    M modules/gallery/classes/Gallery/Gallery.php
    M modules/gallery/classes/Gallery/IdentityProvider.php
    M modules/gallery/classes/Gallery/Module.php
    M modules/gallery/classes/Gallery/ORM.php
    M modules/gallery/classes/Gallery/Task.php
    M modules/gallery/classes/Gallery/View/Admin.php
    M modules/gallery/classes/Gallery/View/Theme.php
    M modules/rss/classes/Rss/Controller/Rss.php
    M modules/rss/classes/Rss/Hook/RssBlock.php

  Log Message:
  -----------
  Add Gallery::hook() and Gallery::module_hook(), and make all hooks use them.
- manually tested tasks, rss, theme, events, etc. - all still work.
- all unit tests still pass (and are a little faster!)


  Commit: 06e912bf099118de437293612ae6a1c43886833b
      https://github.com/gallery/gallery3/commit/06e912bf099118de437293612ae6a1c43886833b
  Author: Shad Laws <shad@shadlaws.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/BlockManager.php
    M modules/gallery/classes/Gallery/Gallery.php
    M modules/gallery/classes/Gallery/IdentityProvider.php
    M modules/gallery/classes/Gallery/Model/Item.php
    M modules/gallery/classes/Gallery/Module.php
    M modules/gallery/classes/Gallery/ORM.php
    M modules/gallery/classes/Gallery/Rest/Items.php
    M modules/gallery/classes/Gallery/Task.php
    M modules/gallery/classes/Gallery/View/Admin.php
    M modules/gallery/classes/Gallery/View/Theme.php
    M modules/gallery/tests/Rest_Items_Test.php
    M modules/rest/classes/RestAPI/Controller/Rest.php
    M modules/rest/classes/RestAPI/Rest.php
    M modules/rss/classes/Rss/Controller/Rss.php
    M modules/rss/classes/Rss/Hook/RssBlock.php
    M modules/tag/classes/Tag/Hook/TagTask.php
    M modules/tag/classes/Tag/Rest/ItemTags.php
    M modules/tag/classes/Tag/Rest/Tags.php

  Log Message:
  -----------
  Merge pull request #430 from shadlaws/fixes_20130625

Fixes 20130625


Compare: https://github.com/gallery/gallery3/compare/478a5930a046...06e912bf0991


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic