The branch "master" has been updated. The following is a summary of the commits.
from: fe17f30d5a1585cc46d97763acb32ff14c6d2497 96a5068 Remove dependencies check 5cf0c35 Better capability remove() method Summary: http://github.com/horde/horde/compare/fe17f30d5a1585cc46d97763acb32ff14c6d2497...5cf0c3521a8a23c4599b8d5633edfd9490c6c6de ----------------------------------------------------------------------- commit 96a50689934de279d44d39cc6b66e991bbbbf208 Author: Michael M Slusarz <[email protected]> Date: Thu Jul 17 16:58:55 2014 -0600 Remove dependencies check This is a check for whether the server has successfully implemented the extension. This is both a rare occurence (haven't seen this in practice yet) and/or something we should just ignore anyway. We already do the important client side check - implied extensions - elsewhere. .../Imap_Client/lib/Horde/Imap/Client/Data/Capability/Imap.php | 52 +---- .../test/Horde/Imap/Client/Data/Capability/ImapTest.php | 13 +- 2 files changed, 12 insertions(+), 53 deletions(-) http://github.com/horde/horde/commit/96a50689934de279d44d39cc6b66e991bbbbf208 ----------------------------------------------------------------------- commit 5cf0c3521a8a23c4599b8d5633edfd9490c6c6de Author: Michael M Slusarz <[email protected]> Date: Thu Jul 17 17:23:40 2014 -0600 Better capability remove() method Need to be able to remove individual extension parameters, since, e.g., an end-user may want to disable 1 of many parameters via the capability_ignore parameter. framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 7 +- framework/Imap_Client/lib/Horde/Imap/Client/Data/Capability.php | 23 ++++- .../Imap_Client/test/Horde/Imap/Client/Data/CapabilityTest.php | 15 +++ 3 files changed, 41 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/5cf0c3521a8a23c4599b8d5633edfd9490c6c6de -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
