[commits] Horde branch mnemo_4_2 updated. 7a385044aa0af89db76a1474d53bb8a5715a5ea4

Michael J. Rubinsky mrubinsk at horde.org
Tue Oct 22 00:27:47 UTC 2013


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

from: 5177493130cc273ec1ffae926f0a1d0a7efb5c68

3e2762b PEAR can only handle one extends tag
4a7fbde [mms] Add Horde_ListHeaders#headers().
2351bcf Horde_Mime_Headers#listHeaders() is deprecated
b99128f [jan] Use orginally requested time zone instead of alias in TZID.
f207d5d [jan] Don't create transitions that overlap.
24f13b8 [jan] Fix missing time of day in DTSTART and UNTIL properties.
003fc41 [jan] Make BYMONTHDAY property as short as possible.
7d85279 [jan] Fix broken offsets during first zone rules.
4f8997d Fix and update test fixture.
691d36f Add test for America/Los_Angeles.
abd6a26 This is getting a bit too specific for the INSTALL file
f3067ea Move command line utilities to the horde application
14dedaa Remove unmaintained admintools package
68fa7ed Not needed
72de48b [mms] Fix escaping periods that begin a line of DATA input.
2731a75 [mms] Add horde-remove-user-data command-line script.
eabac33 Released Horde_Smtp-1.2.5
32eef90 Development mode for Horde_Smtp-1.2.6
e6a7d00 Released Horde_Socket_Client-1.0.0
7605249 Development mode for Horde_Socket_Client-1.0.1
defad98 Token checking will always fail for session that exceeds maxtime, so consider a non-authenticated session for purposes of token checking
34a8f9f [mms] Fix autoloading from a PHP-defined namespace.
20e1d86 [mms] Added Horde_Imap_Client_Password_Xoauth2 class.
5d1e3cd [mms] Correctly handle untagged BAD IMAP responses.
9cda9b6 Released Horde_Core-2.10.1
47494ab Development mode for Horde_Core-2.10.2
3324eb5 Ensure that $ensure_sent is defined.
b4e69a9 Revert unintended change.
4c0d842 Fix initializing Alarms when using PDO_Oci or PDO_PostgreSQL.
2bbcb4a BFN
8e25610 Released Horde_Alarm-2.0.5
3bf7599 Development mode for Horde_Alarm-2.0.6
7a38504 Merge branch 'master' into mnemo_4_2

Summary: http://github.com/horde/horde/compare/5177493130cc273ec1ffae926f0a1d0a7efb5c68...7a385044aa0af89db76a1474d53bb8a5715a5ea4

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

commit 3e2762ba3b843bd1d2ce2429ba5b24079b8eb69f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 13:52:11 2013 -0600

    PEAR can only handle one extends tag

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

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

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

commit 4a7fbde4af94f7976b041dc7aa1008a0e2110628
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 17:52:55 2013 -0600

    [mms] Add Horde_ListHeaders#headers().

 framework/ListHeaders/lib/Horde/ListHeaders.php             |   20 ++++
 framework/ListHeaders/lib/Horde/ListHeaders/Translation.php |   57 +++++++++++
 framework/ListHeaders/locale/Horde_ListHeaders.pot          |   46 +++++++++
 framework/ListHeaders/package.xml                           |   32 ++++--
 4 files changed, 146 insertions(+), 9 deletions(-)
 create mode 100644 framework/ListHeaders/lib/Horde/ListHeaders/Translation.php
 create mode 100644 framework/ListHeaders/locale/Horde_ListHeaders.pot

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

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

commit 2351bcf83f830618cc1a60f28e23531f1869805d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 17:53:24 2013 -0600

    Horde_Mime_Headers#listHeaders() is deprecated

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

http://github.com/horde/horde/commit/2351bcf83f830618cc1a60f28e23531f1869805d
http://git.horde.org/horde-git/-/commit/2351bcf83f830618cc1a60f28e23531f1869805d

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

commit b99128f93cf78c7f45a354285d5b1b4fb7e2e4a5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 12:58:47 2013 +0200

    [jan] Use orginally requested time zone instead of alias in TZID.

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

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

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

commit f207d5d3e817fc721190843e767ea44ad923b414
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 12:59:43 2013 +0200

    [jan] Don't create transitions that overlap.

 framework/Timezone/lib/Horde/Timezone/Rule.php |    3 +++
 framework/Timezone/package.xml                 |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

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

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

commit 24f13b86557af5d43aac2d1fab35105e573a6997
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:01:35 2013 +0200

    [jan] Fix missing time of day in DTSTART and UNTIL properties.

 framework/Timezone/lib/Horde/Timezone/Rule.php |   50 ++++++++++++++++-------
 framework/Timezone/package.xml                 |    2 +
 2 files changed, 37 insertions(+), 15 deletions(-)

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

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

