[commits] Horde branch master updated. 5ec977a63807b9939c88aaae93a581af03f90385
Michael M Slusarz
slusarz at horde.org
Tue Feb 12 07:57:10 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 2e88917ef36d4133346de170f24faeb423195c60
1631298 [mms] Fix destroying session data when the null session driver is used.
a9d3e30 phpdoc
9f0bc70 Abstract main session class so extended null class doesn't need to extend much of anything
5ec977a Fix logic
-----------------------------------------------------------------------
commit 16312980de8a03d7945a89e587b24d8fa77c92c6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 12 00:56:42 2013 -0700
[mms] Fix destroying session data when the null session driver is used.
You can't destroy a session that isn't active. Use session_unset() instead
framework/Core/lib/Horde/Session/Null.php | 14 ++++----------
framework/Core/package.xml | 4 ++--
2 files changed, 6 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/16312980de8a03d7945a89e587b24d8fa77c92c6
-----------------------------------------------------------------------
commit a9d3e30926ae1212ef896872149ac15a4e0c9412
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 12 00:43:51 2013 -0700
phpdoc
framework/Core/lib/Horde/Session/Null.php | 100 +++++++----------------------
1 files changed, 24 insertions(+), 76 deletions(-)
http://git.horde.org/horde-git/-/commit/a9d3e30926ae1212ef896872149ac15a4e0c9412
-----------------------------------------------------------------------
commit 9f0bc70e891c8a8b1796f2ee6ea11e52f316005f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 12 00:44:07 2013 -0700
Abstract main session class so extended null class doesn't need to extend much of anything
Even before this change, much of the null class was already duplicative
and unncessary
framework/Core/lib/Horde/Session.php | 59 +++++----
framework/Core/lib/Horde/Session/Null.php | 199 +---------------------------
2 files changed, 42 insertions(+), 216 deletions(-)
http://git.horde.org/horde-git/-/commit/9f0bc70e891c8a8b1796f2ee6ea11e52f316005f
-----------------------------------------------------------------------
commit 5ec977a63807b9939c88aaae93a581af03f90385
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 12 00:55:41 2013 -0700
Fix logic
imp/lib/Compose.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/5ec977a63807b9939c88aaae93a581af03f90385
More information about the commits
mailing list