[commits] Horde branch imp_6_1 updated. fb4ac49a813a4910e8add007b0c46b58d78ba7dd

Michael M Slusarz slusarz at horde.org
Thu Mar 28 21:29:53 UTC 2013


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

from: d704918595bd26308673f4948093f70619072e26

3982abd More succinct
fb4ac49 Move compose link related methods from IMP to IMP_Compose_Link

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

commit 3982abd371203ad185f69225efc167f5c6d83c86
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Mar 28 00:06:16 2013 -0600

    More succinct

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

http://git.horde.org/horde-git/-/commit/3982abd371203ad185f69225efc167f5c6d83c86

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

commit fb4ac49a813a4910e8add007b0c46b58d78ba7dd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Mar 28 00:43:24 2013 -0600

    Move compose link related methods from IMP to IMP_Compose_Link
    
    Sucks that class member access on instantiation is only supported as of
    PHP 5.4.  That would make this code even more succinct and easier to
    read.

 imp/config/prefs.php         |    3 +-
 imp/lib/Api.php              |    6 ++-
 imp/lib/Application.php      |    6 +-
 imp/lib/Basic/Compose.php    |   10 ++--
 imp/lib/Basic/Mailbox.php    |   12 ++-
 imp/lib/Basic/Message.php    |   40 ++++++-----
 imp/lib/Compose/Link.php     |  152 ++++++++++++++++++++++++++++++++++++++++++
 imp/lib/Dynamic/Compose.php  |   10 ++--
 imp/lib/IMP.php              |  144 ---------------------------------------
 imp/lib/Message/Ui.php       |    6 +-
 imp/lib/Mime/Viewer/Html.php |    3 +-
 imp/lib/Minimal/Mailbox.php  |    3 +-
 imp/lib/Minimal/Message.php  |   15 +++--
 imp/package.xml              |    4 +-
 14 files changed, 224 insertions(+), 190 deletions(-)
 create mode 100644 imp/lib/Compose/Link.php

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




More information about the commits mailing list