commit 003fc416b690971a029f0f1594bcc3fb4578bf58
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:04:51 2013 +0200

    [jan] Make BYMONTHDAY property as short as possible.

 framework/Timezone/lib/Horde/Timezone/Rule.php |    6 +++---
 framework/Timezone/package.xml                 |    2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/003fc416b690971a029f0f1594bcc3fb4578bf58
http://git.horde.org/horde-git/-/commit/003fc416b690971a029f0f1594bcc3fb4578bf58

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

commit 7d8527974b57bf91309cc59e693b24607b10c160
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:05:49 2013 +0200

    [jan] Fix broken offsets during first zone rules.

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

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

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

commit 4f8997d91a9b767c4e25f575824620e7d95a53c5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:06:47 2013 +0200

    Fix and update test fixture.

 framework/Timezone/test/Horde/Timezone/fixtures/europe.ics |  561 ++++++------
 1 files changed, 271 insertions(+), 290 deletions(-)

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

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

commit 691d36f484f0de41c5dd2429c6ab2bb4de1a32b2
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:07:34 2013 +0200

    Add test for America/Los_Angeles.

 framework/Timezone/package.xml                                 |    9 +-
 framework/Timezone/test/Horde/Timezone/IcalendarTest.php       |    9 +
 framework/Timezone/test/Horde/Timezone/fixtures/losangeles.ics |  122 ++++++++
 framework/Timezone/test/Horde/Timezone/fixtures/northamerica   |   27 ++
 4 files changed, 164 insertions(+), 3 deletions(-)
 create mode 100644 framework/Timezone/test/Horde/Timezone/fixtures/losangeles.ics
 create mode 100644 framework/Timezone/test/Horde/Timezone/fixtures/northamerica

http://github.com/horde/horde/commit/691d36f484f0de41c5dd2429c6ab2bb4de1a32b2
http://git.horde.org/horde-git/-/commit/691d36f484f0de41c5dd2429c6ab2bb4de1a32b2

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

commit abd6a266b45f6cc9a5d01c341389cc660b5014a4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 21:54:57 2013 -0600

    This is getting a bit too specific for the INSTALL file

 horde/docs/INSTALL |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

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

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

commit f3067eadf1322ef831ca66053a4cface1f6437ae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 9 18:17:17 2013 -0600

    Move command line utilities to the horde application

 framework/admintools/horde-remove-pref.php |   52 ---------------------------
 framework/admintools/horde-sql-shell.php   |   33 -----------------
 horde/bin/horde-pref-remove.php            |   53 ++++++++++++++++++++++++++++
 horde/bin/horde-sql-shell.php              |   42 ++++++++++++++++++++++
 4 files changed, 95 insertions(+), 85 deletions(-)
 delete mode 100755 framework/admintools/horde-remove-pref.php
 delete mode 100755 framework/admintools/horde-sql-shell.php
 create mode 100755 horde/bin/horde-pref-remove.php
 create mode 100755 horde/bin/horde-sql-shell.php

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

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

commit 14dedaa3bcb389d5987649999c2b4d41ba2374ad
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 9 18:17:35 2013 -0600

    Remove unmaintained admintools package

 framework/admintools/README         |   25 ---------
 framework/admintools/horde-base.php |   13 -----
 framework/admintools/package.xml    |   97 -----------------------------------
 3 files changed, 0 insertions(+), 135 deletions(-)
 delete mode 100644 framework/admintools/README
 delete mode 100644 framework/admintools/horde-base.php
 delete mode 100644 framework/admintools/package.xml

http://github.com/horde/horde/commit/14dedaa3bcb389d5987649999c2b4d41ba2374ad
http://git.horde.org/horde-git/-/commit/14dedaa3bcb389d5987649999c2b4d41ba2374ad

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

commit 68fa7ed2b93c30b99813029658f058ad6872186e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 22:07:01 2013 -0600

    Not needed

 framework/admintools/composer.json |   30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)
 delete mode 100644 framework/admintools/composer.json

http://github.com/horde/horde/commit/68fa7ed2b93c30b99813029658f058ad6872186e
http://git.horde.org/horde-git/-/commit/68fa7ed2b93c30b99813029658f058ad6872186e

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

