[commits] Horde branch master updated. a58ffee8f7430324467a11b018446019888acead

Michael M Slusarz slusarz at horde.org
Mon Jul 28 06:24:47 UTC 2014


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

from: 9353fb2abd0e25f97b19da6d97c681cd0bdcf6c3

c536a29 Limit autocomplete entry display to 50 characters
3a277e5 Allow git split script to work with apps also
7c39254 Use passthru(), not system(), so git output is immediately observable
28cca02 Want to match at beginning of tag
e3dc69b [mms] Add Horde_Core_Script_Package_Autocomplete.
a928f6c Entry not needed
0df158d Add IMP_Contacts#searchEmail()
9ca3aeb may not live under the turba/ directory
5b932e8 small config doc tweak
b7a4b47 IMP_Contacts now created by an injector factory
ecd7a91 Autocompleter is now handled via regular AJAX calls, and wholly within IMP
a58ffee [mms] Only include e-mail addresses that match the search string in the return from the search() API call (Request #12480).

Summary: http://github.com/horde/horde/compare/9353fb2abd0e25f97b19da6d97c681cd0bdcf6c3...a58ffee8f7430324467a11b018446019888acead

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

commit c536a295c97d2591141e9c31f657948eb231a843
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 16:54:12 2014 -0600

    Limit autocomplete entry display to 50 characters

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

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

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

commit 3a277e5235bfd9e2021485645e771f3da4a3a565
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 17:46:00 2014 -0600

    Allow git split script to work with apps also

 framework/bin/horde-git-split |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/3a277e5235bfd9e2021485645e771f3da4a3a565

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

commit 7c3925468423ba18bc28ab0f1d26dc26b9dd43bf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 18:02:46 2014 -0600

    Use passthru(), not system(), so git output is immediately observable
    
    git filter-branch doesn't send line break until command is done, as it
    is using ASCII command characters to update the current line

 framework/bin/horde-git-split |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

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

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

commit 28cca02775f386951f3e260b6961d89db4c3a4fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 18:07:01 2014 -0600

    Want to match at beginning of tag

 framework/bin/horde-git-split |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/28cca02775f386951f3e260b6961d89db4c3a4fd

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

commit e3dc69b99cca195b4a725b4e5b6d5204edf40dc4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 19:05:32 2014 -0600

    [mms] Add Horde_Core_Script_Package_Autocomplete.

 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php    |    5 +-
 framework/Core/lib/Horde/Core/Script/Package/Autocomplete.php |   45 +++++++++
 framework/Core/package.xml                                    |    8 +-
 3 files changed, 52 insertions(+), 6 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Script/Package/Autocomplete.php

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

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

commit a928f6c8ef180c0cada9b890a27dc217c86c8dba
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 20:43:22 2014 -0600

    Entry not needed
    
    This info is avaiable via the Horde_Session->begin property

 framework/Core/lib/Horde/Registry.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 0df158de3fec8c94ae9e89e14d3495be273b2428
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 21:15:40 2014 -0600

    Add IMP_Contacts#searchEmail()

 imp/lib/Basic/Contacts.php |    8 +-----
 imp/lib/Contacts.php       |   47 ++++++++++++++++++++++++++++++++++++++++++++
 imp/lib/Images.php         |   36 +++++++++++----------------------
 3 files changed, 61 insertions(+), 30 deletions(-)

http://github.com/horde/horde/commit/0df158de3fec8c94ae9e89e14d3495be273b2428

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

commit 9ca3aeb8e83b1830312a70a775a0297b2bec61b8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 21:20:18 2014 -0600

    may not live under the turba/ directory

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

http://github.com/horde/horde/commit/9ca3aeb8e83b1830312a70a775a0297b2bec61b8

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

commit 5b932e8b784bd69f240c4c1bb0efe513a7ed1295
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 21:45:06 2014 -0600

    small config doc tweak

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

http://github.com/horde/horde/commit/5b932e8b784bd69f240c4c1bb0efe513a7ed1295

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

commit b7a4b47b2797b39f1ec363e42cc7ce3c6d517e2b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 22:05:39 2014 -0600

    IMP_Contacts now created by an injector factory

 imp/config/prefs.php                        |   12 +++-
 imp/lib/Ajax/Imple/ContactAutoCompleter.php |    6 +-
 imp/lib/Application.php                     |    1 +
 imp/lib/Basic/Contacts.php                  |    7 +-
 imp/lib/Contacts.php                        |  104 +++++++++++++++++++++++----
 imp/lib/Contacts/Avatar/Addressbook.php     |    6 +-
 imp/lib/Crypt/Pgp.php                       |   28 ++++++--
 imp/lib/Crypt/Smime.php                     |   21 ++++--
 imp/lib/Factory/Contacts.php                |   67 +++++++++++++++++
 imp/lib/Prefs/Special/Sourceselect.php      |    6 +-
 imp/package.xml                             |    4 +-
 11 files changed, 219 insertions(+), 43 deletions(-)
 create mode 100644 imp/lib/Factory/Contacts.php

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

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

commit ecd7a91c9a15dd49a67164700622c98f856f96bf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jul 27 19:12:57 2014 -0600

    Autocompleter is now handled via regular AJAX calls, and wholly within IMP
    
    There are several improvements coming to IMP autocompleter, which is
    going to require object return to the browser (currently, we return
    e-mail strings). No need to touch the Horde code.
    
    Basic view autocomplete no longer will work in git master.
    
    Also, Imples need to die in general.

 imp/js/compose-base.js                           |   12 +---
 imp/js/compose-dimp.js                           |   20 +++++
 imp/js/prettyautocomplete.js                     |   48 ++++++++++---
 imp/lib/Ajax/Application/Handler/Dynamic.php     |   14 ++++
 imp/lib/Ajax/Application/Handler/Smartmobile.php |    9 ++-
 imp/lib/Ajax/Imple/AutoCompleter/Pretty.php      |   82 ----------------------
 imp/lib/Ajax/Imple/ContactAutoCompleter.php      |   58 ---------------
 imp/lib/Basic/Compose.php                        |    7 +--
 imp/lib/Compose/Ui.php                           |   20 -----
 imp/lib/Dynamic/Compose/Common.php               |   17 ++---
 imp/lib/Script/Package/ContactAutocomplete.php   |   42 +++++++++++
 imp/package.xml                                  |    8 +--
 12 files changed, 133 insertions(+), 204 deletions(-)
 delete mode 100644 imp/lib/Ajax/Imple/AutoCompleter/Pretty.php
 delete mode 100644 imp/lib/Ajax/Imple/ContactAutoCompleter.php
 create mode 100644 imp/lib/Script/Package/ContactAutocomplete.php

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

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

commit a58ffee8f7430324467a11b018446019888acead
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jul 28 00:21:56 2014 -0600

    [mms] Only include e-mail addresses that match the search string in the return from the search() API call (Request #12480).
    
    Conflicts:
    	turba/docs/CHANGES
    	turba/package.xml

 turba/docs/CHANGES |    4 +++-
 turba/lib/Api.php  |   26 ++++++++++++++++++--------
 turba/package.xml  |    1 +
 3 files changed, 22 insertions(+), 9 deletions(-)

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




More information about the commits mailing list