[commits] Horde branch develop updated. 0e69bb99cce471ef7261a7fa2dc0b2ec0e9181f2
Michael M Slusarz
slusarz at horde.org
Mon May 7 21:30:34 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: bcd9fd0aaade21dd650085082b7da42c655e1271
20bef9f Horde_Core_Ajax is nothing more than the dynamic version of header creation
e8aac50 Add session token storage.
db73f15 Use session token for logout link
0e69bb9 [mms] Token protect all AJAX actions.
-----------------------------------------------------------------------
commit 20bef9f7d24ab8c4cb4e6dea87b542d01708e4f4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat May 5 00:08:05 2012 -0600
Horde_Core_Ajax is nothing more than the dynamic version of header creation
Thus, get rid of it and move code to Horde_PageOutput#header() instead.
framework/Core/lib/Horde/Core/Ajax.php | 136 -----
.../Core/lib/Horde/Core/Notification/Listener/DynamicStatus.php | 18 +-
framework/Core/lib/Horde/PageOutput.php | 59 ++
framework/Core/package.xml | 6 +-
hermes/index.php | 2 +-
hermes/lib/Ajax.php | 48 +-
imp/compose-dimp.php | 7 +-
imp/index-dimp.php | 2 +-
imp/lib/Ajax.php | 18 +-
imp/message-dimp.php | 2 +-
kronolith/index.php | 2 +-
kronolith/lib/Ajax.php | 54 +--
trean/lib/View/Browse.php | 3 +-
13 files changed, 123 insertions(+), 234 deletions(-)
delete mode 100644 framework/Core/lib/Horde/Core/Ajax.php
http://git.horde.org/horde-git/-/commit/20bef9f7d24ab8c4cb4e6dea87b542d01708e4f4
-----------------------------------------------------------------------
commit e8aac50849596b8205480adc282f681f8755bd82
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 14:34:37 2012 -0600
Add session token storage.
framework/Core/lib/Horde/Session.php | 35 ++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/e8aac50849596b8205480adc282f681f8755bd82
-----------------------------------------------------------------------
commit db73f1577ccafce12de0dcf32b2b68a3bbf9ea5e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 14:46:52 2012 -0600
Use session token for logout link
framework/Core/lib/Horde/Registry.php | 2 +-
horde/login.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/db73f1577ccafce12de0dcf32b2b68a3bbf9ea5e
-----------------------------------------------------------------------
commit 0e69bb99cce471ef7261a7fa2dc0b2ec0e9181f2
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 15:00:20 2012 -0600
[mms] Token protect all AJAX actions.
framework/Core/js/hordecore.js | 2 ++
framework/Core/js/smartmobile.js | 15 ++++++++++-----
framework/Core/lib/Horde.php | 3 ++-
framework/Core/lib/Horde/PageOutput.php | 11 ++++++++---
horde/docs/CHANGES | 2 +-
horde/package.xml | 2 +-
horde/services/ajax.php | 10 +++++++++-
7 files changed, 33 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/0e69bb99cce471ef7261a7fa2dc0b2ec0e9181f2
More information about the commits
mailing list