[commits] Horde branch master updated. 817ecdd62633493a9373f834d762a55b487fb368

Michael M Slusarz slusarz at horde.org
Thu Jun 20 09:40:11 UTC 2013


The branch "master" has been updated.
The following is a summary of the commits.

from: f7b2d2a3ebea01f0504ec332835bfa6d43191d63

2ea1d3a Reduce code duplication between IMAP and POP3 connection drivers
d1ca2e7 [mms] Use built-in ISO 639 mapping in LanguageDetect factory if the underlying library supports it.
3b9024e Maybe this describes things a bit better
817ecdd Bug #12278: Fix minical in sidebar for narrow sidebar widths

-----------------------------------------------------------------------

commit 2ea1d3aeb8cc2d0dc32fe1cc29be6eb3457a5ef6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 19 23:59:09 2013 -0600

    Reduce code duplication between IMAP and POP3 connection drivers

 framework/Imap_Client/lib/Horde/Imap/Client/Base/Connection.php   |    8 -
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Connection.php |  152 +---
 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php  |   81 ++
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |  210 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |    2 +-
 .../Imap_Client/lib/Horde/Imap/Client/Socket/Pop3/Connection.php  |  171 ----
 framework/Imap_Client/package.xml                                 |   16 +-
 8 files changed, 303 insertions(+), 339 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Socket.php
 delete mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3/Connection.php

http://git.horde.org/horde-git/-/commit/2ea1d3aeb8cc2d0dc32fe1cc29be6eb3457a5ef6

-----------------------------------------------------------------------

commit d1ca2e77f17df8c59092456c2afbd91c26741be1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 20 00:08:37 2013 -0600

    [mms] Use built-in ISO 639 mapping in LanguageDetect factory if the underlying library supports it.

 framework/Core/lib/Horde/Core/Factory/LanguageDetect.php |    9 ++++++++-
 framework/Core/package.xml                               |    4 +++-
 2 files changed, 11 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/d1ca2e77f17df8c59092456c2afbd91c26741be1

-----------------------------------------------------------------------

commit 3b9024e209f3f50af13c4b1f9dfd701f480c587c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 20 00:15:20 2013 -0600

    Maybe this describes things a bit better

 imp/config/conf.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/3b9024e209f3f50af13c4b1f9dfd701f480c587c

-----------------------------------------------------------------------

commit 817ecdd62633493a9373f834d762a55b487fb368
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 20 03:39:40 2013 -0600

    Bug #12278: Fix minical in sidebar for narrow sidebar widths

 kronolith/themes/default/dynamic/screen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/817ecdd62633493a9373f834d762a55b487fb368




More information about the commits mailing list