[commits] Horde branch master updated. 17c5ffe171edda95b4efcc2a39d34e7dcd60e04d
Michael M Slusarz
slusarz at horde.org
Wed Mar 17 18:13:13 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: c4232e3d4d98929909c02900d62a188479d4eccd
240ff73 Use Horde_Log instead of PEAR's Log.
dee7473 First pass at passing Logger to framework libs using injector/binder
1ee0a48 Reattach stream on wakeup
17c5ffe No need to redefine __construct().
-----------------------------------------------------------------------
commit 240ff73e2a3bcfe5e5649e5d9153d87b25471d36
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Feb 19 00:58:58 2010 -0700
Use Horde_Log instead of PEAR's Log.
Initiali implementation handles only file, stream, and syslog drivers.
(Yes, I know that file is just a subset of stream, but 95% of those
installing IMP won't know that, and logging to file is far and away the
most popular choice). No support for custom log timestamps/format
either.
agora/lib/Api.php | 6 +-
agora/lib/Messages.php | 24 +-
agora/lib/Messages/split_sql.php | 4 +-
agora/lib/Messages/sql.php | 4 +-
agora/scripts/phorum2agora.php | 2 +-
ansel/faces/image.php | 2 +-
ansel/faces/img.php | 2 +-
ansel/gallery.php | 4 +-
ansel/image.php | 2 +-
ansel/img/mini.php | 2 +-
ansel/img/prettythumb.php | 2 +-
ansel/img/screen.php | 2 +-
ansel/img/thumb.php | 2 +-
ansel/lib/Ajax/Imple/LocationAutoCompleter.php | 4 +-
ansel/lib/Ansel.php | 2 +-
ansel/lib/Api.php | 4 +-
ansel/lib/Faces/Base.php | 3 +-
ansel/lib/Faces/opencv.php | 3 +-
ansel/lib/Gallery.php | 9 +-
ansel/lib/GalleryMode/Date.php | 2 +-
ansel/lib/GalleryMode/Normal.php | 5 +-
ansel/lib/Image.php | 12 +-
ansel/lib/ImageView.php | 8 +-
ansel/lib/Storage.php | 28 +-
ansel/lib/Tags.php | 17 +-
ansel/lib/View/EmbeddedRenderer/GalleryLink.php | 2 +-
ansel/lib/View/EmbeddedRenderer/Mini.php | 2 +-
ansel/lib/View/Image.php | 6 +-
ansel/lib/Widget/OtherGalleries.php | 2 +-
ansel/perms.php | 2 +-
ansel/preview.php | 4 +-
ansel/scripts/ansel.php | 38 +-
ansel/xppublish.php | 4 +-
beatnik/lib/Driver/pdnsgsql.php | 30 +-
beatnik/scripts/export_config.php | 26 +-
crumb/addclient.php | 2 +-
crumb/lib/Driver/sql.php | 2 +-
crumb/lib/Forms/AddClient.php | 4 +-
fima/lib/Driver/sql.php | 143 +-
fima/lib/Fima.php | 2 +-
folks/perms.php | 4 +-
folks/scripts/mail.php | 6 +-
framework/Ajax/lib/Horde/Ajax/Imple/SpellChecker.php | 4 +-
framework/Alarm/lib/Horde/Alarm.php | 6 +-
framework/Alarm/lib/Horde/Alarm/Sql.php | 39 +-
framework/Alarm/test/Horde/Alarm/setup.inc.dist | 2 +-
framework/Auth/lib/Horde/Auth.php | 2 +-
framework/Auth/lib/Horde/Auth/Customsql.php | 2 +-
framework/Auth/lib/Horde/Auth/Cyrsql.php | 18 +-
framework/Auth/lib/Horde/Auth/Kolab.php | 2 +-
framework/Auth/lib/Horde/Auth/Ldap.php | 10 +-
framework/Auth/lib/Horde/Auth/Passwd.php | 2 +-
framework/Auth/lib/Horde/Auth/Signup/Sql.php | 23 +-
framework/Auth/lib/Horde/Auth/Sql.php | 20 +-
framework/Auth/test/Horde/Auth/Kolab/Class/KolabTest.php | 7 +-
framework/Auth/test/Horde/Auth/Kolab/Integration/AuthTest.php | 7 +-
framework/Cache/lib/Horde/Cache/Sql.php | 30 +-
framework/Core/lib/Horde.php | 143 +--
framework/Core/lib/Horde/Core/Binder/Logger.php | 30 +-
framework/Core/lib/Horde/Core/Log/Logger.php | 122 ++
framework/Core/lib/Horde/Registry.php | 16 +-
framework/Core/package.xml | 9 +-
framework/DataTree/DataTree/sql.php | 88 +-
framework/Form/Form.php | 2 +-
framework/Group/Group.php | 4 +-
framework/Group/Group/contactlists.php | 6 +-
framework/Group/Group/ldap.php | 2 +-
framework/Group/Group/sql.php | 2 +-
framework/History/lib/Horde/History/Sql.php | 2 +-
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php | 25 +-
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Content.php | 29 +-
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Incoming.php | 18 +-
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php | 9 +-
framework/Kolab_Filter/lib/Horde/Kolab/Filter/Response.php | 2 +-
.../Kolab_Filter/lib/Horde/Kolab/Filter/Transport/DovecotLDA.php | 9 +-
framework/Kolab_Filter/lib/Horde/Kolab/Resource.php | 138 +-
.../Kolab_Filter/lib/Horde/Kolab/Resource/Freebusy/Kolab.php | 5 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage.php | 2 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php | 11 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php | 39 +-
framework/Lock/lib/Horde/Lock/Sql.php | 48 +-
framework/Memcache/lib/Horde/Memcache.php | 2 +-
.../lib/Horde/Notification/Handler/Decorator/Hordelog.php | 2 +-
framework/Perms/lib/Horde/Perms.php | 2 +-
framework/Prefs/lib/Horde/Prefs.php | 2 +-
framework/Prefs/lib/Horde/Prefs/File.php | 4 +-
framework/Prefs/lib/Horde/Prefs/Imsp.php | 6 +-
framework/Prefs/lib/Horde/Prefs/KolabImap.php | 10 +-
framework/Prefs/lib/Horde/Prefs/Ldap.php | 57 +-
framework/Prefs/lib/Horde/Prefs/Sql.php | 20 +-
framework/Rpc/lib/Horde/Rpc/Phpgw.php | 6 +-
framework/Rpc/lib/Horde/Rpc/Soap.php | 3 +-
framework/Rpc/lib/Horde/Rpc/Syncml.php | 2 +-
framework/Rpc/lib/Horde/Rpc/Webdav.php | 36 +-
framework/SQL/SQL.php | 6 +-
framework/Scheduler/lib/Horde/Scheduler.php | 4 +-
framework/Scheduler/lib/Horde/Scheduler/Cron.php | 2 +-
framework/SessionHandler/lib/Horde/SessionHandler.php | 6 +-
framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php | 12 +-
framework/SessionHandler/lib/Horde/SessionHandler/Mysql.php | 16 +-
framework/SessionHandler/lib/Horde/SessionHandler/None.php | 2 +-
framework/SessionHandler/lib/Horde/SessionHandler/Oci8.php | 16 +-
framework/SessionHandler/lib/Horde/SessionHandler/Pgsql.php | 16 +-
framework/SessionHandler/lib/Horde/SessionHandler/Sql.php | 26 +-
framework/Share/Share.php | 14 +-
framework/Share/Share/sql.php | 78 +-
framework/Share/Share/sql_hierarchical.php | 19 +-
framework/SyncML/SyncML.php | 32 +-
framework/SyncML/SyncML/Backend.php | 84 +-
framework/SyncML/SyncML/Backend/Horde.php | 132 +-
framework/SyncML/SyncML/Backend/Sql.php | 27 +-
framework/SyncML/SyncML/Command.php | 3 +-
framework/SyncML/SyncML/Command/Alert.php | 18 +-
framework/SyncML/SyncML/Command/Final.php | 3 +-
framework/SyncML/SyncML/Command/Map.php | 3 +-
framework/SyncML/SyncML/Command/Sync.php | 3 +-
framework/SyncML/SyncML/Command/SyncHdr.php | 6 +-
framework/SyncML/SyncML/Device.php | 6 +-
framework/SyncML/SyncML/Device/Sync4j.php | 6 +-
framework/SyncML/SyncML/Sync.php | 82 +-
framework/SyncML/tests/sif.phpt | 1 -
framework/SyncML/tests/testpacket.php | 6 +-
framework/SyncML/tests/testsync.php | 2 +-
framework/Template/lib/Horde/Template.php | 2 +-
framework/Token/lib/Horde/Token/Sql.php | 6 +-
framework/Util/lib/Horde/String.php | 2 +-
framework/Util/lib/Horde/Util.php | 2 +-
gollem/lib/Auth.php | 9 +-
gollem/view.php | 4 +-
horde/admin/groups.php | 4 +-
horde/admin/signup_confirm.php | 2 +-
horde/config/conf.xml | 115 +-
horde/docs/INSTALL | 7 +-
horde/lib/Api.php | 12 +-
horde/lib/Block/metar.php | 6 +-
horde/lib/Block/twitter.php | 12 +-
horde/lib/Block/weatherdotcom.php | 6 +-
horde/lib/LoginTasks/SystemTask/GarbageCollection.php | 2 +-
horde/lib/Test.php | 17 -
horde/lib/core.php | 3 -
horde/login.php | 6 +-
horde/services/ajax.php | 2 +-
horde/services/images/view.php | 4 +-
horde/services/portal/sidebar.php | 4 +-
horde/services/prefs.php | 2 +-
horde/services/problem.php | 2 +-
horde/services/resetpassword.php | 2 +-
horde/services/shares/edit.php | 4 +-
horde/services/twitterapi.php | 4 +-
horde/signup.php | 2 +-
hylax/lib/Image.php | 10 +-
hylax/lib/SQL/Attributes.php | 10 +-
hylax/lib/Storage.php | 6 +-
hylax/lib/Storage/sql.php | 42 +-
hylax/scripts/fax_create.php | 2 +-
hylax/scripts/fax_save_data.php | 2 +-
hylax/scripts/fax_save_recv_data.php | 4 +-
imp/attachment.php | 6 +-
imp/compose.php | 2 +-
imp/lib/Auth.php | 19 +-
imp/lib/Compose.php | 12 +-
imp/lib/Crypt/Pgp.php | 4 +-
imp/lib/IMP.php | 2 +-
imp/lib/Imap.php | 6 +-
imp/lib/Maillog.php | 2 +-
imp/lib/Quota/Hook.php | 2 +-
imp/lib/Quota/Sql.php | 4 +-
imp/lib/Sentmail/Sql.php | 20 +-
imp/lib/Spam.php | 6 +-
imp/lib/Ui/Compose.php | 2 +-
ingo/lib/Application.php | 10 +-
ingo/lib/Driver/Timsieved.php | 2 +-
ingo/lib/Ingo.php | 2 +-
ingo/lib/Storage/Filters/Sql.php | 29 +-
ingo/lib/Storage/Sql.php | 35 +-
ingo/scripts/ingo-postfix-policyd | 8 +-
koward/lib/Koward.php | 2 +-
koward/lib/Koward/Controller/Application.php | 3 +-
koward/lib/Koward/Controller/IndexController.php | 8 +-
koward/www/horde/config/conf.php.dist | 2 +-
koward/www/htdocs/koward/koward.php | 2 +-
kronolith/fb.php | 2 +-
kronolith/feed/index.php | 2 +-
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +-
kronolith/lib/Application.php | 6 +-
kronolith/lib/Driver/Holidays.php | 9 +-
kronolith/lib/Driver/Ical.php | 8 +-
kronolith/lib/Driver/Kolab.php | 2 +-
kronolith/lib/Driver/Sql.php | 46 +-
kronolith/lib/Geo/Mysql.php | 8 +-
kronolith/lib/Geo/Sql.php | 10 +-
kronolith/lib/Kronolith.php | 10 +-
kronolith/lib/LoginTasks/Task/PurgeEvents.php | 2 +-
kronolith/lib/Storage/sql.php | 8 +-
kronolith/perms.php | 4 +-
kronolith/scripts/agenda.php | 3 +-
nag/lib/Application.php | 8 +-
nag/lib/Driver.php | 6 +-
nag/lib/Driver/Sql.php | 41 +-
nag/lib/Nag.php | 11 +-
news/lib/Categories.php | 8 +-
news/lib/Driver/sql.php | 4 +-
news/pdf.php | 2 +-
operator/lib/Driver/asterisksql.php | 32 +-
operator/viewgraph.php | 2 +-
shout/lib/Ajax/Application.php | 16 +-
shout/lib/Driver/Ldap.php | 38 +-
shout/lib/Driver/Sql.php | 24 +-
skeleton/lib/Driver/Sql.php | 2 +-
skoli/lib/Driver/sql.php | 82 +-
skoli/lib/Skoli.php | 2 +-
turba/lib/Application.php | 8 +-
turba/lib/Driver/Facebook.php | 4 +-
turba/lib/Driver/Imsp.php | 4 +-
turba/lib/Driver/Kolab.php | 9 +-
turba/lib/Driver/Ldap.php | 3 +-
turba/lib/Driver/Sql.php | 33 +-
turba/lib/Forms/AddContact.php | 4 +-
turba/lib/Forms/EditContact.php | 2 +-
turba/lib/Turba.php | 6 +-
turba/lib/View/Contact.php | 2 +-
turba/view.php | 2 +-
vilma/domains/delete.php | 2 +-
vilma/domains/edit.php | 2 +-
vilma/lib/Driver.php | 10 +-
vilma/lib/Driver/qmailldap.php | 164 +-
vilma/lib/Driver/sql.php | 32 +-
vilma/users/delete.php | 6 +-
vilma/users/edit.php | 2 +-
vilma/users/editAlias.php | 18 +-
vilma/users/editForward.php | 18 +-
vilma/virtuals/delete.php | 2 +-
vilma/virtuals/edit.php | 2 +-
whups/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +-
whups/lib/Driver.php | 4 +-
whups/lib/Driver/sql.php | 439 ++---
whups/lib/Forms/EditTicket.php | 2 +-
whups/lib/Mail.php | 3 +-
whups/lib/Ticket.php | 2 +-
whups/lib/Whups.php | 2 +-
whups/ticket/create.php | 2 +-
wicked/lib/Driver/sql.php | 94 +-
wicked/lib/Page/AttachedFiles.php | 2 +-
wicked/scripts/wicked.php | 6 +-
244 files changed, 1721 insertions(+), 2233 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Log/Logger.php
http://git.horde.org/diff.php/agora/lib/Api.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/agora/lib/Messages/split_sql.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/agora/lib/Messages/sql.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/agora/scripts/phorum2agora.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/faces/image.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/faces/img.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=6d97c196be61e3bca4413767f7b6f4d12b62fefd&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/img/mini.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/img/prettythumb.php?rt=horde-git&r1=cbd8bad59d9ec401aebdac10da48d90f3dc3f012&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/img/screen.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/img/thumb.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/LocationAutoCompleter.php?rt=horde-git&r1=93c95c6b48100852e4584f23f54c225ff9f5d03b&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=0f098e720bdbb9871280dbca5a7760bcf35e9a22&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Faces/Base.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Faces/opencv.php?rt=horde-git&r1=54ca0b6c6d0d56d2beed1839774f743f9e425256&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=60042266979c25b4f2c3bb8cf904184c527a8e1b&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=dc3873cf006806a328b2f4ee477b8a3fd3ca4866&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=9569b68d607d7921e7dec6b137e132d7a07ea47b&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=19f2ac94b2fb2c2239cda653dff02c1fd1f35262&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/ImageView.php?rt=horde-git&r1=6b3f11381ab010b38dfa9f80178a5ae712d66bf4&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=93c95c6b48100852e4584f23f54c225ff9f5d03b&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Tags.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/GalleryLink.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/View/EmbeddedRenderer/Mini.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=a83e200506dcdbda27b5c53821b4910ea2d76c05&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=93c95c6b48100852e4584f23f54c225ff9f5d03b&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/preview.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/scripts/ansel.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/beatnik/lib/Driver/pdnsgsql.php?rt=horde-git&r1=ffb758d15760d0fb57a88c336f9a3ae932c61c0f&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/beatnik/scripts/export_config.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/crumb/addclient.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/crumb/lib/Driver/sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/crumb/lib/Forms/AddClient.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/fima/lib/Driver/sql.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/fima/lib/Fima.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=6d97c196be61e3bca4413767f7b6f4d12b62fefd&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/folks/scripts/mail.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Imple/SpellChecker.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm.php?rt=horde-git&r1=3bfe32bf514ae36388ed6f58d1123209b29509a2&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Sql.php?rt=horde-git&r1=a07b57e1c5c7c951321a6c89f06f2682d5cb08c6&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Alarm/test/Horde/Alarm/setup.inc.dist?rt=horde-git&r1=a07b57e1c5c7c951321a6c89f06f2682d5cb08c6&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Customsql.php?rt=horde-git&r1=eabd62b0e4a19a160a3432f78dde09de0787d9a7&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrsql.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Kolab.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Ldap.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Passwd.php?rt=horde-git&r1=754aaa0352b513da97b6f46e5b65587c6bc42e5d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Signup/Sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Sql.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/test/Horde/Auth/Kolab/Class/KolabTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Auth/test/Horde/Auth/Kolab/Integration/AuthTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r1=aae7974f117036bf7cd1abfb5296284a0a995f06&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=5a1b05c2df6d70c5acbedcb08b3c8d73f0de0a73&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Logger.php?rt=horde-git&r1=63302dc5cb057ffb0f0be1b8296e27451161f2f6&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Log/Logger.php?rt=horde-git&r=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=0414ad89e5f87d71ab0413f1a64d65442f54b20b&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=0414ad89e5f87d71ab0413f1a64d65442f54b20b&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/DataTree/DataTree/sql.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Form/Form.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Group/Group.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Group/Group/contactlists.php?rt=horde-git&r1=bac36456ae270445aa05fd77cf93f63706d02954&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Group/Group/ldap.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Group/Group/sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/History/lib/Horde/History/Sql.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Content.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Incoming.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Response.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/DovecotLDA.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Resource/Freebusy/Kolab.php?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage.php?rt=horde-git&r1=e91271cff4fad7126441303cb962824046d2a439&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php?rt=horde-git&r1=f35979e0fea46bf3a8109e4fbd5cc359d3a7c9a6&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Lock/lib/Horde/Lock/Sql.php?rt=horde-git&r1=aae7974f117036bf7cd1abfb5296284a0a995f06&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Memcache/lib/Horde/Memcache.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Handler/Decorator/Hordelog.php?rt=horde-git&r1=e48b8a54fc54a179be749967a6a8b6b73cc1162e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=d9c0a62363172f0532c76cec467d4a9b0de04a8a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=bc64b30815e7ee934844af9ec4691dc1cfeff7f3&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/File.php?rt=horde-git&r1=e0ef58cc037859f83c6c4e4e3a78ca084c0e44d1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Imsp.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/KolabImap.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Ldap.php?rt=horde-git&r1=92e05198a8536ee69c00f33d717411d0d0389f9d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Phpgw.php?rt=horde-git&r1=dc3873cf006806a328b2f4ee477b8a3fd3ca4866&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Soap.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Syncml.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Webdav.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SQL/SQL.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Scheduler/lib/Horde/Scheduler.php?rt=horde-git&r1=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Scheduler/lib/Horde/Scheduler/Cron.php?rt=horde-git&r1=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Mysql.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/None.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Oci8.php?rt=horde-git&r1=1b11a038e49027d2e05182b0726397dd6aed650d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Pgsql.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Share/Share.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Share/Share/sql.php?rt=horde-git&r1=6c1bfbb2741e6788db1c8acdfe41e42d0830f212&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Share/Share/sql_hierarchical.php?rt=horde-git&r1=6c1bfbb2741e6788db1c8acdfe41e42d0830f212&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Horde.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Sql.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Alert.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Final.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Map.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Sync.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/SyncHdr.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/tests/sif.phpt?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/tests/testpacket.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/SyncML/tests/testsync.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Template/lib/Horde/Template.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Token/lib/Horde/Token/Sql.php?rt=horde-git&r1=aae7974f117036bf7cd1abfb5296284a0a995f06&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Util/lib/Horde/String.php?rt=horde-git&r1=14139ecaf77a83c4e720e3b9b31e0e5e2be5110b&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=ec7853d2a54e8229d6276d5b61f0419b718c35c7&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/gollem/view.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/admin/signup_confirm.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/docs/INSTALL?rt=horde-git&r1=e409ebe95a3b9cd22c7cd77ff676fda89549aa60&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/lib/Block/metar.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/lib/Block/twitter.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/lib/Block/weatherdotcom.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/lib/Test.php?rt=horde-git&r1=5af5c335ececf94625771c7e51148bd655000575&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/lib/core.php?rt=horde-git&r1=a6b109997eacd1a88a6e75a85de9dc99be1b924a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=97cb061195f50d9f64fc8f3f5e350076af3dd2c4&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/services/ajax.php?rt=horde-git&r1=67765d8c2eb4070ce83afa6a494b799c9c1e458f&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/services/images/view.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=50478887f053dc8d84557295470748c6af4fbfe5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/services/prefs.php?rt=horde-git&r1=6fbc3cbd6be1b342dc98920afdf6e126e48a345c&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=9c7d62d47e1353bcb43899f1c843b619ff4c1d45&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/services/resetpassword.php?rt=horde-git&r1=246ac25f0c1027ccf548123c0dd45ac4bdc6343a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=148da9d4b65170f961b45c1cfa19d531ae377b68&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/services/twitterapi.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/horde/signup.php?rt=horde-git&r1=246ac25f0c1027ccf548123c0dd45ac4bdc6343a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/hylax/lib/Image.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/hylax/lib/SQL/Attributes.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/hylax/lib/Storage.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/hylax/lib/Storage/sql.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/hylax/scripts/fax_create.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/hylax/scripts/fax_save_data.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/hylax/scripts/fax_save_recv_data.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=e95a4294b71d478549400c58bae486134325c664&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=b51ea2e233b9c019883ff1dc0f4ce4dc507fb5a9&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=2b94e501f39024682944dcdc7f3e439c02ba22de&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Maillog.php?rt=horde-git&r1=cd624150e5fa2d0f3aa6edcc966d7d588f14a1c9&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-git&r1=17dbed78822f3756448e89d6cfc1193bdd5ac2c7&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Quota/Sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ingo/lib/Driver/Timsieved.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ingo/lib/Storage/Filters/Sql.php?rt=horde-git&r1=9b22223f642b6ab65a71694ff34f709f06dfce9d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ingo/lib/Storage/Sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/ingo/scripts/ingo-postfix-policyd?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/koward/lib/Koward.php?rt=horde-git&r1=c1be869263d94434647831660105616acc22effb&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/koward/lib/Koward/Controller/Application.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/koward/lib/Koward/Controller/IndexController.php?rt=horde-git&r1=bd23015e57f302b8c55627095b50e04335309793&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/koward/www/horde/config/conf.php.dist?rt=horde-git&r1=4d808b7775348ad21ab79e25d0120819ab203b20&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/koward/www/htdocs/koward/koward.php?rt=horde-git&r1=88e228262b239365851fdbd258e6353cad32fdba&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/fb.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=71f11f0e5dde536c2663bb5387770ee9cbf55be7&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Driver/Holidays.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=02fa3640d8cc9c8454e9c6f0054988dbb31e2821&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=749b2145b131f868b41790c325c29e104c68038c&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Geo/Mysql.php?rt=horde-git&r1=ee81937e5c5c86cafb95327c75539c9fd85454a3&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Geo/Sql.php?rt=horde-git&r1=7a402dfeb716fffa8362ce5d9a0ba4ab7d416451&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=465d167ef1fb3bbe20da8c15c61bbdfc3e0935bb&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-git&r1=73a1bfa956264c3023494299f983ffc649089fb3&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/lib/Storage/sql.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=b62658ff91b6fd2995188921acfa63a8a044b38c&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=f438b2c85670201c39e3697860518609765f389a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/nag/lib/Driver.php?rt=horde-git&r1=8eac1846d1e58c617e08f6a8f5e7aa93c278ba4d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=540b00cb36b492ae0429ee4f03e3c0b9aacc5107&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/news/lib/Categories.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/news/pdf.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/operator/lib/Driver/asterisksql.php?rt=horde-git&r1=9527f666870a2343955320752e3ef264c6ac0516&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/operator/viewgraph.php?rt=horde-git&r1=1533ffaf9cfd3c06080e0e272abf9fa49228924a&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=74e6f46d80579f8bd2807e7f4a5de3f44b9668e8&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/shout/lib/Driver/Ldap.php?rt=horde-git&r1=79e12c3181f5d34210cc564c70734cb41167d3a1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=1cbdbd839cd8cfe74ff820cf02582a17daf8bb95&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/skeleton/lib/Driver/Sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/skoli/lib/Driver/sql.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/skoli/lib/Skoli.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=7a4980316c30b927deea1305a01ebc80ab0a78dc&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Driver/Facebook.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Driver/Imsp.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Driver/Kolab.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Driver/Ldap.php?rt=horde-git&r1=8eaef864016080cc32cdfaff0f56e9a9a779a2cd&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Driver/Sql.php?rt=horde-git&r1=87e61b393a4faa218aaa4745bbc934d75db67152&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Forms/AddContact.php?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Forms/EditContact.php?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/lib/View/Contact.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/turba/view.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/domains/delete.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/domains/edit.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/lib/Driver.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/lib/Driver/qmailldap.php?rt=horde-git&r1=5b9023a88ce3789619634614a89c5f8049392dcb&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/lib/Driver/sql.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/users/delete.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/users/edit.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/users/editAlias.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/users/editForward.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/virtuals/delete.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/vilma/virtuals/edit.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/whups/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/whups/lib/Driver.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/whups/lib/Forms/EditTicket.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/whups/lib/Mail.php?rt=horde-git&r1=fc2852d4c1a337f1d2f83362ef93d4429a8139f5&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/whups/lib/Ticket.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/whups/ticket/create.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/wicked/lib/Page/AttachedFiles.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
http://git.horde.org/diff.php/wicked/scripts/wicked.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=240ff73e2a3bcfe5e5649e5d9153d87b25471d36
-----------------------------------------------------------------------
commit dee7473396b946feab4ead70784673b8b9c5991c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Mar 17 01:04:30 2010 -0600
First pass at passing Logger to framework libs using injector/binder
framework/Cache/lib/Horde/Cache/Base.php | 19 ++-
framework/Cache/lib/Horde/Cache/Sql.php | 62 ++++-
framework/Cache/package.xml | 7 +-
framework/Core/lib/Horde/Core/Binder/Cache.php | 2 +
framework/Core/lib/Horde/Core/Binder/Memcache.php | 2 +-
framework/Core/lib/Horde/Core/Binder/Notification.php | 2 +-
framework/Core/lib/Horde/Core/Binder/Perms.php | 28 ++-
framework/Core/lib/Horde/Core/Binder/Template.php | 3 +-
framework/Core/lib/Horde/Core/Notification/Hordelog.php | 29 ++
framework/Core/package.xml | 2 +
framework/Memcache/lib/Horde/Memcache.php | 15 +-
.../lib/Horde/Notification/Handler/Decorator/Hordelog.php | 29 --
framework/Notification/package.xml | 4 -
framework/Perms/lib/Horde/Perms.php | 40 +++-
framework/Perms/lib/Horde/Perms/Datatree.php | 30 +--
framework/Perms/lib/Horde/Perms/Sql.php | 19 +-
framework/Template/lib/Horde/Template.php | 19 +-
framework/Template/package.xml | 3 +-
18 files changed, 221 insertions(+), 94 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Notification/Hordelog.php
delete mode 100644 framework/Notification/lib/Horde/Notification/Handler/Decorator/Hordelog.php
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Cache/package.xml?rt=horde-git&r1=9a6fbeb32341f797d31660867c69c97e56cc3f8e&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Cache.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Memcache.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Notification.php?rt=horde-git&r1=e48b8a54fc54a179be749967a6a8b6b73cc1162e&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Perms.php?rt=horde-git&r1=d9c0a62363172f0532c76cec467d4a9b0de04a8a&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Template.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Notification/Hordelog.php?rt=horde-git&r=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Memcache/lib/Horde/Memcache.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Handler/Decorator/Hordelog.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Notification/package.xml?rt=horde-git&r1=1f6ab08a970905c2deb36aae2f2dc5eeaae52723&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Datatree.php?rt=horde-git&r1=6a2b8623b555347a8293075fa80dd1fdbf821898&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Sql.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Template/lib/Horde/Template.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=dee7473396b946feab4ead70784673b8b9c5991c
http://git.horde.org/diff.php/framework/Template/package.xml?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=dee7473396b946feab4ead70784673b8b9c5991c
-----------------------------------------------------------------------
commit 1ee0a48bd873702ddda37164fabd41e1fae88811
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Mar 17 01:51:04 2010 -0600
Reattach stream on wakeup
framework/Log/lib/Horde/Log/Handler/Stream.php | 33 +++++++++++++++++++++---
1 files changed, 29 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Handler/Stream.php?rt=horde-git&r1=069ae7ae903e148655c5e0b03218295b361e2897&r2=1ee0a48bd873702ddda37164fabd41e1fae88811
-----------------------------------------------------------------------
commit 17c5ffe171edda95b4efcc2a39d34e7dcd60e04d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Mar 17 11:49:11 2010 -0600
No need to redefine __construct().
framework/Log/lib/Horde/Log/Exception.php | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Exception.php?rt=horde-git&r1=2b1ce3826eb480adda6bdf37afb4ef66d6865f84&r2=17c5ffe171edda95b4efcc2a39d34e7dcd60e04d
More information about the commits
mailing list