[commits] Horde branch master updated. 374d93a1f65478c33446dfa25e89524a0dc021eb
Michael M Slusarz
slusarz at horde.org
Tue May 18 17:17:11 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 1e7085820343fc21981810e846ffb20ca94442a1
7467aa0 Clean up IMP_Quota
0c369fe Add ability to define a write DB for use with split-DB installations
5d6be57 Db phpdoc
c5a17f7 Use Horde_Db
b59a9a7 Move Perms UI code to Core
dc2e7b1 Remove reliance on injector in Horde_Perms
3779719 Use Net_DNS_Resolver injector to get object
ef22a47 Don't use global session_cache_limiter value
e0e9c00 Variable is no longer used
3830b31 emptyFolder does not exist anymore. Use emptyMailbox instead.
374d93a Bug #9037: Fix visibility style in IE 8
-----------------------------------------------------------------------
commit 7467aa07555683b324ede3acd60cb9d8218da8b0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri May 14 14:48:06 2010 -0600
Clean up IMP_Quota
imp/lib/Injector/Binder/Quota.php | 14 +++++-
imp/lib/Quota.php | 94 +--------------------------------
imp/lib/Quota/Command.php | 31 +++++------
imp/lib/Quota/Driver.php | 105 +++++++++++++++++++++++++++++++++++++
imp/lib/Quota/Hook.php | 7 ++-
imp/lib/Quota/Imap.php | 9 +--
imp/lib/Quota/Maildir.php | 31 ++++++-----
imp/lib/Quota/Mdaemon.php | 39 +++++++++-----
imp/lib/Quota/Mercury32.php | 53 ++++++++++++-------
imp/lib/Quota/Null.php | 31 +++++++++++
imp/lib/Quota/Sql.php | 61 ++++++++++++---------
11 files changed, 286 insertions(+), 189 deletions(-)
create mode 100644 imp/lib/Quota/Driver.php
create mode 100644 imp/lib/Quota/Null.php
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Quota.php?rt=horde-git&r1=f51c01ffa4da0b3d1dc381a0db16356b17fdcf0a&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/diff.php/imp/lib/Quota.php?rt=horde-git&r1=f51c01ffa4da0b3d1dc381a0db16356b17fdcf0a&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/diff.php/imp/lib/Quota/Command.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/co.php/imp/lib/Quota/Driver.php?rt=horde-git&r=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/diff.php/imp/lib/Quota/Imap.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/diff.php/imp/lib/Quota/Maildir.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/diff.php/imp/lib/Quota/Mdaemon.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/diff.php/imp/lib/Quota/Mercury32.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/co.php/imp/lib/Quota/Null.php?rt=horde-git&r=7467aa07555683b324ede3acd60cb9d8218da8b0
http://git.horde.org/diff.php/imp/lib/Quota/Sql.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=7467aa07555683b324ede3acd60cb9d8218da8b0
-----------------------------------------------------------------------
commit 0c369fee9b6ef70bdd92f1141635699d5ad9707b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri May 14 15:54:33 2010 -0600
Add ability to define a write DB for use with split-DB installations
framework/Core/lib/Horde/Core/Binder/Db.php | 27 +++++++++--
framework/Db/lib/Horde/Db/Adapter/Base.php | 67 ++++++++++++++++++++++----
framework/Db/package.xml | 3 +-
3 files changed, 80 insertions(+), 17 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Db.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=0c369fee9b6ef70bdd92f1141635699d5ad9707b
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base.php?rt=horde-git&r1=e78d0ec74a1d2a3744eedefd51fb69bd1168c1b0&r2=0c369fee9b6ef70bdd92f1141635699d5ad9707b
http://git.horde.org/diff.php/framework/Db/package.xml?rt=horde-git&r1=2414d64eb55a0e7e03b4e1d30a26e8da7a1b5c00&r2=0c369fee9b6ef70bdd92f1141635699d5ad9707b
-----------------------------------------------------------------------
commit 5d6be5721093385fbe36f81ab7b6053ad0a5a042
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat May 15 16:20:04 2010 -0600
Db phpdoc
framework/Db/lib/Horde/Db/Adapter/Base.php | 252 +++++++++++++++++++---------
1 files changed, 169 insertions(+), 83 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base.php?rt=horde-git&r1=0c369fee9b6ef70bdd92f1141635699d5ad9707b&r2=5d6be5721093385fbe36f81ab7b6053ad0a5a042
-----------------------------------------------------------------------
commit c5a17f712a86e81377a1f81a28c3d2c38597d869
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri May 14 16:08:14 2010 -0600
Use Horde_Db
Bug #9027: Possible fix to Horde_Alarm SQL issue
framework/Alarm/lib/Horde/Alarm/Sql.php | 224 ++++----------
framework/Alarm/package.xml | 12 +-
framework/Cache/lib/Horde/Cache/Sql.php | 70 ++---
framework/Cache/package.xml | 8 +-
framework/Core/lib/Horde/Core/Binder/Alarm.php | 33 +--
framework/Core/lib/Horde/Core/Binder/Cache.php | 11 +-
framework/Core/lib/Horde/Core/Binder/Lock.php | 22 +-
framework/Core/lib/Horde/Core/Binder/Perms.php | 24 +-
framework/Core/lib/Horde/Core/Binder/Token.php | 11 +-
framework/Db/lib/Horde/Db/Adapter/Base.php | 16 +-
framework/Db/lib/Horde/Db/Adapter/Pdo/Oci.php | 8 +
framework/Lock/lib/Horde/Lock/Sql.php | 111 ++-----
framework/Lock/package.xml | 8 +
framework/Perms/lib/Horde/Perms/Permission/SqlObject.php | 8 +-
framework/Perms/lib/Horde/Perms/Sql.php | 139 +++++----
framework/Token/lib/Horde/Token/Sql.php | 58 +---
framework/Token/package.xml | 4 +-
imp/lib/Injector/Binder/Sentmail.php | 11 +-
imp/lib/Sentmail/Sql.php | 93 ++----
19 files changed, 301 insertions(+), 570 deletions(-)
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Sql.php?rt=horde-git&r1=b4ba6ed538947767af0304941d7c9fc93caad90d&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Alarm/package.xml?rt=horde-git&r1=a348a83b40a5653c565640fce45976a7c8d41cac&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r1=b4ba6ed538947767af0304941d7c9fc93caad90d&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Cache/package.xml?rt=horde-git&r1=40e6e5beecbd4b69b590afaecbde1adf662ea3dc&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Alarm.php?rt=horde-git&r1=c185c64bc1d178d54ef2c22de3d7a806677f5b03&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Cache.php?rt=horde-git&r1=c185c64bc1d178d54ef2c22de3d7a806677f5b03&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Lock.php?rt=horde-git&r1=c185c64bc1d178d54ef2c22de3d7a806677f5b03&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Perms.php?rt=horde-git&r1=c185c64bc1d178d54ef2c22de3d7a806677f5b03&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Token.php?rt=horde-git&r1=c185c64bc1d178d54ef2c22de3d7a806677f5b03&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base.php?rt=horde-git&r1=5d6be5721093385fbe36f81ab7b6053ad0a5a042&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Pdo/Oci.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Lock/lib/Horde/Lock/Sql.php?rt=horde-git&r1=b4ba6ed538947767af0304941d7c9fc93caad90d&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Lock/package.xml?rt=horde-git&r1=7994594b3db35ca7478d608131d8faa214900fb5&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Permission/SqlObject.php?rt=horde-git&r1=6f08cdbb1653c8c573e823589f7d83652e8cc739&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Sql.php?rt=horde-git&r1=b4ba6ed538947767af0304941d7c9fc93caad90d&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Token/lib/Horde/Token/Sql.php?rt=horde-git&r1=4e98bb8db00f25a81403f912c2ca515c85a3c598&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/framework/Token/package.xml?rt=horde-git&r1=69d631396c9c6560805bd0aadf8f775797a45f2d&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Sentmail.php?rt=horde-git&r1=f92994a77d09b7d2badebcf5d55404a74820b7ca&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-git&r1=8763512795317061d4cef961637aeb2df6bcd6f4&r2=c5a17f712a86e81377a1f81a28c3d2c38597d869
-----------------------------------------------------------------------
commit b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri May 14 20:56:01 2010 -0600
Move Perms UI code to Core
framework/Core/lib/Horde/Core/Perms/Ui.php | 538 ++++++++++++++++++++++++++++
framework/Core/package.xml | 7 +-
framework/Perms/lib/Horde/Perms/Ui.php | 538 ----------------------------
framework/Perms/package.xml | 7 +-
horde/admin/perms/addchild.php | 2 +-
horde/admin/perms/delete.php | 2 +-
horde/admin/perms/edit.php | 2 +-
horde/admin/perms/index.php | 2 +-
8 files changed, 551 insertions(+), 547 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Perms/Ui.php
delete mode 100644 framework/Perms/lib/Horde/Perms/Ui.php
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Perms/Ui.php?rt=horde-git&r=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Ui.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
http://git.horde.org/diff.php/framework/Perms/package.xml?rt=horde-git&r1=7c59a447b1b3eba5bad16f7fedf99695599193e2&r2=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
http://git.horde.org/diff.php/horde/admin/perms/addchild.php?rt=horde-git&r1=712086e3a0deb7fe8f828ad84d5f181ef8106ae3&r2=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
http://git.horde.org/diff.php/horde/admin/perms/delete.php?rt=horde-git&r1=712086e3a0deb7fe8f828ad84d5f181ef8106ae3&r2=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
http://git.horde.org/diff.php/horde/admin/perms/edit.php?rt=horde-git&r1=712086e3a0deb7fe8f828ad84d5f181ef8106ae3&r2=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
http://git.horde.org/diff.php/horde/admin/perms/index.php?rt=horde-git&r1=6e8f4b3058177f720552c801d9ed6722be55a4b3&r2=b59a9a7f414dc3edc7d6fc0caf8396e38b1c4649
-----------------------------------------------------------------------
commit dc2e7b1d199806b31ff75caec5f59e5dd43dd927
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri May 14 21:01:56 2010 -0600
Remove reliance on injector in Horde_Perms
framework/Perms/lib/Horde/Perms/Datatree.php | 4 +
framework/Perms/lib/Horde/Perms/Permission.php | 11 ++-
framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php | 34 ++++++-
framework/Perms/lib/Horde/Perms/Permission/SqlObject.php | 43 +++++++--
framework/Perms/lib/Horde/Perms/Sql.php | 9 +-
5 files changed, 82 insertions(+), 19 deletions(-)
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Datatree.php?rt=horde-git&r1=6f08cdbb1653c8c573e823589f7d83652e8cc739&r2=dc2e7b1d199806b31ff75caec5f59e5dd43dd927
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Permission.php?rt=horde-git&r1=6642fbc971af699b5825f14a57293cc536189956&r2=dc2e7b1d199806b31ff75caec5f59e5dd43dd927
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php?rt=horde-git&r1=6f08cdbb1653c8c573e823589f7d83652e8cc739&r2=dc2e7b1d199806b31ff75caec5f59e5dd43dd927
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Permission/SqlObject.php?rt=horde-git&r1=c5a17f712a86e81377a1f81a28c3d2c38597d869&r2=dc2e7b1d199806b31ff75caec5f59e5dd43dd927
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Sql.php?rt=horde-git&r1=c5a17f712a86e81377a1f81a28c3d2c38597d869&r2=dc2e7b1d199806b31ff75caec5f59e5dd43dd927
-----------------------------------------------------------------------
commit 377971957d96dfa46f3993d243ba581d6a0b5a29
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon May 17 23:27:30 2010 -0600
Use Net_DNS_Resolver injector to get object
horde/admin/sessions.php | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=377971957d96dfa46f3993d243ba581d6a0b5a29
-----------------------------------------------------------------------
commit ef22a477fce6065434aa520bf778fa54f96c0444
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon May 17 23:51:28 2010 -0600
Don't use global session_cache_limiter value
framework/Core/lib/Horde/Registry.php | 9 +++++----
horde/services/cache.php | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=fa09484302a1c29c1b44d0cb34e348a909fc2081&r2=ef22a477fce6065434aa520bf778fa54f96c0444
http://git.horde.org/diff.php/horde/services/cache.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=ef22a477fce6065434aa520bf778fa54f96c0444
-----------------------------------------------------------------------
commit e0e9c0083b887cec347cda90be5be85bde938863
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon May 17 23:51:48 2010 -0600
Variable is no longer used
framework/Core/lib/Horde/Registry.php | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=ef22a477fce6065434aa520bf778fa54f96c0444&r2=e0e9c0083b887cec347cda90be5be85bde938863
-----------------------------------------------------------------------
commit 3830b31a4aea37f482becf262dda286ce821f3b5
Author: Rui Carneiro <rui.carneiro at portugalmail.net>
Date: Mon May 17 10:45:32 2010 +0100
emptyFolder does not exist anymore. Use emptyMailbox instead.
Fixes Bug #9030
Signed-off-by: Michael M Slusarz <slusarz at curecanti.org>
imp/js/DimpBase.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=aa13f34bdde9e00ca3f9085dd30d49539f0c2e39&r2=3830b31a4aea37f482becf262dda286ce821f3b5
-----------------------------------------------------------------------
commit 374d93a1f65478c33446dfa25e89524a0dc021eb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 18 11:15:17 2010 -0600
Bug #9037: Fix visibility style in IE 8
horde/js/ContextSensitive.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/horde/js/ContextSensitive.js?rt=horde-git&r1=851f46bf97fce113a5e3f55ae50bb8c190b0ea82&r2=374d93a1f65478c33446dfa25e89524a0dc021eb
More information about the commits
mailing list