[commits] Horde branch master updated. 4722b82719211bcf1a91b48025d96efdc4e77a7e
Michael M Slusarz
slusarz at horde.org
Tue Jun 10 04:45:07 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 2b8e7762f2ac5f2bd141883cb31211bf0f274daf
a7c6aa1 Fix setting title
353ef22 [mms] Allow any HordeCore AJAX response object to return JSON-HTML output, instead of pure JSON.
4722b82 Force AJAX return to JSON-HTML when submitting via IFRAME
Summary: http://github.com/horde/horde/compare/2b8e7762f2ac5f2bd141883cb31211bf0f274daf...4722b82719211bcf1a91b48025d96efdc4e77a7e
-----------------------------------------------------------------------
commit a7c6aa1b384f18f27fbfa2792024e00d0317f95b
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/a7c6aa1b384f18f27fbfa2792024e00d0317f95b
-----------------------------------------------------------------------
commit 353ef22725a5ad0d289eadcbee910ed3454f2da2
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/353ef22725a5ad0d289eadcbee910ed3454f2da2
-----------------------------------------------------------------------
commit 4722b82719211bcf1a91b48025d96efdc4e77a7e
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/4722b82719211bcf1a91b48025d96efdc4e77a7e
More information about the commits
mailing list