[commits] Horde branch master updated. 4f393eb31fff0d8d9b01fb8f4d69b41bb0a12173
Michael M Slusarz
slusarz at horde.org
Mon Apr 14 05:16:55 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 81abeb46707906b78c46c0f6c7c022a89632e1bc
ba7eca1 phpdoc
fbae04d This key doesn't exist.
961d8fc Don't use session object storage
a8c71a8 Session object storage in Horde_Session is deprecated
b417af2 Consistent use of registry object
4f393eb Don't use session objects
Summary: http://github.com/horde/horde/compare/81abeb46707906b78c46c0f6c7c022a89632e1bc...4f393eb31fff0d8d9b01fb8f4d69b41bb0a12173
-----------------------------------------------------------------------
commit ba7eca1c9a15b238971dad5a61248767ee9acb08
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 13 17:29:31 2014 -0600
phpdoc
framework/Core/lib/Horde/Core/Prefs/Cache/Session.php | 20 +++++++++++-----
1 files changed, 14 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/ba7eca1c9a15b238971dad5a61248767ee9acb08
-----------------------------------------------------------------------
commit fbae04dd1d3d2e1215f5f73f405c9cdab7b0036e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 13 21:45:14 2014 -0600
This key doesn't exist.
imp/lib/Application.php | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/fbae04dd1d3d2e1215f5f73f405c9cdab7b0036e
-----------------------------------------------------------------------
commit 961d8fce6060d4d829d1a8273a0e347b4cedab11
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 13 21:52:27 2014 -0600
Don't use session object storage
imp/lib/Application.php | 6 ++--
imp/lib/Auth.php | 3 +-
imp/lib/Basic/Pgp.php | 7 +-----
imp/lib/Basic/Smime.php | 7 +-----
imp/lib/Factory/Compose.php | 36 +++++++++++++++++-----------
imp/lib/Factory/Ftree.php | 6 ++--
imp/lib/Prefs/Special/PgpPrivateKey.php | 2 +-
imp/lib/Prefs/Special/PgpPublicKey.php | 2 +-
imp/lib/Prefs/Special/SmimePrivateKey.php | 2 +-
imp/lib/Prefs/Special/SmimePublicKey.php | 2 +-
10 files changed, 35 insertions(+), 38 deletions(-)
http://github.com/horde/horde/commit/961d8fce6060d4d829d1a8273a0e347b4cedab11
-----------------------------------------------------------------------
commit a8c71a8570eea8f1718d02b64694ac0707895495
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 13 22:18:30 2014 -0600
Session object storage in Horde_Session is deprecated
Notwithstanding its dubious value (this data needs to be associated with an
app), it makes much more sense to implement this as an add-on instead of
core functionality.
framework/Core/lib/Horde/Core/Cache/Session.php | 4 +-
framework/Core/lib/Horde/Core/Cache/SessionObjects.php | 58 ++++++++++++
framework/Core/lib/Horde/Session.php | 75 +++++----------
framework/Core/package.xml | 6 +-
4 files changed, 89 insertions(+), 54 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Cache/SessionObjects.php
http://github.com/horde/horde/commit/a8c71a8570eea8f1718d02b64694ac0707895495
-----------------------------------------------------------------------
commit b417af25d14bff03f82e55e350e40c86b7205ded
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 13 22:40:01 2014 -0600
Consistent use of registry object
framework/Core/lib/Horde/Core/Factory/ShareBase.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/b417af25d14bff03f82e55e350e40c86b7205ded
-----------------------------------------------------------------------
commit 4f393eb31fff0d8d9b01fb8f4d69b41bb0a12173
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 13 22:41:00 2014 -0600
Don't use session objects
Store share object with its underlying app session data.
framework/Core/lib/Horde/Core/Factory/ShareBase.php | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/4f393eb31fff0d8d9b01fb8f4d69b41bb0a12173
More information about the commits
mailing list