[commits] Horde branch master updated. 8eb52ceacd307697af962759c2a26f09286867bb

Michael M Slusarz slusarz at horde.org
Fri Jan 29 18:21:34 UTC 2010


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

from: 02c04fe3d187a8b2ce6ba3691b4e02960161b838

36e9cd2 Some initial work on cleaning up some Horde_Variables documentation
64ef696 Add raw version output to Horde_Registry::getVersion()
dc3873c H4 will require at a minimum PHP 5.2
5736ca7 Move S/MIME UI functions to IMP_Crypt_Smime
adef611 Fix imap config options (these are not cache options)
7735dfd Add IMP_Imap::loadCacheConfig()
412e518 phpdoc typo
f87c919 Make the cache object public accessible.
bd1c5ed Correct included file
b75f355 Ignore prompt entires when parsing for imap config
8eb52ce Provide command line script to obtain IMAP caching statistics

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

commit 36e9cd29528f5770a7068353c93413fb99521b40
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 21:20:57 2010 -0700

    Some initial work on cleaning up some Horde_Variables documentation

 framework/Util/lib/Horde/Variables.php |   66 ++++++++++++++++++--------------
 1 files changed, 37 insertions(+), 29 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/Variables.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=36e9cd29528f5770a7068353c93413fb99521b40

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

commit 64ef696f27bb1f20f6a55747f6c0e01246111b4a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 21:29:10 2010 -0700

    Add raw version output to Horde_Registry::getVersion()

 framework/Core/lib/Horde/Registry.php |   11 ++++++++---
 horde/admin/setup/index.php           |    4 ++--
 2 files changed, 10 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=9ffde44964026cfd98956c7803b42794cf1d7dcb&r2=64ef696f27bb1f20f6a55747f6c0e01246111b4a
http://git.horde.org/diff.php/horde/admin/setup/index.php?rt=horde-git&r1=5c6f6169a588110f9ccc9892eadeb431b737f571&r2=64ef696f27bb1f20f6a55747f6c0e01246111b4a

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

commit dc3873cf006806a328b2f4ee477b8a3fd3ca4866
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 21:37:13 2010 -0700

    H4 will require at a minimum PHP 5.2

 ansel/lib/GalleryMode/Date.php                                    |   18 +-
 framework/DOM/DOM.php                                             |   59 +---
 framework/File_PDF/PDF.php                                        |   91 ++---
 .../Kolab_Filter/lib/Horde/Kolab/Filter/Transport/LMTPTLS.php     |   47 +--
 framework/Rpc/lib/Horde/Rpc/Phpgw.php                             |   15 +-
 framework/Template/test/Horde/Template/iterator.phpt              |    6 -
 horde/config/nls.php                                              |    3 +-
 ingo/lib/Driver/Sivtest.php                                       |   12 +-
 koward/www/horde/config/nls.php.dist                              |    9 +-
 9 files changed, 73 insertions(+), 187 deletions(-)

http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=9569b68d607d7921e7dec6b137e132d7a07ea47b&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866
http://git.horde.org/diff.php/framework/DOM/DOM.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866
http://git.horde.org/diff.php/framework/File_PDF/PDF.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/LMTPTLS.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Phpgw.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866
http://git.horde.org/diff.php/framework/Template/test/Horde/Template/iterator.phpt?rt=horde-git&r1=e1e4fade0aefad93d23014f9ac622d11d7de0c81&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866
http://git.horde.org/diff.php/horde/config/nls.php?rt=horde-git&r1=48a1ba3973758b31d9e2df6292b9c32e5cf4f3d6&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866
http://git.horde.org/diff.php/ingo/lib/Driver/Sivtest.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866
http://git.horde.org/diff.php/koward/www/horde/config/nls.php.dist?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=dc3873cf006806a328b2f4ee477b8a3fd3ca4866

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

commit 5736ca790072bae9da91f06838b08541a5a92827
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 21:53:23 2010 -0700

    Move S/MIME UI functions to IMP_Crypt_Smime

 imp/lib/Crypt/Smime.php |   93 +++++++++++++++++++++++++++++++-
 imp/smime.php           |  137 ++++++++++-------------------------------------
 2 files changed, 121 insertions(+), 109 deletions(-)

http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=5736ca790072bae9da91f06838b08541a5a92827
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=5736ca790072bae9da91f06838b08541a5a92827

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

commit adef611b56b82ad70a61314c28cfbde0b328762a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 22:33:06 2010 -0700

    Fix imap config options (these are not cache options)

 imp/lib/Imap.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=adef611b56b82ad70a61314c28cfbde0b328762a

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

commit 7735dfd29644885f8398b523dea1b6a30ec043bd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 22:45:30 2010 -0700

    Add IMP_Imap::loadCacheConfig()

 imp/lib/Imap.php |   45 ++++++++++++++++++++++++++++++++++-----------
 1 files changed, 34 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=adef611b56b82ad70a61314c28cfbde0b328762a&r2=7735dfd29644885f8398b523dea1b6a30ec043bd

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

commit 412e51832bb0fca5500e5ffeb1fd3de98fc10edf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 29 01:00:03 2010 -0700

    phpdoc typo

 imp/lib/Imap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=7735dfd29644885f8398b523dea1b6a30ec043bd&r2=412e51832bb0fca5500e5ffeb1fd3de98fc10edf

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

commit f87c919ff088cb09cfea4042a068035313cda262
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 29 01:00:12 2010 -0700

    Make the cache object public accessible.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php    |   42 +++++++-------
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php  |   12 ++--
 3 files changed, 28 insertions(+), 28 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=b61560c27d0c537fe9a5c509f758881f3e1d0482&r2=f87c919ff088cb09cfea4042a068035313cda262
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=2154c69a5a43ed08cf0ebe455bb2745dcde3388d&r2=f87c919ff088cb09cfea4042a068035313cda262
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=0bb07630d3d568fec99905babf4df9d43b8b56d9&r2=f87c919ff088cb09cfea4042a068035313cda262

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

commit bd1c5ed4ab2fcc8ff35a54ba428e274c20fb3516
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 29 10:42:24 2010 -0700

    Correct included file

 horde/po/translation.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/po/translation.php?rt=horde-git&r1=2103cbdaf0ef7fe7974303ec5e5db291ef4f6321&r2=bd1c5ed4ab2fcc8ff35a54ba428e274c20fb3516

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

commit b75f3554752ee2f676898dee2779816bd4109b01
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 29 10:42:35 2010 -0700

    Ignore prompt entires when parsing for imap config

 imp/lib/Imap.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=412e51832bb0fca5500e5ffeb1fd3de98fc10edf&r2=b75f3554752ee2f676898dee2779816bd4109b01

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

commit 8eb52ceacd307697af962759c2a26f09286867bb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 29 11:21:07 2010 -0700

    Provide command line script to obtain IMAP caching statistics

 imp/docs/CHANGES                 |    1 +
 imp/scripts/query-imap-cache.php |  137 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 138 insertions(+), 0 deletions(-)
 create mode 100755 imp/scripts/query-imap-cache.php

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=8a54144fdcde5ab62a417d3de92bfc177bd94e1d&r2=8eb52ceacd307697af962759c2a26f09286867bb
http://git.horde.org/co.php/imp/scripts/query-imap-cache.php?rt=horde-git&r=8eb52ceacd307697af962759c2a26f09286867bb




More information about the commits mailing list