[commits] Horde branch ActiveSync updated. d6963e4ab9d773ba484a60f548cbdc3e01a167f8
Michael Rubinsky
mike at theupstairsroom.com
Sun Jan 31 20:37:33 UTC 2010
The branch "ActiveSync" has been updated.
The following is a summary of the commits.
from: d3da7f7c0f9f6962063687d3c004dfa2bd0daba7
3d980e3 Further flesh out base Horde initialization.
7154d21 Fully convert whups to Horde_Registry_Application
7dd18e2 Fully convert wicked to Horde_Registry_Application
497771d Further flesh out base Horde initialization.
337cd9e Further flesh out base Horde initialization.
d31fbef Further flesh out base Horde initialization.
a405df4 Remove rebase/merge artifacts
cbaab2c fix mailbox purging
d6963e4 fix debug method
-----------------------------------------------------------------------
commit 3d980e347a262a0c06ad3eac174fb25dd0bbc9b1
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 +++
horde/rpc.php | 2 +-
imp/lib/Block/summary.php | 3 +--
whups/lib/base.load.php | 25 -------------------------
wicked/lib/base.load.php | 25 -------------------------
5 files changed, 5 insertions(+), 53 deletions(-)
delete mode 100644 whups/lib/base.load.php
delete mode 100644 wicked/lib/base.load.php
http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=ca2257debd3a2ed7837bf9f858d9803173e0d6e6&r2=3d980e347a262a0c06ad3eac174fb25dd0bbc9b1
http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=abdecae7078caa956980685c599f73d25de2c13d&r2=3d980e347a262a0c06ad3eac174fb25dd0bbc9b1
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-git&r1=64593f466f65d01dcff5ea907c2852bfee86963c&r2=3d980e347a262a0c06ad3eac174fb25dd0bbc9b1
http://git.horde.org/diff.php/whups/lib/base.load.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=3d980e347a262a0c06ad3eac174fb25dd0bbc9b1
http://git.horde.org/diff.php/wicked/lib/base.load.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=3d980e347a262a0c06ad3eac174fb25dd0bbc9b1
-----------------------------------------------------------------------
commit 7154d21afd39b889ed4f53fe3af4028154cbbf27
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jan 28 01:57:21 2010 -0700
Fully convert whups to Horde_Registry_Application
whups/README | 2 +-
whups/admin/index.php | 4 +-
whups/data.php | 6 +-
whups/index.php | 4 +-
whups/lib/Api.php | 24 ------------
whups/lib/Application.php | 75 ++++++++++++++++++++++++++++++++-----
whups/lib/Block/myqueries.php | 2 -
whups/lib/Block/myrequests.php | 1 -
whups/lib/Block/mytickets.php | 1 -
whups/lib/Block/query.php | 2 -
whups/lib/Block/queuecontents.php | 2 -
whups/lib/Block/queuesummary.php | 1 -
whups/lib/Block/unassigned.php | 1 -
whups/lib/base.php | 63 -------------------------------
whups/lib/tests/TestBase.php | 18 +--------
whups/mybugs.php | 4 +-
whups/mybugs_edit.php | 10 ++---
whups/query/index.php | 4 +-
whups/query/rss.php | 7 ++-
whups/query/run.php | 4 +-
whups/queue/index.php | 5 +-
whups/queue/rss.php | 7 +--
whups/reports.php | 5 +-
whups/scripts/mail-filter.php | 12 +-----
whups/scripts/reminders.php | 19 +--------
whups/search.php | 5 +-
whups/search/rss.php | 5 +-
whups/ticket/comment.php | 7 +--
whups/ticket/create.php | 6 +-
whups/ticket/delete.php | 5 +-
whups/ticket/deleteAttachment.php | 5 +-
whups/ticket/index.php | 5 +-
whups/ticket/queue.php | 5 +-
whups/ticket/rss.php | 5 +-
whups/ticket/type.php | 5 +-
whups/ticket/update.php | 6 +-
whups/ticket/watch.php | 5 +-
whups/view.php | 4 +-
38 files changed, 137 insertions(+), 214 deletions(-)
delete mode 100644 whups/lib/base.php
http://git.horde.org/diff.php/whups/README?rt=horde-git&r1=50118cafc2e4d712d082369d0c071520dfaba363&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/data.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/index.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Api.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Application.php?rt=horde-git&r1=15ae708857f6cc57de6cf9990b84fca63dbe9b93&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Block/myqueries.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Block/myrequests.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Block/mytickets.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Block/query.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Block/queuecontents.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Block/queuesummary.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/Block/unassigned.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/base.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/lib/tests/TestBase.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/mybugs.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/mybugs_edit.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/query/index.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/query/rss.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/query/run.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/queue/index.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/queue/rss.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/reports.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/scripts/mail-filter.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/scripts/reminders.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/search.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/search/rss.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/comment.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/create.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/delete.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/deleteAttachment.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/index.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/queue.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/rss.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/type.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/update.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/ticket/watch.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7154d21afd39b889ed4f53fe3af4028154cbbf27
-----------------------------------------------------------------------
commit 7dd18e262f41e2184420720fa6dcf6dacadeacfd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jan 28 11:34:09 2010 -0700
Fully convert wicked to Horde_Registry_Application
wicked/diff.php | 4 +-
wicked/display.php | 3 +-
wicked/history.php | 4 +-
wicked/lib/Api.php | 334 +++++++++++++++++++
wicked/lib/Application.php | 97 ++++++
wicked/lib/Block/page.php | 4 -
wicked/lib/api.php | 465 ---------------------------
wicked/lib/base.php | 51 ---
wicked/lib/version.php | 1 -
wicked/preview.php | 4 +-
wicked/scripts/mail-filter.php | 23 +--
wicked/scripts/upgrades/convert_to_utf8.php | 21 +-
wicked/scripts/wicked.php | 20 +-
wicked/view.php | 3 +-
14 files changed, 452 insertions(+), 582 deletions(-)
create mode 100644 wicked/lib/Api.php
create mode 100644 wicked/lib/Application.php
delete mode 100644 wicked/lib/api.php
delete mode 100644 wicked/lib/base.php
delete mode 100644 wicked/lib/version.php
http://git.horde.org/diff.php/wicked/diff.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/display.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/history.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/co.php/wicked/lib/Api.php?rt=horde-git&r=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/co.php/wicked/lib/Application.php?rt=horde-git&r=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/lib/Block/page.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/lib/api.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/lib/base.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/lib/version.php?rt=horde-git&r1=94db816369d07fd9fe11128140f0ce8ae1a953c5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/preview.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/scripts/mail-filter.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/scripts/upgrades/convert_to_utf8.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/scripts/wicked.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
http://git.horde.org/diff.php/wicked/view.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7dd18e262f41e2184420720fa6dcf6dacadeacfd
-----------------------------------------------------------------------
commit 497771d9ee127fa16ef43fb6fa350672db61bfbd
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.
skeleton/lib/Application.php | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/skeleton/lib/Application.php?rt=horde-git&r1=ca2257debd3a2ed7837bf9f858d9803173e0d6e6&r2=497771d9ee127fa16ef43fb6fa350672db61bfbd
-----------------------------------------------------------------------
commit 337cd9e1ade8c1e5cf84155bb2cec29fbefe755a
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/rpc.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=3d980e347a262a0c06ad3eac174fb25dd0bbc9b1&r2=337cd9e1ade8c1e5cf84155bb2cec29fbefe755a
-----------------------------------------------------------------------
commit d31fbef8c6e6118f726f0e790143e61d13dcd5a8
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.
framework/Core/lib/Horde/Registry.php | 36 +++++++++++++++++++++++++++++
horde/admin/sessions.php | 10 ++++++++
imp/lib/Application.php | 41 +++++++++++++++++++++++++++++++++
3 files changed, 87 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=61cf1e36249edc14138abbd52c2fd3966b69a47f&r2=d31fbef8c6e6118f726f0e790143e61d13dcd5a8
http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=7786f7d2b9d8bc2ccf6ff824a365b9c1de5e67dc&r2=d31fbef8c6e6118f726f0e790143e61d13dcd5a8
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=73801cfa0de29b8f7538a1db8c5fcd20cd52fc43&r2=d31fbef8c6e6118f726f0e790143e61d13dcd5a8
-----------------------------------------------------------------------
commit a405df493f1fb58caf223ed5727446c491f264da
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 31 11:18:25 2010 -0500
Remove rebase/merge artifacts
framework/Core/lib/Horde/Registry.php | 36 ---------------------------------
horde/rpc.php | 5 ----
skeleton/lib/Application.php | 20 ------------------
3 files changed, 0 insertions(+), 61 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=d31fbef8c6e6118f726f0e790143e61d13dcd5a8&r2=a405df493f1fb58caf223ed5727446c491f264da
http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=337cd9e1ade8c1e5cf84155bb2cec29fbefe755a&r2=a405df493f1fb58caf223ed5727446c491f264da
http://git.horde.org/diff.php/skeleton/lib/Application.php?rt=horde-git&r1=497771d9ee127fa16ef43fb6fa350672db61bfbd&r2=a405df493f1fb58caf223ed5727446c491f264da
-----------------------------------------------------------------------
commit cbaab2cbd546d1621d319c82cb97ecf9bac79a94
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 31 12:35:19 2010 -0500
fix mailbox purging
imp/lib/Ajax/Application.php | 6 +++---
imp/lib/Application.php | 41 -----------------------------------------
2 files changed, 3 insertions(+), 44 deletions(-)
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=73801cfa0de29b8f7538a1db8c5fcd20cd52fc43&r2=cbaab2cbd546d1621d319c82cb97ecf9bac79a94
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=d31fbef8c6e6118f726f0e790143e61d13dcd5a8&r2=cbaab2cbd546d1621d319c82cb97ecf9bac79a94
-----------------------------------------------------------------------
commit d6963e4ab9d773ba484a60f548cbdc3e01a167f8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 31 15:36:55 2010 -0500
fix debug method
framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=e0a84ad852f3758bbe6e5d0bd8d61a5253cbffea&r2=d6963e4ab9d773ba484a60f548cbdc3e01a167f8
More information about the commits
mailing list