[commits] Horde branch develop updated. 3bcc96dd05363ea49350793a4660d4d821a18f3a

Michael M Slusarz slusarz at horde.org
Thu Apr 5 05:47:03 UTC 2012


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

from: fe78f7a2b5b3a040fe6c52f615e6f116f403c87c

e4dbc25 Don't use Horde_Util::getFormData()
3bcc96d Make Group Name clickable in dynamic view.

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

commit e4dbc258240a288f62178db236f854eff1f87751
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 4 23:00:08 2012 -0600

    Don't use Horde_Util::getFormData()

 imp/compose-dimp.php |    2 +-
 imp/compose.php      |    2 +-
 imp/lib/IMP.php      |    8 +++++---
 imp/mailbox.php      |    2 +-
 imp/view.php         |    2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

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

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

commit 3bcc96dd05363ea49350793a4660d4d821a18f3a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 4 23:40:59 2012 -0600

    Make Group Name clickable in dynamic view.
    
    Allows clicking on name to compose message to group list. Contact adding
    is also active, but the backend code does not currently support adding
    the list/addresses to the addressbook yet.
    
    While rewriting code to support this feature, optimized address
    insertion by using document fragment instead of sequentially adding to
    DOM.
    
    Removed dimp_addressformatting hook - it was only useful back when
    address display was string-based.  Now address display is via structured
    data.
    
    All members of groups now exist on the browser; just need to write the
    UI to display the members of the group to the user (thinking I will do
    something similar to the 'Show All Addresses' code, with the additional
    caveat that group addresses should be shaded/colored differently to
    indicate they are part of the original group).

 imp/compose-dimp.php          |   18 ++++----
 imp/config/hooks.php.dist     |   19 --------
 imp/docs/UPGRADING            |    3 +
 imp/js/dimpbase.js            |    4 +-
 imp/js/dimpcore.js            |   98 ++++++++++++++++++++++-------------------
 imp/js/message-dimp.js        |    4 +-
 imp/lib/Ajax/Application.php  |   21 ++++++---
 imp/lib/Dimp.php              |   33 ++++++++++++++
 imp/lib/Views/ShowMessage.php |   58 +++++++++++++++----------
 imp/message-dimp.php          |    2 +-
 10 files changed, 152 insertions(+), 108 deletions(-)

http://git.horde.org/horde-git/-/commit/3bcc96dd05363ea49350793a4660d4d821a18f3a




More information about the commits mailing list