[commits] Horde branch master updated. f650a35d67982bfe8c4409eca3a55680752a34ef

Michael Rubinsky mike at theupstairsroom.com
Thu Jul 1 16:53:28 UTC 2010


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

from: 7fcd5aba11fdba3289dc1011f86edcbd7a924cd6

ba321d2 Inject dependencies, remove the Basic Auth classes.
f650a35 Add a Binder for Horde_Service_Twitter

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

commit ba321d2d1745ffb077c313bd60670b8d0b7f28f0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 1 12:50:52 2010 -0400

    Inject dependencies, remove the Basic Auth classes.
    
    Twitter is removing the HTTP Basic Auth ability from it's API in August 2010.
    All clients MUST use OAuth.

 framework/Service_Twitter/lib/Horde/Service/Twitter.php           |   63 ++--
 framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php      |   10 +-
 .../Service_Twitter/lib/Horde/Service/Twitter/Auth/Basic.php      |   28 --
 .../Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php      |    5 +
 framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php   |   27 +-
 .../Service_Twitter/lib/Horde/Service/Twitter/Request/Basic.php   |   83 -----
 .../Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php   |   16 -
 framework/Service_Twitter/package.xml                             |   60 ++--
 8 files changed, 77 insertions(+), 215 deletions(-)
 delete mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Basic.php
 delete mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Basic.php

http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter.php?rt=horde-git&r1=7fcd5aba11fdba3289dc1011f86edcbd7a924cd6&r2=ba321d2d1745ffb077c313bd60670b8d0b7f28f0
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=ba321d2d1745ffb077c313bd60670b8d0b7f28f0
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Basic.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=ba321d2d1745ffb077c313bd60670b8d0b7f28f0
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=ba321d2d1745ffb077c313bd60670b8d0b7f28f0
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=ba321d2d1745ffb077c313bd60670b8d0b7f28f0
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Basic.php?rt=horde-git&r1=7fcd5aba11fdba3289dc1011f86edcbd7a924cd6&r2=ba321d2d1745ffb077c313bd60670b8d0b7f28f0
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php?rt=horde-git&r1=7fcd5aba11fdba3289dc1011f86edcbd7a924cd6&r2=ba321d2d1745ffb077c313bd60670b8d0b7f28f0
http://git.horde.org/diff.php/framework/Service_Twitter/package.xml?rt=horde-git&r1=3f909c65aaa338a5e875cb31790531fbd0fb7d99&r2=ba321d2d1745ffb077c313bd60670b8d0b7f28f0

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

commit f650a35d67982bfe8c4409eca3a55680752a34ef
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 1 12:52:50 2010 -0400

    Add a Binder for Horde_Service_Twitter

 framework/Core/lib/Horde/Registry.php |    3 +-
 framework/Core/package.xml            |  256 +++++++++++++++++++--------------
 horde/lib/Block/twitter_timeline.php  |   64 +-------
 horde/services/twitter.php            |   48 +------
 4 files changed, 163 insertions(+), 208 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=8e3e0edc6bb2e6460aa8f22da9372ee40d3f988e&r2=f650a35d67982bfe8c4409eca3a55680752a34ef
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=01b53c377117e903316d321159f6a46e40b2c1cd&r2=f650a35d67982bfe8c4409eca3a55680752a34ef
http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=7fcd5aba11fdba3289dc1011f86edcbd7a924cd6&r2=f650a35d67982bfe8c4409eca3a55680752a34ef
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=888b5f03f8a149ad3c2ce3c8987dbb11b5dd4d72&r2=f650a35d67982bfe8c4409eca3a55680752a34ef




More information about the commits mailing list