[commits] Horde branch imp_6_2 updated. 60d31d75a7ce92d2784395af58d82e3cd8b53d82

Michael M Slusarz slusarz at horde.org
Fri Aug 23 00:59:13 UTC 2013


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

from: 3101a0ba1f6f9157a6464b457061d58a351f6dc8

4e05bb3 Detect deleted messages in ping() for non-CONDSTORE servers
9615ed4 Tweak comment.
8bcc769 phpdoc, cs
a2bceb2 Ensure $data['t'] is actually available.
88a3b96 No need for the extra variable just use $status; Add logging.
1cdb587 No need for this for CONDSTORE servers.
5dddf5f CHANGES
d383752 Bug: 12595: Fix sending of empty array attributes.
84ace4f BFN
662781a No need for this, empty tags should not have an ending tag sent.
e5df3a2 Add getLatestEntry($guid) to get the latest history entry for a given $guid
f486435 cs, ws
3430624 Bump minor version, we added a new public method.
a5e8af7 CHANGES
fc3eb34 Require Horde_Mail 2.1.0 because we use Hordesmtp trnasport.
a9ae84f Released Horde_Css_Parser-1.0.1
766508f Development mode for Horde_Css_Parser-1.0.2
4f033da [jan] Fix schema version table names when using horde-db-migrate-component.
ec7271f Released Horde_Db-2.0.4
7a58018 Development mode for Horde_Db-2.0.5
6aad93a phpdoc
de2a02f Safer parameter substitution.
604402e Fix tests. Row order is undefined.
a07656f Disable test for undefined getByModSeq() behavior (Bug #12600).
8ffb10c Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
98ff426 Released Horde_Mail-2.1.0
16333f7 Development mode for Horde_Mail-2.1.1
a03b66d Released Horde_Mime-2.2.5
5102508 Development mode for Horde_Mime-2.2.6
02d45f1 Released Horde_Queue-1.1.0
5743df7 Development mode for Horde_Queue-1.1.1
79d5200 Released Horde_SessionHandler-2.2.2
90b6ff0 Development mode for Horde_SessionHandler-2.2.3
b48d63b Released Horde_Smtp-1.1.0
a17f916 Development mode for Horde_Smtp-1.1.1
e2ef805 Released Horde_View-2.0.3
2e411b4 Development mode for Horde_View-2.0.4
429ae33 Missed this change on my last round of commits.
9c3ea76 Prepare release.
dbdbd3a Released ansel-3.0.0
8d1d4a6 Development mode for ansel-3.0.1
ef7c9f3 Prepare release.
b4f3095 Released whups-3.0.0RC2
0caf0d0 Development mode for whups-3.0.0RC3
e424ab2 Work around broken PHP version on Travis.
7c59e47 Prepare release.
379453b Released wicked-2.0.0RC2
dd89670 Development mode for wicked-2.0.0RC3
8a55b3d Simplify CONDSTORE/non-CONDSTORE code paths.
4f7e5f9 Missed a place to re-add $status['messages']
d8fb2dc $condstore doesn't exist anymore, use $modseq
f61bc29 Log the modseq used for IMAP collections.
288ab9c More workarounds.
e8fd1c6 Fix package.xml entry
774f884 Fix jstext label for Print Icon in basic view
a91b8b1 Add support for not logging the full content of the tag content.
911c71b CHANGES
cb8ad4f Give up and skip test instead.
d576b04 Replace preg_match() with strpos() for simple string search
146eff9 [mms] Use strpos() instead of preg_match() for simple string searches (Request #12603; Thomas Jarosch <thomas.jarosch at intra2net.com>).
60d31d7 Merge branch 'master' into imp_6_2

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

commit 4e05bb38ff570c063999f6895128409bc3e02329
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Wed Aug 21 22:30:54 2013 +0200

    Detect deleted messages in ping() for non-CONDSTORE servers
    
    We store the total number of messages per folder.
    If a messages is deleted, the total number will change.
    If a DELETE+ADD happens at the same time, UIDNEXT will still increase.
    
    Note: I didn't increase the folder cache version on purpose.
    Otherwise we lose the cached flags for no good reason.
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php  |   27 +++++++++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   18 ++++++--
 2 files changed, 39 insertions(+), 6 deletions(-)

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

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

commit 9615ed406ae4d9c64d9877482dc66d9cc44a7636
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 22:04:51 2013 -0400

    Tweak comment.

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

http://git.horde.org/horde-git/-/commit/9615ed406ae4d9c64d9877482dc66d9cc44a7636

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

commit 8bcc769f887a4258b798f1ed35f6a4f13507fe03
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 22:06:37 2013 -0400

    phpdoc, cs

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

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

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

commit a2bceb23d74a341af63836dd49ecfe462864026b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 22:12:55 2013 -0400

    Ensure $data['t'] is actually available.

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

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

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

commit 88a3b96f8db06c1c9188cdccb1bf20f15c905080
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 22:33:49 2013 -0400

    No need for the extra variable just use $status; Add logging.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   13 ++++++-----
 1 files changed, 7 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/88a3b96f8db06c1c9188cdccb1bf20f15c905080

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

commit 1cdb587a31d14b84cb54b45e477e010365bca6cc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 22:45:51 2013 -0400

    No need for this for CONDSTORE servers.

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

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

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

commit 5dddf5f181cd341f25e0ca19633dfc9dba606257
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 22:56:27 2013 -0400

    CHANGES

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

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

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

commit d38375252e0077ff9b25d3a20c8f047f10e4b336
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 23:14:12 2013 -0400

    Bug: 12595: Fix sending of empty array attributes.
    
    Fixes bogus logging, as well as some fringe-case wbxml corruption.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php |   35 ++++++------
 1 files changed, 18 insertions(+), 17 deletions(-)

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

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

commit 84ace4f72b53a9e4b0c639246958be28cc69e753
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 23:16:45 2013 -0400

    BFN

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

http://git.horde.org/horde-git/-/commit/84ace4f72b53a9e4b0c639246958be28cc69e753

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

commit 662781a1035d0dbd07328a4f2dffc5e280b2d4eb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 23:36:37 2013 -0400

    No need for this, empty tags should not have an ending tag sent.
    
    Finally fix the annoying creeping spaces in the log file...

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |   13 -----------
 1 files changed, 0 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/662781a1035d0dbd07328a4f2dffc5e280b2d4eb

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

commit e5df3a27d590dfe98ec936cfc6706784593c5399
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Wed Aug 21 10:57:19 2013 +0200

    Add getLatestEntry($guid) to get the latest history entry for a given $guid
    
    The SQL version is very efficient since it does not need
    to loop through all history entries for the object
    to determine the latest entry.
    
    Request 12558
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 framework/History/lib/Horde/History.php     |   36 +++++++++++++++++++++++++++
 framework/History/lib/Horde/History/Sql.php |   32 ++++++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

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

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

commit f486435721716425a02a60a9818e3c597fc39899
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 23:49:45 2013 -0400

    cs, ws

 framework/History/lib/Horde/History.php     |    9 ++++++---
 framework/History/lib/Horde/History/Sql.php |    9 +++++----
 2 files changed, 11 insertions(+), 7 deletions(-)

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

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

commit 34306242c402a1255dd66ffbb5715634c0e92270
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 23:54:59 2013 -0400

    Bump minor version, we added a new public method.

 framework/History/lib/Horde/History.php     |    6 +++---
 framework/History/lib/Horde/History/Sql.php |    2 +-
 framework/History/package.xml               |   14 +++++++-------
 3 files changed, 11 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/34306242c402a1255dd66ffbb5715634c0e92270

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

commit a5e8af7bb6c683975e8b4a5640dc54b87a0b77b4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 23:57:05 2013 -0400

    CHANGES

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

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

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

commit fc3eb34998c94d465b39e949a00f6a4b536cf215
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 10:49:00 2013 +0200

    Require Horde_Mail 2.1.0 because we use Hordesmtp trnasport.

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

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

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

commit a9ae84fec2ad1cd3103dfaa8f951bce097b85da7
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 10:59:11 2013 +0200

    Released Horde_Css_Parser-1.0.1

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

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

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

commit 766508f4af956c8eafcd682df10cd80cd24336d1
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 10:59:11 2013 +0200

    Development mode for Horde_Css_Parser-1.0.2

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

http://git.horde.org/horde-git/-/commit/766508f4af956c8eafcd682df10cd80cd24336d1

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

commit 4f033da9127fa84b47eb533f5abbc2daea542cfd
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 11:00:33 2013 +0200

    [jan] Fix schema version table names when using horde-db-migrate-component.

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

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

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

commit ec7271f2301d6a26568010075ff3d53bbe0d6215
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 11:07:26 2013 +0200

    Released Horde_Db-2.0.4

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

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

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

commit 7a5801860d0721f3cce25491b73103b04194f6bc
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 11:07:27 2013 +0200

    Development mode for Horde_Db-2.0.5

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

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

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

commit 6aad93a65fd2cd53c2a83e14272fc3858b80a385
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 12:51:34 2013 +0200

    phpdoc

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

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

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

commit de2a02f24dab1bc8d18f49016f0da5d95d1eef2c
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 12:52:06 2013 +0200

    Safer parameter substitution.

 framework/History/lib/Horde/History/Sql.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

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

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

commit 604402eef37014c9fcfbf91ed5b5e2e80ed46cb3
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 12:52:43 2013 +0200

    Fix tests. Row order is undefined.

 framework/History/test/Horde/History/Sql/Pdo/PgsqlTest.php |    1 -
 framework/History/test/Horde/History/TestBase.php          |  101 +++++++-----
 2 files changed, 56 insertions(+), 46 deletions(-)

http://git.horde.org/horde-git/-/commit/604402eef37014c9fcfbf91ed5b5e2e80ed46cb3

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

commit a07656fcdbfeefd7781015e49d0c2b1d32ebc9cb
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 12:53:12 2013 +0200

    Disable test for undefined getByModSeq() behavior (Bug #12600).

 framework/History/test/Horde/History/TestBase.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 8ffb10c4370e190e4652832302dd6ea7eba56a73
Merge: 7a58018 a07656f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 12:54:50 2013 +0200

    Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

 framework/History/lib/Horde/History.php                    |    4 +-
 framework/History/lib/Horde/History/Sql.php                |   11 +-
 framework/History/test/Horde/History/Sql/Pdo/PgsqlTest.php |    1 -
 framework/History/test/Horde/History/TestBase.php          |  103 +++++++-----
 4 files changed, 68 insertions(+), 51 deletions(-)

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

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

commit 98ff426b0954d3dd951357db9e54e2fc456ec846
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 13:06:46 2013 +0200

    Released Horde_Mail-2.1.0

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

http://git.horde.org/horde-git/-/commit/98ff426b0954d3dd951357db9e54e2fc456ec846

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

commit 16333f77eac95a9079e8795262916d989b7ab26d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 13:06:47 2013 +0200

    Development mode for Horde_Mail-2.1.1

 framework/Mail/package.xml |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/16333f77eac95a9079e8795262916d989b7ab26d

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

commit a03b66d9047c00ff61d46fd2fc37c973ccbaf265
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 13:30:15 2013 +0200

    Released Horde_Mime-2.2.5

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

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

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

commit 510250879ccc6da0e032ddfdf5d6b783ae00ca77
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 13:30:15 2013 +0200

    Development mode for Horde_Mime-2.2.6

 framework/Mime/package.xml |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/510250879ccc6da0e032ddfdf5d6b783ae00ca77

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

commit 02d45f1946ed5f2adf2f05e118e6c84ab96d5a46
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 13:49:54 2013 +0200

    Released Horde_Queue-1.1.0

 framework/Queue/package.xml |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/02d45f1946ed5f2adf2f05e118e6c84ab96d5a46

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

commit 5743df705d46f4df1184ab6768fc5f5e7d3dc83a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 13:49:54 2013 +0200

    Development mode for Horde_Queue-1.1.1

 framework/Queue/package.xml |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/5743df705d46f4df1184ab6768fc5f5e7d3dc83a

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

commit 79d5200ea8ef3598c68b160cfbd8c8fafd9d383a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 14:16:33 2013 +0200

    Released Horde_SessionHandler-2.2.2

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

http://git.horde.org/horde-git/-/commit/79d5200ea8ef3598c68b160cfbd8c8fafd9d383a

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

commit 90b6ff0d75a03351794a92c74c9463aa7a17e61b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 14:16:34 2013 +0200

    Development mode for Horde_SessionHandler-2.2.3

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

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

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

commit b48d63b9e28c832aff209708d4fb5cfb8ebd9e00
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 15:50:54 2013 +0200

    Released Horde_Smtp-1.1.0

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

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

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

commit a17f9169056b6c2c79b6c84186de3b4f49639c6e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 15:50:55 2013 +0200

    Development mode for Horde_Smtp-1.1.1

 framework/Smtp/package.xml |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

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

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

commit e2ef805a8a72269f10e97dbc2ba4313f2dcdb7e8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 16:06:26 2013 +0200

    Released Horde_View-2.0.3

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

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

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

commit 2e411b41d104f66a6f3f9e7b2f13ed35ca92f7bb
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 16:06:26 2013 +0200

    Development mode for Horde_View-2.0.4

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

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

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

commit 429ae3380b37935aa4ad3ee516ddf537d1bb408d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 22 11:38:07 2013 -0400

    Missed this change on my last round of commits.
    
    Another place to remove the $status['messages'] parameter.

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

http://git.horde.org/horde-git/-/commit/429ae3380b37935aa4ad3ee516ddf537d1bb408d

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

commit 9c3ea761a600c19f109e006ffffbb91d953978a4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:10:37 2013 +0200

    Prepare release.

 ansel/docs/CHANGES       |    1 +
 ansel/docs/INSTALL       |    6 +++---
 ansel/docs/RELEASE_NOTES |   17 ++++++++---------
 ansel/docs/TODO          |    5 -----
 ansel/package.xml        |   24 +++++++++++-------------
 5 files changed, 23 insertions(+), 30 deletions(-)
 delete mode 100644 ansel/docs/TODO

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

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

commit dbdbd3ace5d1a05e32f29d67f5bca7d26f2321a6
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:20:58 2013 +0200

    Released ansel-3.0.0

 ansel/docs/CHANGES        |    6 +++---
 ansel/lib/Application.php |    2 +-
 ansel/package.xml         |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 8d1d4a6e66b7a93210da77faf880da6e953cf4be
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:21:04 2013 +0200

    Development mode for ansel-3.0.1

 ansel/docs/CHANGES        |    6 ++++++
 ansel/lib/Application.php |    2 +-
 ansel/package.xml         |   19 ++++++++++++++++---
 3 files changed, 23 insertions(+), 4 deletions(-)

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

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

commit ef7c9f3da04588f1ef1b4f083cd56f6a630e58ce
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:22:08 2013 +0200

    Prepare release.

 whups/docs/RELEASE_NOTES |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit b4f3095fc5540f4983443e15553b1b259653352a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:30:15 2013 +0200

    Released whups-3.0.0RC2

 whups/docs/CHANGES        |    6 +++---
 whups/lib/Application.php |    2 +-
 whups/package.xml         |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit 0caf0d06202a865f97faea2ce0b8ec69a4e5fa72
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:30:21 2013 +0200

    Development mode for whups-3.0.0RC3

 whups/docs/CHANGES        |    6 ++++++
 whups/lib/Application.php |    2 +-
 whups/package.xml         |   22 ++++++++++++++++------
 3 files changed, 23 insertions(+), 7 deletions(-)

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

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

commit e424ab2178e5ff6e7f1bfb3a90aed6fede461612
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:40:19 2013 +0200

    Work around broken PHP version on Travis.

 .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php    |    3 ++-
 .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php   |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit 7c59e47ccbb09ad4457e7539dd121a23a00c0657
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:43:02 2013 +0200

    Prepare release.

 wicked/docs/RELEASE_NOTES |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

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

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

commit 379453b8cdad2c5d21acfc8da7bdde3d9b955645
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:52:05 2013 +0200

    Released wicked-2.0.0RC2

 wicked/docs/CHANGES        |    6 +++---
 wicked/lib/Application.php |    2 +-
 wicked/package.xml         |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/379453b8cdad2c5d21acfc8da7bdde3d9b955645

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

commit dd89670b9ba7b0f56338c1adae146699fd380bd3
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 18:52:12 2013 +0200

    Development mode for wicked-2.0.0RC3

 wicked/docs/CHANGES        |    6 ++++++
 wicked/lib/Application.php |    2 +-
 wicked/package.xml         |   20 ++++++++++++++++----
 3 files changed, 23 insertions(+), 5 deletions(-)

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

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

commit 8a55b3d7e36c2615fd6f7d474a8eaae76f77c716
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 22 10:48:19 2013 +0200

    Simplify CONDSTORE/non-CONDSTORE code paths.
    
    Horde_Imap_Client already does the abstraction for us.
    
    Also save the total amount of messages in an IMAP folder
    for all server types again, it's not worth the effort / complexity
    to create seperate code paths for this.
    
    Request: 12597

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   59 +++++-------
 1 files changed, 23 insertions(+), 36 deletions(-)

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

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

commit 4f7e5f9a9b9a2909ec189301342e0dffbd340f23
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 22 12:33:15 2013 -0400

    Missed a place to re-add $status['messages']

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

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

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

commit d8fb2dc3fae46d1052fac50d2529bdc30dbe78ad
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 22 12:35:41 2013 -0400

    $condstore doesn't exist anymore, use $modseq

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

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

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

commit f61bc298362194bab0878bacc85b504798898200
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 22 12:55:09 2013 -0400

    Log the modseq used for IMAP collections.

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

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

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

commit 288ab9c1813ba5b1ecb8216aae8853b466c9eeaa
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 19:18:33 2013 +0200

    More workarounds.

 .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php    |    6 ++++-
 .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php   |    6 ++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/288ab9c1813ba5b1ecb8216aae8853b466c9eeaa

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

commit e8fd1c66aa32236ff97e06b47bc2e1867b417110
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 14:03:57 2013 -0600

    Fix package.xml entry

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

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

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

commit 774f8849dc2f82e6e4bf6beeb4954c75fef160ea
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 22 11:23:25 2013 -0600

    Fix jstext label for Print Icon in basic view

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

http://git.horde.org/horde-git/-/commit/774f8849dc2f82e6e4bf6beeb4954c75fef160ea

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

commit a91b8b1ac932c15b1f68e9f2b8cace4dca7c5213
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 22 13:39:32 2013 -0400

    Add support for not logging the full content of the tag content.
    
    Default is now to only log the data if it is greater than 50bytes.
    Otherwise, just log the data size. Switchable via parameters to the
    Encoder/Decoder constructors.
    
    Will be configurable via Horde config in Horde_5_2

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php         |   18 +++++++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |   21 ++++++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |    7 +++-
 3 files changed, 39 insertions(+), 7 deletions(-)

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

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

commit 911c71ba4d6136d8199eaba193d05c5b357f2e34
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 22 13:42:34 2013 -0400

    CHANGES

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

http://git.horde.org/horde-git/-/commit/911c71ba4d6136d8199eaba193d05c5b357f2e34

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

commit cb8ad4fa7490e1f2706e75b9147686b32dc69712
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 22 20:57:46 2013 +0200

    Give up and skip test instead.

 .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php    |   12 ++--
 .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php   |   12 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

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

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

commit d576b04e3fc6917555684ad23d966f2a16704c2e
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 22 21:12:08 2013 +0200

    Replace preg_match() with strpos() for simple string search
    
    Request #12603
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

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

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

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

commit 146eff9094f090b96fc15123ee87ae2a24f8583a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 22 13:49:28 2013 -0600

    [mms] Use strpos() instead of preg_match() for simple string searches (Request #12603; Thomas Jarosch <thomas.jarosch at intra2net.com>).

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

http://git.horde.org/horde-git/-/commit/146eff9094f090b96fc15123ee87ae2a24f8583a

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

commit 60d31d75a7ce92d2784395af58d82e3cd8b53d82
Merge: 3101a0b 146eff9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 22 18:58:56 2013 -0600

    Merge branch 'master' into imp_6_2

 ansel/docs/CHANGES                                                |    9 +-
 ansel/docs/INSTALL                                                |    6 +-
 ansel/docs/RELEASE_NOTES                                          |   17 +-
 ansel/docs/TODO                                                   |    5 -
 ansel/lib/Application.php                                         |    2 +-
 ansel/package.xml                                                 |   33 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |   30 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   66 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   35 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php               |   18 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php       |   21 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |   20 +-
 framework/ActiveSync/package.xml                                  |   22 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |    2 +
 framework/Core/package.xml                                        |    2 +-
 framework/Css_Parser/package.xml                                  |   21 +-
 framework/Db/package.xml                                          |   21 +-
 framework/History/lib/Horde/History.php                           |   47 ++-
 framework/History/lib/Horde/History/Sql.php                       |   44 ++-
 framework/History/package.xml                                     |   14 +-
 framework/History/test/Horde/History/Sql/Pdo/PgsqlTest.php        |    1 -
 framework/History/test/Horde/History/TestBase.php                 |  103 +++--
 .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php    |    5 +
 .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php   |    5 +
 framework/Mail/package.xml                                        |   25 +-
 framework/Mime/package.xml                                        |   25 +-
 framework/Queue/package.xml                                       |   31 +-
 framework/SessionHandler/package.xml                              |   23 +-
 framework/Smtp/package.xml                                        |   26 +-
 framework/Url/lib/Horde/Url.php                                   |    4 +-
 framework/Url/package.xml                                         |    4 +-
 framework/View/package.xml                                        |   23 +-
 imp/lib/Contents.php                                              |    2 +-
 whups/docs/CHANGES                                                |    6 +
 whups/docs/RELEASE_NOTES                                          |   10 +-
 whups/package.xml                                                 |   26 +-
 wicked/docs/CHANGES                                               |    6 +
 wicked/docs/RELEASE_NOTES                                         |   10 +-
 wicked/package.xml                                                |   24 +-
 39 files changed, 548 insertions(+), 246 deletions(-)

http://git.horde.org/horde-git/-/commit/60d31d75a7ce92d2784395af58d82e3cd8b53d82




More information about the commits mailing list