[commits] Horde branch master updated. d485124985f0650564eee78c2da070b980252316

Michael J. Rubinsky mrubinsk at horde.org
Sun May 15 19:36:36 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 981ff19ede38beaf70b440e311eec4a462e3ed4b

95a9348 Return galleries by gallery_id, not share_name, phpdoc.
a934a1e no longer needed
d73d36e wrap
faee54f existence check
eb0138d wrapping/cs
9e1903e refactor Ansel_Api#listImages to take a parameter array in place of multiple parameters.
df3482d refactor Ansel_Api#getRecentImages to take parameter array
f0af477 refactor Ansel_Api#countGalleries to take param arary, some parse errors
bb175de phpdoc
648a47d move the $app parameter to the end of the parameter list in Ansel_Api#galleryExists
d485124 ws

-----------------------------------------------------------------------

commit 95a9348294e092bb3c43c2d3a35fa00a931b2b0c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat May 14 17:18:49 2011 -0400

    Return galleries by gallery_id, not share_name, phpdoc.

 ansel/lib/Storage.php |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/95a9348294e092bb3c43c2d3a35fa00a931b2b0c

-----------------------------------------------------------------------

commit a934a1e39d7161cdadd8bf8b570128acd6175719
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat May 14 17:20:17 2011 -0400

    no longer needed

 ansel/lib/Ansel.php |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/a934a1e39d7161cdadd8bf8b570128acd6175719

-----------------------------------------------------------------------

commit d73d36e8f6c1e20e2e33c90c39b163e1e20229ba
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 12:37:35 2011 -0400

    wrap

 ansel/lib/Api.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/d73d36e8f6c1e20e2e33c90c39b163e1e20229ba

-----------------------------------------------------------------------

commit faee54f34586a8248592f58313b7508e8a7e54d4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 14:04:34 2011 -0400

    existence check

 agora/config/prefs.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/faee54f34586a8248592f58313b7508e8a7e54d4

-----------------------------------------------------------------------

commit eb0138d625aa7592dd934eb8f715125c97371e77
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 14:25:46 2011 -0400

    wrapping/cs

 ansel/lib/Ansel.php |   24 +++---
 ansel/lib/Api.php   |  261 ++++++++++++++++++++++++++++-----------------------
 2 files changed, 156 insertions(+), 129 deletions(-)

http://git.horde.org/horde-git/-/commit/eb0138d625aa7592dd934eb8f715125c97371e77

-----------------------------------------------------------------------

commit 9e1903e11f24f21def53f8a0902f9d46295b8c44
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 15:02:56 2011 -0400

    refactor Ansel_Api#listImages to take a parameter array in place of multiple parameters.

 ansel/lib/Api.php |   78 ++++++++++++++++++++++++++++-------------------------
 1 files changed, 41 insertions(+), 37 deletions(-)

http://git.horde.org/horde-git/-/commit/9e1903e11f24f21def53f8a0902f9d46295b8c44

-----------------------------------------------------------------------

commit df3482df705309af7bcd43c65c7a6f19b31b172e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 15:20:04 2011 -0400

    refactor Ansel_Api#getRecentImages to take parameter array

 ansel/lib/Api.php |   57 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 33 insertions(+), 24 deletions(-)

http://git.horde.org/horde-git/-/commit/df3482df705309af7bcd43c65c7a6f19b31b172e

-----------------------------------------------------------------------

commit f0af4776a62fc6f5d8d19cfd39b417f7ead9779c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 15:28:04 2011 -0400

    refactor Ansel_Api#countGalleries to take param arary, some parse errors

 ansel/lib/Api.php |   44 +++++++++++++++++++++++++-------------------
 1 files changed, 25 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/f0af4776a62fc6f5d8d19cfd39b417f7ead9779c

-----------------------------------------------------------------------

commit bb175def116d5e5afffdce37a793c278f8651d90
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 15:35:02 2011 -0400

    phpdoc

 ansel/lib/Api.php |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/bb175def116d5e5afffdce37a793c278f8651d90

-----------------------------------------------------------------------

commit 648a47d67717aecd1deadb827066709e2a2c2744
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 15:35:13 2011 -0400

    move the $app parameter to the end of the parameter list in Ansel_Api#galleryExists

 ansel/lib/Api.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/648a47d67717aecd1deadb827066709e2a2c2744

-----------------------------------------------------------------------

commit d485124985f0650564eee78c2da070b980252316
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun May 15 15:36:22 2011 -0400

    ws

 ansel/lib/Api.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/d485124985f0650564eee78c2da070b980252316




More information about the commits mailing list