[commits] Horde branch develop updated. aa4fb083f92ea9d0c5f715d2bfd4080f911a23dc

Michael J. Rubinsky mrubinsk at horde.org
Sun Jul 8 16:07:33 UTC 2012


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

from: 95452a9f7e6335131d9f89665c3a2a7ab00c768d

434d399 Update the Links object for the Graph API
8d89a44 ws
3764bd3 update the notes object for the Graph API
b7e2eef Remove deprecated methods from the Notifications object.
f107a34 Use Horde_Service_Facebook::callGraphApi
d3984cf Split out a base class.
1dd77f4 Remove Horde_Service_Facebook::callUploadMethod()
e008699 Refactor Horde_Service_Facebook_Photos to use the GraphAPI.
470e7c6 Update package.xml
d0b991f Indicate uploading via the REST API is deprecated.
60feb01 Migrate Facebook videos to the Graph API.
aa4fb08 Parse error

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

commit 434d399cac0972531e41e689bf045dc67faa3af0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 7 19:31:50 2012 -0400

    Update the Links object for the Graph API

 framework/Service_Facebook/lib/Horde/Service/Facebook/Links.php |   64 ++++---
 1 files changed, 41 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/434d399cac0972531e41e689bf045dc67faa3af0

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

commit 8d89a44c7433fdcab6061ad6d1b254c5f9d3ecdb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 7 19:32:21 2012 -0400

    ws

 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Graph.php |    2 +
 framework/Service_Facebook/lib/Horde/Service/Facebook/Streams.php |   12 +----
 2 files changed, 3 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/8d89a44c7433fdcab6061ad6d1b254c5f9d3ecdb

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

commit 3764bd36a7399992247f2a7d5ddd01bcc31fe4f0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 7 19:44:31 2012 -0400

    update the notes object for the Graph API

 framework/Service_Facebook/doc/Horde/Service/Facebook/UPGRADING |   10 +
 framework/Service_Facebook/lib/Horde/Service/Facebook/Notes.php |   66 ++-----
 2 files changed, 30 insertions(+), 46 deletions(-)

http://git.horde.org/horde-git/-/commit/3764bd36a7399992247f2a7d5ddd01bcc31fe4f0

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

commit b7e2eef59bd549f8d14e6dcb9a16949bd6259117
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 7 19:47:39 2012 -0400

    Remove deprecated methods from the Notifications object.
    
    These are no longer available. Additionally, get() is not available
    yet in the Graph API so we leave it untouched.

 framework/Service_Facebook/doc/Horde/Service/Facebook/UPGRADING   |    8 +
 .../Service_Facebook/lib/Horde/Service/Facebook/Notifications.php |   61 +----
 2 files changed, 10 insertions(+), 59 deletions(-)

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

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

commit f107a343ff2398d44c4f6e23d2c9e0161d34bb3e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 8 11:45:29 2012 -0400

    Use Horde_Service_Facebook::callGraphApi

 framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php |   16 ++-----
 1 files changed, 5 insertions(+), 11 deletions(-)

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

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

commit d3984cf450ad86f4d59d9e93fb50ceaf425de5fd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 8 11:47:16 2012 -0400

    Split out a base class.

 framework/Service_Facebook/lib/Horde/Service/Facebook.php         |   10 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php |  181 -----
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Base.php  |   64 ++
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Graph.php |   97 +++-
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Rest.php  |  139 ++++
 5 files changed, 300 insertions(+), 191 deletions(-)
 delete mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php
 create mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/Request/Base.php
 create mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/Request/Rest.php

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

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

commit 1dd77f49799e3922675fc4ab13354ec7e8bc45e4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 8 11:49:20 2012 -0400

    Remove Horde_Service_Facebook::callUploadMethod()

 framework/Service_Facebook/doc/Horde/Service/Facebook/UPGRADING   |    7 +
 framework/Service_Facebook/lib/Horde/Service/Facebook.php         |   27 --
 .../Service_Facebook/lib/Horde/Service/Facebook/UploadRequest.php |   99 -----
 3 files changed, 7 insertions(+), 126 deletions(-)
 delete mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/UploadRequest.php

http://git.horde.org/horde-git/-/commit/1dd77f49799e3922675fc4ab13354ec7e8bc45e4

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

commit e008699f68c39261a7aeb2e325803657908f9432
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 8 11:49:58 2012 -0400

    Refactor Horde_Service_Facebook_Photos to use the GraphAPI.

 framework/Service_Facebook/doc/Horde/Service/Facebook/UPGRADING  |    7 +
 framework/Service_Facebook/lib/Horde/Service/Facebook/Photos.php |  216 +++---
 2 files changed, 116 insertions(+), 107 deletions(-)

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

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

commit 470e7c6ca63129d01fef09b37c338c4d16ed1439
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 8 11:50:53 2012 -0400

    Update package.xml

 framework/Service_Facebook/package.xml |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/470e7c6ca63129d01fef09b37c338c4d16ed1439

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

commit d0b991f55f4e4c237db2825bf6a52534fd332a91
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 8 11:52:14 2012 -0400

    Indicate uploading via the REST API is deprecated.

 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Base.php  |    8 +++
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Rest.php  |   12 +++++
 2 files changed, 20 insertions(+), 0 deletions(-)

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

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

commit 60feb017027b2cd6de356d5ce2955182edba64ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 8 12:05:02 2012 -0400

    Migrate Facebook videos to the Graph API.

 framework/Service_Facebook/lib/Horde/Service/Facebook/Videos.php |   59 +++---
 1 files changed, 26 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/60feb017027b2cd6de356d5ce2955182edba64ec

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

commit aa4fb083f92ea9d0c5f715d2bfd4080f911a23dc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 8 12:07:13 2012 -0400

    Parse error

 framework/Service_Facebook/lib/Horde/Service/Facebook/Videos.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the commits mailing list