[commits] Horde branch horde_5_2 updated. 011bb0df1470cc5a4b42f9fa7f69c8db3d484c04

Michael J. Rubinsky mrubinsk at horde.org
Tue Nov 5 15:18:26 UTC 2013


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

from: a42d7773566edb19dba135fad9c5815b72d8e071

60063a7 This should be removed in the future
9285d36 Return correct permission value
150ec62 Must pass the serverid, not the (EAS) id.
4c37be8 Add token protection info
1377d0c [mms] Add nonce generation/checking to Horde_Session.
8a3a324 spelling
1ad4e78 [mms] Need to expire SQL cache for all sub-permissions when deleting a parent permission.
1d6ae7f Better logging
4bdce15 [mms] Restore error reporting level after running tests via Horde_Test_AllTests#run().
1cec8e6 Released Horde_Perms-2.1.2
33db5ab Development mode for Horde_Perms-2.1.3
3a71af8 Use System PHP library for the which command
9e6abee Use constants.
8bc5746 Add todo
15ff222 Don't throw an exception when removing a PINGABLE collection that doesn't exist.
011bb0d Merge branch 'master' into horde_5_2

Summary: http://github.com/horde/horde/compare/a42d7773566edb19dba135fad9c5815b72d8e071...011bb0df1470cc5a4b42f9fa7f69c8db3d484c04

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

commit 60063a7d509a55fb28989e48dc85fb2042e13f9c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 10:52:02 2013 -0700

    This should be removed in the future

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

http://github.com/horde/horde/commit/60063a7d509a55fb28989e48dc85fb2042e13f9c
http://git.horde.org/horde-git/-/commit/60063a7d509a55fb28989e48dc85fb2042e13f9c

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

commit 9285d362355f03b40905b47ce0c38c1642c8e7ba
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 10:53:37 2013 -0700

    Return correct permission value

 imp/lib/Imap.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/9285d362355f03b40905b47ce0c38c1642c8e7ba
http://git.horde.org/horde-git/-/commit/9285d362355f03b40905b47ce0c38c1642c8e7ba

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

commit 150ec624e786155bde5d0f50421a5cc038100ebd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 4 14:36:48 2013 -0500

    Must pass the serverid, not the (EAS) id.

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

http://github.com/horde/horde/commit/150ec624e786155bde5d0f50421a5cc038100ebd
http://git.horde.org/horde-git/-/commit/150ec624e786155bde5d0f50421a5cc038100ebd

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

commit 4c37be8c246868b78d2d715f06b4c416224d3856
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 11:09:01 2013 -0700

    Add token protection info

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

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

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

commit 1377d0c3497d28696a8fcda6334d74ae624593cb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 11:24:44 2013 -0700

    [mms] Add nonce generation/checking to Horde_Session.

 framework/Core/lib/Horde/Session.php |   41 ++++++++++++++++++++++++++++++++++
 framework/Core/package.xml           |    2 +
 2 files changed, 43 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/1377d0c3497d28696a8fcda6334d74ae624593cb
http://git.horde.org/horde-git/-/commit/1377d0c3497d28696a8fcda6334d74ae624593cb

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

commit 8a3a3242fc7dae8a4bc1a0c158d3c4cd0a2dc5d0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 12:46:51 2013 -0700

    spelling

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

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

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

commit 1ad4e781bf14f1b857a1be46abc2e0d8bdd4e532
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 12:54:39 2013 -0700

    [mms] Need to expire SQL cache for all sub-permissions when deleting a parent permission.

 framework/Perms/lib/Horde/Perms/Sql.php |   12 ++++++++++++
 framework/Perms/package.xml             |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

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

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

commit 1d6ae7fc3f5c99226ec02ef13439d6455ecff8e4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 13:01:05 2013 -0700

    Better logging

 framework/Cache/lib/Horde/Cache/Storage/Mongo.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 4bdce154b9a12e67a270d096bc57c4238ed7cc21
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 13:07:38 2013 -0700

    [mms] Restore error reporting level after running tests via Horde_Test_AllTests#run().

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

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

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

commit 1cec8e6c6f885bb1e74e5d1a157b7cead7fe9ecc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 13:08:32 2013 -0700

    Released Horde_Perms-2.1.2

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

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

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

commit 33db5ab3457e72bfbd9f07edc91aa5210afc92f3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 13:08:33 2013 -0700

    Development mode for Horde_Perms-2.1.3

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

http://github.com/horde/horde/commit/33db5ab3457e72bfbd9f07edc91aa5210afc92f3
http://git.horde.org/horde-git/-/commit/33db5ab3457e72bfbd9f07edc91aa5210afc92f3

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

commit 3a71af8092efab46c55556e5eaee4173596a4fa6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 4 16:19:36 2013 -0700

    Use System PHP library for the which command

 horde/lib/Test.php |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

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

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

commit 9e6abeea8adef0561b137d5766bb01665310b236
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 5 13:42:11 2013 +0100

    Use constants.

 kronolith/lib/Application.php |    6 ++++--
 turba/lib/Application.php     |    7 +++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

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

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

commit 8bc57460ceed891fad85e2fac99da7fbeb92a42f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 5 10:16:46 2013 -0500

    Add todo

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

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

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

commit 15ff222438125f279d21efffb0039ebd29f65b05
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 5 10:16:56 2013 -0500

    Don't throw an exception when removing a PINGABLE collection that doesn't exist.

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

http://github.com/horde/horde/commit/15ff222438125f279d21efffb0039ebd29f65b05
http://git.horde.org/horde-git/-/commit/15ff222438125f279d21efffb0039ebd29f65b05

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

commit 011bb0df1470cc5a4b42f9fa7f69c8db3d484c04
Merge: a42d777 15ff222
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 5 10:18:17 2013 -0500

    Merge branch 'master' into horde_5_2

 framework/ActiveSync/doc/Horde/ActiveSync/TODO          |    8 +++
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php |    8 ++-
 framework/Cache/lib/Horde/Cache/Storage/Mongo.php       |    6 ++-
 framework/Core/lib/Horde/Registry.php                   |    1 +
 framework/Core/lib/Horde/Session.php                    |   41 +++++++++++++++
 framework/Core/package.xml                              |    2 +
 framework/Perms/composer.json                           |    2 +-
 framework/Perms/lib/Horde/Perms/Sql.php                 |   14 +++++-
 framework/Perms/package.xml                             |   20 ++++++--
 framework/Test/lib/Horde/Test/AllTests.php              |    2 +
 framework/Test/package.xml                              |    4 +-
 horde/docs/CODING_STANDARDS                             |    8 +++
 horde/lib/Test.php                                      |   13 ++---
 imp/lib/Imap.php                                        |    6 ++-
 kronolith/lib/Application.php                           |    6 ++-
 turba/lib/Application.php                               |    7 ++-
 16 files changed, 122 insertions(+), 26 deletions(-)

http://github.com/horde/horde/commit/011bb0df1470cc5a4b42f9fa7f69c8db3d484c04
http://git.horde.org/horde-git/-/commit/011bb0df1470cc5a4b42f9fa7f69c8db3d484c04




More information about the commits mailing list