[commits] Horde-Hatchery branch master updated.

Michael Rubinsky mike at theupstairsroom.com
Sat Feb 28 21:31:51 UTC 2009


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

from: 0cd7640b086de0c3179b3b9d36f19476aa791755

b03c9bf... Clean up  - standardize on camelCase method names etc...
cc4bd9a... Bunch of stuff - mostly add proper upload support. Adding images to a facebook gallery now works properly.

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

commit b03c9bfe90a29e0a49dbfdd530675749dcd31333
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 28 13:23:22 2009 -0500

    Clean up  - standardize on camelCase method names etc...

 framework/Service_Facebook/lib/Horde/Service/Facebook.php         |   58 ++---
 framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php    |   55 ++--
 framework/Service_Facebook/lib/Horde/Service/Facebook/Events.php  |   14 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Feeds.php   |   12 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Fql.php     |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Friends.php |    6 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Groups.php  |    4 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Links.php   |    4 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Notes.php   |    8 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Notifications.php |    6 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Photos.php  |   10 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php |    2 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Users.php   |   14 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Videos.php  |    4 +-
 14 files changed, 95 insertions(+), 104 deletions(-)

http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=0cd7640b086de0c3179b3b9d36f19476aa791755&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php?rt=horde-hatchery&r1=8dec5ec8d1a38ff5a9d9036c078d8646eddf99f5&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Events.php?rt=horde-hatchery&r1=acfc756bad1b79402618524c6c064d1e12012321&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Feeds.php?rt=horde-hatchery&r1=03d2d4d719a729bb8cb73432a4be6562c2caa3ce&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Fql.php?rt=horde-hatchery&r1=acfc756bad1b79402618524c6c064d1e12012321&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Friends.php?rt=horde-hatchery&r1=0cd7640b086de0c3179b3b9d36f19476aa791755&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Groups.php?rt=horde-hatchery&r1=0cd7640b086de0c3179b3b9d36f19476aa791755&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Links.php?rt=horde-hatchery&r1=0cd7640b086de0c3179b3b9d36f19476aa791755&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Notes.php?rt=horde-hatchery&r1=0cd7640b086de0c3179b3b9d36f19476aa791755&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Notifications.php?rt=horde-hatchery&r1=763acb16bef53e4398a272da4a55159db6df229d&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Photos.php?rt=horde-hatchery&r1=e2a9d8c06574c32a9c08b5e8eb45f41fe84d0915&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php?rt=horde-hatchery&r1=e2a9d8c06574c32a9c08b5e8eb45f41fe84d0915&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Users.php?rt=horde-hatchery&r1=763acb16bef53e4398a272da4a55159db6df229d&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Videos.php?rt=horde-hatchery&r1=0cd7640b086de0c3179b3b9d36f19476aa791755&r2=b03c9bfe90a29e0a49dbfdd530675749dcd31333

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

commit cc4bd9a9c39ac9f05baa45fcd576221f99f27e6b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 28 16:29:24 2009 -0500

    Bunch of stuff - mostly add proper upload support. Adding images
    to a facebook gallery now works properly.
    
    - Add/fix upload support
    - No need to pass around params, they are instance variables
    - Fix some member visibility

 framework/Service_Facebook/lib/Horde/Service/Facebook.php         |   85 +----
 framework/Service_Facebook/lib/Horde/Service/Facebook/Photos.php  |    5 +
 framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php |   53 ++--
 .../Service_Facebook/lib/Horde/Service/Facebook/UploadRequest.php |   75 ++++
 framework/Service_Facebook/package.xml                            |    2 +
 5 files changed, 119 insertions(+), 101 deletions(-)
 create mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/UploadRequest.php

http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=b03c9bfe90a29e0a49dbfdd530675749dcd31333&r2=cc4bd9a9c39ac9f05baa45fcd576221f99f27e6b
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Photos.php?rt=horde-hatchery&r1=b03c9bfe90a29e0a49dbfdd530675749dcd31333&r2=cc4bd9a9c39ac9f05baa45fcd576221f99f27e6b
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php?rt=horde-hatchery&r1=b03c9bfe90a29e0a49dbfdd530675749dcd31333&r2=cc4bd9a9c39ac9f05baa45fcd576221f99f27e6b
http://git.horde.org/co.php/framework/Service_Facebook/lib/Horde/Service/Facebook/UploadRequest.php?rt=horde-hatchery&r=cc4bd9a9c39ac9f05baa45fcd576221f99f27e6b
http://git.horde.org/diff.php/framework/Service_Facebook/package.xml?rt=horde-hatchery&r1=0cd7640b086de0c3179b3b9d36f19476aa791755&r2=cc4bd9a9c39ac9f05baa45fcd576221f99f27e6b




More information about the commits mailing list