[commits] Horde branch imp_6_1 updated. 0b15510a4f086bbba48b2ef9e926d2ae3018c1b5

Michael M Slusarz slusarz at horde.org
Fri Nov 2 19:35:15 UTC 2012


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

from: b8d50825cb7bf9e6244159aa126057e36d5be707

23281b7 [mms] Fix display of innocent button in dynamic mailbox view (Bug #11604).
d46ef18 [mms] Fix spam folder display configuration in dynamic message popup.
505ae23 This is incorrect; caching is allowed on POP3 servers
df370dc [mms] Fix displaying column headers in dynamic mailbox view when accessing a POP3 server.
80e1fbc [mms] Hide various flag/folder manipulation actions in dynamic view when using POP3.
2db0351 One too many array levels
3fcf667 More efficient way of retrieving this status data
5c7df8f [mms] Fix regression for non-cached Socket objects (Bug #11605).
1a6c3f7 Fix typo.
afebe3b Fix variable name.
7895843 Re-add DataTree as an empty transitional package to allow upgrading of dependencies from Horde 4.
70d22c9 Released Horde_DataTree-2.0.0
466aa42 Development mode for Horde_DataTree-2.0.2
9695c04 We need to pass the callback to strftime() not _strftime().
3964c5d Button formatting.
f8fa778 Tweak weather block formatting.
9be85eb Fix moving/deleting messages.
44d978f BFN
92612ce Declare the mailmap table as well.
8f16dfa Ensure we never have a null value for synkey in the map tables
59bb96d Released Horde_ActiveSync-2.0.1
bd82935 Development mode for Horde_ActiveSync-2.0.3
6173f89 Better translation.
6381d73 [jan] Fix LDAP example for authusername hook.
4526b53 Bug #11612: Fix setting data in fetch results object
1408593 [mms] Fix PHP error notification thrown if backends 'params' parameter was empty (Bug #11615).
34a0872 [jan] Re-release of version 2.0.0 due to broken PEAR packager.
bf427ee Released Horde_Core-2.0.1
34dbb71 Development mode for Horde_Core-2.0.3
70a6385 More consistent way of getting Imap_Client_Mailbox object
881de23 [mms] Optimize permission checking when creating a mailbox if no limit exists for a user.
7175345 Bump API level in this package
a1f338a [mms] Fix double encoding of non-ASCII elements in listMailboxes() (Bug #11608).
397eff4 [mms] Fix topbar javascript on IE8 (Bug #11614).
8913cf5 [mms] Fix dynamic view loading in IE8 (Bug #11614).
5caee07 More IE8 fixes (Bug #11614).
a652276 If, for some reason, we have MODSEQ but not UIDs, sync anyway
c3f7005 Remove support for the now-dead Google weather API.
5d1c88d Worth a note, I guess.
974e588 One more place to remove Google's weather API
92865b9 Fix viral typo.
a560f83 Fix regression causing non-SSL connections to map provider.
2316553 BFN
fc776b2 Bug: 11585 Catch exceptions during download/export.
540996b Bug: 11588  Consistent label for Delete buttons.
f1dd28e First attempt at detecting sync loops due to server-side errors.
2f7700b Log this.
0c228b4 Need to save the sync cache.
7ef2dc5 Make this an error level.
16b6bfd Fix getting/setting counter
90c8e38 changes, phpdoc
7abd081 Bug: 11589 Don't assume we have an email address.
0c291e9 Highlight help topics tab on initial help open
f7f4cf4 [mms] Fix displaying HTML signature preference on identities preference page.
4f903ed Unneeded
d689ace Use more memory efficient array_unique() if the # of ids is over a certain threshold
687cdf9 [mms] Fix expanding folder list in dynamic view when opening a mailbox and folder expansion is not saved in the prefs (Bug #11609).
62dab14 fix undefined error
1f67d3c Fix SQL table listing
44f50f7 [mms] Correctly reindex existing rules when deleting a rule and using the SQL filters storage driver.
ab70adc [mms] Add Horde_Crypt_Pgp#getPublicKeyFromPrivateKey().
d668044 Add simple test case
3ad83ae Remove unneeded sequence query, that was causing an unnecessary FETCH
5ba7826 Fix undefined error
0828470 Fix typehinting
e5e520f Fix regression in doing cached FETCH searches with sequence numbers.
49ee730 [mms] Check for SEARCHRES availability in search() (Bug #11627).
e5e3856 We should always return UIDs from this method.
0b15510 Merge branch 'master' into imp_6_1

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

commit 23281b7db409dc2b262a27c6341175f33d31b7e6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 30 13:58:27 2012 -0600

    [mms] Fix display of innocent button in dynamic mailbox view (Bug #11604).

 imp/docs/CHANGES                       |    1 +
 imp/package.xml                        |    2 ++
 imp/templates/dynamic/mailbox.html.php |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/23281b7db409dc2b262a27c6341175f33d31b7e6

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

commit d46ef1839b5c5e4fa1397f797338d0e75c661075
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 30 14:02:39 2012 -0600

    [mms] Fix spam folder display configuration in dynamic message popup.

 imp/lib/Dynamic/Message.php |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

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

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

commit 505ae239b8806c0c99ed398bcf6f5c5eb1f1e0b5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 01:04:17 2012 -0600

    This is incorrect; caching is allowed on POP3 servers

 imp/config/backends.php |    6 +++---
 imp/docs/INSTALL        |    3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/505ae239b8806c0c99ed398bcf6f5c5eb1f1e0b5

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

commit df370dcd0c43bbedf684b255acadbc21e41db867
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 01:09:49 2012 -0600

    [mms] Fix displaying column headers in dynamic mailbox view when accessing a POP3 server.

 imp/docs/CHANGES   |    2 ++
 imp/js/dimpbase.js |    7 ++++---
 imp/package.xml    |    2 ++
 3 files changed, 8 insertions(+), 3 deletions(-)

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

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

commit 80e1fbc886feefd568db56137e20a79aa01b14e0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 01:21:01 2012 -0600

    [mms] Hide various flag/folder manipulation actions in dynamic view when using POP3.

 imp/lib/Dynamic/Mailbox.php |   33 ++++++++++++++++++++++++++-------
 1 files changed, 26 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/80e1fbc886feefd568db56137e20a79aa01b14e0

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

commit 2db035146aa3552c46fda30ecbc0b4e14a751085
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 01:26:34 2012 -0600

    One too many array levels

 imp/lib/Dynamic/Mailbox.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/2db035146aa3552c46fda30ecbc0b4e14a751085

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

commit 3fcf667a47ecf5e6d3050b8cf893eb1bcbdc5168
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 02:03:18 2012 -0600

    More efficient way of retrieving this status data

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/3fcf667a47ecf5e6d3050b8cf893eb1bcbdc5168

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

commit 5c7df8fa3c40299d15924bea1ee7c4c38b367869
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 02:04:40 2012 -0600

    [mms] Fix regression for non-cached Socket objects (Bug #11605).

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

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

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

commit 1a6c3f73cf9475999f3ac6d98493e028c73017da
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 11:36:16 2012 +0100

    Fix typo.

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

http://git.horde.org/horde-git/-/commit/1a6c3f73cf9475999f3ac6d98493e028c73017da

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

commit afebe3b493d2e6ac86fb4e294948c23109bda795
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 11:46:40 2012 +0100

    Fix variable name.

 imp/lib/Dynamic/Mailbox.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 7895843a89ba1d0600d83d6f0a7ea80b9f02c9cc
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 14:28:52 2012 +0100

    Re-add DataTree as an empty transitional package to allow upgrading of dependencies from Horde 4.

 framework/DataTree/doc/Horde/DataTree/COPYING |  458 +++++++++++++++++++++++++
 framework/DataTree/package.xml                |   68 ++++
 2 files changed, 526 insertions(+), 0 deletions(-)
 create mode 100644 framework/DataTree/doc/Horde/DataTree/COPYING
 create mode 100644 framework/DataTree/package.xml

http://git.horde.org/horde-git/-/commit/7895843a89ba1d0600d83d6f0a7ea80b9f02c9cc

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

commit 70d22c9f3fc3901963ff8305781e7ffbcad78f58
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 14:30:08 2012 +0100

    Released Horde_DataTree-2.0.0

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

http://git.horde.org/horde-git/-/commit/70d22c9f3fc3901963ff8305781e7ffbcad78f58

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

commit 466aa424d170fd5acae6e5efaf8d13b5fc9e1902
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 14:30:08 2012 +0100

    Development mode for Horde_DataTree-2.0.2

 framework/DataTree/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/466aa424d170fd5acae6e5efaf8d13b5fc9e1902

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

commit 9695c04356442e57e52f4108b0927a2db6eaa06d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 15:18:58 2012 +0100

    We need to pass the callback to strftime() not _strftime().
    
    _strftime() only converts specifiers that we support in Horde_Date, but
    nl_langinfo() might return specifiers that we don't support and need to pass to
    the system's strftime().
    This should fix specifiers being printed as-is for some people under certain
    conditions.

 framework/Date/lib/Horde/Date.php |   16 ++++++++--------
 framework/Date/package.xml        |    4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/9695c04356442e57e52f4108b0927a2db6eaa06d

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

commit 3964c5dbbd07ebe2e8dc0b6958bc1e8a0046a314
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 15:21:43 2012 +0100

    Button formatting.

 ingo/templates/blacklist/blacklist.inc |    4 ++--
 ingo/templates/whitelist/whitelist.inc |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/3964c5dbbd07ebe2e8dc0b6958bc1e8a0046a314

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

commit f8fa7784afb419397fcc8260bdd288163e92e9ef
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 15:22:09 2012 +0100

    Tweak weather block formatting.

 horde/lib/Block/Weather.php           |    8 +++++---
 horde/themes/default/block/screen.css |    3 +++
 2 files changed, 8 insertions(+), 3 deletions(-)

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

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

commit 9be85eba6fe0f16d3f83c2446c9247a6b479c07e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 31 11:36:25 2012 -0400

    Fix moving/deleting messages.
    
    The MOVEITEMS request does not contain a SYNCKEY value, so we cannot
    track this change via the map tables.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/9be85eba6fe0f16d3f83c2446c9247a6b479c07e

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

commit 44d978f7309b6f6757dec3d87f040434c715f1a3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 31 11:39:20 2012 -0400

    BFN

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

http://git.horde.org/horde-git/-/commit/44d978f7309b6f6757dec3d87f040434c715f1a3

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

commit 92612cebc763be8ccc0a4a20db8218e660fdf6b3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 31 11:39:55 2012 -0400

    Declare the mailmap table as well.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/92612cebc763be8ccc0a4a20db8218e660fdf6b3

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

commit 8f16dfa1f76fd187ce3427f3a1e7315b455a473f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 31 11:41:34 2012 -0400

    Ensure we never have a null value for synkey in the map tables

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8f16dfa1f76fd187ce3427f3a1e7315b455a473f

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

commit 59bb96d7b7b5d59ac4b902d4b8a425a5add2ed60
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 31 11:43:43 2012 -0400

    Released Horde_ActiveSync-2.0.1

 framework/ActiveSync/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit bd8293593a8232c62525824d9fce2f7f3ca702d5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 31 11:43:43 2012 -0400

    Development mode for Horde_ActiveSync-2.0.3

 framework/ActiveSync/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit 6173f8971bf0c1ded21c2f627c0b720e80d1717e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 16:35:05 2012 +0100

    Better translation.

 imp/locale/de/help.xml |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/6173f8971bf0c1ded21c2f627c0b720e80d1717e

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

commit 6381d73ce421284ce17a4d59d9761b7d7b6093fa
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 18:18:50 2012 +0100

    [jan] Fix LDAP example for authusername hook.

 horde/config/hooks.php.dist |    9 +++++----
 horde/docs/CHANGES          |    1 +
 horde/package.xml           |    4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/6381d73ce421284ce17a4d59d9761b7d7b6093fa

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

commit 4526b530db4352a0ff853ba5a93686f7f889e7dc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 12:43:26 2012 -0600

    Bug #11612: Fix setting data in fetch results object

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

http://git.horde.org/horde-git/-/commit/4526b530db4352a0ff853ba5a93686f7f889e7dc

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

commit 1408593e14f133cd9ae47f9eef58d0b9b090a5d4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 12:48:25 2012 -0600

    [mms] Fix PHP error notification thrown if backends 'params' parameter was empty (Bug #11615).

 ingo/docs/CHANGES              |    2 ++
 ingo/lib/Factory/Transport.php |    2 +-
 ingo/package.xml               |    4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1408593e14f133cd9ae47f9eef58d0b9b090a5d4

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

commit 34a08728ba0effb3fae36a56eb27605b40f48902
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 20:32:25 2012 +0100

    [jan] Re-release of version 2.0.0 due to broken PEAR packager.

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

http://git.horde.org/horde-git/-/commit/34a08728ba0effb3fae36a56eb27605b40f48902

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

commit bf427ee326eb513403198fb21d1cbe8404fe72db
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 20:34:27 2012 +0100

    Released Horde_Core-2.0.1

 framework/Core/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 34dbb7101458c829fb23c968a3b740b1e4f3bef3
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 31 20:34:27 2012 +0100

    Development mode for Horde_Core-2.0.3

 framework/Core/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/34dbb7101458c829fb23c968a3b740b1e4f3bef3

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

commit 70a6385e723ac54754696c0366e2eba08f6c9bd9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 13:31:56 2012 -0600

    More consistent way of getting Imap_Client_Mailbox object

 imp/lib/Imap/Tree.php |    2 +-
 imp/lib/Mailbox.php   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/70a6385e723ac54754696c0366e2eba08f6c9bd9

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

commit 881de23c99b36da5c27f3ab978a8d09268f4c1f2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 13:45:49 2012 -0600

    [mms] Optimize permission checking when creating a mailbox if no limit exists for a user.
    
    Additionally, explicitly cast permission value to a integer since numerical
    values are stored as a string.

 imp/docs/CHANGES |    2 ++
 imp/lib/IMP.php  |   10 ++++++----
 imp/package.xml  |    2 ++
 3 files changed, 10 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/881de23c99b36da5c27f3ab978a8d09268f4c1f2

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

commit 717534560f413466b09d192b9be74c7fc3c394ed
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 13:58:32 2012 -0600

    Bump API level in this package

 framework/Stream/package.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/717534560f413466b09d192b9be74c7fc3c394ed

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

commit a1f338a7af943480f44f063a7835b4bc08078e32
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 14:15:14 2012 -0600

    [mms] Fix double encoding of non-ASCII elements in listMailboxes() (Bug #11608).

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |    7 ++--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   25 +++++-----------
 framework/Imap_Client/package.xml                      |    2 +
 3 files changed, 14 insertions(+), 20 deletions(-)

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

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

commit 397eff49f896313b98794c0a234ec0a838e8d874
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 15:41:02 2012 -0600

    [mms] Fix topbar javascript on IE8 (Bug #11614).

 horde/docs/CHANGES |    1 +
 horde/js/topbar.js |    2 +-
 horde/package.xml  |    2 ++
 3 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/397eff49f896313b98794c0a234ec0a838e8d874

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

commit 8913cf5428f202a3029650bab03164fc54683deb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 15:41:24 2012 -0600

    [mms] Fix dynamic view loading in IE8 (Bug #11614).

 imp/docs/CHANGES   |    1 +
 imp/js/dimpbase.js |    4 ++--
 imp/package.xml    |    2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8913cf5428f202a3029650bab03164fc54683deb

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

commit 5caee073dc4e3c62fa8eeaf02fbfda3ec09b4a66
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 16:01:04 2012 -0600

    More IE8 fixes (Bug #11614).

 imp/js/compose-dimp.js |    7 ++++++-
 imp/js/message-dimp.js |    9 +++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)

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

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

commit a652276d33692a776c13ed9f8efaf65e3c2f7680
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 31 17:13:37 2012 -0600

    If, for some reason, we have MODSEQ but not UIDs, sync anyway
    
    See, e.g., Ticket #11612 - if a custom cache driver is created that only
    stores MODSEQ information, this will allow mailbox to be sync'd and the
    SYNCMODSEQ, SYNCFLAGUIDS, and SYNCVANISHED status items to be populated.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |   43 ++++++++--------
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   11 ++--
 2 files changed, 27 insertions(+), 27 deletions(-)

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

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

commit c3f70054a7cab30d5d76c242d61d9718bfd4fcca
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 09:11:02 2012 -0400

    Remove support for the now-dead Google weather API.

 .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php  |   76 --
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php |   63 -
 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |  276 -----
 .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php   |  126 --
 framework/Service_Weather/package.xml                             |   18 +-
 5 files changed, 5 insertions(+), 554 deletions(-)
 delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Current/Google.php
 delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php
 delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Google.php
 delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Period/Google.php

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

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

commit 5d1c88d0517ac349bb451d0a4fec98c85e18b59f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 09:14:09 2012 -0400

    Worth a note, I guess.

 horde/docs/UPGRADING |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

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

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

commit 974e5886cbf3b1754e112e1667d8aa64b258ae8e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 09:18:10 2012 -0400

    One more place to remove Google's weather API

 horde/config/conf.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/974e5886cbf3b1754e112e1667d8aa64b258ae8e

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

commit 92865b931bd8ce5edee26d6fc20f0954836f6ce1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 09:20:07 2012 -0400

    Fix viral typo.
    
    Fixes resource handling as in Bug: 11616

 kronolith/attendees.php           |    2 +-
 kronolith/lib/Resource/Single.php |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/92865b931bd8ce5edee26d6fc20f0954836f6ce1

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

commit a560f8357d375da02f38d651f0acedb8bd5e2e3d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 09:31:39 2012 -0400

    Fix regression causing non-SSL connections to map provider.
    
    Bug: 11618

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

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

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

commit 2316553c7264318a938be52ac2cb6539363fe7f5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 09:34:48 2012 -0400

    BFN

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

http://git.horde.org/horde-git/-/commit/2316553c7264318a938be52ac2cb6539363fe7f5

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

commit fc776b2073fdb27de75a58de05a0ca57acaa1270
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 09:51:33 2012 -0400

    Bug: 11585 Catch exceptions during download/export.

 horde/services/download/index.php |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

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

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

commit 540996b63c4ec98d51c59a3de588b865d5f3df4b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 11:07:57 2012 -0400

    Bug: 11588  Consistent label for Delete buttons.

 mnemo/templates/memo/memo.inc |    2 +-
 nag/lib/Form/Task.php         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/540996b63c4ec98d51c59a3de588b865d5f3df4b

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

commit f1dd28ea50b5fd9159d971a7eaaa61f0e458f38c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 11:58:55 2012 -0400

    First attempt at detecting sync loops due to server-side errors.

 framework/ActiveSync/lib/Horde/ActiveSync.php              |    4 ++
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   26 ++++++++++++
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php    |    4 +-
 3 files changed, 33 insertions(+), 1 deletions(-)

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

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

commit 2f7700b05806468bbfd025796530b2f44cffd8f5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 12:00:34 2012 -0400

    Log this.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/2f7700b05806468bbfd025796530b2f44cffd8f5

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

commit 0c228b43151cd9394648ba2332498f0e2622e6be
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 12:03:07 2012 -0400

    Need to save the sync cache.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0c228b43151cd9394648ba2332498f0e2622e6be

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

commit 7ef2dc58b4bc8041675a895e66071e95cef19fac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 12:08:47 2012 -0400

    Make this an error level.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7ef2dc58b4bc8041675a895e66071e95cef19fac

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

commit 16b6bfd9093e25aaa6c64690707bc4f3fd60c8b6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 12:14:22 2012 -0400

    Fix getting/setting counter

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php    |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

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

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

commit 90c8e388a1dfbb135950ea4d7d7c0bb8da1ab01e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 12:19:37 2012 -0400

    changes, phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php |    3 +++
 framework/ActiveSync/package.xml                        |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/90c8e388a1dfbb135950ea4d7d7c0bb8da1ab01e

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

commit 7abd081a05d610c8ca39a66d1cd8e83109ee1e2d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 1 12:42:42 2012 -0400

    Bug: 11589 Don't assume we have an email address.

 turba/lib/Ajax/Application/Handler/Minisearch.php |   29 +++++++++++++--------
 1 files changed, 18 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/7abd081a05d610c8ca39a66d1cd8e83109ee1e2d

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

commit 0c291e98cd34840d68327947d64241362bbbd49f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 1 17:11:53 2012 -0600

    Highlight help topics tab on initial help open

 horde/services/help/index.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/0c291e98cd34840d68327947d64241362bbbd49f

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

commit f7f4cf42712ece7599eecce1e89ce91415f0b2b9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 1 19:49:18 2012 -0600

    [mms] Fix displaying HTML signature preference on identities preference page.

 imp/config/prefs.php    |    2 +-
 imp/docs/CHANGES        |    1 +
 imp/js/signaturehtml.js |    9 ++++++++-
 imp/package.xml         |    2 ++
 4 files changed, 12 insertions(+), 2 deletions(-)

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

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

commit 4f903edac1b649487553ea22669feaf0d674a163
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 1 22:17:44 2012 -0600

    Unneeded

 horde/templates/topbar/_menubar.html.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4f903edac1b649487553ea22669feaf0d674a163

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

commit d689ace6e291070e513370301babb01aa262ac31
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 1 22:48:38 2012 -0600

    Use more memory efficient array_unique() if the # of ids is over a certain threshold

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

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

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

commit 687cdf97825090bff2eb43c74263f668711f9985
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 1 22:50:22 2012 -0600

    [mms] Fix expanding folder list in dynamic view when opening a mailbox and folder expansion is not saved in the prefs (Bug #11609).

 imp/docs/CHANGES   |    2 ++
 imp/js/dimpbase.js |   10 +++++-----
 imp/package.xml    |    2 ++
 3 files changed, 9 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/687cdf97825090bff2eb43c74263f668711f9985

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

commit 62dab14c67e910c8ce09fad488a0963a68d31945
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 1 23:48:45 2012 -0600

    fix undefined error

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

http://git.horde.org/horde-git/-/commit/62dab14c67e910c8ce09fad488a0963a68d31945

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

commit 1f67d3c0d0ef96db1f3d656d5928deea22b12afd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 00:08:11 2012 -0600

    Fix SQL table listing

 horde/admin/sqlshell.php                |    3 ++-
 horde/templates/admin/sqlshell.html.php |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1f67d3c0d0ef96db1f3d656d5928deea22b12afd

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

commit 44f50f7e9b713844b0ddc12d7defbdc92e95151d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 01:59:49 2012 -0600

    [mms] Correctly reindex existing rules when deleting a rule and using the SQL filters storage driver.
    
    Conflicts:
    	ingo/docs/CHANGES
    	ingo/package.xml

 ingo/docs/CHANGES                |    2 ++
 ingo/lib/Storage/Filters/Sql.php |    4 +++-
 ingo/package.xml                 |    1 +
 3 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/44f50f7e9b713844b0ddc12d7defbdc92e95151d

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

commit ab70adc9ea2101ae971977ed9082ada42102351c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 02:08:49 2012 -0600

    [mms] Add Horde_Crypt_Pgp#getPublicKeyFromPrivateKey().

 framework/Crypt/lib/Horde/Crypt/Pgp.php |   27 +++++++++++++++++++++++++++
 framework/Crypt/package.xml             |   12 ++++++------
 2 files changed, 33 insertions(+), 6 deletions(-)

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

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

commit d6680447eb37ebd0e8a8383cdd01f10a7578069d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 02:14:03 2012 -0600

    Add simple test case

 framework/Crypt/test/Horde/Crypt/PgpTest.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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

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

commit 3ad83ae6b19be5795a17a880007ad8719cc57357
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 02:43:15 2012 -0600

    Remove unneeded sequence query, that was causing an unnecessary FETCH

 imp/lib/Mailbox/List.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3ad83ae6b19be5795a17a880007ad8719cc57357

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

commit 5ba7826d902ef50a3e196316902b03d6535af3e5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 02:52:16 2012 -0600

    Fix undefined error

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

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

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

commit 0828470f7d80e9c6a99c3acf578f21ac03e79cc1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 02:52:21 2012 -0600

    Fix typehinting

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php |   19 +++--
 1 files changed, 11 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/0828470f7d80e9c6a99c3acf578f21ac03e79cc1

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

commit e5e520fd99cfce7769dc9cde5b8f934d0bfc886b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 03:05:41 2012 -0600

    Fix regression in doing cached FETCH searches with sequence numbers.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |  132 +++++++++---------
 1 files changed, 65 insertions(+), 67 deletions(-)

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

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

commit 49ee7300170614afb53ae59f877390ab09cacc6f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 13:19:00 2012 -0600

    [mms] Check for SEARCHRES availability in search() (Bug #11627).

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

http://git.horde.org/horde-git/-/commit/49ee7300170614afb53ae59f877390ab09cacc6f

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

commit e5e3856e03c450613f7d19b0371e1e0d48ee5bcf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 13:33:15 2012 -0600

    We should always return UIDs from this method.

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

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

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

commit 0b15510a4f086bbba48b2ef9e926d2ae3018c1b5
Merge: b8d5082 e5e3856
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 2 13:34:58 2012 -0600

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    4 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |    5 -
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   28 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |    7 +-
 framework/ActiveSync/package.xml                                  |   25 +-
 framework/Core/lib/Horde.php                                      |    1 +
 framework/Core/package.xml                                        |   21 +-
 framework/Crypt/test/Horde/Crypt/PgpTest.php                      |    7 +
 framework/DataTree/doc/Horde/DataTree/COPYING                     |  458 +++++
 framework/DataTree/package.xml                                    |   81 +
 framework/Date/lib/Horde/Date.php                                 |   16 +-
 framework/Date/package.xml                                        |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  212 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php               |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php          |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   39 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php |   21 +-
 framework/Imap_Client/package.xml                                 |    6 +
 .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php  |   76 -
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php |   63 -
 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |  276 ---
 .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php   |  126 --
 framework/Service_Weather/package.xml                             |   18 +-
 framework/Stream/package.xml                                      |   14 +-
 horde/admin/sqlshell.php                                          |    3 +-
 horde/config/conf.xml                                             |    6 -
 horde/config/hooks.php.dist                                       |    9 +-
 horde/docs/CHANGES                                                |    3 +
 horde/docs/UPGRADING                                              |   11 +
 horde/js/topbar.js                                                |    2 +-
 horde/lib/Block/Weather.php                                       |    8 +-
 horde/package.xml                                                 |    8 +-
 horde/services/download/index.php                                 |   12 +-
 horde/services/help/index.php                                     |    3 +
 horde/templates/admin/sqlshell.html.php                           |    2 +
 horde/templates/topbar/_menubar.html.php                          |    2 -
 horde/themes/default/block/screen.css                             |    3 +
 imp/config/backends.php                                           |    6 +-
 imp/config/prefs.php                                              |    2 +-
 imp/docs/CHANGES                                                  |    9 +
 imp/docs/INSTALL                                                  |    3 +-
 imp/js/compose-dimp.js                                            |    7 +-
 imp/js/dimpbase.js                                                |   21 +-
 imp/js/message-dimp.js                                            |    9 +-
 imp/js/signaturehtml.js                                           |    9 +-
 imp/lib/Dynamic/Mailbox.php                                       |   29 +-
 imp/lib/Dynamic/Message.php                                       |    7 +-
 imp/lib/IMP.php                                                   |   10 +-
 imp/lib/Imap/Tree.php                                             |    2 +-
 imp/lib/Mailbox.php                                               |    4 +-
 imp/lib/Mailbox/List.php                                          |    1 -
 imp/locale/de/help.xml                                            |   46 +-
 imp/package.xml                                                   |    6 +
 imp/templates/dynamic/mailbox.html.php                            |    2 +-
 ingo/docs/CHANGES                                                 |    4 +
 ingo/lib/Factory/Transport.php                                    |    2 +-
 ingo/lib/Storage/Filters/Sql.php                                  |    4 +-
 ingo/package.xml                                                  |    5 +-
 ingo/templates/blacklist/blacklist.inc                            |    4 +-
 ingo/templates/whitelist/whitelist.inc                            |    4 +-
 kronolith/attendees.php                                           |    2 +-
 kronolith/lib/Resource/Single.php                                 |    4 +-
 mnemo/templates/memo/memo.inc                                     |    2 +-
 nag/lib/Form/Task.php                                             |    2 +-
 turba/lib/Ajax/Application/Handler/Minisearch.php                 |   29 +-
 66 files changed, 994 insertions(+), 835 deletions(-)

http://git.horde.org/horde-git/-/commit/0b15510a4f086bbba48b2ef9e926d2ae3018c1b5




More information about the commits mailing list