[commits] Horde branch imap_client_move updated. 77596e201dd4dd1ea28ed6d9b1230885ac36f866

Michael M Slusarz slusarz at horde.org
Fri Oct 26 04:31:58 UTC 2012


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

from: 9e0cd08276b2034a592878dda79726b19b97a809

24c3065 Set a valid timezone to avoid PHP warning during bootstrapping Horde.
16eded7 Fix parameters.
6a03d5b Convert to array if necessary.
5a50c81 No menus if displayed in popup.
6afa638 Fix check whether quota limit is set (Bug #11455).
23338be [jan] Fix setting quota parameters to the VFS backend (Bug #11455).
f781c38 Fix version.
9786ba8 Typo
45267b9 Fix address book prefs initialization.
53c32c5 Don't set hash entries that don't exist in original hash.
48dbd2f [jan] Fix LIKE matching of attributes in Kolab driver.
6b984e8 [jan] Allow searching for 'emails' attributes (Bug #11185).
9429c71 Fix some IMAP exceptions
4198b84 This is a bad assumption: the mailbox could have changed between the last command and when we reopen
32f3388 Need to dynamically determine list of cached flags
77596e2 Merge branch 'master' into imap_client_move

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

commit 24c3065f9dbba16ad20637d8618896a400215239
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 16:32:36 2012 +0200

    Set a valid timezone to avoid PHP warning during bootstrapping Horde.

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

http://git.horde.org/horde-git/-/commit/24c3065f9dbba16ad20637d8618896a400215239

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

commit 16eded73352d59d23f8a7fa51d48b95458ba796b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 16:46:11 2012 +0200

    Fix parameters.

 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Rest.php  |    2 +-
 framework/Service_Facebook/package.xml                            |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/16eded73352d59d23f8a7fa51d48b95458ba796b

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

commit 6a03d5b3dddbd846e60c5c8fbd340577f2f95ebf
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 16:53:32 2012 +0200

    Convert to array if necessary.

 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6a03d5b3dddbd846e60c5c8fbd340577f2f95ebf

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

commit 5a50c81a472266617916d43f7f8042cb468e80e1
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 18:42:42 2012 +0200

    No menus if displayed in popup.

 gollem/quota.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 6afa638347561a7b7976fda03f0ee0f4052ee74f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 18:49:32 2012 +0200

    Fix check whether quota limit is set (Bug #11455).

 framework/Vfs/lib/Horde/Vfs/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6afa638347561a7b7976fda03f0ee0f4052ee74f

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

commit 23338be0888370bb52b0ca653ebb095fb0d84378
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 19:00:00 2012 +0200

    [jan] Fix setting quota parameters to the VFS backend (Bug #11455).

 gollem/docs/CHANGES        |    1 +
 gollem/lib/Auth.php        |   26 --------------------------
 gollem/lib/Factory/Vfs.php |   30 +++++++++++++++++++++++++++++-
 gollem/package.xml         |    2 ++
 4 files changed, 32 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/23338be0888370bb52b0ca653ebb095fb0d84378

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

commit f781c38bd8adfa75956af8c7e6c90152c218ca5b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 19:04:03 2012 +0200

    Fix version.

 gollem/docs/CHANGES |    2 +-
 gollem/package.xml  |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

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

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

commit 9786ba854d5ec8c5967f1de413b17a1d31a03800
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 19:30:36 2012 +0200

    Typo

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

http://git.horde.org/horde-git/-/commit/9786ba854d5ec8c5967f1de413b17a1d31a03800

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

commit 45267b94517d9f86963d30155098f54da4f65ae6
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 19:35:34 2012 +0200

    Fix address book prefs initialization.

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

http://git.horde.org/horde-git/-/commit/45267b94517d9f86963d30155098f54da4f65ae6

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

commit 53c32c595e5ed4d10faf9f4f9df8046cc3b11726
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 22:48:48 2012 +0200

    Don't set hash entries that don't exist in original hash.

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

http://git.horde.org/horde-git/-/commit/53c32c595e5ed4d10faf9f4f9df8046cc3b11726

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

commit 48dbd2fe4a59d1baede6854edc6827d7098a4aa0
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 23:28:22 2012 +0200

    [jan] Fix LIKE matching of attributes in Kolab driver.

 turba/docs/CHANGES         |    1 +
 turba/lib/Driver/Kolab.php |    7 ++++---
 turba/package.xml          |    2 ++
 3 files changed, 7 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/48dbd2fe4a59d1baede6854edc6827d7098a4aa0

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

commit 6b984e895a81338fe2beda30c267ca447fec9fa2
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 25 23:29:45 2012 +0200

    [jan] Allow searching for 'emails' attributes (Bug #11185).

 turba/docs/CHANGES   |    1 +
 turba/lib/Driver.php |    4 ++++
 turba/package.xml    |    2 ++
 3 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/6b984e895a81338fe2beda30c267ca447fec9fa2

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

commit 9429c71f52549af8d681b9c77e95d0400eb92528
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 25 15:42:20 2012 -0600

    Fix some IMAP exceptions

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |    8 ++++----
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/9429c71f52549af8d681b9c77e95d0400eb92528

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

commit 4198b84ea50ef1101b5206c37c60010999c7ce00
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 25 19:09:48 2012 -0600

    This is a bad assumption: the mailbox could have changed between the last command and when we reopen

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/4198b84ea50ef1101b5206c37c60010999c7ce00

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

commit 32f3388bd93a2ae10d146ac39253036a4ad3f686
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 25 20:17:21 2012 -0600

    Need to dynamically determine list of cached flags

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   35 +++++++++++++-----
 1 files changed, 25 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/32f3388bd93a2ae10d146ac39253036a4ad3f686

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

commit 77596e201dd4dd1ea28ed6d9b1230885ac36f866
Merge: 9e0cd08 32f3388
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 25 21:18:44 2012 -0600

    Merge branch 'master' into imap_client_move
    
    Conflicts:
    	framework/Imap_Client/lib/Horde/Imap/Client/Base.php
    	framework/Imap_Client/lib/Horde/Imap/Client/Socket.php

 framework/Core/lib/Horde/Registry.php                             |    5 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   40 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php             |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |  140 ++---
 .../Service_Facebook/lib/Horde/Service/Facebook/Request/Rest.php  |    2 +-
 framework/Service_Facebook/package.xml                            |    4 +-
 framework/Vfs/lib/Horde/Vfs/Base.php                              |    2 +-
 gollem/docs/CHANGES                                               |    1 +
 gollem/lib/Auth.php                                               |   26 -
 gollem/lib/Factory/Vfs.php                                        |   30 +-
 gollem/package.xml                                                |    1 +
 gollem/quota.php                                                  |    1 +
 horde/config/prefs.php                                            |    2 +-
 kronolith/lib/Prefs/Special/Sourceselect.php                      |    2 +-
 turba/docs/CHANGES                                                |    2 +
 turba/lib/Driver.php                                              |    4 +
 turba/lib/Driver/Kolab.php                                        |   16 +-
 turba/package.xml                                                 |    4 +
 18 files changed, 161 insertions(+), 123 deletions(-)

http://git.horde.org/horde-git/-/commit/77596e201dd4dd1ea28ed6d9b1230885ac36f866




More information about the commits mailing list