The branch "develop" has been updated. The following is a summary of the commits.
from: becc78b29fae7fd02ea7ab211261c932dfbc0d98 2a1f3f1 Fix resizing view when hiding searchbar 7d2d07d Add tasks property to HordeCore JSON response. 8f4efd5 Convert imp to use AJAX tasks. d5f4749 _send() is no longer needed. a548547 Fix link to parent's HordeCore object 32f6677 Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop ----------------------------------------------------------------------- commit 2a1f3f1e4694d64d78899bfb9fa79fe0c96a7c46 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 6 11:01:55 2012 -0700 Fix resizing view when hiding searchbar imp/js/dimpbase.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2a1f3f1e4694d64d78899bfb9fa79fe0c96a7c46 ----------------------------------------------------------------------- commit 7d2d07d9dbfe9bef30fb041a7accf387ded35450 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 6 00:07:01 2012 -0700 Add tasks property to HordeCore JSON response. 'response' is now designed to contain data solely associated with the action invoked. 'tasks' is add-on data that may be unsolicited. An application does not need to do any tasks to properly handle the original action. framework/Core/js/hordecore.js | 7 +- framework/Core/lib/Horde/Core/Ajax/Application.php | 25 ++++++- framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php | 52 +++++++++++++ framework/Core/package.xml | 6 +- 4 files changed, 85 insertions(+), 5 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php http://git.horde.org/horde-git/-/commit/7d2d07d9dbfe9bef30fb041a7accf387ded35450 ----------------------------------------------------------------------- commit 8f4efd5170a33b5f93177c67ff63c3e79fabc136 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 6 01:17:53 2012 -0700 Convert imp to use AJAX tasks. imp/js/dimpbase.js | 112 +++++++--------- imp/lib/Ajax/Application.php | 318 ++++++++++++++++++------------------------ imp/lib/Ajax/Queue.php | 47 +++++-- 3 files changed, 215 insertions(+), 262 deletions(-) http://git.horde.org/horde-git/-/commit/8f4efd5170a33b5f93177c67ff63c3e79fabc136 ----------------------------------------------------------------------- commit d5f474925074009e7f12419dc57520f5444d2bee Author: Michael M Slusarz <[email protected]> Date: Tue Mar 6 00:29:49 2012 -0700 _send() is no longer needed. Response data can be altered by directly extending/overwriting the send() method instead. framework/Core/lib/Horde/Core/Ajax/Application.php | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/d5f474925074009e7f12419dc57520f5444d2bee ----------------------------------------------------------------------- commit a5485470f31f8d88c56a22687f261f57c455b92d Author: Michael M Slusarz <[email protected]> Date: Tue Mar 6 12:27:29 2012 -0700 Fix link to parent's HordeCore object imp/js/compose-dimp.js | 6 +++--- imp/js/mobile.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/a5485470f31f8d88c56a22687f261f57c455b92d ----------------------------------------------------------------------- commit 32f6677c3cb9cfb5fd70207db55e4c363e6fd896 Merge: a548547 becc78b Author: Michael M Slusarz <[email protected]> Date: Tue Mar 6 12:29:18 2012 -0700 Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop hermes/lib/Api.php | 31 ++++++++++++++++++++++--------- 1 files changed, 22 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/32f6677c3cb9cfb5fd70207db55e4c363e6fd896 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
