[commits] Horde branch master updated. 8534492b3f44078caa345b637eee5f39abb37b37
Michael M Slusarz
slusarz at horde.org
Sat Nov 3 02:38:28 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: be1633927e675edde37dc6f5f4fddf60e2fe737f
e6ee1d2 phpdoc spelling
0794e63 Make clear that these objects are NOT part of the external API
9ef5620 Guess the addition of Horde_Imap_Client_Ids_Map is enough to bump API level
fcf4289 Remove - this occurred after 2.0.0 was released
45faa09 [mms] Split debugging code from Base driver into separate object.
f8e8804 Add proper shutdown method that ensures logout method is always called
f70cbb7 Ensure object is never cloned
39e9c82 Released Horde_Imap_Client-2.1.0
8534492 Development mode for Horde_Imap_Client-2.1.1
-----------------------------------------------------------------------
commit e6ee1d28e45a9aa8fb013ace3133719b535c4a71
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 16:12:39 2012 -0600
phpdoc spelling
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e6ee1d28e45a9aa8fb013ace3133719b535c4a71
-----------------------------------------------------------------------
commit 0794e639f77b88ab1cd4268d68c92bfdd341705c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 16:15:10 2012 -0600
Make clear that these objects are NOT part of the external API
framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php | 4 ++++
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Catenate.php | 4 ++++
framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php | 4 ++++
3 files changed, 12 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0794e639f77b88ab1cd4268d68c92bfdd341705c
-----------------------------------------------------------------------
commit 9ef56209bd77640a7cb3cca7a607bc9a8c6d1e21
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 16:19:29 2012 -0600
Guess the addition of Horde_Imap_Client_Ids_Map is enough to bump API level
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 6 ++++++
framework/Imap_Client/lib/Horde/Imap/Client/Ids/Map.php | 2 ++
framework/Imap_Client/package.xml | 8 ++++----
3 files changed, 12 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/9ef56209bd77640a7cb3cca7a607bc9a8c6d1e21
-----------------------------------------------------------------------
commit fcf42893fdd72ede3e77db6dcee279c187497a22
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 16:22:26 2012 -0600
Remove - this occurred after 2.0.0 was released
framework/Imap_Client/package.xml | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/fcf42893fdd72ede3e77db6dcee279c187497a22
-----------------------------------------------------------------------
commit 45faa096fd62c59e38f8ad3dee74ed1d7b72ea9c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 18:36:24 2012 -0600
[mms] Split debugging code from Base driver into separate object.
In addition to making the debugging code cleaner and easier to
read/maintain, it fixes the issue where an error may cause debugging
information to get lost. By putting in own object, can ensure that
buffered debug data is always flushed before close.
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 9 +
framework/Imap_Client/lib/Horde/Imap/Client.php | 8 -
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 97 +-----
framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php | 174 +++++++++++
framework/Imap_Client/lib/Horde/Imap/Client/Cache.php | 35 ++-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 51 ++--
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 4 +-
framework/Imap_Client/package.xml | 10 +-
8 files changed, 250 insertions(+), 138 deletions(-)
create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php
http://git.horde.org/horde-git/-/commit/45faa096fd62c59e38f8ad3dee74ed1d7b72ea9c
-----------------------------------------------------------------------
commit f8e8804924b7d35cf5ba5db5bef575f898e3545b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 18:40:57 2012 -0600
Add proper shutdown method that ensures logout method is always called
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/f8e8804924b7d35cf5ba5db5bef575f898e3545b
-----------------------------------------------------------------------
commit f70cbb783c02586ea22de47d1491746d75cebbbf
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 18:43:30 2012 -0600
Ensure object is never cloned
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/f70cbb783c02586ea22de47d1491746d75cebbbf
-----------------------------------------------------------------------
commit 39e9c823c131909fe37b2058a5be878eff8bebad
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 20:37:48 2012 -0600
Released Horde_Imap_Client-2.1.0
framework/Imap_Client/package.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/39e9c823c131909fe37b2058a5be878eff8bebad
-----------------------------------------------------------------------
commit 8534492b3f44078caa345b637eee5f39abb37b37
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 2 20:37:49 2012 -0600
Development mode for Horde_Imap_Client-2.1.1
framework/Imap_Client/package.xml | 26 ++++++++++++++++----------
1 files changed, 16 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/8534492b3f44078caa345b637eee5f39abb37b37
More information about the commits
mailing list