commit 72de48b9176a44df5cd06b441b64d22cfe425119
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:18:27 2013 -0600

    [mms] Fix escaping periods that begin a line of DATA input.

 framework/Smtp/lib/Horde/Smtp/Filter/Data.php     |    2 +-
 framework/Smtp/package.xml                        |   10 ++--
 framework/Smtp/test/Horde/Smtp/FilterDataTest.php |   53 +++++++++++++++++++++
 3 files changed, 60 insertions(+), 5 deletions(-)
 create mode 100644 framework/Smtp/test/Horde/Smtp/FilterDataTest.php

http://github.com/horde/horde/commit/72de48b9176a44df5cd06b441b64d22cfe425119
http://git.horde.org/horde-git/-/commit/72de48b9176a44df5cd06b441b64d22cfe425119

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

commit 2731a75986a15ad3e3203c2a30faa9dc227cd462
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:19:20 2013 -0600

    [mms] Add horde-remove-user-data command-line script.

 horde/bin/horde-remove-user-data |   54 ++++++++++++++++++++++++++++++++++++++
 horde/docs/CHANGES               |    1 +
 horde/package.xml                |   12 +++++++-
 3 files changed, 65 insertions(+), 2 deletions(-)
 create mode 100755 horde/bin/horde-remove-user-data

http://github.com/horde/horde/commit/2731a75986a15ad3e3203c2a30faa9dc227cd462
http://git.horde.org/horde-git/-/commit/2731a75986a15ad3e3203c2a30faa9dc227cd462

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

commit eabac3323c946d2cc2feab7fae058e92689440d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:22:12 2013 -0600

    Released Horde_Smtp-1.2.5

 framework/Smtp/composer.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 32eef90fd83b27b2ad20e93626de42dd6f0665f8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:22:13 2013 -0600

    Development mode for Horde_Smtp-1.2.6

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

http://github.com/horde/horde/commit/32eef90fd83b27b2ad20e93626de42dd6f0665f8
http://git.horde.org/horde-git/-/commit/32eef90fd83b27b2ad20e93626de42dd6f0665f8

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

commit e6a7d0016f467a6afa98aa5538e7fe8e7aba3c5f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:23:54 2013 -0600

    Released Horde_Socket_Client-1.0.0

 framework/Socket_Client/composer.json |   29 +++++++++++++++++++++++++++++
 framework/Socket_Client/package.xml   |    4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)
 create mode 100644 framework/Socket_Client/composer.json

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

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

commit 760524934f11365acac54b36a4ced40996062ebe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 18 19:23:54 2013 -0600

    Development mode for Horde_Socket_Client-1.0.1

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

http://github.com/horde/horde/commit/760524934f11365acac54b36a4ced40996062ebe
http://git.horde.org/horde-git/-/commit/760524934f11365acac54b36a4ced40996062ebe

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

commit defad9853280fe998711b833abba26cb45d91f35
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Oct 20 12:58:31 2013 -0600

    Token checking will always fail for session that exceeds maxtime, so consider a non-authenticated session for purposes of token checking

 horde/login.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit 34a8f9f8ffcd44872dd79d0760c2b22907ee1a82
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Oct 20 13:12:56 2013 -0600

    [mms] Fix autoloading from a PHP-defined namespace.

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

http://github.com/horde/horde/commit/34a8f9f8ffcd44872dd79d0760c2b22907ee1a82
http://git.horde.org/horde-git/-/commit/34a8f9f8ffcd44872dd79d0760c2b22907ee1a82

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

commit 20e1d86a37fbb70f2ba16b58c6c282d747af8720
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Oct 20 23:23:18 2013 -0600

    [mms] Added Horde_Imap_Client_Password_Xoauth2 class.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING            |    9 +
 framework/Imap_Client/lib/Horde/Imap/Client/Password/Xoauth2.php |   71 ++++++
 framework/Imap_Client/package.xml                                |   10 +-
 3 files changed, 86 insertions(+), 4 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Password/Xoauth2.php

http://github.com/horde/horde/commit/20e1d86a37fbb70f2ba16b58c6c282d747af8720
http://git.horde.org/horde-git/-/commit/20e1d86a37fbb70f2ba16b58c6c282d747af8720

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

commit 5d1e3cdfcf41eeb1796939860f50684f48e9fead
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Oct 20 23:56:29 2013 -0600

    [mms] Correctly handle untagged BAD IMAP responses.

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

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

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

commit 9cda9b66f02988e61d4e4e5413ad4d537b446901
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 10:48:15 2013 -0400

    Released Horde_Core-2.10.1

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

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

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

commit 47494abb9ab3aef4a5a610078448f3280dbc4deb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 10:48:16 2013 -0400

    Development mode for Horde_Core-2.10.2

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

http://github.com/horde/horde/commit/47494abb9ab3aef4a5a610078448f3280dbc4deb
http://git.horde.org/horde-git/-/commit/47494abb9ab3aef4a5a610078448f3280dbc4deb

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

