[commits] Horde branch master updated. 7a65779625fe95f142210a2ae52aff1f916e94d1

Michael Rubinsky mike at theupstairsroom.com
Tue Aug 31 23:06:14 UTC 2010


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

from: a4db43f2ced9c9767892c4bb7023779f362b8485

942bf89 ws, phpdoc
18697ce First round of initial support for Ansel version 2 API.
b143b61 NSDictionary objects cannot contain nil objects.
f00d980 Make sure url is a string, not a Horde_Url object when returned via the API
7a65779 Finish up Ansel version 2 API support

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

commit 942bf89bab0d677af430b8893eadf2cc88ad330e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 31 11:45:47 2010 -0400

    ws, phpdoc

 ansel/lib/Gallery.php                |    2 +-
 ansel/lib/Gallery/Decorator/Date.php |    5 ++---
 ansel/lib/GalleryMode/Date.php       |   13 +++++++------
 3 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=ace4fa3d7de342930641ae9da807abefe49c5284&r2=942bf89bab0d677af430b8893eadf2cc88ad330e
http://git.horde.org/diff.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r1=affb8edd6b71fb4d18799f5632e9fff71ec1a0ba&r2=942bf89bab0d677af430b8893eadf2cc88ad330e
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=9c9876c210cb5f538f6ffc56958f96b0f5f588cb&r2=942bf89bab0d677af430b8893eadf2cc88ad330e

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

commit 18697cef118d02c5938ae351de0d449c6c24551f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 31 11:46:09 2010 -0400

    First round of initial support for Ansel version 2 API.
    
    Adds support for indicating which version a server exposes, and fixes
    api call for the listGalleries call.

 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h         |    7 +-
 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m         |   11 +-
 .../English.lproj/ApertureToAnselExportPlugin.nib/designable.nib  |  286 ++++-
 .../ApertureToAnselExportPlugin.nib/keyedobjects.nib              |  Bin 31713 -> 33343 bytes
 ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.h                |    3 +
 ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m                |   45 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.h       |    3 +
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.m       |    2 +
 8 files changed, 284 insertions(+), 73 deletions(-)

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h?rt=horde-git&r1=ee625ee0acb190d19ef51fc73391d96cc14f002d&r2=18697cef118d02c5938ae351de0d449c6c24551f
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m?rt=horde-git&r1=df3ede3694cc800c68a16d074291f8f796d59bdc&r2=18697cef118d02c5938ae351de0d449c6c24551f
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/English.lproj/ApertureToAnselExportPlugin.nib/designable.nib?rt=horde-git&r1=103b7fb670a9fff6359f780a47d29474c9981574&r2=18697cef118d02c5938ae351de0d449c6c24551f
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/English.lproj/ApertureToAnselExportPlugin.nib/keyedobjects.nib?rt=horde-git&r1=103b7fb670a9fff6359f780a47d29474c9981574&r2=18697cef118d02c5938ae351de0d449c6c24551f
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.h?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=18697cef118d02c5938ae351de0d449c6c24551f
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=18697cef118d02c5938ae351de0d449c6c24551f
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.h?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=18697cef118d02c5938ae351de0d449c6c24551f
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.m?rt=horde-git&r1=9f879b37be65d9f41bfe5e64259a56ceedc96006&r2=18697cef118d02c5938ae351de0d449c6c24551f

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

commit b143b610139034e7037520d4be1fe0e1f2d296d3
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 31 12:40:13 2010 -0400

    NSDictionary objects cannot contain nil objects.

 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m?rt=horde-git&r1=18697cef118d02c5938ae351de0d449c6c24551f&r2=b143b610139034e7037520d4be1fe0e1f2d296d3

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

commit f00d980af73a1c30b1ea02ecbba6d28ba1f98b80
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 31 18:25:23 2010 -0400

    Make sure url is a string, not a Horde_Url object when returned via the API

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

http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=df3fa898d08dcb760773ce307a95b0ad8499ce6f&r2=f00d980af73a1c30b1ea02ecbba6d28ba1f98b80

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

commit 7a65779625fe95f142210a2ae52aff1f916e94d1
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 31 19:05:07 2010 -0400

    Finish up Ansel version 2 API support

 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m   |    1 +
 ApertureToAnselExportPlugin/CHANGES                         |    1 +
 ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m          |   20 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.h |    5 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.m |    4 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.m   |  133 +++++++----
 6 files changed, 108 insertions(+), 56 deletions(-)

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m?rt=horde-git&r1=b143b610139034e7037520d4be1fe0e1f2d296d3&r2=7a65779625fe95f142210a2ae52aff1f916e94d1
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/CHANGES?rt=horde-git&r1=f4e1f75533160ae9db0d9aa65ee3ef84d4dc2a01&r2=7a65779625fe95f142210a2ae52aff1f916e94d1
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m?rt=horde-git&r1=18697cef118d02c5938ae351de0d449c6c24551f&r2=7a65779625fe95f142210a2ae52aff1f916e94d1
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.h?rt=horde-git&r1=18697cef118d02c5938ae351de0d449c6c24551f&r2=7a65779625fe95f142210a2ae52aff1f916e94d1
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.m?rt=horde-git&r1=18697cef118d02c5938ae351de0d449c6c24551f&r2=7a65779625fe95f142210a2ae52aff1f916e94d1
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.m?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7a65779625fe95f142210a2ae52aff1f916e94d1




More information about the commits mailing list