[commits] Horde branch master updated. a4c2f9a3f4388436834fc0ce26d17ed6e209e332

Michael M Slusarz slusarz at horde.org
Thu Jan 23 05:14:10 UTC 2014


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

from: 72ea817571b7bb561686a8d7d6f6cf8e8e7c6e24

3a6e1eb Offload registry config initialization code to a separate library
6d522da phpdoc
a4c2f9a Correctly handle pseudo-MIME parts (i.e. message/rfc822 .0 parts) in IMP_Contents#getBodyPart()

Summary: http://github.com/horde/horde/compare/72ea817571b7bb561686a8d7d6f6cf8e8e7c6e24...a4c2f9a3f4388436834fc0ce26d17ed6e209e332

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

commit 3a6e1eb3656868a7a4f2048edddfd9707da702f2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 22 21:41:34 2014 -0700

    Offload registry config initialization code to a separate library
    
    The main registry library is getting a bit large/bloated, so this is a
    good candidate to move to a standalone library - about 7 KB of code that
    is only generally used once a session.

 framework/Core/lib/Horde/Registry.php                |  189 +++--------------
 framework/Core/lib/Horde/Registry/Registryconfig.php |  201 ++++++++++++++++++
 framework/Core/package.xml                           |    2 +
 3 files changed, 234 insertions(+), 158 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Registry/Registryconfig.php

http://github.com/horde/horde/commit/3a6e1eb3656868a7a4f2048edddfd9707da702f2
http://git.horde.org/horde-git/-/commit/3a6e1eb3656868a7a4f2048edddfd9707da702f2

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

commit 6d522da317a42fc01ee11fc1195bfb32d65bd0ac
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 22 21:54:13 2014 -0700

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Query.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/6d522da317a42fc01ee11fc1195bfb32d65bd0ac
http://git.horde.org/horde-git/-/commit/6d522da317a42fc01ee11fc1195bfb32d65bd0ac

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

commit a4c2f9a3f4388436834fc0ce26d17ed6e209e332
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 22 22:11:15 2014 -0700

    Correctly handle pseudo-MIME parts (i.e. message/rfc822 .0 parts) in IMP_Contents#getBodyPart()

 imp/lib/Contents.php |   49 ++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 42 insertions(+), 7 deletions(-)

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




More information about the commits mailing list