[commits] Horde branch master updated. 86705af060d0d89c71d7a8d9beb540d470b22376

Michael M Slusarz slusarz at horde.org
Thu Oct 2 06:37:04 UTC 2014


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

from: 2930b3bf97b5757bbaed7be081bda3f0cf71c9d0

145507e Abstract unit tests
a58db29 master package.xml's are not being properly updated when releases are made on FW branches
8ebd75a More abstraction for IMP autocompleter
f65cc7d Support separate short display for keeping autocomplete box more tidy
7dbf771 Don't send empty entries to server
09ec1c5 Correctly process JSON address formats on the server
86705af Some autocompleter fixes

Summary: http://github.com/horde/horde/compare/2930b3bf97b5757bbaed7be081bda3f0cf71c9d0...86705af060d0d89c71d7a8d9beb540d470b22376

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

commit 145507e98869c79ab3bda087b1d5770aea8b2b92
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 1 01:26:30 2014 -0600

    Abstract unit tests

 framework/Mail/test/Horde/Mail/AddressTest.php |   91 +++++++++++++++++------
 framework/Mail/test/Horde/Mail/GroupTest.php   |   48 +++++++------
 2 files changed, 94 insertions(+), 45 deletions(-)

http://github.com/horde/horde/commit/145507e98869c79ab3bda087b1d5770aea8b2b92

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

commit a58db294b5c0db75b0c23eebd11591e41938ddf2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 1 10:30:44 2014 -0600

    master package.xml's are not being properly updated when releases are made on FW branches
    
    Not sure of the solution, but merging package.xml from a release branch
    doesn't seem to be working that well.

 imp/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/a58db294b5c0db75b0c23eebd11591e41938ddf2

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

commit 8ebd75a25e1769dc3ad6adaba084f8eb2cf1e0af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 20 16:24:56 2014 -0600

    More abstraction for IMP autocompleter
    
    Time has come to cut ties with Horde autocompleter - in IMP, we are only
    using something like 30% of its total functionality, so the
    abstraction just adds overhead with no usability gain.
    
    Abstracting will allow us to more easily add additional features. i.e.
    the ability to autocomplete groups, and then allow groups to be
    easily/quickly expanded if needed.
    
    Also allows separation of actual data (formatted e-mail) from display
    values (removing things like quotes and escape characters)
    
    Also... leave open option to define non-email search autocompleters in the
    future with this abstraction.

 imp/js/autocomplete.js                         |  415 ++++++++++++++++++++++++
 imp/js/compose-base.js                         |   98 ------
 imp/js/compose-dimp.js                         |   76 ++++-
 imp/js/prettyautocomplete.js                   |  371 ---------------------
 imp/lib/Ajax/Application/Handler/Dynamic.php   |   34 ++-
 imp/lib/Dynamic/Compose/Common.php             |    7 +-
 imp/lib/Script/Package/Autocomplete.php        |   38 +++
 imp/lib/Script/Package/ContactAutocomplete.php |   42 ---
 imp/package.xml                                |   10 +-
 9 files changed, 559 insertions(+), 532 deletions(-)
 create mode 100644 imp/js/autocomplete.js
 delete mode 100644 imp/js/prettyautocomplete.js
 create mode 100644 imp/lib/Script/Package/Autocomplete.php
 delete mode 100644 imp/lib/Script/Package/ContactAutocomplete.php

http://github.com/horde/horde/commit/8ebd75a25e1769dc3ad6adaba084f8eb2cf1e0af

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

commit f65cc7d7c00091863b0903d8d914550e3f0394d4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 30 16:03:02 2014 -0600

    Support separate short display for keeping autocomplete box more tidy

 imp/js/autocomplete.js                       |    8 +++++---
 imp/lib/Ajax/Application/Handler/Dynamic.php |   14 ++++++++++++--
 2 files changed, 17 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/f65cc7d7c00091863b0903d8d914550e3f0394d4

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

commit 7dbf7717329c21be3783acefe50894c0a6c4b800
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 30 16:32:37 2014 -0600

    Don't send empty entries to server

 imp/js/autocomplete.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/7dbf7717329c21be3783acefe50894c0a6c4b800

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

commit 09ec1c5c807f2f63a99ca495e034a37d90211a88
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 30 17:01:17 2014 -0600

    Correctly process JSON address formats on the server

 imp/js/compose-dimp.js                      |    2 +
 imp/lib/Ajax/Application.php                |   46 ++++++++++++++++++++++++--
 imp/lib/Ajax/Application/Handler/Common.php |   33 +++++++++++--------
 imp/templates/dynamic/compose.html.php      |    1 +
 4 files changed, 64 insertions(+), 18 deletions(-)

http://github.com/horde/horde/commit/09ec1c5c807f2f63a99ca495e034a37d90211a88

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

commit 86705af060d0d89c71d7a8d9beb540d470b22376
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 1 23:40:28 2014 -0600

    Some autocompleter fixes

 imp/js/autocomplete.js                      |   24 ++++++++++++++++++------
 imp/js/compose-dimp.js                      |   22 ++++++++++++++++++++--
 imp/lib/Ajax/Application/Handler/Common.php |    3 ++-
 3 files changed, 40 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/86705af060d0d89c71d7a8d9beb540d470b22376




More information about the commits mailing list