[commits] Horde branch turba_4_2 updated. 91dacdd28039e057ec48c52bae441b7a2cb0c1d2

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


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

from: e5525000da79e51dd5afc3a644eb4fa698b42be9

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
91dacdd Merge branch 'master' into turba_4_2

Summary: http://github.com/horde/horde/compare/e5525000da79e51dd5afc3a644eb4fa698b42be9...91dacdd28039e057ec48c52bae441b7a2cb0c1d2

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

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 91dacdd28039e057ec48c52bae441b7a2cb0c1d2
Merge: e552500 3bf7599
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Oct 21 20:27:12 2013 -0400

    Merge branch 'master' into turba_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/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/Test/lib/Horde/Test/Autoload.php                       |    2 +-
 framework/Test/package.xml                                       |    4 +-
 horde/login.php                                                  |    4 +
 11 files changed, 147 insertions(+), 42 deletions(-)

http://github.com/horde/horde/commit/91dacdd28039e057ec48c52bae441b7a2cb0c1d2
http://git.horde.org/horde-git/-/commit/91dacdd28039e057ec48c52bae441b7a2cb0c1d2




More information about the commits mailing list