[commits] Horde branch FRAMEWORK_5_2 updated. 0d612dd5d29740feef2f2f6a594ea554ad985955
Michael M Slusarz
slusarz at horde.org
Tue Jun 10 04:44:59 UTC 2014
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.
from: 911dcbf8284f397a88672dc6efd0b32320ac2bc8
577a294 Fix setting title
5a45e18 [mms] Allow any HordeCore AJAX response object to return JSON-HTML output, instead of pure JSON.
0d612dd Force AJAX return to JSON-HTML when submitting via IFRAME
Summary: http://github.com/horde/horde/compare/911dcbf8284f397a88672dc6efd0b32320ac2bc8...0d612dd5d29740feef2f2f6a594ea554ad985955
-----------------------------------------------------------------------
commit 577a29492968b8dad6f0702b78fabaedbf7aa720
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 9 21:24:14 2014 -0600
Fix setting title
imp/js/compose-dimp.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/577a29492968b8dad6f0702b78fabaedbf7aa720
-----------------------------------------------------------------------
commit 5a45e18b304f0d4d685bd501b3e88a5375635a57
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 9 22:39:54 2014 -0600
[mms] Allow any HordeCore AJAX response object to return JSON-HTML output, instead of pure JSON.
framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php | 20 ++++-
.../Core/lib/Horde/Core/Ajax/Response/HordeCore/JsonHtml.php | 4 +-
framework/Core/package.xml | 4 +-
3 files changed, 22 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/5a45e18b304f0d4d685bd501b3e88a5375635a57
-----------------------------------------------------------------------
commit 0d612dd5d29740feef2f2f6a594ea554ad985955
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jun 9 22:41:07 2014 -0600
Force AJAX return to JSON-HTML when submitting via IFRAME
Otherwise, IE8 will display a popup download message instead of
redirecting to login page
Has the ancillary advantage that it will allow sessions to continue even
if MAX POST size is reached, since token/SID information is in URL and
won't be thrown out by PHP like it does with all POST variables.
framework/Core/js/hordecore.js | 7 +++++++
horde/services/ajax.php | 8 +++++++-
2 files changed, 14 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/0d612dd5d29740feef2f2f6a594ea554ad985955
More information about the commits
mailing list