The branch master has been updated. The following is a summary of the commits. Further details on each commit can be found below.
from: 2876dc6eb2f66642acdb07bfc49ad7a61ef647a7 025819d... Start using Horde_Http_Client where we can (still need to inject it) Readd call_upload_method method for now (will be refactored) More code clean up 6b34ea2... Inject the Horde_Http_Client object 32e194e... Use a Horde_Controller_Request object for all access to $_POST/$_GET/$_COOKIE/$_SERVER data. ----------------------------------------------------------------------- commit 025819df3523f08b538e06987b7f96448b9aecf5 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 16 23:48:42 2009 -0500 Start using Horde_Http_Client where we can (still need to inject it) Readd call_upload_method method for now (will be refactored) More code clean up .../lib/Horde/Service/Facebook.php | 123 +++++++++++--------- 1 files changed, 66 insertions(+), 57 deletions(-) http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=023ae7d0f300511384b287238b87d0c2a9f92d02&r2=025819df3523f08b538e06987b7f96448b9aecf5 ----------------------------------------------------------------------- commit 6b34ea252399018cb6154244c6c3165dfcfcfa23 Author: Michael J. Rubinsky <[email protected]> Date: Tue Feb 17 00:00:42 2009 -0500 Inject the Horde_Http_Client object .../lib/Horde/Service/Facebook.php | 25 ++++++++++++++++--- 1 files changed, 21 insertions(+), 4 deletions(-) http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=025819df3523f08b538e06987b7f96448b9aecf5&r2=6b34ea252399018cb6154244c6c3165dfcfcfa23 ----------------------------------------------------------------------- commit 32e194e1cb2440f45df3318dfa1b9dc6851a35b2 Author: Michael J. Rubinsky <[email protected]> Date: Tue Feb 17 01:06:24 2009 -0500 Use a Horde_Controller_Request object for all access to $_POST/$_GET/$_COOKIE/$_SERVER data. .../lib/Horde/Service/Facebook.php | 95 ++++++++++---------- 1 files changed, 48 insertions(+), 47 deletions(-) http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=6b34ea252399018cb6154244c6c3165dfcfcfa23&r2=32e194e1cb2440f45df3318dfa1b9dc6851a35b2 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
