[commits] Horde branch ActiveSync updated. 28209901a1d5fa48bc9577ce34d31e454e9dce20
Michael Rubinsky
mike at theupstairsroom.com
Sat Jan 16 19:08:32 UTC 2010
The branch "ActiveSync" has been updated.
The following is a summary of the commits.
from: fa381a7fd920e8a386029cf46d0e83416571a9e9
b3bf461 Further flesh out base Horde initialization.
3d9a548 Inject a Horde_Controller_Request object into Horde_Rpc.
2820990 remove conflict artifact
-----------------------------------------------------------------------
commit b3bf4618028fdc2c14aa47e696dac948589ad829
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 | 105 ++++++++-
framework/Core/lib/Horde/Registry/Application.php | 36 +++
horde/admin/alarms.php | 2 +-
horde/admin/cmdshell.php | 2 +-
horde/admin/datatree.php | 2 +-
horde/admin/groups.php | 2 +-
horde/admin/perms/addchild.php | 2 +-
horde/admin/perms/delete.php | 2 +-
horde/admin/perms/edit.php | 2 +-
horde/admin/perms/index.php | 2 +-
horde/admin/phpshell.php | 2 +-
horde/admin/sessions.php | 2 +-
horde/admin/setup/config.php | 2 +-
horde/admin/setup/diff.php | 2 +-
horde/admin/setup/index.php | 2 +-
horde/admin/setup/scripts.php | 2 +-
horde/admin/signup_confirm.php | 2 +-
horde/admin/sqlshell.php | 2 +-
horde/admin/user.php | 2 +-
horde/bin/alarms | 2 +-
horde/bin/db_migrate | 2 +-
horde/index.php | 2 +-
horde/lib/Application.php | 64 +-----
horde/login.php | 2 +-
horde/rampage.php | 2 +-
horde/rpc.php | 2 +-
horde/scripts/cookie_login.php | 2 +-
horde/scripts/get_login.php | 2 +-
horde/scripts/http_login_refer.php | 2 +-
horde/scripts/import_squirrelmail_file_prefs.php | 2 +-
horde/scripts/import_squirrelmail_sql_prefs.php | 2 +-
horde/scripts/upgrades/2008-04-09_horde_syncml_map.php | 2 +-
horde/scripts/upgrades/convert_datatree_groups_to_sql.php | 2 +-
horde/scripts/upgrades/convert_datatree_perms_to_sql.php | 2 +-
horde/scripts/upgrades/migrate_user_categories.php | 2 +-
horde/scripts/upgrades/move_history_out_of_datatree.php | 2 +-
horde/services/cache.php | 2 +-
horde/services/cacheview.php | 2 +-
horde/services/changepassword.php | 2 +-
horde/services/confirm.php | 2 +-
horde/services/facebook.php | 2 +-
horde/services/go.php | 2 +-
horde/services/help/index.php | 2 +-
horde/services/images/view.php | 2 +-
horde/services/imple.php | 2 +-
horde/services/javascript.php | 2 +-
horde/services/keyboard.php | 2 +-
horde/services/language.php | 2 +-
horde/services/logintasks.php | 2 +-
horde/services/obrowser/index.php | 2 +-
horde/services/portal/cloud_search.php | 2 +-
horde/services/portal/edit.php | 2 +-
horde/services/portal/index.php | 2 +-
horde/services/portal/mobile.php | 2 +-
horde/services/portal/rpcsum.php | 2 +-
horde/services/portal/sidebar.php | 2 +-
horde/services/portal/syncml.php | 2 +-
horde/services/problem.php | 2 +-
horde/services/resetpassword.php | 2 +-
horde/services/shares/edit.php | 2 +-
horde/services/snooze.php | 2 +-
horde/services/twitter.php | 2 +-
horde/services/twitterapi.php | 2 +-
horde/signup.php | 2 +-
horde/test.php | 5 +-
imp/acl.php | 2 +-
imp/ajax.php | 2 +-
imp/attachment.php | 2 +-
imp/compose-dimp.php | 2 +-
imp/compose-mimp.php | 2 +-
imp/compose.php | 2 +-
imp/contacts.php | 2 +-
imp/filterprefs.php | 2 +-
imp/folders-mimp.php | 2 +-
imp/folders.php | 3 +-
imp/index-dimp.php | 2 +-
imp/index.php | 2 +-
imp/lib/Application.php | 157 +++----------
imp/lib/Auth.php | 3 +-
imp/lib/Block/Foldersummary.php | 6 -
imp/lib/Block/Newmail.php | 6 -
imp/lib/Block/summary.php | 6 -
imp/lib/Block/tree_folders.php | 6 -
imp/mailbox-mimp.php | 2 +-
imp/mailbox.php | 2 +-
imp/message-dimp.php | 2 +-
imp/message-mimp.php | 2 +-
imp/message.php | 2 +-
imp/pgp.php | 2 +-
imp/rss.php | 2 +-
imp/saveimage.php | 2 +-
imp/search-basic.php | 2 +-
imp/search.php | 2 +-
imp/smime.php | 2 +-
imp/stationery.php | 2 +-
imp/thread.php | 2 +-
imp/view.php | 4 +-
skeleton/config/horde.local.php.dist | 4 +
skeleton/lib/Application.php | 56 +++++
skeleton/lib/base.load.php | 25 --
skeleton/lib/base.php | 31 ---
skeleton/list.php | 3 +-
turba/add.php | 4 +-
turba/addressbooks/create.php | 4 +-
turba/addressbooks/delete.php | 4 +-
turba/addressbooks/edit.php | 4 +-
turba/addressbooks/index.php | 3 +-
turba/browse.php | 3 +-
turba/contact.php | 3 +-
turba/data.php | 3 +-
turba/delete.php | 3 +-
turba/deletefile.php | 3 +-
turba/edit.php | 4 +-
turba/index.php | 4 +-
turba/lib/Api.php | 32 +---
turba/lib/Application.php | 137 +++++++++++-
turba/lib/Block/minisearch.php | 2 -
turba/lib/Block/tree_menu.php | 2 -
turba/lib/base.load.php | 25 --
turba/lib/base.php | 103 --------
turba/lib/tests/ApiTest.php | 1 -
turba/lib/tests/KolabTestBase.php | 9 +-
turba/minisearch.php | 3 +-
turba/scripts/import_squirrelmail_file_abook.php | 13 +-
turba/scripts/import_squirrelmail_sql_abook.php | 15 +-
turba/scripts/upgrades/2.1_to_2.2_sql_schema.php | 3 +-
turba/scripts/upgrades/2005-09-23_flat_comments.php | 8 +-
turba/scripts/upgrades/2007-06-17_delete_old_vbooks.php | 6 +-
turba/scripts/upgrades/2007-06-17_flatten_shares.php | 6 +-
turba/scripts/upgrades/convert_datatree_shares_to_sql.php | 3 +-
turba/scripts/upgrades/public_to_horde_share.php | 14 +-
turba/search.php | 3 +-
turba/vcard.php | 3 +-
turba/view.php | 3 +-
134 files changed, 513 insertions(+), 610 deletions(-)
create mode 100644 skeleton/config/horde.local.php.dist
delete mode 100644 skeleton/lib/base.load.php
delete mode 100644 skeleton/lib/base.php
delete mode 100644 turba/lib/base.load.php
delete mode 100644 turba/lib/base.php
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=9534798bb0f956f9b1b419fc83e46e7fc8cd37cc&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry/Application.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/alarms.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/cmdshell.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/datatree.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/perms/addchild.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/perms/delete.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/perms/edit.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/perms/index.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/phpshell.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/setup/config.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/setup/diff.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/setup/index.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/setup/scripts.php?rt=horde-git&r1=cac000fc76b907f511a859c07f2938456b3d0d8a&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/signup_confirm.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/sqlshell.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/admin/user.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/bin/alarms?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=f0ea36ea58adbf5fe5ca3f0e70407a7529145c99&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/index.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/lib/Application.php?rt=horde-git&r1=6f73885ab4a9f0420e1707ef6483406c57d9ee54&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=ef8bffc17ca34eb668c79acffdbd95e27d232c3e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/rampage.php?rt=horde-git&r1=6f73885ab4a9f0420e1707ef6483406c57d9ee54&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=604c64485e12ad589e2af0bb7c1df27224b2308c&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/cookie_login.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/get_login.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/http_login_refer.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_file_prefs.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_sql_prefs.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/upgrades/2008-04-09_horde_syncml_map.php?rt=horde-git&r1=6f73885ab4a9f0420e1707ef6483406c57d9ee54&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/upgrades/convert_datatree_groups_to_sql.php?rt=horde-git&r1=6f73885ab4a9f0420e1707ef6483406c57d9ee54&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/upgrades/convert_datatree_perms_to_sql.php?rt=horde-git&r1=6f73885ab4a9f0420e1707ef6483406c57d9ee54&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/upgrades/migrate_user_categories.php?rt=horde-git&r1=6f73885ab4a9f0420e1707ef6483406c57d9ee54&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/scripts/upgrades/move_history_out_of_datatree.php?rt=horde-git&r1=6f73885ab4a9f0420e1707ef6483406c57d9ee54&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/cache.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/cacheview.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/changepassword.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/confirm.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/facebook.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/go.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/help/index.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/images/view.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/imple.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/javascript.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/keyboard.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/language.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/logintasks.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/obrowser/index.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/portal/cloud_search.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/portal/edit.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/portal/index.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/portal/mobile.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/portal/rpcsum.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/portal/syncml.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/resetpassword.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/snooze.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/services/twitterapi.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/signup.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/horde/test.php?rt=horde-git&r1=9b67f7766979cb1a6b1561ac781815d733ded353&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/acl.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=56c3d7925d59651bd9f040d9151aeb8d40b3872c&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/index.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=cf7306545364bc5f0aea0421370609599bd24e37&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/rss.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/co.php/skeleton/config/horde.local.php.dist?rt=horde-git&r=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/skeleton/lib/Application.php?rt=horde-git&r1=7ec6ddbfd4f7b664b5585cf2c11846b57770ce9f&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/skeleton/lib/base.load.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/skeleton/lib/base.php?rt=horde-git&r1=f3d3af2a93ab2a78ed562809a64198ee85ade456&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/skeleton/list.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/add.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/addressbooks/create.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/addressbooks/delete.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/addressbooks/edit.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/addressbooks/index.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/browse.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/contact.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/data.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/delete.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/deletefile.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/edit.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/index.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=3f159263514a3de495770db48a109df318346124&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/lib/Block/minisearch.php?rt=horde-git&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/lib/Block/tree_menu.php?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/lib/base.load.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/lib/base.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/lib/tests/ApiTest.php?rt=horde-git&r1=aa4586bb2a9d2dc82b43a703b977bb49f764a786&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/lib/tests/KolabTestBase.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/minisearch.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_file_abook.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_sql_abook.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/scripts/upgrades/2005-09-23_flat_comments.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/scripts/upgrades/2007-06-17_delete_old_vbooks.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/scripts/upgrades/2007-06-17_flatten_shares.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/scripts/upgrades/convert_datatree_shares_to_sql.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/vcard.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
http://git.horde.org/diff.php/turba/view.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=b3bf4618028fdc2c14aa47e696dac948589ad829
-----------------------------------------------------------------------
commit 3d9a54884da6b01942d52ad25686bbe8fcee5ecc
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/ActiveSync.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/ActiveSync.php?rt=horde-git&r1=fa381a7fd920e8a386029cf46d0e83416571a9e9&r2=3d9a54884da6b01942d52ad25686bbe8fcee5ecc
-----------------------------------------------------------------------
commit 28209901a1d5fa48bc9577ce34d31e454e9dce20
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 16 14:08:05 2010 -0500
remove conflict artifact
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/ActiveSync.php?rt=horde-git&r1=3d9a54884da6b01942d52ad25686bbe8fcee5ecc&r2=28209901a1d5fa48bc9577ce34d31e454e9dce20
More information about the commits
mailing list