[commits] Horde branch imp_6_1 updated. 03cf5e3a322f35ccad174bfec5c0b7c1ef945d3c

Michael M Slusarz slusarz at horde.org
Sun Nov 11 03:02:04 UTC 2012


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

from: ebe0cee7bec4c315c4f2b92bcc4cf71fa331ebb0

37c67a1 [mms] Fix sending templates in dynamic view.
097deec [mms] Fix editing templates in dynamic view.
38433a0 No need to send requestid to server; this can be tracked via the Ajax.Request object
463e5df Use GUID.
a4e7ea5 Style
031b0b6 [jan] Fix listing of recurring tasks via timeobjects API.
b73c695 This is used for the chmod form.
8395dcc Remove unneeded stuff.
0f73862 First round of H5 styling.
f990557 Convert to Horde_View.
11a34ad Custom login page is long gone.
8eb0cd9 [jan] Convert templates to Horde_View.
270d077 Fix displaying quota icon.
1e34c7c Fix copy/paste error
94bacd9 [mms] Fix adding mailboxes with mull delimiters to the IMAP folder tree (Bug #11672).
2f9d565 [mms] Fix regression that may have caused message flags to have been improperly cached if debugging was disabled (Bug #11665).
399f7d8 Bug #11665: Optimize silent check
0f4fe88 [mms] Correctly increment UIDNEXT when an EXISTS response is issued after the mailbox is opened (Bug #11679).
928a26d Add Horde_Crypt_Blowfish library
4de4ed5 [mms] Use Horde_Crypt_Blowfish instead of Crypt_Blowfish.
0b99313 PEAR's Crypt_Blowfish is no longer needed
02c8ad3 [mms] Significant optimization to append() command.
78ab9bc phpdoc
03a4c3a avoid undefined variable warnings
ee18a08 Revert "QRESYNC -> CONDSTORE"
6f2ea74 We shouldn't need to save the syncCache here, it will be saved later in the process.
b4818a1 Limit POOMMAIL_TO to 1024 characters, POOMMAIL_DISPLAYTO is delimited by semicolon, not comma.
f4a60b5 Use subject as thread topic
5680383 Fix detecting plaintext or html attachments.
0e31cad BFN
0d95441 Remove unneeded Autoload.php
cc3bb43 phpdoc
18d59ff Throw exception if file data type is unknown
11c2cf2 [mms] Add Horde_Stream_Existing class.
73fc670 Add @since tag
d526735 Improvements to mailbox import code
d1e796e Fix up headers when exporting a mailbox
766a1b1 Parse date information from mbox file to set as IMAP arrived date.
66c79db [mms] Improved generation and parsing of mbox files.
e802254 stream_copy_to_stream() is known to be buggy - just use fread/fwrite instead
25ed172 [mms] If we have binary data, and server doesn't support BINARY extension, send data anyway since we don't have any other option.
e290530 [mms] Workaround broken BINARY implementation on UW-IMAP servers.
2985c8a Move buildMailboxPage() completely into IMP_Mailbox_List_Track, since that's the only place it is used.
c21248c [mms] Fix parsing PARSE response code associated with an OK response.
a104c94 Released Horde_Imap_Client-2.1.6
197a050 Development mode for Horde_Imap_Client-2.1.7
6d372c0 Merge branch 'imap-client_2_2'
03cf5e3 Merge branch 'master' into imp_6_1

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

commit 37c67a1174a102fcb8f645257791b3f3dbb45954
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 7 22:22:12 2012 -0700

    [mms] Fix sending templates in dynamic view.

 imp/docs/CHANGES            |    1 +
 imp/lib/Dynamic/Compose.php |    1 -
 imp/package.xml             |    2 ++
 3 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/37c67a1174a102fcb8f645257791b3f3dbb45954

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

commit 097deec14caa6f033a342ed1ef35c55389a23638
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 7 22:22:23 2012 -0700

    [mms] Fix editing templates in dynamic view.

 imp/docs/CHANGES            |    1 +
 imp/lib/Dynamic/Compose.php |    5 +++++
 imp/package.xml             |    2 ++
 3 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/097deec14caa6f033a342ed1ef35c55389a23638

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

commit 38433a0def1fa7cab6920114f8b8356a0d14c80f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 7 23:12:51 2012 -0700

    No need to send requestid to server; this can be tracked via the Ajax.Request object

 imp/js/dimpbase.js                          |   12 ++++++++++--
 imp/js/dimpcore.js                          |    2 +-
 imp/js/smartmobile.js                       |    2 --
 imp/lib/Ajax/Application.php                |    3 +--
 imp/lib/Ajax/Application/Handler/Common.php |    9 +--------
 imp/lib/Ajax/Application/ListMessages.php   |    3 ---
 6 files changed, 13 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/38433a0def1fa7cab6920114f8b8356a0d14c80f

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

commit 463e5df8f171a864697cce8cb3aae571a971bd03
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 10:30:52 2012 +0100

    Use GUID.

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

http://git.horde.org/horde-git/-/commit/463e5df8f171a864697cce8cb3aae571a971bd03

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

commit a4e7ea5332828dfec9d379a7425e0105aabe9fa6
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 12:55:01 2012 +0100

    Style

 kronolith/templates/search/search.inc          |   11 +++++++----
 kronolith/templates/search/search_advanced.inc |   11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

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

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

commit 031b0b6b52b58a89f2038a59d054adebcfd97bba
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 13:07:24 2012 +0100

    [jan] Fix listing of recurring tasks via timeobjects API.

 nag/docs/CHANGES |    1 +
 nag/lib/Api.php  |    6 +++++-
 nag/package.xml  |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/031b0b6b52b58a89f2038a59d054adebcfd97bba

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

commit b73c695d77e8514ba11a039948cbdedda1fbc46b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 14:39:14 2012 +0100

    This is used for the chmod form.

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

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

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

commit 8395dcce1d02ccf40eda2a43ccc59031767dc027
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 14:49:33 2012 +0100

    Remove unneeded stuff.
    
    Only set JS vars where needed.
    Drop Gollem::status().

 gollem/clipboard.php                 |    6 +---
 gollem/edit.php                      |    3 +-
 gollem/js/manager.js                 |    2 +-
 gollem/lib/Gollem.php                |    8 -------
 gollem/manager.php                   |   25 +++++++++++++++++++----
 gollem/package.xml                   |   10 +-------
 gollem/quota.php                     |    3 +-
 gollem/selectlist.php                |   10 +++++++-
 gollem/templates/javascript_defs.php |   35 ----------------------------------
 9 files changed, 35 insertions(+), 67 deletions(-)
 delete mode 100644 gollem/templates/javascript_defs.php

http://git.horde.org/horde-git/-/commit/8395dcce1d02ccf40eda2a43ccc59031767dc027

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

commit 0f738624dfb4dfe8ba56b6ad128a994d0eab48c1
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 15:35:12 2012 +0100

    First round of H5 styling.

 gollem/edit.php                                   |    1 +
 gollem/lib/Application.php                        |    4 ++--
 gollem/manager.php                                |    6 +++++-
 gollem/templates/manager/manager.html             |    3 ---
 gollem/themes/default/graphics/clipboard.png      |  Bin 379 -> 476 bytes
 gollem/themes/default/graphics/copy.png           |  Bin 217 -> 442 bytes
 gollem/themes/default/graphics/cut.png            |  Bin 228 -> 553 bytes
 gollem/themes/default/graphics/download.png       |  Bin 190 -> 422 bytes
 gollem/themes/default/graphics/favicon.ico        |  Bin 1092 -> 1742 bytes
 gollem/themes/default/graphics/folder.png         |  Bin 583 -> 319 bytes
 gollem/themes/default/graphics/folder_create.png  |  Bin 487 -> 434 bytes
 gollem/themes/default/graphics/folder_goto.png    |  Bin 488 -> 441 bytes
 gollem/themes/default/graphics/folder_home.png    |  Bin 481 -> 449 bytes
 gollem/themes/default/graphics/folder_symlink.png |  Bin 580 -> 548 bytes
 gollem/themes/default/graphics/gollem.png         |  Bin 481 -> 319 bytes
 gollem/themes/default/graphics/perms.png          |  Bin 243 -> 577 bytes
 gollem/themes/default/graphics/reload.png         |  Bin 261 -> 478 bytes
 gollem/themes/default/screen.css                  |   17 +++--------------
 gollem/view.php                                   |    1 +
 19 files changed, 12 insertions(+), 20 deletions(-)

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

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

commit f9905578b62cc2eb3a5734d342ce1279fb05a7bc
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 16:56:31 2012 +0100

    Convert to Horde_View.

 gollem/manager.php                    |   74 +++++++--------
 gollem/package.xml                    |    8 +-
 gollem/templates/manager.html.php     |  174 +++++++++++++++++++++++++++++++++
 gollem/templates/manager/manager.html |  174 ---------------------------------
 4 files changed, 212 insertions(+), 218 deletions(-)
 create mode 100644 gollem/templates/manager.html.php
 delete mode 100644 gollem/templates/manager/manager.html

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

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

commit 11a34ad0449c95c143f52a6783d3bc4777a1bf40
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 16:56:55 2012 +0100

    Custom login page is long gone.

 gollem/package.xml                |    6 +--
 gollem/templates/login/login.html |   87 -------------------------------------
 2 files changed, 1 insertions(+), 92 deletions(-)
 delete mode 100644 gollem/templates/login/login.html

http://git.horde.org/horde-git/-/commit/11a34ad0449c95c143f52a6783d3bc4777a1bf40

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

commit 8eb0cd99dd1ac91e69e75ac4e1801097606b967e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 17:55:00 2012 +0100

    [jan] Convert templates to Horde_View.

 gollem/clipboard.php                        |   23 +++++------
 gollem/docs/CHANGES                         |    1 +
 gollem/edit.php                             |    8 +++-
 gollem/package.xml                          |   30 ++++++--------
 gollem/quota.php                            |   27 ++++++-------
 gollem/selectlist.php                       |   28 +++++---------
 gollem/templates/clipboard.html.php         |   55 +++++++++++++++++++++++++++
 gollem/templates/clipboard/clipboard.html   |   54 --------------------------
 gollem/templates/edit.html.php              |   14 +++++++
 gollem/templates/edit/edit.inc              |   14 -------
 gollem/templates/quota.html.php             |   25 ++++++++++++
 gollem/templates/quota/quota.html           |   25 ------------
 gollem/templates/selectlist.html.php        |   32 +++++++++++++++
 gollem/templates/selectlist/selectlist.html |   33 ----------------
 14 files changed, 181 insertions(+), 188 deletions(-)
 create mode 100644 gollem/templates/clipboard.html.php
 delete mode 100644 gollem/templates/clipboard/clipboard.html
 create mode 100644 gollem/templates/edit.html.php
 delete mode 100644 gollem/templates/edit/edit.inc
 create mode 100644 gollem/templates/quota.html.php
 delete mode 100644 gollem/templates/quota/quota.html
 create mode 100644 gollem/templates/selectlist.html.php
 delete mode 100644 gollem/templates/selectlist/selectlist.html

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

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

commit 270d077bcb8bd349a84f4fa497d639a7a4b68908
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 8 17:57:00 2012 +0100

    Fix displaying quota icon.

 gollem/lib/Application.php               |    5 ++---
 gollem/lib/Factory/Vfs.php               |    6 +-----
 gollem/themes/default/graphics/quota.png |  Bin 0 -> 610 bytes
 gollem/themes/default/screen.css         |    3 +++
 4 files changed, 6 insertions(+), 8 deletions(-)
 create mode 100644 gollem/themes/default/graphics/quota.png

http://git.horde.org/horde-git/-/commit/270d077bcb8bd349a84f4fa497d639a7a4b68908

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

commit 1e34c7cb5b286cde6c462d56f1db90dc374ca8e6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 8 14:34:54 2012 -0700

    Fix copy/paste error

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

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

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

commit 94bacd937365c3ac2283f23cfb7b24a9144b0e01
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 8 14:49:14 2012 -0700

    [mms] Fix adding mailboxes with mull delimiters to the IMAP folder tree (Bug #11672).

 imp/docs/CHANGES      |    2 ++
 imp/lib/Imap/Tree.php |    4 +++-
 imp/package.xml       |    2 ++
 3 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/94bacd937365c3ac2283f23cfb7b24a9144b0e01

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

commit 2f9d565c1c04406f2510984fa4b80c623f691922
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 8 15:14:52 2012 -0700

    [mms] Fix regression that may have caused message flags to have been improperly cached if debugging was disabled (Bug #11665).

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   13 +++++++------
 framework/Imap_Client/package.xml                      |    4 ++--
 2 files changed, 9 insertions(+), 8 deletions(-)

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

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

commit 399f7d8a0c2ba476296ce87f0fe6c65978eac2a0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Nov 8 15:19:48 2012 -0700

    Bug #11665: Optimize silent check

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

http://git.horde.org/horde-git/-/commit/399f7d8a0c2ba476296ce87f0fe6c65978eac2a0

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

commit 0f4fe88f3474a442e69b25e3b99155ad1df579e2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 07:39:12 2012 -0700

    [mms] Correctly increment UIDNEXT when an EXISTS response is issued after the mailbox is opened (Bug #11679).

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php         |    1 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php |    9 ++++++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |    8 +++++---
 framework/Imap_Client/package.xml                            |    2 ++
 4 files changed, 16 insertions(+), 4 deletions(-)

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

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

commit 928a26d2f3762e0febf9c6fb0f63f7a4b6acfeed
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 13:15:42 2012 -0700

    Add Horde_Crypt_Blowfish library
    
    Multiple reasons to add:
    1. PEAR library no longer seems to be supported
    2. openssl now allows encryption using private key, so take advantage of
    that (most people should have openssl compiled into PHP, so leverage that
    fact)
    3. No PEAR_Errors/replace with Exceptions
    4. Improved PHPUnit testing
    5. Correctly/transparently pad data (properly unpad without worrying
    about loss of data; i.e.: null characters can appear at end of original
    encrypted data and they will not be lost)
    
    One less pre-requisite to get Horde to work.  And this prevents people
    from (for some reason) insisting on installing the the non-stable
    Crypt_Blowfish version which is NOT properly BC with the stable version.

 framework/Crypt_Blowfish/doc/Horde/Crypt/Blowfish/COPYING         |  458 ++++
 .../Crypt_Blowfish/doc/Horde/Crypt/Blowfish/ORIGINAL_LICENSE      |   30 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish.php             |  180 ++
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Base.php        |  129 ++
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Exception.php   |   17 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Mcrypt.php      |   88 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Openssl.php     |   47 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php.php         |   80 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Base.php    |  463 +++++
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Cbc.php     |   78 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Ecb.php     |   70 +
 framework/Crypt_Blowfish/package.xml                              |  128 ++
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/AllTests.php   |   36 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/CbcTest.php    |   76 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/EcbTest.php    |   76 +
 .../Crypt_Blowfish/test/Horde/Crypt/Blowfish/fixtures/vectors.txt |   41 +
 .../test/Horde/Crypt/Blowfish/fixtures/vectors_cbc.txt            |   33 +
 17 files changed, 2030 insertions(+), 0 deletions(-)
 create mode 100644 framework/Crypt_Blowfish/doc/Horde/Crypt/Blowfish/COPYING
 create mode 100644 framework/Crypt_Blowfish/doc/Horde/Crypt/Blowfish/ORIGINAL_LICENSE
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish.php
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Base.php
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Exception.php
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Mcrypt.php
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Openssl.php
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php.php
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Base.php
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Cbc.php
 create mode 100644 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Ecb.php
 create mode 100644 framework/Crypt_Blowfish/package.xml
 create mode 100644 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/AllTests.php
 create mode 100644 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/CbcTest.php
 create mode 100644 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/EcbTest.php
 create mode 100644 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/fixtures/vectors.txt
 create mode 100644 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/fixtures/vectors_cbc.txt

http://git.horde.org/horde-git/-/commit/928a26d2f3762e0febf9c6fb0f63f7a4b6acfeed

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

commit 4de4ed5eb167b50cd48220d1b24449f5c45372d7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 13:17:40 2012 -0700

    [mms] Use Horde_Crypt_Blowfish instead of Crypt_Blowfish.

 framework/Secret/lib/Horde/Secret.php |    7 ++-----
 framework/Secret/package.xml          |   13 ++++++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

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

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

commit 0b99313247c3249a43c5ffda2b02f83d2529307e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 13:18:41 2012 -0700

    PEAR's Crypt_Blowfish is no longer needed

 horde/docs/INSTALL |    9 ---------
 horde/lib/Test.php |    4 ----
 2 files changed, 0 insertions(+), 13 deletions(-)

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

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

commit 02c8ad3a2e6081eded059938ab8dc587caa5d1b4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 01:03:50 2012 -0700

    [mms] Significant optimization to append() command.
    
    Don't do two separate string copies - add the EOL normalization to the
    String data object.
    Don't bother to scan data input - we already know it must be output as
    literal.  So just send as binary string if the server supports BINARY.

 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |   42 ++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   40 ++---
 framework/Imap_Client/package.xml                                 |    2 +
 3 files changed, 56 insertions(+), 28 deletions(-)

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

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

commit 78ab9bc8f1c2584e3051db412f7a117a7e59f90a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 6 18:45:01 2012 -0500

    phpdoc

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

http://git.horde.org/horde-git/-/commit/78ab9bc8f1c2584e3051db412f7a117a7e59f90a

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

commit 03a4c3a664fbd2a7dcc83abf254a491cc8635fcb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Nov 9 11:29:27 2012 -0500

    avoid undefined variable warnings

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

http://git.horde.org/horde-git/-/commit/03a4c3a664fbd2a7dcc83abf254a491cc8635fcb

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

commit ee18a08557c8123d2dad0849e0bd269084f469b1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Nov 9 12:15:01 2012 -0500

    Revert "QRESYNC -> CONDSTORE"
    
    This reverts commit 17cf850a888fdceda3cb02979ce12ff9533be1b5.
    
    Not yet ready for prime time.
    
    Conflicts:
    	framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php  |    9 +++--
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   20 ++++++------
 2 files changed, 16 insertions(+), 13 deletions(-)

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

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

commit 6f2ea74c3c3737c2421f39d9aabf897729599b6e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Nov 9 12:38:10 2012 -0500

    We shouldn't need to save the syncCache here, it will be saved later in the process.

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

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

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

commit b4818a1fe07019fe6f957ffbd054683ea15f0414
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 10 13:29:41 2012 -0500

    Limit POOMMAIL_TO to 1024 characters, POOMMAIL_DISPLAYTO is delimited by semicolon, not comma.

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

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

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

commit f4a60b51b0a86b283325819ab50ca3c7383a5043
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 10 13:37:34 2012 -0500

    Use subject as thread topic

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

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

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

commit 568038300f3866dc87fc23ececbe77d545cbf4da
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 10 14:00:08 2012 -0500

    Fix detecting plaintext or html attachments.

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

http://git.horde.org/horde-git/-/commit/568038300f3866dc87fc23ececbe77d545cbf4da

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

commit 0e31cad31cf519d1824010200508e8f4d2a6198b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 10 14:01:00 2012 -0500

    BFN

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

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

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

commit 0d95441c7e58474d55a0f575d6c8f7500a3b2dfc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 16:46:42 2012 -0700

    Remove unneeded Autoload.php
    
    This file is automatically loaded by Horde_Test if it doesn't exist. Only
    needed if we are actually loading other files in it.

 framework/Controller/package.xml                                  |    8 +-
 framework/Controller/test/Horde/Controller/Autoload.php           |   18 --
 framework/Core/package.xml                                        |    8 +-
 framework/Core/test/Horde/Core/Autoload.php                       |   17 --
 framework/Date/package.xml                                        |    8 +-
 framework/Date/test/Horde/Date/Autoload.php                       |   20 --
 framework/Exception/package.xml                                   |    8 +-
 framework/Exception/test/Horde/Exception/Autoload.php             |   23 ---
 framework/Feed/package.xml                                        |    8 +-
 framework/Feed/test/Horde/Feed/Autoload.php                       |   17 --
 framework/Group/package.xml                                       |    8 +-
 framework/Group/test/Horde/Group/Autoload.php                     |   20 --
 framework/History/package.xml                                     |    8 +-
 framework/History/test/Horde/History/Autoload.php                 |   18 --
 framework/Http/package.xml                                        |    8 +-
 framework/Http/test/Horde/Http/Autoload.php                       |   17 --
 framework/Icalendar/package.xml                                   |    8 +-
 framework/Icalendar/test/Horde/Icalendar/Autoload.php             |   20 --
 framework/Image/package.xml                                       |    8 +-
 framework/Image/test/Horde/Image/Autoload.php                     |   20 --
 framework/Imap_Client/package.xml                                 |    8 +-
 framework/Imap_Client/test/Horde/Imap/Client/Autoload.php         |   23 ---
 framework/Kolab_Server/package.xml                                |    8 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php       |   17 --
 framework/Ldap/package.xml                                        |    8 +-
 framework/Ldap/test/Horde/Ldap/Autoload.php                       |   20 --
 framework/Mime/package.xml                                        |    8 +-
 framework/Mime/test/Horde/Mime/Autoload.php                       |   20 --
 framework/Perms/package.xml                                       |    8 +-
 framework/Perms/test/Horde/Perms/Autoload.php                     |   18 --
 framework/Serialize/package.xml                                   |    8 +-
 framework/Serialize/test/Horde/Serialize/Autoload.php             |   17 --
 framework/Service_Gravatar/package.xml                            |   10 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/Autoload.php     |   18 --
 framework/Service_Weather/package.xml                             |    8 +-
 framework/Service_Weather/test/Horde/Service/Weather/Autoload.php |   18 --
 framework/SessionHandler/package.xml                              |    8 +-
 framework/SessionHandler/test/Horde/SessionHandler/Autoload.php   |   20 --
 framework/Support/package.xml                                     |    8 +-
 framework/Support/test/Horde/Support/Autoload.php                 |   19 --
 framework/Template/package.xml                                    |    8 +-
 framework/Template/test/Horde/Template/Autoload.php               |   19 --
 framework/Text_Diff/package.xml                                   |    8 +-
 framework/Text_Diff/test/Horde/Text/Diff/Autoload.php             |   20 --
 framework/Text_Filter/package.xml                                 |    8 +-
 framework/Text_Filter/test/Horde/Text/Filter/Autoload.php         |   19 --
 framework/Text_Filter_Csstidy/package.xml                         |    8 +-
 .../test/Horde/Text/Filter/Csstidy/Autoload.php                   |   19 --
 framework/Text_Flowed/package.xml                                 |    8 +-
 framework/Text_Flowed/test/Horde/Text/Flowed/Autoload.php         |   17 --
 framework/Timezone/package.xml                                    |    8 +-
 framework/Timezone/test/Horde/Timezone/Autoload.php               |   20 --
 framework/Util/package.xml                                        |    8 +-
 framework/Util/test/Horde/Util/Autoload.php                       |   16 --
 framework/Vcs/package.xml                                         |   44 ++++-
 framework/Vcs/test/Horde/Vcs/Autoload.php                         |   20 --
 framework/Vfs/package.xml                                         |    8 +-
 framework/Vfs/test/Horde/Vfs/Autoload.php                         |   20 --
 framework/Xml_Element/package.xml                                 |    8 +-
 framework/Xml_Element/test/Horde/Xml/Element/Autoload.php         |   23 ---
 framework/Xml_Wbxml/package.xml                                   |    8 +-
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/Autoload.php             |   20 --
 62 files changed, 131 insertions(+), 748 deletions(-)
 delete mode 100644 framework/Controller/test/Horde/Controller/Autoload.php
 delete mode 100644 framework/Core/test/Horde/Core/Autoload.php
 delete mode 100644 framework/Date/test/Horde/Date/Autoload.php
 delete mode 100644 framework/Exception/test/Horde/Exception/Autoload.php
 delete mode 100644 framework/Feed/test/Horde/Feed/Autoload.php
 delete mode 100644 framework/Group/test/Horde/Group/Autoload.php
 delete mode 100644 framework/History/test/Horde/History/Autoload.php
 delete mode 100644 framework/Http/test/Horde/Http/Autoload.php
 delete mode 100644 framework/Icalendar/test/Horde/Icalendar/Autoload.php
 delete mode 100644 framework/Image/test/Horde/Image/Autoload.php
 delete mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Autoload.php
 delete mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php
 delete mode 100644 framework/Ldap/test/Horde/Ldap/Autoload.php
 delete mode 100644 framework/Mime/test/Horde/Mime/Autoload.php
 delete mode 100644 framework/Perms/test/Horde/Perms/Autoload.php
 delete mode 100644 framework/Serialize/test/Horde/Serialize/Autoload.php
 delete mode 100644 framework/Service_Gravatar/test/Horde/Service/Gravatar/Autoload.php
 delete mode 100644 framework/Service_Weather/test/Horde/Service/Weather/Autoload.php
 delete mode 100644 framework/SessionHandler/test/Horde/SessionHandler/Autoload.php
 delete mode 100644 framework/Support/test/Horde/Support/Autoload.php
 delete mode 100644 framework/Template/test/Horde/Template/Autoload.php
 delete mode 100644 framework/Text_Diff/test/Horde/Text/Diff/Autoload.php
 delete mode 100644 framework/Text_Filter/test/Horde/Text/Filter/Autoload.php
 delete mode 100644 framework/Text_Filter_Csstidy/test/Horde/Text/Filter/Csstidy/Autoload.php
 delete mode 100644 framework/Text_Flowed/test/Horde/Text/Flowed/Autoload.php
 delete mode 100644 framework/Timezone/test/Horde/Timezone/Autoload.php
 delete mode 100644 framework/Util/test/Horde/Util/Autoload.php
 delete mode 100644 framework/Vcs/test/Horde/Vcs/Autoload.php
 delete mode 100644 framework/Vfs/test/Horde/Vfs/Autoload.php
 delete mode 100644 framework/Xml_Element/test/Horde/Xml/Element/Autoload.php
 delete mode 100644 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/Autoload.php

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

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

commit cc3bb43107a44a0656ee157548bf1b66e2b0acb8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 17:58:19 2012 -0700

    phpdoc

 framework/Compress/lib/Horde/Compress/Zip.php |   57 ++++++++++---------------
 1 files changed, 23 insertions(+), 34 deletions(-)

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

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

commit 18d59ff12b0b9d17fee6f42544a4deaa95d68ad7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 18:01:02 2012 -0700

    Throw exception if file data type is unknown

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

http://git.horde.org/horde-git/-/commit/18d59ff12b0b9d17fee6f42544a4deaa95d68ad7

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

commit 11c2cf2b2e7030653743c2383dbe398196b548f7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 22:00:18 2012 -0700

    [mms] Add Horde_Stream_Existing class.

 framework/Stream/lib/Horde/Stream.php                |    4 +-
 framework/Stream/lib/Horde/Stream/Existing.php       |   40 ++++
 framework/Stream/package.xml                         |   12 +-
 framework/Stream/test/Horde/Stream/ExistingTest.php  |  199 ++++++++++++++++++
 framework/Stream/test/Horde/Stream/fixtures/data.txt |    1 +
 5 files changed, 248 insertions(+), 8 deletions(-)
 create mode 100644 framework/Stream/lib/Horde/Stream/Existing.php
 create mode 100644 framework/Stream/test/Horde/Stream/ExistingTest.php
 create mode 100644 framework/Stream/test/Horde/Stream/fixtures/data.txt

http://git.horde.org/horde-git/-/commit/11c2cf2b2e7030653743c2383dbe398196b548f7

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

commit 73fc6705d7d7e5ed0f948cf139f6faed6ebc065c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 22:01:16 2012 -0700

    Add @since tag

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

http://git.horde.org/horde-git/-/commit/73fc6705d7d7e5ed0f948cf139f6faed6ebc065c

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

commit d526735d507884ff87370e849a2dc523308c7f08
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 22:01:41 2012 -0700

    Improvements to mailbox import code
    
    Buffering was not working properly, since length of added data was
    always zero.

 imp/lib/Mailbox.php    |   10 +++++-----
 imp/lib/Mbox/Parse.php |   38 +++++++++++++++++---------------------
 2 files changed, 22 insertions(+), 26 deletions(-)

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

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

commit d1e796e72859785ba94159d40f19dc36634896c6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 23:10:26 2012 -0700

    Fix up headers when exporting a mailbox

 imp/lib/Ui/Folder.php |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

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

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

commit 766a1b124c8374b625ea5d60ca8e200f1d7678f6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 23:27:13 2012 -0700

    Parse date information from mbox file to set as IMAP arrived date.

 imp/lib/Mailbox.php    |    5 ++++-
 imp/lib/Mbox/Parse.php |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/766a1b124c8374b625ea5d60ca8e200f1d7678f6

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

commit 66c79db5e68d49bc917a4b7452203a2fe4de35d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 9 23:27:36 2012 -0700

    [mms] Improved generation and parsing of mbox files.

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

http://git.horde.org/horde-git/-/commit/66c79db5e68d49bc917a4b7452203a2fe4de35d5

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

commit e802254de7ef80528f40e62d38c02962f69e1227
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 00:04:21 2012 -0700

    stream_copy_to_stream() is known to be buggy - just use fread/fwrite instead

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

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

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

commit 25ed17290595b87ca5f85965426451fbff9f5b00
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 00:44:34 2012 -0700

    [mms] If we have binary data, and server doesn't support BINARY extension, send data anyway since we don't have any other option.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   13 +++----------
 framework/Imap_Client/package.xml                      |    2 ++
 2 files changed, 5 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/25ed17290595b87ca5f85965426451fbff9f5b00

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

commit e2905304d907cf0503e3d2faca6ad44cbe4a6293
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 01:02:37 2012 -0700

    [mms] Workaround broken BINARY implementation on UW-IMAP servers.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   20 +++++++++++----
 framework/Imap_Client/package.xml                      |    2 +
 2 files changed, 16 insertions(+), 6 deletions(-)

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

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

commit 2985c8a30fdec4df93f19a7632b1259a6e4309e8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 02:51:24 2012 -0700

    Move buildMailboxPage() completely into IMP_Mailbox_List_Track, since that's the only place it is used.

 imp/lib/Mailbox/List.php       |   87 ----------------------------------------
 imp/lib/Mailbox/List/Track.php |   80 +++++++++++++++++++++++++++++++++++-
 2 files changed, 77 insertions(+), 90 deletions(-)

http://git.horde.org/horde-git/-/commit/2985c8a30fdec4df93f19a7632b1259a6e4309e8

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

commit c21248cdcc924af412adc90d3d307d0755a0fe49
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 03:13:30 2012 -0700

    [mms] Fix parsing PARSE response code associated with an OK response.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   18 ++++++++++-----
 framework/Imap_Client/package.xml                      |    2 +
 2 files changed, 14 insertions(+), 6 deletions(-)

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

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

commit a104c949ad947dea73ca538e6b3f2ba9676f7aae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 12:18:35 2012 -0700

    Released Horde_Imap_Client-2.1.6

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

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

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

commit 197a050e31307eed5e2ae0a025a121b1786acaa4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 12:18:35 2012 -0700

    Development mode for Horde_Imap_Client-2.1.7

 framework/Imap_Client/package.xml |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/197a050e31307eed5e2ae0a025a121b1786acaa4

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

commit 6d372c0df1ab7a7b1974f0a0990f5f482654ca92
Merge: 197a050 02c8ad3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 12:23:07 2012 -0700

    Merge branch 'imap-client_2_2'
    
    Conflicts:
    	framework/Imap_Client/package.xml

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   17 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                   |   10 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  156 +++-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Deprecated.php   |  100 ++
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |   42 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php         |  203 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Exception/Sync.php    |   25 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   40 +-
 framework/Imap_Client/package.xml                                 |   28 +-
 9 files changed, 539 insertions(+), 82 deletions(-)

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

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

commit 03cf5e3a322f35ccad174bfec5c0b7c1ef945d3c
Merge: ebe0cee 6d372c0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Nov 10 19:49:46 2012 -0700

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

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |   18 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   31 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php      |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    1 -
 framework/ActiveSync/package.xml                                  |    4 +-
 framework/Compress/lib/Horde/Compress/Zip.php                     |   57 +-
 framework/Controller/package.xml                                  |    8 +-
 framework/Controller/test/Horde/Controller/Autoload.php           |   18 -
 framework/Core/package.xml                                        |    8 +-
 framework/Core/test/Horde/Core/Autoload.php                       |   17 -
 framework/Crypt_Blowfish/doc/Horde/Crypt/Blowfish/COPYING         |  458 ++++
 .../Crypt_Blowfish/doc/Horde/Crypt/Blowfish/ORIGINAL_LICENSE      |   30 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish.php             |  180 ++
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Base.php        |  129 ++
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Exception.php   |   17 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Mcrypt.php      |   88 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Openssl.php     |   47 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php.php         |   80 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Base.php    |  463 +++++
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Cbc.php     |   78 +
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Php/Ecb.php     |   70 +
 framework/Crypt_Blowfish/package.xml                              |  128 ++
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/AllTests.php   |   36 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/CbcTest.php    |   76 +
 framework/Crypt_Blowfish/test/Horde/Crypt/Blowfish/EcbTest.php    |   76 +
 .../Crypt_Blowfish/test/Horde/Crypt/Blowfish/fixtures/vectors.txt |   41 +
 .../test/Horde/Crypt/Blowfish/fixtures/vectors_cbc.txt            |   33 +
 framework/Date/package.xml                                        |    8 +-
 framework/Date/test/Horde/Date/Autoload.php                       |   20 -
 framework/Exception/package.xml                                   |    8 +-
 framework/Exception/test/Horde/Exception/Autoload.php             |   23 -
 framework/Feed/package.xml                                        |    8 +-
 framework/Feed/test/Horde/Feed/Autoload.php                       |   17 -
 framework/Group/package.xml                                       |    8 +-
 framework/Group/test/Horde/Group/Autoload.php                     |   20 -
 framework/History/package.xml                                     |    8 +-
 framework/History/test/Horde/History/Autoload.php                 |   18 -
 framework/Http/package.xml                                        |    8 +-
 framework/Http/test/Horde/Http/Autoload.php                       |   17 -
 framework/Icalendar/package.xml                                   |    8 +-
 framework/Icalendar/test/Horde/Icalendar/Autoload.php             |   20 -
 framework/Image/package.xml                                       |    8 +-
 framework/Image/test/Horde/Image/Autoload.php                     |   20 -
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |    1 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php      |    9 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |   42 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php         |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |  113 +-
 framework/Imap_Client/package.xml                                 |   23 +-
 framework/Imap_Client/test/Horde/Imap/Client/Autoload.php         |   23 -
 framework/Kolab_Server/package.xml                                |    8 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/Autoload.php       |   17 -
 framework/Ldap/package.xml                                        |    8 +-
 framework/Ldap/test/Horde/Ldap/Autoload.php                       |   20 -
 framework/Mime/package.xml                                        |    8 +-
 framework/Mime/test/Horde/Mime/Autoload.php                       |   20 -
 framework/Perms/package.xml                                       |    8 +-
 framework/Perms/test/Horde/Perms/Autoload.php                     |   18 -
 framework/Secret/lib/Horde/Secret.php                             |    7 +-
 framework/Secret/package.xml                                      |   13 +-
 framework/Serialize/package.xml                                   |    8 +-
 framework/Serialize/test/Horde/Serialize/Autoload.php             |   17 -
 framework/Service_Gravatar/package.xml                            |   10 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/Autoload.php     |   18 -
 framework/Service_Weather/package.xml                             |    8 +-
 framework/Service_Weather/test/Horde/Service/Weather/Autoload.php |   18 -
 framework/SessionHandler/package.xml                              |    8 +-
 framework/SessionHandler/test/Horde/SessionHandler/Autoload.php   |   20 -
 framework/Stream/lib/Horde/Stream.php                             |   13 +-
 framework/Stream/lib/Horde/Stream/Existing.php                    |   40 +
 framework/Stream/package.xml                                      |   12 +-
 framework/Stream/test/Horde/Stream/ExistingTest.php               |  199 ++
 framework/Stream/test/Horde/Stream/fixtures/data.txt              |    1 +
 framework/Support/package.xml                                     |    8 +-
 framework/Support/test/Horde/Support/Autoload.php                 |   19 -
 framework/Template/package.xml                                    |    8 +-
 framework/Template/test/Horde/Template/Autoload.php               |   19 -
 framework/Text_Diff/package.xml                                   |    8 +-
 framework/Text_Diff/test/Horde/Text/Diff/Autoload.php             |   20 -
 framework/Text_Filter/package.xml                                 |    8 +-
 framework/Text_Filter/test/Horde/Text/Filter/Autoload.php         |   19 -
 framework/Text_Filter_Csstidy/package.xml                         |    8 +-
 .../test/Horde/Text/Filter/Csstidy/Autoload.php                   |   19 -
 framework/Text_Flowed/package.xml                                 |    8 +-
 framework/Text_Flowed/test/Horde/Text/Flowed/Autoload.php         |   17 -
 framework/Timezone/package.xml                                    |    8 +-
 framework/Timezone/test/Horde/Timezone/Autoload.php               |   20 -
 framework/Util/package.xml                                        |    8 +-
 framework/Util/test/Horde/Util/Autoload.php                       |   16 -
 framework/Vcs/package.xml                                         |   44 +-
 framework/Vcs/test/Horde/Vcs/Autoload.php                         |   20 -
 framework/Vfs/package.xml                                         |    8 +-
 framework/Vfs/test/Horde/Vfs/Autoload.php                         |   20 -
 framework/Xml_Element/package.xml                                 |    8 +-
 framework/Xml_Element/test/Horde/Xml/Element/Autoload.php         |   23 -
 framework/Xml_Wbxml/package.xml                                   |    8 +-
 framework/Xml_Wbxml/test/Horde/Xml/Wbxml/Autoload.php             |   20 -
 gollem/clipboard.php                                              |   29 +-
 gollem/docs/CHANGES                                               |    1 +
 gollem/edit.php                                                   |   12 +-
 gollem/js/manager.js                                              |    2 +-
 gollem/lib/Application.php                                        |    9 +-
 gollem/lib/Factory/Vfs.php                                        |    6 +-
 gollem/lib/Gollem.php                                             |    8 -
 gollem/manager.php                                                |  105 +-
 gollem/package.xml                                                |   48 +-
 gollem/quota.php                                                  |   30 +-
 gollem/selectlist.php                                             |   38 +-
 gollem/templates/clipboard.html.php                               |   55 +
 gollem/templates/clipboard/clipboard.html                         |   54 -
 gollem/templates/edit.html.php                                    |   14 +
 gollem/templates/edit/edit.inc                                    |   14 -
 gollem/templates/javascript_defs.php                              |   34 -
 gollem/templates/login/login.html                                 |   87 -
 gollem/templates/manager.html.php                                 |  174 ++
 gollem/templates/manager/manager.html                             |  177 --
 gollem/templates/quota.html.php                                   |   25 +
 gollem/templates/quota/quota.html                                 |   25 -
 gollem/templates/selectlist.html.php                              |   32 +
 gollem/templates/selectlist/selectlist.html                       |   33 -
 gollem/themes/default/graphics/clipboard.png                      |  Bin 379 -> 476 bytes
 gollem/themes/default/graphics/copy.png                           |  Bin 217 -> 442 bytes
 gollem/themes/default/graphics/cut.png                            |  Bin 228 -> 553 bytes
 gollem/themes/default/graphics/download.png                       |  Bin 190 -> 422 bytes
 gollem/themes/default/graphics/favicon.ico                        |  Bin 1092 -> 1742 bytes
 gollem/themes/default/graphics/folder.png                         |  Bin 583 -> 319 bytes
 gollem/themes/default/graphics/folder_create.png                  |  Bin 487 -> 434 bytes
 gollem/themes/default/graphics/folder_goto.png                    |  Bin 488 -> 441 bytes
 gollem/themes/default/graphics/folder_home.png                    |  Bin 481 -> 449 bytes
 gollem/themes/default/graphics/folder_symlink.png                 |  Bin 580 -> 548 bytes
 gollem/themes/default/graphics/gollem.png                         |  Bin 481 -> 319 bytes
 gollem/themes/default/graphics/perms.png                          |  Bin 243 -> 577 bytes
 gollem/themes/default/graphics/quota.png                          |  Bin 0 -> 610 bytes
 gollem/themes/default/graphics/reload.png                         |  Bin 261 -> 478 bytes
 gollem/themes/default/screen.css                                  |   20 +-
 gollem/view.php                                                   |    1 +
 horde/docs/INSTALL                                                |    9 -
 horde/lib/Test.php                                                |    4 -
 imp/docs/CHANGES                                                  |    5 +
 imp/js/dimpbase.js                                                |   12 +-
 imp/js/dimpcore.js                                                |    2 +-
 imp/js/smartmobile.js                                             |    2 -
 imp/lib/Ajax/Application.php                                      |    3 +-
 imp/lib/Ajax/Application/Handler/Common.php                       |    9 +-
 imp/lib/Ajax/Application/ListMessages.php                         |    3 -
 imp/lib/Ajax/Imple/ItipRequest.php                                |    2 +-
 imp/lib/Dynamic/Compose.php                                       |    6 +-
 imp/lib/Imap/Tree.php                                             |    4 +-
 imp/lib/Mailbox.php                                               |   19 +-
 imp/lib/Mailbox/List.php                                          |   87 -
 imp/lib/Mailbox/List/Track.php                                    |   80 +-
 imp/lib/Mbox/Parse.php                                            |   51 +-
 imp/lib/Ui/Folder.php                                             |   24 +-
 imp/package.xml                                                   |    4 +
 kronolith/templates/search/search.inc                             |   11 +-
 kronolith/templates/search/search_advanced.inc                    |   11 +-
 nag/docs/CHANGES                                                  |    1 +
 nag/lib/Api.php                                                   |    6 +-
 nag/package.xml                                                   |    4 +-
 160 files changed, 3248 insertions(+), 1639 deletions(-)

http://git.horde.org/horde-git/-/commit/03cf5e3a322f35ccad174bfec5c0b7c1ef945d3c




More information about the commits mailing list