[commits] Horde branch imp_6_2 updated. 101c4d3a06650b33baa2ba7ecdd3f1f1a864ceda

Michael M Slusarz slusarz at horde.org
Tue Oct 8 07:49:48 UTC 2013


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

from: 311cfd182cf85198d77f82441f3287c5a6ba4928

aeb31d3 First attempt at using a pretty autocompleter for IMP addresses
101c4d3 autocomplete fixes

Summary: http://github.com/horde/horde/compare/311cfd182cf85198d77f82441f3287c5a6ba4928...101c4d3a06650b33baa2ba7ecdd3f1f1a864ceda

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

commit aeb31d3903f1a5f21e1b8adc025744e916079848
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 7 21:19:27 2013 -0600

    First attempt at using a pretty autocompleter for IMP addresses
    
    Unfortunately, the version in Horde_Core isn't going to work for IMP's
    purposes, so need to edit liberally to fix for IMP.
    
    This doesn't work correctly yet for the popup message screen and/or
    dynamically updating the contents.

 imp/js/compose-dimp.js                      |    6 -
 imp/js/prettyautocomplete.js                |  214 +++++++++++++++++++++++++++
 imp/lib/Ajax/Imple/AutoCompleter/Pretty.php |   73 +++++++++
 imp/lib/Ajax/Imple/ContactAutoCompleter.php |    9 +
 imp/lib/Dynamic/Compose/Common.php          |    1 -
 imp/templates/dynamic/compose.html.php      |    6 +-
 imp/templates/dynamic/redirect.html.php     |    2 +-
 imp/themes/default/dynamic/screen.css       |   12 +-
 imp/themes/default/screen.css               |   16 ++
 9 files changed, 320 insertions(+), 19 deletions(-)
 create mode 100644 imp/js/prettyautocomplete.js
 create mode 100644 imp/lib/Ajax/Imple/AutoCompleter/Pretty.php

http://github.com/horde/horde/commit/aeb31d3903f1a5f21e1b8adc025744e916079848
http://git.horde.org/horde-git/-/commit/aeb31d3903f1a5f21e1b8adc025744e916079848

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

commit 101c4d3a06650b33baa2ba7ecdd3f1f1a864ceda
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 01:49:21 2013 -0600

    autocomplete fixes

 imp/js/message-dimp.js       |    5 +++-
 imp/js/prettyautocomplete.js |   53 ++++++++++++++++++++++++-----------------
 2 files changed, 35 insertions(+), 23 deletions(-)

http://github.com/horde/horde/commit/101c4d3a06650b33baa2ba7ecdd3f1f1a864ceda
http://git.horde.org/horde-git/-/commit/101c4d3a06650b33baa2ba7ecdd3f1f1a864ceda




More information about the commits mailing list