[commits] Horde branch imp_6_2 updated. 363aa324809dae205572bcd1d46e26b1d8e84b77

Michael M Slusarz slusarz at horde.org
Mon Oct 28 23:06:24 UTC 2013


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

from: 4a8f14fbe3d8e0f0e63ccfd356c76383d9d20115

818aa1d Fix variable
e7c90bb Add test for Xoauth2 generation
7d989fe [mms] Added Horde_Smtp_Password_Xoauth2 class.
8845fca [mms] Remove duplicate constructor.
ac1e8de Released Horde_Form-2.0.6
f9e10db Development mode for Horde_Form-2.0.7
8221038 Fix undefined variable.
b6d2bcc Fix
c75f7b0 Set explicitly to inline disposition.
e5c5858 [mms] SECURITY: Protect against CSRF attacks by using tokens on destructive actions (CVE-2013-6275; Bug #12796; Marcela Benetrix <m.benetrix at e-secure.com.au>).
b85ae49 [mms] Use SHA-1 instead of MD5 for internal hashing.
3933752 Update note via ActiveSync: Fix filtering of HTML tags. Bug #12785
07e00f4 Bug: 12784  Fix loss of note body when body is HTML.
e9952a1 Get rid of some E_STRICT errors.
3859fbd Log the error if we have it.
48de084 Fix the $and portion of the aggregation.
ae4ea3ae Fix handling event descriptions if they are provided in HTML/RTF.
e6c9fb6 Check incoming appointments for HTML body types.
22b5441 Simplify, and ensure we always return an array.
a5a9141 API: Fix PHP error when given a list of uids to delete. Bug #12790
ee6c576 BFN
a26fc14 Released Horde_Core-2.10.2
59cc514 Development mode for Horde_Core-2.10.3
94a8a6e Released Horde_Ldap-2.0.3
62c8862 Development mode for Horde_Ldap-2.0.4
ae4c861 Released Horde_ListHeaders-1.1.0
5bcdfb0 Development mode for Horde_ListHeaders-1.1.1
63dcf59 Released Horde_Prefs-2.5.1
df9b058 Development mode for Horde_Prefs-2.5.2
5cdf6ab Released Horde_Test-2.2.4
60614cd Development mode for Horde_Test-2.2.5
f45a7b7 Development mode for Horde_Timezone-1.0.5
639ef43 Released Horde_Vfs-2.1.2
0dc52d0 Development mode for Horde_Vfs-2.1.3
a8f5392 Hashing Algorithm usage
62b322a Hide/show spam/innocent context menu entries in mailbox based on current mailbox
6e552fe The dataurl upload code is no longer used
27d65fe Merge branch 'master' into imp_6_2
363aa32 [mms] Support uploading multiple attachments at once in dynamic view.

Summary: http://github.com/horde/horde/compare/4a8f14fbe3d8e0f0e63ccfd356c76383d9d20115...363aa324809dae205572bcd1d46e26b1d8e84b77

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

commit 818aa1d2e140f1b4ec3dcd6bc68ce090c79d89c1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 24 22:23:41 2013 -0600

    Fix variable

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING            |    4 ++--
 framework/Imap_Client/lib/Horde/Imap/Client/Password/Xoauth2.php |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/818aa1d2e140f1b4ec3dcd6bc68ce090c79d89c1
http://git.horde.org/horde-git/-/commit/818aa1d2e140f1b4ec3dcd6bc68ce090c79d89c1

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

commit e7c90bb4b690133c2c20937390020192d5936327
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 24 22:24:02 2013 -0600

    Add test for Xoauth2 generation

 framework/Imap_Client/package.xml                            |   10 ++-
 framework/Imap_Client/test/Horde/Imap/Client/Xoauth2Test.php |   43 ++++++++++
 2 files changed, 51 insertions(+), 2 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Xoauth2Test.php

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

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

commit 7d989fe8ca43bfdab8f8859068872e6be5b2fb24
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 24 22:26:24 2013 -0600

    [mms] Added Horde_Smtp_Password_Xoauth2 class.

 framework/Smtp/doc/Horde/Smtp/UPGRADING            |   13 +++-
 framework/Smtp/lib/Horde/Smtp/Password/Xoauth2.php |   70 ++++++++++++++++++++
 framework/Smtp/package.xml                         |   22 ++++--
 framework/Smtp/test/Horde/Smtp/Xoauth2Test.php     |   43 ++++++++++++
 4 files changed, 138 insertions(+), 10 deletions(-)
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Password/Xoauth2.php
 create mode 100644 framework/Smtp/test/Horde/Smtp/Xoauth2Test.php

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

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

commit 8845fca97ca4d8e5a417aa3c7f70772d4b431606
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 24 23:30:04 2013 -0600

    [mms] Remove duplicate constructor.
    
    This silences a whole host of strict warnings

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

http://github.com/horde/horde/commit/8845fca97ca4d8e5a417aa3c7f70772d4b431606
http://git.horde.org/horde-git/-/commit/8845fca97ca4d8e5a417aa3c7f70772d4b431606

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

commit ac1e8de4e2394b9044f5aea57a63af30aecefb35
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 24 23:31:48 2013 -0600

    Released Horde_Form-2.0.6

 framework/Form/composer.json |    2 +-
 framework/Form/package.xml   |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

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

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

commit f9e10dbda3c6e30e8f77951d7c252ee70c1a97dc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 24 23:31:48 2013 -0600

    Development mode for Horde_Form-2.0.7

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

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

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

commit 8221038fa15e73b8fe3f4bde7f470403bc1641b0
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 25 15:51:04 2013 +0200

    Fix undefined variable.

 hermes/lib/Driver/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/8221038fa15e73b8fe3f4bde7f470403bc1641b0
http://git.horde.org/horde-git/-/commit/8221038fa15e73b8fe3f4bde7f470403bc1641b0

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

commit b6d2bcc37f02b42c46878cb1077cfbdc6c76768f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 25 17:44:27 2013 +0200

    Fix

 imp/locale/de/LC_MESSAGES/imp.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit c75f7b0b1b2c821a64acd35b000d4c0eece70a94
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Oct 25 14:54:02 2013 -0400

    Set explicitly to inline disposition.
    
    Outlook and other "Windows Communication Apps" require text/calendar
    parts to be displayed inline in order for the calendar integration to
    work. Our MIME library forces parts with no or empty disposition values
    to be set to "attachment" when any other disposition parameters (such
    as size) are included, making it impossible to pass through the empty
    disposition.

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

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

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

commit e5c585867f908322346b37b43ef6460e7d0096c8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 24 23:42:23 2013 -0600

    [mms] SECURITY: Protect against CSRF attacks by using tokens on destructive actions (CVE-2013-6275; Bug #12796; Marcela Benetrix <m.benetrix at e-secure.com.au>).

 ingo/docs/CHANGES            |    3 ++
 ingo/lib/Basic/Base.php      |   52 ++++++++++++++++++++++++++++++++++++++++++
 ingo/lib/Basic/Blacklist.php |    7 ++++-
 ingo/lib/Basic/Filters.php   |   16 ++++++++++--
 ingo/lib/Basic/Forward.php   |    3 +-
 ingo/lib/Basic/Rule.php      |   17 +++++++++----
 ingo/lib/Basic/Script.php    |   12 +++++++--
 ingo/lib/Basic/Spam.php      |    3 +-
 ingo/lib/Basic/Vacation.php  |    3 +-
 ingo/lib/Basic/Whitelist.php |    7 ++++-
 ingo/package.xml             |    4 +-
 11 files changed, 107 insertions(+), 20 deletions(-)

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

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

commit b85ae495937bda9837bd1f14a392d35a9f03e947
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 25 02:23:49 2013 -0600

    [mms] Use SHA-1 instead of MD5 for internal hashing.

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

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

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

commit 393375265d08897a5ccb30dfbb555d512a664c44
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Wed Oct 23 10:57:21 2013 +0200

    Update note via ActiveSync: Fix filtering of HTML tags. Bug #12785
    
    We already filter HTML tags on new, incoming notes.
    When notes get updated, we need to filter HTML tags, too.
    
    This fixes updating notes via iOS 7.x
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 mnemo/lib/Api.php |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/393375265d08897a5ccb30dfbb555d512a664c44
http://git.horde.org/horde-git/-/commit/393375265d08897a5ccb30dfbb555d512a664c44

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

commit 07e00f45ff4c4aad72771bdd69c5b95125ac3abb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Oct 25 16:58:34 2013 -0400

    Bug: 12784  Fix loss of note body when body is HTML.

 mnemo/lib/Driver.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/07e00f45ff4c4aad72771bdd69c5b95125ac3abb
http://git.horde.org/horde-git/-/commit/07e00f45ff4c4aad72771bdd69c5b95125ac3abb

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

commit e9952a156db7504904a05a122bab37147f2b5a95
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Oct 27 22:31:14 2013 -0400

    Get rid of some E_STRICT errors.

 kronolith/lib/Driver/Resource/Sql.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 3859fbd7914c963130d0499510bf651c29339012
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Oct 27 23:17:14 2013 -0400

    Log the error if we have it.

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

http://github.com/horde/horde/commit/3859fbd7914c963130d0499510bf651c29339012
http://git.horde.org/horde-git/-/commit/3859fbd7914c963130d0499510bf651c29339012

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

commit 48de084df0dc5b34a7204a62edcdfa60d32b1de9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Oct 27 23:17:37 2013 -0400

    Fix the $and portion of the aggregation.

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

http://github.com/horde/horde/commit/48de084df0dc5b34a7204a62edcdfa60d32b1de9
http://git.horde.org/horde-git/-/commit/48de084df0dc5b34a7204a62edcdfa60d32b1de9

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

commit ae4ea3aeeb6a8ab6e7f5ed735682782ad3e0bf65
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Oct 27 23:18:48 2013 -0400

    Fix handling event descriptions if they are provided in HTML/RTF.
    
    Possible fix for Bug: 12797

 kronolith/lib/Event.php |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

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

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

commit e6c9fb68f0b7d0747169893fcf27b4414f3261cd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Oct 27 23:40:23 2013 -0400

    Check incoming appointments for HTML body types.

 kronolith/lib/Event.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 22b54418cd26d088545d8d085721d37d239484e3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Oct 27 23:49:13 2013 -0400

    Simplify, and ensure we always return an array.
    
    Bug: 12791

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   28 ++++++++-------
 1 files changed, 15 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/22b54418cd26d088545d8d085721d37d239484e3
http://git.horde.org/horde-git/-/commit/22b54418cd26d088545d8d085721d37d239484e3

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

commit a5a9141ad5fb614e296b892ad671c70e8352c526
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Oct 24 15:37:05 2013 +0200

    API: Fix PHP error when given a list of uids to delete. Bug #12790
    
    When we pass an array of uids to delete,
    we should return after processing them.
    
    Fixes this error when using a Kolab backend:
    2013-10-23T10:53:27+02:00 WARN: HORDE [mnemo] PHP ERROR: base64_encode() expects parameter 1 to be string, array given [pid 11460 on line 375 of "/datastore/share/pear/Horde/Url.php"]
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

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

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

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

commit ee6c57653ca4d16590f5ec5b3a794e16e2ad262c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Oct 27 23:56:27 2013 -0400

    BFN

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

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

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

commit a26fc141d10ef4f13d459378991494ccd709c283
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:04:00 2013 +0100

    Released Horde_Core-2.10.2

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

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

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

commit 59cc51497b004a9d5c03b51b1ca3972246b03393
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:04:00 2013 +0100

    Development mode for Horde_Core-2.10.3

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

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

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

commit 94a8a6e39812ee96c9cf0cbdf54c9fb33d99b7a4
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:05:05 2013 +0100

    Released Horde_Ldap-2.0.3

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

http://github.com/horde/horde/commit/94a8a6e39812ee96c9cf0cbdf54c9fb33d99b7a4
http://git.horde.org/horde-git/-/commit/94a8a6e39812ee96c9cf0cbdf54c9fb33d99b7a4

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

commit 62c88620a0c880ba7fec5e6c709f55b6b1dbd2f5
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:05:05 2013 +0100

    Development mode for Horde_Ldap-2.0.4

 framework/Ldap/package.xml |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/62c88620a0c880ba7fec5e6c709f55b6b1dbd2f5
http://git.horde.org/horde-git/-/commit/62c88620a0c880ba7fec5e6c709f55b6b1dbd2f5

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

commit ae4c861c7ddac6034ec9306cdd301eedd6026e24
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:05:45 2013 +0100

    Released Horde_ListHeaders-1.1.0

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

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

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

commit 5bcdfb0e8157ed24504a77d487e408a00fc17686
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:05:45 2013 +0100

    Development mode for Horde_ListHeaders-1.1.1

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

http://github.com/horde/horde/commit/5bcdfb0e8157ed24504a77d487e408a00fc17686
http://git.horde.org/horde-git/-/commit/5bcdfb0e8157ed24504a77d487e408a00fc17686

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

commit 63dcf59ddf83f55ee386d5ecc9114c0e64d214a8
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:06:44 2013 +0100

    Released Horde_Prefs-2.5.1

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

http://github.com/horde/horde/commit/63dcf59ddf83f55ee386d5ecc9114c0e64d214a8
http://git.horde.org/horde-git/-/commit/63dcf59ddf83f55ee386d5ecc9114c0e64d214a8

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

commit df9b058004325d62c4f8e86cbb2cdaff303f0052
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:06:44 2013 +0100

    Development mode for Horde_Prefs-2.5.2

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

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

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

commit 5cdf6abb34be55ffe5cfc48b4f7fb67ba86cdae9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:08:04 2013 +0100

    Released Horde_Test-2.2.4

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

http://github.com/horde/horde/commit/5cdf6abb34be55ffe5cfc48b4f7fb67ba86cdae9
http://git.horde.org/horde-git/-/commit/5cdf6abb34be55ffe5cfc48b4f7fb67ba86cdae9

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

commit 60614cdbbc81d7d5302c1688a86ac400928ce365
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:08:04 2013 +0100

    Development mode for Horde_Test-2.2.5

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

http://github.com/horde/horde/commit/60614cdbbc81d7d5302c1688a86ac400928ce365
http://git.horde.org/horde-git/-/commit/60614cdbbc81d7d5302c1688a86ac400928ce365

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

commit f45a7b7128bcdf3870b58767dac24e89860eb587
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:08:40 2013 +0100

    Development mode for Horde_Timezone-1.0.5

 framework/Timezone/package.xml |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

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

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

commit 639ef43eeac262afa61d78b860b459708462dbb5
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:09:17 2013 +0100

    Released Horde_Vfs-2.1.2

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

http://github.com/horde/horde/commit/639ef43eeac262afa61d78b860b459708462dbb5
http://git.horde.org/horde-git/-/commit/639ef43eeac262afa61d78b860b459708462dbb5

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

commit 0dc52d0f6bb8da1d21116a3b89073d273a53c446
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 28 12:09:17 2013 +0100

    Development mode for Horde_Vfs-2.1.3

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

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

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

commit a8f5392161f9d649532836f9f96dff7d0f555963
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 25 14:44:17 2013 -0600

    Hashing Algorithm usage
    
    MD5 has been totally deprecated for usage when collisions may be an
    issue - we should migrate to SHA-1 going forward.
    
    SHA-1 isn't the best choice either - it's relatively performance hungry
    since it is designed to be cryptographically secure.  Something like
    Murmurhash3 would be much more desirable (and it is 128-bits).  But
    SHA-1 is the best choice of the built-in PHP hash algorithms.

 horde/docs/CODING_STANDARDS |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

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

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

commit 62b322a88d6e33fe766d813d16b6580fc4974775
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 28 15:22:35 2013 -0600

    Hide/show spam/innocent context menu entries in mailbox based on current mailbox

 imp/js/dimpbase.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/62b322a88d6e33fe766d813d16b6580fc4974775
http://git.horde.org/horde-git/-/commit/62b322a88d6e33fe766d813d16b6580fc4974775

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

commit 6e552fecccb861c547113ead414050ed2c3a79bd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 28 16:20:26 2013 -0600

    The dataurl upload code is no longer used

 imp/lib/Ajax/Application/Handler/ComposeAttach.php |    2 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php       |    2 +-
 imp/lib/Basic/Compose.php                          |    2 +-
 imp/lib/Compose.php                                |   50 +++++++------------
 imp/lib/Minimal/Compose.php                        |    2 +-
 5 files changed, 23 insertions(+), 35 deletions(-)

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

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

commit 27d65febf180247046a59de4da948a4339941bf4
Merge: 4a8f14f 6e552fe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 28 17:02:36 2013 -0600

    Merge branch 'master' into imp_6_2
    
    Conflicts:
    	ingo/docs/CHANGES
    	ingo/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php       |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php        |   10 +-
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php           |   28 ++-
 framework/Core/package.xml                                       |   21 ++-
 framework/Form/composer.json                                     |    2 +-
 framework/Form/lib/Horde/Form.php                                |    7 +-
 framework/Form/package.xml                                       |   20 ++-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING            |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php             |    6 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Query.php      |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Password/Xoauth2.php |    2 +-
 framework/Imap_Client/package.xml                                |   12 +-
 framework/Imap_Client/test/Horde/Imap/Client/Xoauth2Test.php     |   43 ++++
 framework/Ldap/package.xml                                       |   23 ++-
 framework/ListHeaders/package.xml                                |   21 ++-
 framework/Prefs/package.xml                                      |   22 ++-
 framework/Smtp/doc/Horde/Smtp/UPGRADING                          |   13 +-
 framework/Smtp/lib/Horde/Smtp/Password/Xoauth2.php               |   70 ++++++
 framework/Smtp/package.xml                                       |   22 +-
 framework/Smtp/test/Horde/Smtp/Xoauth2Test.php                   |   43 ++++
 framework/Test/package.xml                                       |   22 ++-
 framework/Timezone/package.xml                                   |   25 ++-
 framework/Vfs/package.xml                                        |   22 ++-
 horde/docs/CODING_STANDARDS                                      |   15 ++
 imp/js/dimpbase.js                                               |    8 +
 imp/lib/Ajax/Application/Handler/ComposeAttach.php               |    2 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php                     |    2 +-
 imp/lib/Basic/Compose.php                                        |    2 +-
 imp/lib/Compose.php                                              |   50 ++---
 imp/lib/Minimal/Compose.php                                      |    2 +-
 ingo/docs/CHANGES                                                |    9 +
 ingo/lib/Basic/Base.php                                          |   52 ++++
 ingo/lib/Basic/Blacklist.php                                     |    7 +-
 ingo/lib/Basic/Filters.php                                       |   16 +-
 ingo/lib/Basic/Forward.php                                       |    3 +-
 ingo/lib/Basic/Rule.php                                          |   17 +-
 ingo/lib/Basic/Script.php                                        |   12 +-
 ingo/lib/Basic/Spam.php                                          |    3 +-
 ingo/lib/Basic/Vacation.php                                      |    3 +-
 ingo/lib/Basic/Whitelist.php                                     |    7 +-
 ingo/package.xml                                                 |   15 +-
 kronolith/lib/Driver/Resource/Sql.php                            |    4 +-
 kronolith/lib/Event.php                                          |   27 ++-
 mnemo/docs/CHANGES                                               |    2 +
 mnemo/lib/Api.php                                                |   12 +-
 mnemo/lib/Driver.php                                             |    5 +-
 mnemo/package.xml                                                |    4 +-
 47 files changed, 570 insertions(+), 155 deletions(-)

http://github.com/horde/horde/commit/27d65febf180247046a59de4da948a4339941bf4
http://git.horde.org/horde-git/-/commit/27d65febf180247046a59de4da948a4339941bf4

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

commit 363aa324809dae205572bcd1d46e26b1d8e84b77
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 28 16:53:30 2013 -0600

    [mms] Support uploading multiple attachments at once in dynamic view.

 imp/docs/CHANGES                                   |    1 +
 imp/js/compose-dimp.js                             |    4 +-
 imp/lib/Ajax/Application/Handler/ComposeAttach.php |   47 +++++++++-------
 imp/lib/Ajax/Application/Handler/Dynamic.php       |   10 +++-
 imp/lib/Basic/Compose.php                          |    5 ++-
 imp/lib/Compose.php                                |   56 +++++++++++++-------
 imp/lib/Dynamic/Compose/Common.php                 |    1 +
 imp/lib/Minimal/Compose.php                        |    5 ++-
 imp/package.xml                                    |    1 +
 imp/templates/dynamic/compose.html.php             |    2 +-
 10 files changed, 85 insertions(+), 47 deletions(-)

http://github.com/horde/horde/commit/363aa324809dae205572bcd1d46e26b1d8e84b77
http://git.horde.org/horde-git/-/commit/363aa324809dae205572bcd1d46e26b1d8e84b77




More information about the commits mailing list