[commits] Horde branch master updated. 7bfe6a678409e6046b138c42e61276eb4351e868

Michael M Slusarz slusarz at horde.org
Thu Apr 14 17:08:07 UTC 2011


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

from: 5631d7f0eea3d17de4155ee2beb49773f1a40ca3

9313404 Some places to use IMP_Mailbox->inbox
03dfdc3 Fix terrible English on my part
7bfe6a6 Bug #9912: Fix loading of IMP.* js functions in IE 7

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

commit 9313404bb32c080717ab70d261a3b6006cd85fcd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 13 16:21:03 2011 -0600

    Some places to use IMP_Mailbox->inbox

 imp/lib/Views/ListMessages.php |    6 +++---
 imp/mailbox.php                |    7 +++----
 2 files changed, 6 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/9313404bb32c080717ab70d261a3b6006cd85fcd

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

commit 03dfdc390dd5427d78a470728f4e92e47d7acb8a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 13 16:23:36 2011 -0600

    Fix terrible English on my part

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

http://git.horde.org/horde-git/-/commit/03dfdc390dd5427d78a470728f4e92e47d7acb8a

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

commit 7bfe6a678409e6046b138c42e61276eb4351e868
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Apr 14 11:06:36 2011 -0600

    Bug #9912: Fix loading of IMP.* js functions in IE 7
    
    Due to IE 7's inane loading order, it is possible that
    IMP.iframeInject() is not available when called.  Instead, refactor
    imp.js to store the helper functions in IMP_JS instead of contorting the
    code to force this code into the IMP namespace (IMP can't be used until
    after javascript_defs.php is loaded, since it is overwritten in there).

 imp/js/dimpbase.js           |    2 +-
 imp/js/dimpcore.js           |    2 +-
 imp/js/imp.js                |   59 ++++++++++++++++---------------
 imp/js/message-dimp.js       |    2 +-
 imp/js/message.js            |    2 +-
 imp/js/mobile.js             |   79 ++++++++++++++++++++++-------------------
 imp/lib/Contents.php         |    2 +-
 imp/lib/Mime/Viewer/Html.php |    2 +-
 8 files changed, 79 insertions(+), 71 deletions(-)

http://git.horde.org/horde-git/-/commit/7bfe6a678409e6046b138c42e61276eb4351e868




More information about the commits mailing list