[commits] Horde branch ActiveSync updated. 3d7d018e18fd19f21e1db69bd2d71570b956cbac
Michael Rubinsky
mike at theupstairsroom.com
Mon Jan 25 19:45:29 UTC 2010
The branch "ActiveSync" has been updated.
The following is a summary of the commits.
from: 8755924ab1181e91bb9633bb40b535a91912b2da
bf90556 Inject a Horde_Controller_Request object into Horde_Rpc.
cd25cd9 Further flesh out base Horde initialization.
3d7d018 I can't seem to type 'connector' without typing 'connectory' for some reason
-----------------------------------------------------------------------
commit bf9055692aa70240c02c63ca642e99cfffcff444
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Jan 14 12:36:53 2010 -0500
Inject a Horde_Controller_Request object into Horde_Rpc.
Use Horde_Controller_Request to obtain all server, post, get, etc..
values instead of accessing super globals directly. So far, only ActiveSync
server makes any use of it, the rest of the classes still need to be refactored.
framework/Rpc/lib/Horde/Rpc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc.php?rt=horde-git&r1=4a63e9b9af9eb9bd0e3c9b6f3b65bb78a8fc1a0c&r2=bf9055692aa70240c02c63ca642e99cfffcff444
-----------------------------------------------------------------------
commit cd25cd95f0209464d8ab035e36e3ad967e6c3824
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jan 13 16:31:33 2010 -0700
Further flesh out base Horde initialization.
There is two ways Horde applications can be initialized: through a
Horde_Registry API call and by directly loading the application (i.e.
loading a script in an application). Both methods (may) require base
initialization of the application (things like setting up paths to the
template files, creating app-specific objects) but the latter also
requires that the app initially be pushed on the stack. Since this
latter behavior needs to be done in all applications, and is essentially
the same in all apps, move it to the globally accessible function
Horde_Registry::appInit().
Other benefits: initiation of compression can now be done in a single
place
Test out this new framework by converting Turba.
Add new syntax to Skeleton.
horde/bin/db_migrate | 3 +++
skeleton/lib/Application.php | 20 ++++++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=616a256004b6f0ea63b2a9b9bae5748a22fcd10c&r2=cd25cd95f0209464d8ab035e36e3ad967e6c3824
http://git.horde.org/diff.php/skeleton/lib/Application.php?rt=horde-git&r1=a807dfd7132ff24cbba60f4ed70358c009e37e34&r2=cd25cd95f0209464d8ab035e36e3ad967e6c3824
-----------------------------------------------------------------------
commit 3d7d018e18fd19f21e1db69bd2d71570b956cbac
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Jan 25 14:41:04 2010 -0500
I can't seem to type 'connector' without typing 'connectory' for some reason
framework/ActiveSync/package.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/ActiveSync/package.xml?rt=horde-git&r1=c6bb73124248e746dbbd16c170c72bd4b5fcb720&r2=3d7d018e18fd19f21e1db69bd2d71570b956cbac
More information about the commits
mailing list