[commits] Horde-Hatchery branch master updated.
Michael Rubinsky
mike at theupstairsroom.com
Sun Feb 15 21:44:29 UTC 2009
The branch master has been updated.
The following is a summary of the commits. Further details on each commit
can be found below.
from: d16599f3519ac15c05a913821f64be49eaa5117f
134bf42... Add example script Remove some debug statements
dc2b53e... Remove canvas_user / profile_user as they are only used when being run from a facebook canvas - which we won't be doing with this library.
adea668... Remove more canvas related code
c35cfdd... More cleanup, remove unused stuff etc...
e3aeb6b... fix class names
eace257... Pass the request for ssl resources in the const'r
602b2c0... clean up
bca423d... If we have https, use https
a37813d... Revert "If we have https, use https"
8531288... Use https if we have https
24af3dc... Use Horde::selfUrl - I guess...
b6259a7... No need for this to be a public function
8e6642f... No need for public
7e59157... These should be protected,not public
023ae7d... prefix non-public members with _
-----------------------------------------------------------------------
commit 134bf42dca594bf5baf6a18f7ae6187e9fce2fac
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 11:29:47 2009 -0500
Add example script
Remove some debug statements
.../Service_Facebook/doc/facebook_example.php | 28 ++++++++++++++++++++
.../lib/Horde/Service/Facebook.php | 2 +-
2 files changed, 29 insertions(+), 1 deletions(-)
create mode 100644 framework/Service_Facebook/doc/facebook_example.php
http://git.horde.org/co.php/framework/Service_Facebook/doc/facebook_example.php?rt=horde-hatchery&r=134bf42dca594bf5baf6a18f7ae6187e9fce2fac
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=997b9faa7dc80655cdbb27ed71c69cd854d46a80&r2=134bf42dca594bf5baf6a18f7ae6187e9fce2fac
-----------------------------------------------------------------------
commit dc2b53ea9f63450e3519c86b3d6c0c29682a73c1
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 12:13:47 2009 -0500
Remove canvas_user / profile_user as they are only used when being run from
a facebook canvas - which we won't be doing with this library.
.../lib/Horde/Service/Facebook.php | 36 ++-----------------
1 files changed, 4 insertions(+), 32 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=134bf42dca594bf5baf6a18f7ae6187e9fce2fac&r2=dc2b53ea9f63450e3519c86b3d6c0c29682a73c1
-----------------------------------------------------------------------
commit adea6680b7f11b371557e8579fcc730775a13aa2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 13:01:02 2009 -0500
Remove more canvas related code
.../lib/Horde/Service/Facebook.php | 34 +++++--------------
1 files changed, 9 insertions(+), 25 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=dc2b53ea9f63450e3519c86b3d6c0c29682a73c1&r2=adea6680b7f11b371557e8579fcc730775a13aa2
-----------------------------------------------------------------------
commit c35cfddc4581d9c089a58f17054850e29faa4bcc
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:20:40 2009 -0500
More cleanup, remove unused stuff etc...
.../lib/Horde/Service/Facebook.php | 203 ++++++++++---------
1 files changed, 107 insertions(+), 96 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=adea6680b7f11b371557e8579fcc730775a13aa2&r2=c35cfddc4581d9c089a58f17054850e29faa4bcc
-----------------------------------------------------------------------
commit e3aeb6bb371ebf9c343905182df3283c6ea6c7ff
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:22:25 2009 -0500
fix class names
.../lib/Horde/Service/Facebook.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=c35cfddc4581d9c089a58f17054850e29faa4bcc&r2=e3aeb6bb371ebf9c343905182df3283c6ea6c7ff
-----------------------------------------------------------------------
commit eace257f93bccee19a2a6a7d833405ea20b3673e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:36:02 2009 -0500
Pass the request for ssl resources in the const'r
.../lib/Horde/Service/Facebook.php | 113 ++++++++------------
1 files changed, 44 insertions(+), 69 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=e3aeb6bb371ebf9c343905182df3283c6ea6c7ff&r2=eace257f93bccee19a2a6a7d833405ea20b3673e
-----------------------------------------------------------------------
commit 602b2c059f66b0677b9dbf1052a3edd95ad84f3f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:36:43 2009 -0500
clean up
.../lib/Horde/Service/Facebook.php | 26 ++++++++++----------
1 files changed, 13 insertions(+), 13 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=eace257f93bccee19a2a6a7d833405ea20b3673e&r2=602b2c059f66b0677b9dbf1052a3edd95ad84f3f
-----------------------------------------------------------------------
commit bca423dd934d79a209958740b0d91c7e667cb591
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:40:08 2009 -0500
If we have https, use https
.../lib/Horde/Service/Facebook.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=602b2c059f66b0677b9dbf1052a3edd95ad84f3f&r2=bca423dd934d79a209958740b0d91c7e667cb591
-----------------------------------------------------------------------
commit a37813da55d2aaf820127301e876f009c4f0776a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:41:28 2009 -0500
Revert "If we have https, use https"
Applied fix to wrong method
This reverts commit bca423dd934d79a209958740b0d91c7e667cb591.
.../lib/Horde/Service/Facebook.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=bca423dd934d79a209958740b0d91c7e667cb591&r2=a37813da55d2aaf820127301e876f009c4f0776a
-----------------------------------------------------------------------
commit 8531288e9b575985623b51aaaee252c96e26f479
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:42:25 2009 -0500
Use https if we have https
.../lib/Horde/Service/Facebook.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=a37813da55d2aaf820127301e876f009c4f0776a&r2=8531288e9b575985623b51aaaee252c96e26f479
-----------------------------------------------------------------------
commit 24af3dc600116b6bc311c915ade1300ec0abc8d3
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:50:39 2009 -0500
Use Horde::selfUrl - I guess...
.../lib/Horde/Service/Facebook.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=8531288e9b575985623b51aaaee252c96e26f479&r2=24af3dc600116b6bc311c915ade1300ec0abc8d3
-----------------------------------------------------------------------
commit b6259a7fad43aa7da9bf39c9e44c1eed73a03bdc
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:53:42 2009 -0500
No need for this to be a public function
.../lib/Horde/Service/Facebook.php | 50 ++++++++++----------
1 files changed, 25 insertions(+), 25 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=24af3dc600116b6bc311c915ade1300ec0abc8d3&r2=b6259a7fad43aa7da9bf39c9e44c1eed73a03bdc
-----------------------------------------------------------------------
commit 8e6642fae4b0a7bedb4fa6f6972ac5641ae01388
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:55:31 2009 -0500
No need for public
.../lib/Horde/Service/Facebook.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=b6259a7fad43aa7da9bf39c9e44c1eed73a03bdc&r2=8e6642fae4b0a7bedb4fa6f6972ac5641ae01388
-----------------------------------------------------------------------
commit 7e59157cc5cac80971c04a0471bbbade4f59ecaf
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 15:58:06 2009 -0500
These should be protected,not public
.../lib/Horde/Service/Facebook.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=8e6642fae4b0a7bedb4fa6f6972ac5641ae01388&r2=7e59157cc5cac80971c04a0471bbbade4f59ecaf
-----------------------------------------------------------------------
commit 023ae7d0f300511384b287238b87d0c2a9f92d02
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 15 16:11:27 2009 -0500
prefix non-public members with _
.../lib/Horde/Service/Facebook.php | 152 +++++++++-----------
1 files changed, 69 insertions(+), 83 deletions(-)
http://git.horde.org/diff.php/framework/Service_Facebook/lib/Horde/Service/Facebook.php?rt=horde-hatchery&r1=7e59157cc5cac80971c04a0471bbbade4f59ecaf&r2=023ae7d0f300511384b287238b87d0c2a9f92d02
More information about the commits
mailing list