[commits] Horde branch imp_6_2 updated. 37ebb5b18c01f4749f34f8adaabf414f91a46b8f

Michael M Slusarz slusarz at horde.org
Wed Oct 2 03:58:11 UTC 2013


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

from: 4159549cbbb2cb37e3190879bf8e3a62a027af0a

347bd25 Ensure we don't send broken UTF8 data to the client.
4faaf15 This seems to prevent a PHP bug from being triggered.
070e928 Another place to ignore SMS changes.
3bfbf25 We no longer use loop counters.
bbe714e BFN
96483e0 Add migration to remove synckeycounter data.
8968b07 BFN
b12beb5 Released Horde_Mime-2.2.6
a7e5d9a Development mode for Horde_Mime-2.2.7
28f6326 Update package.xml filelist.
767341c Clearer error message
617ceeb Revert "This seems to prevent a PHP bug from being triggered."
a03e33d [mms] Fix regression that broke quoted-printable encoding.
df50d46 Development mode for Horde_Mime-2.2.8
bbc4a78 Development mode for Horde_ActiveSync-2.8.1
127febc Force base64 transfer encoding due to bug in PHP's quoted-printable encoder.
4523c11 Even better way of working around PHP bug 65776, normalize the EOL.
023af7e BFN
d6dcde0 ws
294c396 Development mode for Horde_ActiveSync-2.8.2
8736bbc These files do not exist.
7370eda Don't compare this with an API that no longer exists.
59c4337 Fix saving display pref for resource calendars when toggling.
8f7984f Bug: 12718 Fix sourceselect pref handler.
bb88c96 BFN
d6013c1 Bug: 12714  Expire the user fb cache when fb_cals pref changes.
a850f7a BFN
fc91e81 Bug: 12709 Fix array access to source map.
8ff331e Bug: 12684  Update date in kronolithGotoToday element when polling.
f439716 Log memory usage to activesync log.
996868f Simplify message data handling when building MIME message.
823fb9a phpdoc
693c430 Use Horde_Stream_Temp
6a52f89 Explicitly state this is for STREAM_FILTER_READ
b6e188a This shouldn't be necessary.
8648825 Use fwrite instead of stream_copy_to_stream
b54c58a No need to dereference the stream, Horde_Stream can handle it.
1439687 Still need to return a resource.
663699a Use Horde_Stream methods.
86ac160 Add Horde_Stream::read
f431345 Fix calling Horde_Stream::add with Horde_Stream that is larger than 65536 bytes.
56a3eb6 CHANGES
6512729 Allow option to move pointer to start of stream before reading.
05f0c89 Horde_Stream#getString() does not work the way I thought.
45f3cfb Use Horde_Stream
3d9b980 Typos.
1ed8294 This is done.
def19d4 More places to use Horde_Stream
7ff5d4a [mms] Fix getString() in certain use cases.
12973af Revert "Add Horde_Stream::read"
ebfc660 Revert "CHANGES"
ef1e67d Horde_Stream#read() doesn't exist
eda263c Typos
cdfa32c Correct getStream() usage
cac7b20 Another typo
4d60611 Bug #12719: Wrap in-memory cache in base Cache object
baff954 [mms] Password strength testing is now case-insensitive (delrio at mie.utoronto.ca; Request #12708).
70f3ad7 Revert "Correct getStream() usage"
4bf89cf Revert "Fixes"
cd44606 Revert "Use new Horde_Stream methods"
7575a80 phpdoc
5289221 Revert "Another typo"
29c4669 Revert "Typos"
6ff0375 Revert "Horde_Stream#read() doesn't exist"
1953c6b Revert "More places to use Horde_Stream"
f826865 Revert "Typos."
686096a Revert "Use Horde_Stream"
e389692 Revert "Horde_Stream#getString() does not work the way I thought."
ae7e74b Revert "Use Horde_Stream methods."
9daeec9 Revert "Still need to return a resource."
24a1caa Revert "No need to dereference the stream, Horde_Stream can handle it."
1b6987f Revert "Use Horde_Stream_Temp"
155996b Revert "phpdoc"
0f053da Revert "Simplify message data handling when building MIME message."
a949e14 Horde_Stream#close() isn't in released code yet.
e43ad57 Add Horde_Stream as a dependency.
570b24c BFN
f016af8 Released Horde_ActiveSync-2.8.2
4f372d3 Development mode for Horde_ActiveSync-2.8.3
83a567d Avoid undefined index errors for Autodiscover requests.
dcc03ff phpdoc
42672f8 Fix seeking() before the beginning of the stream
5057c8c seek() now supports character seeking
37e50eb [mms] Add Horde_Stream#substring().
64afbeb Tweak phpdoc.
a1d1f40 [mms] Performance optimizations in the parser.
37ebb5b Merge branch 'master' into imp_6_2

Summary: http://github.com/horde/horde/compare/4159549cbbb2cb37e3190879bf8e3a62a027af0a...37ebb5b18c01f4749f34f8adaabf414f91a46b8f

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

commit 347bd250c12535d2d48b4847e4b64235bd2489c7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 23 11:23:55 2013 -0400

    Ensure we don't send broken UTF8 data to the client.

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

http://github.com/horde/horde/commit/347bd250c12535d2d48b4847e4b64235bd2489c7
http://git.horde.org/horde-git/-/commit/347bd250c12535d2d48b4847e4b64235bd2489c7

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

commit 4faaf153875911d05a2329f693ff767cefdc2e7c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 23 11:24:56 2013 -0400

    This seems to prevent a PHP bug from being triggered.
    
    Without hex-encoding of control characters, PHP is segfaulting on
    numerous platforms with certain strings. Still working out the
    exact string combinations that trigger this for reporting to PHP.

 framework/Mime/lib/Horde/Mime/Part.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/4faaf153875911d05a2329f693ff767cefdc2e7c
http://git.horde.org/horde-git/-/commit/4faaf153875911d05a2329f693ff767cefdc2e7c

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

commit 070e9282f2697074a02fc13ea3e1b6582a5c36d0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 09:41:25 2013 -0400

    Another place to ignore SMS changes.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |    7 ++++-
 framework/ActiveSync/package.xml                                 |    4 +++
 2 files changed, 9 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/070e9282f2697074a02fc13ea3e1b6582a5c36d0
http://git.horde.org/horde-git/-/commit/070e9282f2697074a02fc13ea3e1b6582a5c36d0

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

commit 3bfbf250a347073a597b8aeeb3b81a0829834836
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 09:52:28 2013 -0400

    We no longer use loop counters.
    
    Bug: 12707

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

http://github.com/horde/horde/commit/3bfbf250a347073a597b8aeeb3b81a0829834836
http://git.horde.org/horde-git/-/commit/3bfbf250a347073a597b8aeeb3b81a0829834836

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

commit bbe714e3f81f5444778bbe2824ebf8e918891ddc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 09:54:03 2013 -0400

    BFN

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

http://github.com/horde/horde/commit/bbe714e3f81f5444778bbe2824ebf8e918891ddc
http://git.horde.org/horde-git/-/commit/bbe714e3f81f5444778bbe2824ebf8e918891ddc

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

commit 96483e0d91a027c338b703995e0b123b31684488
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 10:15:05 2013 -0400

    Add migration to remove synckeycounter data.
    
    Removes data erroneously added due to Bug: 12707

 .../Horde/ActiveSync/20_horde_activesync_removesynccounters.php   |   23 +++++
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/migration/Horde/ActiveSync/20_horde_activesync_removesynccounters.php

http://github.com/horde/horde/commit/96483e0d91a027c338b703995e0b123b31684488
http://git.horde.org/horde-git/-/commit/96483e0d91a027c338b703995e0b123b31684488

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

commit 8968b07bb5d4644bed5b939e579c0118d9cbac48
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 10:23:48 2013 -0400

    BFN

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

http://github.com/horde/horde/commit/8968b07bb5d4644bed5b939e579c0118d9cbac48
http://git.horde.org/horde-git/-/commit/8968b07bb5d4644bed5b939e579c0118d9cbac48

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

commit b12beb51aa33d592598e9173d856ea1254749fc1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 10:36:58 2013 -0400

    Released Horde_Mime-2.2.6

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

http://github.com/horde/horde/commit/b12beb51aa33d592598e9173d856ea1254749fc1
http://git.horde.org/horde-git/-/commit/b12beb51aa33d592598e9173d856ea1254749fc1

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

commit a7e5d9ab65197584e5109f25bddcb9074d9e378f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 10:36:59 2013 -0400

    Development mode for Horde_Mime-2.2.7

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

http://github.com/horde/horde/commit/a7e5d9ab65197584e5109f25bddcb9074d9e378f
http://git.horde.org/horde-git/-/commit/a7e5d9ab65197584e5109f25bddcb9074d9e378f

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

commit 28f6326e1883c8d841d5169c764b3df97778b004
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 10:48:46 2013 -0400

    Update package.xml filelist.

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

http://github.com/horde/horde/commit/28f6326e1883c8d841d5169c764b3df97778b004
http://git.horde.org/horde-git/-/commit/28f6326e1883c8d841d5169c764b3df97778b004

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

commit 767341c7eeb4c828fdf6394bf880f2a84f23b43c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 25 12:12:01 2013 -0600

    Clearer error message

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

http://github.com/horde/horde/commit/767341c7eeb4c828fdf6394bf880f2a84f23b43c
http://git.horde.org/horde-git/-/commit/767341c7eeb4c828fdf6394bf880f2a84f23b43c

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

commit 617ceeb36bb69b458df58b0369507de9b4d8d2d8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Sep 27 11:02:05 2013 -0600

    Revert "This seems to prevent a PHP bug from being triggered."
    
    This reverts commit 4faaf153875911d05a2329f693ff767cefdc2e7c.

 framework/Mime/lib/Horde/Mime/Part.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/617ceeb36bb69b458df58b0369507de9b4d8d2d8
http://git.horde.org/horde-git/-/commit/617ceeb36bb69b458df58b0369507de9b4d8d2d8

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

commit a03e33deb77d2d81042f218a41b2367cdcc24211
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Sep 27 11:03:03 2013 -0600

    [mms] Fix regression that broke quoted-printable encoding.

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

http://github.com/horde/horde/commit/a03e33deb77d2d81042f218a41b2367cdcc24211
http://git.horde.org/horde-git/-/commit/a03e33deb77d2d81042f218a41b2367cdcc24211

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

commit df50d46a4fb64a2697678c15cb5f03db64a3b558
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Sep 27 11:13:18 2013 -0600

    Development mode for Horde_Mime-2.2.8

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

http://github.com/horde/horde/commit/df50d46a4fb64a2697678c15cb5f03db64a3b558
http://git.horde.org/horde-git/-/commit/df50d46a4fb64a2697678c15cb5f03db64a3b558

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

commit bbc4a781cf5c05f585c32ad6e49da0904ff38bfa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 10:57:09 2013 -0400

    Development mode for Horde_ActiveSync-2.8.1

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

http://github.com/horde/horde/commit/bbc4a781cf5c05f585c32ad6e49da0904ff38bfa
http://git.horde.org/horde-git/-/commit/bbc4a781cf5c05f585c32ad6e49da0904ff38bfa

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

commit 127febca22c4c76c35a25d56980fe2386130d999
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 14:37:11 2013 -0400

    Force base64 transfer encoding due to bug in PHP's quoted-printable encoder.

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

http://github.com/horde/horde/commit/127febca22c4c76c35a25d56980fe2386130d999
http://git.horde.org/horde-git/-/commit/127febca22c4c76c35a25d56980fe2386130d999

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

commit 4523c114c0078405b0e916ef843addbb0ee3ab7b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 15:46:25 2013 -0400

    Even better way of working around PHP bug 65776, normalize the EOL.

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

http://github.com/horde/horde/commit/4523c114c0078405b0e916ef843addbb0ee3ab7b
http://git.horde.org/horde-git/-/commit/4523c114c0078405b0e916ef843addbb0ee3ab7b

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

commit 023af7e267e46b82367543b3688521a5a0f39e59
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 15:48:11 2013 -0400

    BFN

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

http://github.com/horde/horde/commit/023af7e267e46b82367543b3688521a5a0f39e59
http://git.horde.org/horde-git/-/commit/023af7e267e46b82367543b3688521a5a0f39e59

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

commit d6dcde0a86c4c529168226579cecb9873087890c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 15:49:52 2013 -0400

    ws

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

http://github.com/horde/horde/commit/d6dcde0a86c4c529168226579cecb9873087890c
http://git.horde.org/horde-git/-/commit/d6dcde0a86c4c529168226579cecb9873087890c

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

commit 294c396543d9bbe3295f0f6a3998bf7cf4bb7847
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 15:57:23 2013 -0400

    Development mode for Horde_ActiveSync-2.8.2

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

http://github.com/horde/horde/commit/294c396543d9bbe3295f0f6a3998bf7cf4bb7847
http://git.horde.org/horde-git/-/commit/294c396543d9bbe3295f0f6a3998bf7cf4bb7847

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

commit 8736bbc2cbfb14539743d9eb9afd684f1790e1d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 27 23:54:21 2013 -0400

    These files do not exist.

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

http://github.com/horde/horde/commit/8736bbc2cbfb14539743d9eb9afd684f1790e1d7
http://git.horde.org/horde-git/-/commit/8736bbc2cbfb14539743d9eb9afd684f1790e1d7

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

commit 7370eda319a689840e45b5ae5c29c75e0c742ea8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Sep 28 01:21:06 2013 -0400

    Don't compare this with an API that no longer exists.

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

http://github.com/horde/horde/commit/7370eda319a689840e45b5ae5c29c75e0c742ea8
http://git.horde.org/horde-git/-/commit/7370eda319a689840e45b5ae5c29c75e0c742ea8

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

commit 59c43372cc6c779da8ba324673e12351c6aecad2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Sep 28 22:33:26 2013 -0400

    Fix saving display pref for resource calendars when toggling.

 kronolith/js/kronolith.js           |    2 +-
 kronolith/lib/Calendar/Resource.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/59c43372cc6c779da8ba324673e12351c6aecad2
http://git.horde.org/horde-git/-/commit/59c43372cc6c779da8ba324673e12351c6aecad2

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

commit 8f7984f36dd4bfcd5374693003f3773af9782b20
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 12:32:04 2013 -0400

    Bug: 12718 Fix sourceselect pref handler.

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

http://github.com/horde/horde/commit/8f7984f36dd4bfcd5374693003f3773af9782b20
http://git.horde.org/horde-git/-/commit/8f7984f36dd4bfcd5374693003f3773af9782b20

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

commit bb88c96c76c695ba833cb72e59374c648dbe9af1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 12:33:20 2013 -0400

    BFN

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

http://github.com/horde/horde/commit/bb88c96c76c695ba833cb72e59374c648dbe9af1
http://git.horde.org/horde-git/-/commit/bb88c96c76c695ba833cb72e59374c648dbe9af1

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

commit d6013c1aad417d128cd0282ab3a4a8f9dde229d2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 12:55:32 2013 -0400

    Bug: 12714  Expire the user fb cache when fb_cals pref changes.

 kronolith/config/prefs.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/d6013c1aad417d128cd0282ab3a4a8f9dde229d2
http://git.horde.org/horde-git/-/commit/d6013c1aad417d128cd0282ab3a4a8f9dde229d2

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

commit a850f7ade004bdea9a97a2011306aaa6a0ea3c33
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 12:56:51 2013 -0400

    BFN

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

http://github.com/horde/horde/commit/a850f7ade004bdea9a97a2011306aaa6a0ea3c33
http://git.horde.org/horde-git/-/commit/a850f7ade004bdea9a97a2011306aaa6a0ea3c33

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

commit fc91e81913472e6ba07f0267e1b92aed4ad4fac6
Author: stuart at ruby.naifeh.org <stuart at ruby.naifeh.org>
Date:   Sun Sep 29 13:05:35 2013 -0400

    Bug: 12709 Fix array access to source map.
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

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

http://github.com/horde/horde/commit/fc91e81913472e6ba07f0267e1b92aed4ad4fac6
http://git.horde.org/horde-git/-/commit/fc91e81913472e6ba07f0267e1b92aed4ad4fac6

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

commit 8ff331e07b92fab275cf0513ac80f2cbbb9e8a31
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 13:22:35 2013 -0400

    Bug: 12684  Update date in kronolithGotoToday element when polling.

 kronolith/js/kronolith.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/8ff331e07b92fab275cf0513ac80f2cbbb9e8a31
http://git.horde.org/horde-git/-/commit/8ff331e07b92fab275cf0513ac80f2cbbb9e8a31

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

commit f439716ad56ed816e59d7b383d6a7cc273b8acc5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 16:07:33 2013 -0400

    Log memory usage to activesync log.

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

http://github.com/horde/horde/commit/f439716ad56ed816e59d7b383d6a7cc273b8acc5
http://git.horde.org/horde-git/-/commit/f439716ad56ed816e59d7b383d6a7cc273b8acc5

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

commit 996868f15560a45f8a9fd1855cd5456dc89ffc1b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 16:57:22 2013 -0400

    Simplify message data handling when building MIME message.
    
    Use Horde_Stream, only convert in one place, reduce memory usage.

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

http://github.com/horde/horde/commit/996868f15560a45f8a9fd1855cd5456dc89ffc1b
http://git.horde.org/horde-git/-/commit/996868f15560a45f8a9fd1855cd5456dc89ffc1b

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

commit 823fb9adfb65a253b33e545d4ca06b2e83b2d273
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 17:17:42 2013 -0400

    phpdoc

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

http://github.com/horde/horde/commit/823fb9adfb65a253b33e545d4ca06b2e83b2d273
http://git.horde.org/horde-git/-/commit/823fb9adfb65a253b33e545d4ca06b2e83b2d273

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

commit 693c4300c388079882f9458bf63f239d511f4f29
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 17:31:56 2013 -0400

    Use Horde_Stream_Temp

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |   31 +++++++----
 1 files changed, 20 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/693c4300c388079882f9458bf63f239d511f4f29
http://git.horde.org/horde-git/-/commit/693c4300c388079882f9458bf63f239d511f4f29

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

commit 6a52f89d78a5b73683f1594b5edca00643a83f5a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 17:35:00 2013 -0400

    Explicitly state this is for STREAM_FILTER_READ

 .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php    |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/6a52f89d78a5b73683f1594b5edca00643a83f5a
http://git.horde.org/horde-git/-/commit/6a52f89d78a5b73683f1594b5edca00643a83f5a

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

commit b6e188a7d66279bfca10967d6f505488c4e82172
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 17:36:58 2013 -0400

    This shouldn't be necessary.

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

http://github.com/horde/horde/commit/b6e188a7d66279bfca10967d6f505488c4e82172
http://git.horde.org/horde-git/-/commit/b6e188a7d66279bfca10967d6f505488c4e82172

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

commit 8648825bb0466b193a5f72b3658a6fb3b329d19f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 17:39:42 2013 -0400

    Use fwrite instead of stream_copy_to_stream

 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/8648825bb0466b193a5f72b3658a6fb3b329d19f
http://git.horde.org/horde-git/-/commit/8648825bb0466b193a5f72b3658a6fb3b329d19f

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

commit b54c58a4959e9a8379046ffa7224cb7b3d4dd117
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 17:43:59 2013 -0400

    No need to dereference the stream, Horde_Stream can handle it.

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

http://github.com/horde/horde/commit/b54c58a4959e9a8379046ffa7224cb7b3d4dd117
http://git.horde.org/horde-git/-/commit/b54c58a4959e9a8379046ffa7224cb7b3d4dd117

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

commit 143968789c5fa7ac62f23fe8c2c5779d85aa1da9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 17:44:24 2013 -0400

    Still need to return a resource.

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

http://github.com/horde/horde/commit/143968789c5fa7ac62f23fe8c2c5779d85aa1da9
http://git.horde.org/horde-git/-/commit/143968789c5fa7ac62f23fe8c2c5779d85aa1da9

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

commit 663699a2c6a9d29323116b6f48203c0855810f79
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 17:55:29 2013 -0400

    Use Horde_Stream methods.

 framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/663699a2c6a9d29323116b6f48203c0855810f79
http://git.horde.org/horde-git/-/commit/663699a2c6a9d29323116b6f48203c0855810f79

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

commit 86ac160f9919a26b7483309594723497587cafb3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:15:23 2013 -0400

    Add Horde_Stream::read

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

http://github.com/horde/horde/commit/86ac160f9919a26b7483309594723497587cafb3
http://git.horde.org/horde-git/-/commit/86ac160f9919a26b7483309594723497587cafb3

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

commit f431345e62e2488861d563a8e98c733cca677add
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:18:15 2013 -0400

    Fix calling Horde_Stream::add with Horde_Stream that is larger than 65536 bytes.

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

http://github.com/horde/horde/commit/f431345e62e2488861d563a8e98c733cca677add
http://git.horde.org/horde-git/-/commit/f431345e62e2488861d563a8e98c733cca677add

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

commit 56a3eb6f20d2c9a3ea81bd8abf7bb7650e719bea
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:21:22 2013 -0400

    CHANGES

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

http://github.com/horde/horde/commit/56a3eb6f20d2c9a3ea81bd8abf7bb7650e719bea
http://git.horde.org/horde-git/-/commit/56a3eb6f20d2c9a3ea81bd8abf7bb7650e719bea

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

commit 65127299e9ee1a6bacce949be6862f39a62121de
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:26:10 2013 -0400

    Allow option to move pointer to start of stream before reading.

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

http://github.com/horde/horde/commit/65127299e9ee1a6bacce949be6862f39a62121de
http://git.horde.org/horde-git/-/commit/65127299e9ee1a6bacce949be6862f39a62121de

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

commit 05f0c89a2005ebb3fc3fec166aaf2dd3a9d1eed3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:43:50 2013 -0400

    Horde_Stream#getString() does not work the way I thought.

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

http://github.com/horde/horde/commit/05f0c89a2005ebb3fc3fec166aaf2dd3a9d1eed3
http://git.horde.org/horde-git/-/commit/05f0c89a2005ebb3fc3fec166aaf2dd3a9d1eed3

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

commit 45f3cfbe5ed491f3bfc475406b482b211f5289a0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:45:09 2013 -0400

    Use Horde_Stream

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |   33 ++++-------
 framework/ActiveSync/package.xml                            |   11 +++-
 4 files changed, 26 insertions(+), 28 deletions(-)

http://github.com/horde/horde/commit/45f3cfbe5ed491f3bfc475406b482b211f5289a0
http://git.horde.org/horde-git/-/commit/45f3cfbe5ed491f3bfc475406b482b211f5289a0

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

commit 3d9b980a85453ab10074a3e7cafecb0efb0fc13e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:47:38 2013 -0400

    Typos.

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

http://github.com/horde/horde/commit/3d9b980a85453ab10074a3e7cafecb0efb0fc13e
http://git.horde.org/horde-git/-/commit/3d9b980a85453ab10074a3e7cafecb0efb0fc13e

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

commit 1ed8294f7dd2bb14a36ed4430246a8f9356771e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:49:28 2013 -0400

    This is done.

 framework/ActiveSync/doc/Horde/ActiveSync/TODO |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/1ed8294f7dd2bb14a36ed4430246a8f9356771e1
http://git.horde.org/horde-git/-/commit/1ed8294f7dd2bb14a36ed4430246a8f9356771e1

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

commit def19d410093d37b7cf04ceed53650fac2db7a3b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Sep 29 18:53:06 2013 -0400

    More places to use Horde_Stream

 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |   10 +----
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    5 +--
 2 files changed, 3 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/def19d410093d37b7cf04ceed53650fac2db7a3b
http://git.horde.org/horde-git/-/commit/def19d410093d37b7cf04ceed53650fac2db7a3b

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

commit 7ff5d4a9c8aa82db9500adb35f1e6b87217b97d2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 30 14:46:00 2013 -0600

    [mms] Fix getString() in certain use cases.
    
    I'll admit the getString() usage is a bit wonky, but it is an
    established API call and, thus, the proper way to return strings from
    the object based on lengths.

 framework/Stream/lib/Horde/Stream.php           |   53 ++++++++++++----------
 framework/Stream/package.xml                    |    2 +
 framework/Stream/test/Horde/Stream/TempTest.php |   21 +++++++++
 3 files changed, 52 insertions(+), 24 deletions(-)

http://github.com/horde/horde/commit/7ff5d4a9c8aa82db9500adb35f1e6b87217b97d2
http://git.horde.org/horde-git/-/commit/7ff5d4a9c8aa82db9500adb35f1e6b87217b97d2

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

commit 12973afc1e59a5a0e07ab2e4857f4c3a76692580
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 30 14:47:55 2013 -0600

    Revert "Add Horde_Stream::read"
    
    This reverts commit 86ac160f9919a26b7483309594723497587cafb3.
    
    Conflicts:
    	framework/Stream/lib/Horde/Stream.php

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

http://github.com/horde/horde/commit/12973afc1e59a5a0e07ab2e4857f4c3a76692580
http://git.horde.org/horde-git/-/commit/12973afc1e59a5a0e07ab2e4857f4c3a76692580

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

commit ebfc6607721bd93f1305a2f2ee61c247819802dc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 30 14:49:37 2013 -0600

    Revert "CHANGES"
    
    This reverts commit 56a3eb6f20d2c9a3ea81bd8abf7bb7650e719bea.
    
    Conflicts:
    	framework/Stream/package.xml

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

http://github.com/horde/horde/commit/ebfc6607721bd93f1305a2f2ee61c247819802dc
http://git.horde.org/horde-git/-/commit/ebfc6607721bd93f1305a2f2ee61c247819802dc

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

commit ef1e67d84b530a99514ef59765f9b253e04dd4db
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 30 14:57:07 2013 -0600

    Horde_Stream#read() doesn't exist

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php  |    3 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php        |    7 ++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |    6 +++---
 3 files changed, 9 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/ef1e67d84b530a99514ef59765f9b253e04dd4db
http://git.horde.org/horde-git/-/commit/ef1e67d84b530a99514ef59765f9b253e04dd4db

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

commit eda263c5ead6151982071599f54317c292ef48c8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 30 15:19:12 2013 -0600

    Typos

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

http://github.com/horde/horde/commit/eda263c5ead6151982071599f54317c292ef48c8
http://git.horde.org/horde-git/-/commit/eda263c5ead6151982071599f54317c292ef48c8

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

commit cdfa32c855ec5be2d86d1aacb44e54d2175d326b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 30 15:41:57 2013 -0600

    Correct getStream() usage

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

http://github.com/horde/horde/commit/cdfa32c855ec5be2d86d1aacb44e54d2175d326b
http://git.horde.org/horde-git/-/commit/cdfa32c855ec5be2d86d1aacb44e54d2175d326b

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

commit cac7b20b3c46ac1f4bfebda28149931bba44027d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 30 15:42:55 2013 -0600

    Another typo

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

http://github.com/horde/horde/commit/cac7b20b3c46ac1f4bfebda28149931bba44027d
http://git.horde.org/horde-git/-/commit/cac7b20b3c46ac1f4bfebda28149931bba44027d

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

commit 4d60611e559f09946776c66464fa5ea57046700a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 30 15:54:30 2013 -0600

    Bug #12719: Wrap in-memory cache in base Cache object

 framework/Core/lib/Horde/Core/Factory/Perms.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/4d60611e559f09946776c66464fa5ea57046700a
http://git.horde.org/horde-git/-/commit/4d60611e559f09946776c66464fa5ea57046700a

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

commit baff95449f0fd29b3c1681acbfc3b19adbefa515
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 13:04:12 2013 -0600

    [mms] Password strength testing is now case-insensitive (delrio at mie.utoronto.ca; Request #12708).

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

http://github.com/horde/horde/commit/baff95449f0fd29b3c1681acbfc3b19adbefa515
http://git.horde.org/horde-git/-/commit/baff95449f0fd29b3c1681acbfc3b19adbefa515

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

commit 70f3ad750106578e851b64002be9e37f07a5fbbc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 13:07:39 2013 -0600

    Revert "Correct getStream() usage"
    
    This reverts commit cdfa32c855ec5be2d86d1aacb44e54d2175d326b.
    
    Going to back these changes out.  This is more for API cleanliness than
    performance/bug-fixing, so don't add to a maintentance branch.

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

http://github.com/horde/horde/commit/70f3ad750106578e851b64002be9e37f07a5fbbc
http://git.horde.org/horde-git/-/commit/70f3ad750106578e851b64002be9e37f07a5fbbc

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

commit 4bf89cf8f5c5885b45a5cd44094d3a698c9ed4b4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 13:08:22 2013 -0600

    Revert "Fixes"
    
    This reverts commit be01c7d95bf293148bf84aa45b911de1e1719dd2.

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

http://github.com/horde/horde/commit/4bf89cf8f5c5885b45a5cd44094d3a698c9ed4b4
http://git.horde.org/horde-git/-/commit/4bf89cf8f5c5885b45a5cd44094d3a698c9ed4b4

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

commit cd446060b5b9949afe9457594b4869f1d0317100
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 13:08:31 2013 -0600

    Revert "Use new Horde_Stream methods"
    
    This reverts commit fe19a380e4a813ff2bae1f5ee8afc0b3588e645e.

 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php               |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    8 +-
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |   18 ++--
 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php          |   27 ++---
 framework/Imap_Client/package.xml                                 |    2 +-
 framework/Stream/lib/Horde/Stream.php                             |    2 +-
 7 files changed, 29 insertions(+), 34 deletions(-)

http://github.com/horde/horde/commit/cd446060b5b9949afe9457594b4869f1d0317100
http://git.horde.org/horde-git/-/commit/cd446060b5b9949afe9457594b4869f1d0317100

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

commit 7575a8083f179945f71171dc12bb8df092e49434
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 13:09:25 2013 -0600

    phpdoc

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

http://github.com/horde/horde/commit/7575a8083f179945f71171dc12bb8df092e49434
http://git.horde.org/horde-git/-/commit/7575a8083f179945f71171dc12bb8df092e49434

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

commit 52892216ecca5faf8e8aa98bd69327ac40aa7881
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:48:23 2013 -0400

    Revert "Another typo"
    
    This reverts commit cac7b20b3c46ac1f4bfebda28149931bba44027d.

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

http://github.com/horde/horde/commit/52892216ecca5faf8e8aa98bd69327ac40aa7881
http://git.horde.org/horde-git/-/commit/52892216ecca5faf8e8aa98bd69327ac40aa7881

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

commit 29c46697b0f942429bf28ebdf034a8cd7ce4c9f9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:48:36 2013 -0400

    Revert "Typos"
    
    This reverts commit eda263c5ead6151982071599f54317c292ef48c8.

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

http://github.com/horde/horde/commit/29c46697b0f942429bf28ebdf034a8cd7ce4c9f9
http://git.horde.org/horde-git/-/commit/29c46697b0f942429bf28ebdf034a8cd7ce4c9f9

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

commit 6ff0375399929cb6b32a09ca3104b1dfcab6bf80
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:48:45 2013 -0400

    Revert "Horde_Stream#read() doesn't exist"
    
    This reverts commit ef1e67d84b530a99514ef59765f9b253e04dd4db.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php  |    3 +--
 framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php        |    7 +++----
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |    6 +++---
 3 files changed, 7 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/6ff0375399929cb6b32a09ca3104b1dfcab6bf80
http://git.horde.org/horde-git/-/commit/6ff0375399929cb6b32a09ca3104b1dfcab6bf80

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

commit 1953c6b9a5a4104d2dbf1930e56a252dc88d0a72
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:48:56 2013 -0400

    Revert "More places to use Horde_Stream"
    
    This reverts commit def19d410093d37b7cf04ceed53650fac2db7a3b.

 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |   10 ++++-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    5 ++-
 2 files changed, 12 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/1953c6b9a5a4104d2dbf1930e56a252dc88d0a72
http://git.horde.org/horde-git/-/commit/1953c6b9a5a4104d2dbf1930e56a252dc88d0a72

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

commit f826865716c71c9e7c621708aef5eae98a814d8d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:49:11 2013 -0400

    Revert "Typos."
    
    This reverts commit 3d9b980a85453ab10074a3e7cafecb0efb0fc13e.

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

http://github.com/horde/horde/commit/f826865716c71c9e7c621708aef5eae98a814d8d
http://git.horde.org/horde-git/-/commit/f826865716c71c9e7c621708aef5eae98a814d8d

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

commit 686096af81816289cb7e424293c8e197e6187899
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:49:20 2013 -0400

    Revert "Use Horde_Stream"
    
    This reverts commit 45f3cfbe5ed491f3bfc475406b482b211f5289a0.

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |   33 +++++++----
 framework/ActiveSync/package.xml                            |   11 +---
 4 files changed, 28 insertions(+), 26 deletions(-)

http://github.com/horde/horde/commit/686096af81816289cb7e424293c8e197e6187899
http://git.horde.org/horde-git/-/commit/686096af81816289cb7e424293c8e197e6187899

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

commit e389692c669fd412a69a33a6e7e5957ab470a1e5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:49:28 2013 -0400

    Revert "Horde_Stream#getString() does not work the way I thought."
    
    This reverts commit 05f0c89a2005ebb3fc3fec166aaf2dd3a9d1eed3.

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

http://github.com/horde/horde/commit/e389692c669fd412a69a33a6e7e5957ab470a1e5
http://git.horde.org/horde-git/-/commit/e389692c669fd412a69a33a6e7e5957ab470a1e5

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

commit ae7e74b2b125d814bd752e7a248fdd388c58cf5d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:49:44 2013 -0400

    Revert "Use Horde_Stream methods."
    
    This reverts commit 663699a2c6a9d29323116b6f48203c0855810f79.

 framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/ae7e74b2b125d814bd752e7a248fdd388c58cf5d
http://git.horde.org/horde-git/-/commit/ae7e74b2b125d814bd752e7a248fdd388c58cf5d

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

commit 9daeec9dbd808bdca8e8096e055a92e4fa88f46d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:50:02 2013 -0400

    Revert "Still need to return a resource."
    
    This reverts commit 143968789c5fa7ac62f23fe8c2c5779d85aa1da9.

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

http://github.com/horde/horde/commit/9daeec9dbd808bdca8e8096e055a92e4fa88f46d
http://git.horde.org/horde-git/-/commit/9daeec9dbd808bdca8e8096e055a92e4fa88f46d

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

commit 24a1caaa0898496cb5c7d1fb3dfc344287df0943
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:50:13 2013 -0400

    Revert "No need to dereference the stream, Horde_Stream can handle it."
    
    This reverts commit b54c58a4959e9a8379046ffa7224cb7b3d4dd117.

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

http://github.com/horde/horde/commit/24a1caaa0898496cb5c7d1fb3dfc344287df0943
http://git.horde.org/horde-git/-/commit/24a1caaa0898496cb5c7d1fb3dfc344287df0943

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

commit 1b6987f8c5f5373d6ea0c99fea66302cb4049ccb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:52:00 2013 -0400

    Revert "Use Horde_Stream_Temp"
    
    This reverts commit 693c4300c388079882f9458bf63f239d511f4f29.

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |   31 ++++-------
 1 files changed, 11 insertions(+), 20 deletions(-)

http://github.com/horde/horde/commit/1b6987f8c5f5373d6ea0c99fea66302cb4049ccb
http://git.horde.org/horde-git/-/commit/1b6987f8c5f5373d6ea0c99fea66302cb4049ccb

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

commit 155996b4b7e6eb0470b86b8641f4a9a54bfa0dfd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:52:14 2013 -0400

    Revert "phpdoc"
    
    This reverts commit 823fb9adfb65a253b33e545d4ca06b2e83b2d273.

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

http://github.com/horde/horde/commit/155996b4b7e6eb0470b86b8641f4a9a54bfa0dfd
http://git.horde.org/horde-git/-/commit/155996b4b7e6eb0470b86b8641f4a9a54bfa0dfd

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

commit 0f053daaa5e9ee924ff4f41bf29d17823754d5e5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 16:52:24 2013 -0400

    Revert "Simplify message data handling when building MIME message."
    
    This reverts commit 996868f15560a45f8a9fd1855cd5456dc89ffc1b.

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

http://github.com/horde/horde/commit/0f053daaa5e9ee924ff4f41bf29d17823754d5e5
http://git.horde.org/horde-git/-/commit/0f053daaa5e9ee924ff4f41bf29d17823754d5e5

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

commit a949e141fcbd0edbe3ae4066cd64c0f394a773c8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 17:09:00 2013 -0400

    Horde_Stream#close() isn't in released code yet.

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

http://github.com/horde/horde/commit/a949e141fcbd0edbe3ae4066cd64c0f394a773c8
http://git.horde.org/horde-git/-/commit/a949e141fcbd0edbe3ae4066cd64c0f394a773c8

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

commit e43ad57fdaa41ecb99e82da1e3ae470d8e675fef
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 17:10:35 2013 -0400

    Add Horde_Stream as a dependency.

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

http://github.com/horde/horde/commit/e43ad57fdaa41ecb99e82da1e3ae470d8e675fef
http://git.horde.org/horde-git/-/commit/e43ad57fdaa41ecb99e82da1e3ae470d8e675fef

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

commit 570b24c6e2955a46dbbd19a5fb4ce43e5d4f9792
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 17:15:54 2013 -0400

    BFN

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

http://github.com/horde/horde/commit/570b24c6e2955a46dbbd19a5fb4ce43e5d4f9792
http://git.horde.org/horde-git/-/commit/570b24c6e2955a46dbbd19a5fb4ce43e5d4f9792

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

commit f016af8b62b4e0a622b5673e761571a78b075d98
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 17:31:38 2013 -0400

    Released Horde_ActiveSync-2.8.2

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

http://github.com/horde/horde/commit/f016af8b62b4e0a622b5673e761571a78b075d98
http://git.horde.org/horde-git/-/commit/f016af8b62b4e0a622b5673e761571a78b075d98

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

commit 4f372d3fbcff3b6302b95808e0435f97427fc521
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 17:31:39 2013 -0400

    Development mode for Horde_ActiveSync-2.8.3

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

http://github.com/horde/horde/commit/4f372d3fbcff3b6302b95808e0435f97427fc521
http://git.horde.org/horde-git/-/commit/4f372d3fbcff3b6302b95808e0435f97427fc521

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

commit 83a567de515f7a7a71e28e4dd48ef0943a88e44f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 18:01:09 2013 -0400

    Avoid undefined index errors for Autodiscover requests.
    
    Reported in Bug: 12727

 framework/Rpc/lib/Horde/Rpc/ActiveSync.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/83a567de515f7a7a71e28e4dd48ef0943a88e44f
http://git.horde.org/horde-git/-/commit/83a567de515f7a7a71e28e4dd48ef0943a88e44f

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

commit dcc03fff8c828105397b355c118503a688435770
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 13:14:14 2013 -0600

    phpdoc

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

http://github.com/horde/horde/commit/dcc03fff8c828105397b355c118503a688435770
http://git.horde.org/horde-git/-/commit/dcc03fff8c828105397b355c118503a688435770

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

commit 42672f8c984f5f3feeea5ce2407e09a3907a6c4d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 14:56:28 2013 -0600

    Fix seeking() before the beginning of the stream

 framework/Stream/lib/Horde/Stream.php           |    8 ++++++++
 framework/Stream/test/Horde/Stream/TempTest.php |   14 ++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/42672f8c984f5f3feeea5ce2407e09a3907a6c4d
http://git.horde.org/horde-git/-/commit/42672f8c984f5f3feeea5ce2407e09a3907a6c4d

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

commit 5057c8c9a282d2b784459825e1bd48006394858f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 15:37:33 2013 -0600

    seek() now supports character seeking

 framework/Stream/lib/Horde/Stream.php           |   32 +++++++++++++++-
 framework/Stream/test/Horde/Stream/TempTest.php |   47 +++++++++++++++++++++++
 2 files changed, 78 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/5057c8c9a282d2b784459825e1bd48006394858f
http://git.horde.org/horde-git/-/commit/5057c8c9a282d2b784459825e1bd48006394858f

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

commit 37e50ebdb11f060d1dcedf88f0c2fb65e049c791
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 14:39:09 2013 -0600

    [mms] Add Horde_Stream#substring().

 framework/Stream/lib/Horde/Stream.php           |   74 ++++++++++++++++++---
 framework/Stream/package.xml                    |    2 +
 framework/Stream/test/Horde/Stream/TempTest.php |   77 +++++++++++++++++++++++
 3 files changed, 142 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/37e50ebdb11f060d1dcedf88f0c2fb65e049c791
http://git.horde.org/horde-git/-/commit/37e50ebdb11f060d1dcedf88f0c2fb65e049c791

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

commit 64afbeb3e1c5d781a020d9797903052907f5d63b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Oct 1 18:36:42 2013 -0400

    Tweak phpdoc.
    
    Unless I'm reading the code wrong, $end is relative to the beginning of
    the stream, not relative to the starting position.

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

http://github.com/horde/horde/commit/64afbeb3e1c5d781a020d9797903052907f5d63b
http://git.horde.org/horde-git/-/commit/64afbeb3e1c5d781a020d9797903052907f5d63b

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

commit a1d1f4063217fbddd308e56bd9a0be1ffbce8614
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 20:25:27 2013 -0600

    [mms] Performance optimizations in the parser.

 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php |  106 +++++++++++---------
 framework/Css_Parser/package.xml                   |    4 +-
 2 files changed, 62 insertions(+), 48 deletions(-)

http://github.com/horde/horde/commit/a1d1f4063217fbddd308e56bd9a0be1ffbce8614
http://git.horde.org/horde-git/-/commit/a1d1f4063217fbddd308e56bd9a0be1ffbce8614

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

commit 37ebb5b18c01f4749f34f8adaabf414f91a46b8f
Merge: 4159549 a1d1f40
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 1 21:58:00 2013 -0600

    Merge branch 'master' into imp_6_2

 framework/ActiveSync/doc/Horde/ActiveSync/TODO                    |    3 -
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |   39 -
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |    7 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   29 +-
 .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php    |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |    4 -
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    3 -
 .../Horde/ActiveSync/20_horde_activesync_removesynccounters.php   |   23 +
 framework/ActiveSync/package.xml                                  |   59 ++-
 framework/Auth/lib/Horde/Auth.php                                 |    3 +-
 framework/Auth/package.xml                                        |    4 +-
 framework/Core/lib/Horde/Core/Factory/Perms.php                   |    8 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php                |  106 ++--
 framework/Css_Parser/package.xml                                  |    4 +-
 framework/Db/package.xml                                          |    6 -
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php               |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   13 +-
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |   18 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php          |   27 +-
 framework/Imap_Client/package.xml                                 |    2 +-
 framework/Mime/package.xml                                        |   33 +-
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |    4 +-
 framework/Stream/lib/Horde/Stream.php                             |  168 ++++-
 framework/Stream/package.xml                                      |    4 +
 framework/Stream/test/Horde/Stream/TempTest.php                   |  159 ++++
 horde/config/conf.xml                                             |    2 +-
 kronolith/config/prefs.php                                        |    6 +
 kronolith/docs/CHANGES                                            |    1 +
 kronolith/js/kronolith.js                                         |   10 +-
 kronolith/lib/Calendar/Resource.php                               |    2 +-
 kronolith/package.xml                                             |    2 +
 turba/lib/Turba.php                                               |    2 +-
 whups/config/prefs.php                                            |    3 +-
 whups/docs/CHANGES                                                |    1 +
 whups/package.xml                                                 |    2 +
 38 files changed, 566 insertions(+), 210 deletions(-)

http://github.com/horde/horde/commit/37ebb5b18c01f4749f34f8adaabf414f91a46b8f
http://git.horde.org/horde-git/-/commit/37ebb5b18c01f4749f34f8adaabf414f91a46b8f




More information about the commits mailing list