[commits] Horde branch develop updated. ab8de6d602d7bc81f387748894009e1d565b0975

Michael M Slusarz slusarz at horde.org
Thu Feb 2 07:23:12 UTC 2012


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

from: 3a0fd7019c39ebacfe668701ff6df30e253d2be3

b81580f Use new Horde_Mail 1.1.0 features to simplify things in IMP.
c522368 Add IMP_Views_ShowMessage#__construct()
f4914d9 Move header address generation to IMP_Views_ShowMessage#getAddressHeader()
dd88ced Remove unneeded arguments
4acdb25 [mms] Truncate large address lists (50+) by default in dynamic message views.
ab8de6d Move common template code to a separate template

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

commit b81580f54c92af7039140f5d625ce7f942dab33e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 20:54:27 2012 -0700

    Use new Horde_Mail 1.1.0 features to simplify things in IMP.

 imp/compose-dimp.php          |    5 +-
 imp/compose.php               |    8 +--
 imp/lib/Compose.php           |  134 +++++++++++++----------------------------
 imp/lib/IMP.php               |   20 ++++++
 imp/lib/Prefs/Identity.php    |   49 +++++----------
 imp/lib/Views/ShowMessage.php |   59 +++++++-----------
 imp/package.xml               |    4 +-
 7 files changed, 107 insertions(+), 172 deletions(-)

http://git.horde.org/horde-git/-/commit/b81580f54c92af7039140f5d625ce7f942dab33e

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

commit c522368055bebaf8edb979e246106e07f06fe88d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 22:50:14 2012 -0700

    Add IMP_Views_ShowMessage#__construct()

 imp/lib/Ajax/Application.php  |    6 +--
 imp/lib/Views/ShowMessage.php |  114 +++++++++++++++++++++++++++-------------
 imp/message-dimp.php          |   14 ++---
 3 files changed, 84 insertions(+), 50 deletions(-)

http://git.horde.org/horde-git/-/commit/c522368055bebaf8edb979e246106e07f06fe88d

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

commit f4914d9c42611f7dd17f86d6b9834fb05120d7c3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 22:52:36 2012 -0700

    Move header address generation to IMP_Views_ShowMessage#getAddressHeader()

 imp/lib/Views/ShowMessage.php |   77 +++++++++++++++++++++++++++--------------
 1 files changed, 51 insertions(+), 26 deletions(-)

http://git.horde.org/horde-git/-/commit/f4914d9c42611f7dd17f86d6b9834fb05120d7c3

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

commit dd88ced4e56578ffcb0fac05af412555836ac5dd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 22:57:45 2012 -0700

    Remove unneeded arguments

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

http://git.horde.org/horde-git/-/commit/dd88ced4e56578ffcb0fac05af412555836ac5dd

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

commit 4acdb256a84da0967325a61f17489e16bb90512e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 00:01:33 2012 -0700

    [mms] Truncate large address lists (50+) by default in dynamic message views.

 imp/docs/CHANGES                        |    1 +
 imp/js/dimpbase.js                      |   47 +++++++++++++++++++++++++-----
 imp/js/dimpcore.js                      |   24 ++++++++++++----
 imp/js/message-dimp.js                  |   41 +++++++++++++++++++++++---
 imp/lib/Ajax/Application.php            |   33 +++++++++++++++++++++
 imp/lib/Views/ShowMessage.php           |    4 ++-
 imp/message-dimp.php                    |    2 +-
 imp/package.xml                         |    1 +
 imp/templates/dimp/index.inc            |    6 ++-
 imp/templates/dimp/message/message.html |    6 ++-
 imp/themes/default/screen.css           |    4 +-
 11 files changed, 142 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/4acdb256a84da0967325a61f17489e16bb90512e

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

commit ab8de6d602d7bc81f387748894009e1d565b0975
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 00:11:02 2012 -0700

    Move common template code to a separate template

 imp/js/message-dimp.js                  |    7 ++++-
 imp/message-dimp.php                    |    7 ++++-
 imp/templates/dimp/common.inc           |   32 ++++++++++++++++++++++++++
 imp/templates/dimp/index.inc            |   37 ++----------------------------
 imp/templates/dimp/message/message.html |   35 +----------------------------
 5 files changed, 46 insertions(+), 72 deletions(-)
 create mode 100644 imp/templates/dimp/common.inc

http://git.horde.org/horde-git/-/commit/ab8de6d602d7bc81f387748894009e1d565b0975




More information about the commits mailing list