commit 3324eb57206da77717cfc108dfaa080fd917b672
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 19:31:28 2013 -0400

    Ensure that $ensure_sent is defined.

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

http://github.com/horde/horde/commit/3324eb57206da77717cfc108dfaa080fd917b672
http://git.horde.org/horde-git/-/commit/3324eb57206da77717cfc108dfaa080fd917b672

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

commit b4e69a99fdf582d907a8d9b3e220c058d8623343
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 19:40:50 2013 -0400

    Revert unintended change.

 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 4c0d842a037cb3617afc6309d8146228a074a1b4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 19:47:43 2013 -0400

    Fix initializing Alarms when using PDO_Oci or PDO_PostgreSQL.

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

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

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

commit 2bbcb4a820961cd9eb3b9854b5846a2744609b4c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 19:49:32 2013 -0400

    BFN

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

http://github.com/horde/horde/commit/2bbcb4a820961cd9eb3b9854b5846a2744609b4c
http://git.horde.org/horde-git/-/commit/2bbcb4a820961cd9eb3b9854b5846a2744609b4c

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

commit 8e256106d1abdb4b0f5aa98b7518ddcb539adaab
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 19:50:59 2013 -0400

    Released Horde_Alarm-2.0.5

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

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

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

commit 3bf759924fbc142073c9484f836a6fb4e894f3d3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 19:51:00 2013 -0400

    Development mode for Horde_Alarm-2.0.6

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

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

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

commit 7a385044aa0af89db76a1474d53bb8a5715a5ea4
Merge: 5177493 3bf7599
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 20:27:36 2013 -0400

    Merge branch 'master' into mnemo_4_2

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php       |    2 +-
 framework/Alarm/lib/Horde/Alarm/Sql.php                          |    4 +-
 framework/Alarm/package.xml                                      |   20 +-
 framework/Core/package.xml                                       |   23 +-
 framework/Icalendar/package.xml                                  |    1 -
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING            |    9 +
 framework/Imap_Client/lib/Horde/Imap/Client/Password/Xoauth2.php |   71 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php           |   38 +-
 framework/Imap_Client/package.xml                                |   12 +-
 framework/ListHeaders/lib/Horde/ListHeaders.php                  |   20 +
 framework/ListHeaders/lib/Horde/ListHeaders/Translation.php      |   57 +
 framework/ListHeaders/locale/Horde_ListHeaders.pot               |   46 +
 framework/ListHeaders/package.xml                                |   32 +-
 framework/Mime/lib/Horde/Mime/Headers.php                        |    2 +
 framework/Smtp/composer.json                                     |    3 +-
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php                    |    2 +-
 framework/Smtp/package.xml                                       |   21 +-
 framework/Smtp/test/Horde/Smtp/FilterDataTest.php                |   53 +
 framework/Socket_Client/composer.json                            |   29 +
 framework/Socket_Client/package.xml                              |   21 +-
 framework/Test/lib/Horde/Test/Autoload.php                       |    2 +-
 framework/Test/package.xml                                       |    4 +-
 framework/Timezone/lib/Horde/Timezone.php                        |    2 +-
 framework/Timezone/lib/Horde/Timezone/Rule.php                   |   59 +-
 framework/Timezone/lib/Horde/Timezone/Zone.php                   |    3 +-
 framework/Timezone/package.xml                                   |   21 +-
 framework/Timezone/test/Horde/Timezone/IcalendarTest.php         |    9 +
 framework/Timezone/test/Horde/Timezone/fixtures/europe.ics       |  561 +++---
 framework/Timezone/test/Horde/Timezone/fixtures/losangeles.ics   |  122 ++
 framework/Timezone/test/Horde/Timezone/fixtures/northamerica     |   27 +
 framework/admintools/README                                      |   25 -
 framework/admintools/composer.json                               |   30 -
 framework/admintools/horde-base.php                              |   13 -
 framework/admintools/horde-remove-pref.php                       |   52 -
 framework/admintools/horde-sql-shell.php                         |   33 -
 framework/admintools/package.xml                                 |   97 -
 horde/bin/horde-pref-remove.php                                  |   53 +
 horde/bin/horde-remove-user-data                                 |   54 +
 horde/bin/horde-sql-shell.php                                    |   42 +
 horde/docs/CHANGES                                               |    1 +
 horde/docs/INSTALL                                               |    6 +-
 horde/login.php                                                  |    4 +
 horde/package.xml                                                |   12 +-
 43 files changed, 1065 insertions(+), 633 deletions(-)

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




More information about the commits mailing list