[commits] Horde-Hatchery branch master updated. 3f909c65aaa338a5e875cb31790531fbd0fb7d99

Michael Rubinsky mike at theupstairsroom.com
Sun Jul 19 17:02:29 UTC 2009


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

from: 03b873a3c2c36e31645423438c483ca2c3ccc51d

3f909c6... Abstract out both the Auth class and the Request class, add Account class

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

commit 3f909c65aaa338a5e875cb31790531fbd0fb7d99
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 19 13:01:10 2009 -0400

    Abstract out both the Auth class and the Request class, add Account class
    
    Abstract out Auth and Request so we can support both OAuth and Http Basic
    authentication mechanisms.
    
    Add Account class to handle the REST API's account/* methods

 framework/Service_Twitter/lib/Horde/Service/Twitter.php           |   85 +++--
 framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php   |   27 ++
 framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php      |   72 +---
 .../Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php      |   78 ++++
 framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php   |   25 ++
 .../Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php   |   48 +++
 framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php  |    4 +-
 framework/Service_Twitter/package.xml                             |   16 +
 8 files changed, 260 insertions(+), 95 deletions(-)
 create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php
 create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php
 create mode 100644 framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php

http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter.php?rt=horde-hatchery&r1=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c&r2=3f909c65aaa338a5e875cb31790531fbd0fb7d99
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php?rt=horde-hatchery&r1=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c&r2=3f909c65aaa338a5e875cb31790531fbd0fb7d99
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth.php?rt=horde-hatchery&r1=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c&r2=3f909c65aaa338a5e875cb31790531fbd0fb7d99
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Auth/Oauth.php?rt=horde-hatchery&r=3f909c65aaa338a5e875cb31790531fbd0fb7d99
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request.php?rt=horde-hatchery&r=3f909c65aaa338a5e875cb31790531fbd0fb7d99
http://git.horde.org/co.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php?rt=horde-hatchery&r=3f909c65aaa338a5e875cb31790531fbd0fb7d99
http://git.horde.org/diff.php/framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php?rt=horde-hatchery&r1=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c&r2=3f909c65aaa338a5e875cb31790531fbd0fb7d99
http://git.horde.org/diff.php/framework/Service_Twitter/package.xml?rt=horde-hatchery&r1=32b0ff14b6e71cb833b628d50c8ce4f2e43ca18c&r2=3f909c65aaa338a5e875cb31790531fbd0fb7d99




More information about the commits mailing list