[commits] Horde branch master updated. 779206bbea7f124eebcb9dea135b685ddb1d9253

Michael M Slusarz slusarz at horde.org
Fri May 7 19:45:45 UTC 2010


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

from: 8b8b0f321ac8627f8030316603ca3d19a96d4a31

7cdb597 Allow inline script to be output without HTML prefixing.
2c18dff Fix passphrase dialog display in DIMP preview pane
779206b Bug #9007: Fix buggy dimp message list on IE 7/8

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

commit 7cdb597ef1c787cbef58b7e21540b6641f8aa938
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri May 7 13:24:10 2010 -0600

    Allow inline script to be output without HTML prefixing.

 framework/Core/lib/Horde.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=7cdb597ef1c787cbef58b7e21540b6641f8aa938

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

commit 2c18dffdfccbe62a40350b568597e1a90bbe998a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri May 7 13:25:08 2010 -0600

    Fix passphrase dialog display in DIMP preview pane

 imp/lib/Ajax/Imple/PassphraseDialog.php |    2 +-
 imp/lib/Views/ShowMessage.php           |   11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ajax/Imple/PassphraseDialog.php?rt=horde-git&r1=82ed1890bd98c37f2740a782f9eab123e5e50c0c&r2=2c18dffdfccbe62a40350b568597e1a90bbe998a
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-git&r1=b17ddd8b5d87709ffaf67728198f8c090a04c31a&r2=2c18dffdfccbe62a40350b568597e1a90bbe998a

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

commit 779206bbea7f124eebcb9dea135b685ddb1d9253
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri May 7 13:43:41 2010 -0600

    Bug #9007: Fix buggy dimp message list on IE 7/8
    
    IE doesn't deep clone elements grabbed from the documentFragment, so if
    we overwrite those elements the inserted row (other than the last row)
    will only contain the outer DIV.  Solution - don't overwrite these temp
    elements - append them to the documentFragment so they still exist at
    the time we insert into the main DOM document.

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

http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-git&r1=921e83b0b33c3b11bbedd5445584027c82236f3e&r2=779206bbea7f124eebcb9dea135b685ddb1d9253




More information about the commits mailing list