[commits] Horde branch master updated. 9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
Michael M Slusarz
slusarz at horde.org
Thu Feb 4 07:46:11 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: c82bf71957d427b9fa37820de9b6190df326652b
1176375 ACL fixes - everything should work again in IMP
9b5a6d6 Quota fixes/doc improvements
-----------------------------------------------------------------------
commit 1176375ff3e866d7aad6fdcf46332d1c0f88cecb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Feb 3 23:10:43 2010 -0700
ACL fixes - everything should work again in IMP
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 4 +-
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php | 7 +-
framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Mock.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 2 +-
imp/acl.php | 135 +++++-----
imp/config/prefs.php.dist | 2 +-
imp/lib/Imap/Acl.php | 32 ++--
imp/templates/acl/acl.html | 16 +-
imp/themes/screen.css | 2 +-
11 files changed, 102 insertions(+), 106 deletions(-)
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=644b225ec06908cb855200205c2433be4a06be5a&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php?rt=horde-git&r1=2154c69a5a43ed08cf0ebe455bb2745dcde3388d&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Mock.php?rt=horde-git&r1=6748980d6faa0327769aba8ba0fa838eb598e2b1&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php?rt=horde-git&r1=2154c69a5a43ed08cf0ebe455bb2745dcde3388d&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/imp/acl.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=d1a813270e57dfdbaf360bb838eea4fa4809d219&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/imp/lib/Imap/Acl.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/imp/templates/acl/acl.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-git&r1=620663cae566153ce658be2063a6f2644f6efe3e&r2=1176375ff3e866d7aad6fdcf46332d1c0f88cecb
-----------------------------------------------------------------------
commit 9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Feb 4 00:24:35 2010 -0700
Quota fixes/doc improvements
imp/config/servers.php.dist | 155 +++++++++++++++++++++++++-----------
imp/lib/Ajax/Application.php | 11 ++-
imp/lib/IMP.php | 10 ++-
imp/lib/Quota/Command.php | 16 ++--
imp/lib/Quota/Hook.php | 13 ++--
imp/lib/Quota/Imap.php | 12 +++-
imp/lib/Quota/Logfile.php | 87 --------------------
imp/lib/Quota/Maildir.php | 18 ++---
imp/lib/Quota/Mdaemon.php | 5 +-
imp/lib/Quota/Mercury32.php | 12 +--
imp/lib/Quota/Sql.php | 37 +++------
imp/templates/index/index-dimp.inc | 6 +-
imp/themes/screen-dimp.css | 14 ++--
13 files changed, 183 insertions(+), 213 deletions(-)
delete mode 100644 imp/lib/Quota/Logfile.php
http://git.horde.org/diff.php/imp/config/servers.php.dist?rt=horde-git&r1=41aadf9345ecf936499eaae2d6849d0075b62304&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=5fa09c65af034d8f2d4909476b27eacc758864fa&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Quota/Command.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Quota/Imap.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Quota/Logfile.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Quota/Maildir.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Quota/Mdaemon.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Quota/Mercury32.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/lib/Quota/Sql.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=f7ff14c920be92809d72c7298bba4aabbea15c22&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=f7ff14c920be92809d72c7298bba4aabbea15c22&r2=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e
More information about the commits
mailing list