[commits] Horde branch master updated. a1e7894aa40cdf029ff1e25efa6aadbc798da8fd

Michael J. Rubinsky mrubinsk at horde.org
Mon Mar 21 06:20:17 UTC 2011


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

from: 9e3bdcb763e42d301b86dac5a040d06db743bce3

f74a9f9 First round of Service_Facebook refactorings.
95cd399 Don't attempt to build list of address books for IMSP if it's not enabled.
c7fa35f This should be birthday_date
1f74bc0 updated
c0b952d CHANGES
a1e7894 fix parse error

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

commit f74a9f9f1ca191fd70d1b52d141d8e69fca91383
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 21 02:05:48 2011 -0400

    First round of Service_Facebook refactorings.
    
    Adds OAuth2 support (and removes deprecated legacy canvas auth mechanism).
    Keeps the legacy REST API methods for now (they work with the OAuth2 access_token),
    will slowly add support for the Graph API, but probably not before final release.
    
    Turba still as issues since FB decided to remove support for returning array members
    seperately when using FQL so this: SELECT current_location.city.... no longer works,
    only SELECT current_location will work. This requires some refactoring of Turba's FB
    driver since the fields are configurable in backends.php.
    
    Related to:
    Bug: 9122
    Bug: 9674
    Bug: 9683

 framework/Core/lib/Horde/Core/Factory/Facebook.php                |   14 +-
 framework/Core/lib/Horde/Registry.php                             |    1 +
 framework/Service_Facebook/lib/Horde/Service/Facebook.php         |  101 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php    |  491 +----
 framework/Service_Facebook/lib/Horde/Service/Facebook/Base.php    |   23 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/BatchRequest.php  |   23 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Events.php  |   42 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Feeds.php   |  149 --
 framework/Service_Facebook/lib/Horde/Service/Facebook/Fql.php     |    9 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Friends.php |   28 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Groups.php  |   20 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Links.php   |   24 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Notes.php   |   44 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Notifications.php |   35 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Photos.php  |   97 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php |  114 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Streams.php |   48 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/UploadRequest.php |    7 +-
 framework/Service_Facebook/lib/Horde/Service/Facebook/Users.php   |   10 +-
 horde/config/conf.xml                                             |    1 +
 horde/lib/Block/FbStream.php                                      |   16 +-
 horde/lib/Prefs/Ui.php                                            |  182 +-
 horde/services/facebook.php                                       |   94 +-
 horde/templates/prefs/facebook.html                               |   16 +-
 timeobjects/lib/Driver/FacebookEvents.php                         |    8 +-
 turba/lib/Driver/Facebook.php                                     |   31 +-
 turba/lib/Factory/Driver.php                                      |    3 +
 27 files changed, 505 insertions(+), 1126 deletions(-)
 delete mode 100644 framework/Service_Facebook/lib/Horde/Service/Facebook/Feeds.php

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

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

commit 95cd399599af8548fb2a5d3c4cec63a33990851a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 21 02:11:27 2011 -0400

    Don't attempt to build list of address books for IMSP if it's not enabled.

 turba/config/backends.php |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

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

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

commit c7fa35f8841d2a5f02fb6759e83792af62f8522b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 21 02:12:15 2011 -0400

    This should be birthday_date

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

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

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

commit 1f74bc0f6dea0223206ad25e5f71f4453981f157
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 21 02:14:01 2011 -0400

    updated

 framework/Service_Facebook/package.xml |   23 ++++++++++++++++++-----
 timeobjects/package.xml                |   23 +++++++++++++++++++++--
 2 files changed, 39 insertions(+), 7 deletions(-)

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

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

commit c0b952d72d1544221dfa40835787fba743c36b7d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 21 02:19:48 2011 -0400

    CHANGES

 framework/Service_Facebook/package.xml |    2 ++
 horde/docs/CHANGES                     |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit a1e7894aa40cdf029ff1e25efa6aadbc798da8fd
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 21 02:20:04 2011 -0400

    fix parse error

 turba/config/backends.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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




More information about the commits mailing list