[commits] Horde branch develop updated. 3675633575bac6b24ed1bc66a39dff6077bcec32

Michael J. Rubinsky mrubinsk at horde.org
Fri Jul 20 23:27:13 UTC 2012


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

from: d1d8dfc7ef2afc893be88ddb644c486e0d53c5fa

59b32a1 Add support for only returning the count of matching results.
5edee54 Remove commented out code.
739079c Don't load the entire addressbook just to get the count.
6690df0 Fix syntax
72f4444 Add support for only returning the count of results.
6618484 Return the count if we are only asking for it.
d70bf73 Fix parse error.
8189313 Fix generating sourceselect pref UI.
51c4f41 Fix determination of when to use ajax for the autocompleter.
ba078f5 This is done in the 'on_init' property in prefs.php.
f781fb3 Properly determine default value for $results.
3675633 Continue the next iteration if we only want the count.

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

commit 59b32a1335da9679105744ebdc2d5d4c2ec1dc2a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 11:47:31 2012 -0400

    Add support for only returning the count of matching results.
    
    Conflicts:
    
    	turba/lib/Api.php

 turba/lib/Api.php               |   18 +++++++++++--
 turba/lib/Driver.php            |   25 ++++++++++++------
 turba/lib/Driver/Facebook.php   |    6 ++--
 turba/lib/Driver/Favourites.php |    4 +-
 turba/lib/Driver/Group.php      |    4 +-
 turba/lib/Driver/Imsp.php       |    6 ++--
 turba/lib/Driver/Kolab.php      |    4 +-
 turba/lib/Driver/Ldap.php       |    4 +-
 turba/lib/Driver/Prefs.php      |    4 +-
 turba/lib/Driver/Share.php      |    4 +-
 turba/lib/Driver/Sql.php        |   54 ++++++++++++++++++++++++--------------
 turba/lib/Driver/Vbook.php      |    5 ++-
 12 files changed, 87 insertions(+), 51 deletions(-)

http://git.horde.org/horde-git/-/commit/59b32a1335da9679105744ebdc2d5d4c2ec1dc2a

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

commit 5edee54f734fd9820820078310c10d35664e2b94
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 11:52:53 2012 -0400

    Remove commented out code.

 turba/lib/Driver/Sql.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5edee54f734fd9820820078310c10d35664e2b94

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

commit 739079cd78598982496f97527bb6e479dab65b15
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 11:53:18 2012 -0400

    Don't load the entire addressbook just to get the count.
    
    Conflicts:
    
    	imp/lib/Ajax/Imple/ContactAutoCompleter.php
    	imp/lib/Compose.php

 imp/lib/Ajax/Imple/ContactAutoCompleter.php |    9 +++------
 imp/lib/Compose.php                         |    2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/739079cd78598982496f97527bb6e479dab65b15

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

commit 6690df070d773a4d7380840bbc87ab5ba5a5088a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 11:57:52 2012 -0400

    Fix syntax

 turba/lib/Driver/Ldap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6690df070d773a4d7380840bbc87ab5ba5a5088a

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

commit 72f444476ecb59e1a8b3ab70e59f58f1ae845136
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 12:33:47 2012 -0400

    Add support for only returning the count of results.

 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php |    6 +++-
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/72f444476ecb59e1a8b3ab70e59f58f1ae845136

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

commit 6618484212baa6e5a2f65fb71d9a47f63709f60e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 12:54:01 2012 -0400

    Return the count if we are only asking for it.

 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/6618484212baa6e5a2f65fb71d9a47f63709f60e

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

commit d70bf73affed76b47473b286aec22010b0457c02
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 12:54:22 2012 -0400

    Fix parse error.

 imp/lib/Ajax/Imple/ContactAutoCompleter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 8189313d37faa8d7313caf71ee89e3faea06ec05
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 18:39:49 2012 -0400

    Fix generating sourceselect pref UI.

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

http://git.horde.org/horde-git/-/commit/8189313d37faa8d7313caf71ee89e3faea06ec05

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

commit 51c4f41dd1f19146f759e30c9ad7b7a7065d814b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 19:23:02 2012 -0400

    Fix determination of when to use ajax for the autocompleter.
    
    Cannot use array_diff here since the fields property may contain results
    for multiple sources. Fixes always using ajax for ac regardless of ac_browser
    setting.

 imp/lib/Ajax/Imple/ContactAutoCompleter.php |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/51c4f41dd1f19146f759e30c9ad7b7a7065d814b

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

commit ba078f5e7f51b8f0541b6584f131439df4ce69e6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 19:25:07 2012 -0400

    This is done in the 'on_init' property in prefs.php.

 imp/lib/Prefs/Special/Sourceselect.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit f781fb3c6a4d7f90227e0f0a1c47f7a639d3a551
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 19:26:07 2012 -0400

    Properly determine default value for $results.

 turba/lib/Api.php |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

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

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

commit 3675633575bac6b24ed1bc66a39dff6077bcec32
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 20 19:26:38 2012 -0400

    Continue the next iteration if we only want the count.

 turba/lib/Api.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/3675633575bac6b24ed1bc66a39dff6077bcec32




More information about the commits mailing list