[commits] Horde-Hatchery branch master updated. 0a4b41aafdfc260afe75dae4dcd57ce880310e50

Michael M Slusarz slusarz at horde.org
Fri Feb 6 05:16:59 UTC 2009


The branch master has been updated.
The following is a summary of the commits. Further details on each commit
can be found below.

0a4b41a... Slight optimization (Ha!).
7ed7207... Bug #7926: Make sure we decode before re-encoding.
96801ee... Request #7353 - Add imp_hook_display_folder() hook.
from: 1463e8ef3bf504554d06b76ac86fc7b899e30174

-----------------------------------------------------------------------
commit 0a4b41aafdfc260afe75dae4dcd57ce880310e50
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 5 22:13:25 2009 -0700

    Slight optimization (Ha!).
    
    The real reason: for a DOM element that looks like this:
    <li id="a"><ul></ul></li>
    It appears that (with at least some versions of) Safari 3, this:
    $('a').down('UL')
    returns undefined. Stupid stupid stupid stupid. That's an hour tracking
    this down that I will never get back.

 imp/js/src/DimpBase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=96801eeee12ba3e22bf970be32f1733faa17f635&r2=0a4b41aafdfc260afe75dae4dcd57ce880310e50

-----------------------------------------------------------------------
commit 7ed72077f83a9ecb54f92e92afb2aff87b40a414
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 5 14:10:48 2009 -0700

    Bug #7926: Make sure we decode before re-encoding.

 imp/pgp.php   |    4 ++--
 imp/smime.php |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=ee6ff322e0a8a5aa91dbffd0bda962ce51427d03&r2=7ed72077f83a9ecb54f92e92afb2aff87b40a414
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=ee6ff322e0a8a5aa91dbffd0bda962ce51427d03&r2=7ed72077f83a9ecb54f92e92afb2aff87b40a414

-----------------------------------------------------------------------
commit 96801eeee12ba3e22bf970be32f1733faa17f635
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 5 13:55:23 2009 -0700

    Request #7353 - Add imp_hook_display_folder() hook.

 imp/config/conf.xml       |    4 ++++
 imp/config/hooks.php.dist |   17 +++++++++++++++++
 imp/docs/CHANGES          |    4 ++--
 imp/js/src/DimpBase.js    |    2 +-
 imp/lib/IMAP/Tree.php     |   36 +++++++++++++++++++++++++++++++++---
 5 files changed, 57 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-hatchery&r1=a4ed4fed7077dd59461aae053923453278f3347c&r2=96801eeee12ba3e22bf970be32f1733faa17f635
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=08137096bf5e05ab323d44662b2b322b3f739aca&r2=96801eeee12ba3e22bf970be32f1733faa17f635
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=29d05715d9b9f696cfe0e56cec8f9877a4d1235e&r2=96801eeee12ba3e22bf970be32f1733faa17f635
http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=af0f675507180ff5b4809a70721e0b08ec7ec54e&r2=96801eeee12ba3e22bf970be32f1733faa17f635
http://git.horde.org/diff.php/imp/lib/IMAP/Tree.php?rt=horde-hatchery&r1=80cf8cf4ae81d2462a02cbdc8558ea569b33c5db&r2=96801eeee12ba3e22bf970be32f1733faa17f635




More information about the commits mailing list