[commits] Horde branch master updated. 0b14c18084d8fc19f2f20a316fdabef73fb1f570

Michael M Slusarz slusarz at horde.org
Tue Jan 28 07:45:12 UTC 2014


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

from: 9671c2bdb25b30a66e530b2f4be558e6888afd27

1d4a172 Guess what? More iframe resize tweaking
e8e8c48 [mms] Add Horde_Translation#gettext_define().
1d082a0 Support new Horde_Translation#gettext_define() method.
f9356c4 [mms] Add raw error message text (in English) to Exceptions.
8b71c1e Update translation files
0b14c18 Log IMAP errors to log in English, not current user's language

Summary: http://github.com/horde/horde/compare/9671c2bdb25b30a66e530b2f4be558e6888afd27...0b14c18084d8fc19f2f20a316fdabef73fb1f570

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

commit 1d4a172ec270987c8785651dcc7a563b3001095f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 27 22:05:46 2014 -0700

    Guess what? More iframe resize tweaking

 imp/js/imp.js |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/1d4a172ec270987c8785651dcc7a563b3001095f
http://git.horde.org/horde-git/-/commit/1d4a172ec270987c8785651dcc7a563b3001095f

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

commit e8e8c48d6fffb73c3d9252a8ea3656cf1efb0cc1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 00:07:33 2014 -0700

    [mms] Add Horde_Translation#gettext_define().
    
    Allows access to the original (English) text while still allowing text
    to be translated.

 framework/Translation/lib/Horde/Translation.php              |   31 ++++++++-
 framework/Translation/package.xml                            |   12 ++--
 framework/Translation/test/Horde/Translation/WrapperTest.php |    3 +
 3 files changed, 36 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/e8e8c48d6fffb73c3d9252a8ea3656cf1efb0cc1
http://git.horde.org/horde-git/-/commit/e8e8c48d6fffb73c3d9252a8ea3656cf1efb0cc1

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

commit 1d082a0e7e5fd9533dd19cbe6d239425e165113e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 00:09:32 2014 -0700

    Support new Horde_Translation#gettext_define() method.

 horde/bin/horde-translation |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/1d082a0e7e5fd9533dd19cbe6d239425e165113e
http://git.horde.org/horde-git/-/commit/1d082a0e7e5fd9533dd19cbe6d239425e165113e

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

commit f9356c42fcf8c29d8882a3c3a107bd5844c46746
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 00:25:26 2014 -0700

    [mms] Add raw error message text (in English) to Exceptions.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |    8 +
 framework/Imap_Client/lib/Horde/Imap/Client/Auth/DigestMD5.php    |    5 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   12 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php         |   27 ++-
 .../lib/Horde/Imap/Client/Exception/NoSupportExtension.php        |    8 +-
 .../Imap_Client/lib/Horde/Imap/Client/Exception/NoSupportPop3.php |    5 +-
 .../Imap_Client/lib/Horde/Imap/Client/Exception/SearchCharset.php |    5 +-
 .../lib/Horde/Imap/Client/Interaction/Server/Tagged.php           |    7 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   74 ++--
 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php  |    6 +-
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |    8 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   16 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utf7imap.php          |   40 ++-
 framework/Imap_Client/package.xml                                 |   12 +-
 14 files changed, 152 insertions(+), 81 deletions(-)

http://github.com/horde/horde/commit/f9356c42fcf8c29d8882a3c3a107bd5844c46746
http://git.horde.org/horde-git/-/commit/f9356c42fcf8c29d8882a3c3a107bd5844c46746

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

commit 8b71c1e7fb39deea7858f801be450620b59025d6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 00:27:49 2014 -0700

    Update translation files

 framework/Imap_Client/locale/Horde_Imap_Client.pot               |  122 +++---
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.po |   78 ----
 2 files changed, 61 insertions(+), 139 deletions(-)

http://github.com/horde/horde/commit/8b71c1e7fb39deea7858f801be450620b59025d6
http://git.horde.org/horde-git/-/commit/8b71c1e7fb39deea7858f801be450620b59025d6

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

commit 0b14c18084d8fc19f2f20a316fdabef73fb1f570
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 00:35:03 2014 -0700

    Log IMAP errors to log in English, not current user's language

 imp/bin/imp-query-imap-cache |    6 +++---
 imp/lib/Application.php      |    5 ++++-
 imp/lib/Imap.php             |    7 +++----
 imp/package.xml              |    2 +-
 4 files changed, 11 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/0b14c18084d8fc19f2f20a316fdabef73fb1f570
http://git.horde.org/horde-git/-/commit/0b14c18084d8fc19f2f20a316fdabef73fb1f570




More information about the commits mailing list