The branch "develop" has been updated. The following is a summary of the commits.
from: f9f4e006023cde6b58cabbcf06d0d9748000a7b2 cef0446 Already have Horde_Variables object available here 24053c7 Don't pass 'response' part of JSON response to callback fb26b50 Add HordeCore.handleSubmit(). 2cc00f4 Use HordeCore.handleSubmit() 67067f0 Use HordeCore.submitForm d719269 Add Horde_Core_Ajax_Response_Notifications() 6ac2afb We only care about response data in this object. 467ee59 Make clear that a raw Ajax_Response object can be returned by an Imple's handle() method. c945dee phpdoc ----------------------------------------------------------------------- commit cef0446eba8928fc6a9c95628589d6eee89bb248 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 19:53:41 2012 -0700 Already have Horde_Variables object available here framework/Core/lib/Horde/Core/Ajax/Application.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/cef0446eba8928fc6a9c95628589d6eee89bb248 ----------------------------------------------------------------------- commit 24053c790507a00f8e3677ac969adfd6d641c148 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 22:40:34 2012 -0700 Don't pass 'response' part of JSON response to callback Separating the response payload format, which should be handled exclusively by HordeCore, from what an application sees via the API. framework/Core/js/hordecore.js | 2 +- hermes/js/hermes.js | 32 ++++----- imp/js/compose-dimp.js | 28 +++----- imp/js/compose.js | 4 +- imp/js/dimpbase.js | 128 ++++++++++++++++-------------------- imp/js/message-dimp.js | 18 +---- kronolith/js/kronolith.js | 140 ++++++++++++++++++++-------------------- 7 files changed, 160 insertions(+), 192 deletions(-) http://git.horde.org/horde-git/-/commit/24053c790507a00f8e3677ac969adfd6d641c148 ----------------------------------------------------------------------- commit fb26b502978e2085c0a9cd31b01af2fa967ed416 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 22:58:35 2012 -0700 Add HordeCore.handleSubmit(). framework/Core/js/hordecore.js | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/fb26b502978e2085c0a9cd31b01af2fa967ed416 ----------------------------------------------------------------------- commit 2cc00f4915b004b1d8558196e0c99f25f1fbd6ca Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 23:02:16 2012 -0700 Use HordeCore.handleSubmit() imp/js/compose-dimp.js | 14 +++--------- imp/js/dialog.js | 9 ++++++- imp/js/dimpbase.js | 32 +++++------------------------- imp/templates/dimp/compose/compose.html | 4 +-- imp/templates/dimp/index.inc | 2 - 5 files changed, 18 insertions(+), 43 deletions(-) http://git.horde.org/horde-git/-/commit/2cc00f4915b004b1d8558196e0c99f25f1fbd6ca ----------------------------------------------------------------------- commit 67067f02b75d22a61d730d9c139b54efdbb5c4ae Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 23:17:46 2012 -0700 Use HordeCore.submitForm imp/js/compose.js | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/67067f02b75d22a61d730d9c139b54efdbb5c4ae ----------------------------------------------------------------------- commit d71926979ae913f7fb3ee1038f195114ba05513b Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 23:37:54 2012 -0700 Add Horde_Core_Ajax_Response_Notifications() framework/Core/lib/Horde/Core/Ajax/Response/Notifications.php | 36 +++++++++ framework/Core/package.xml | 6 +- horde/login.php | 7 +- kronolith/data.php | 2 +- 4 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Ajax/Response/Notifications.php http://git.horde.org/horde-git/-/commit/d71926979ae913f7fb3ee1038f195114ba05513b ----------------------------------------------------------------------- commit 6ac2afb2409cfe83e30d46a643d5b3d912873787 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 23:42:41 2012 -0700 We only care about response data in this object. framework/Core/lib/Horde/Core/Ajax/Response/Raw.php | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6ac2afb2409cfe83e30d46a643d5b3d912873787 ----------------------------------------------------------------------- commit 467ee59aa4b46cefb965302966bce4ffdd576a9d Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 23:52:52 2012 -0700 Make clear that a raw Ajax_Response object can be returned by an Imple's handle() method. framework/Core/lib/Horde/Core/Ajax/Imple.php | 10 +++++++--- imp/lib/Ajax/Imple/ImageUnblock.php | 3 +-- imp/lib/Ajax/Imple/ImportEncryptKey.php | 3 +-- imp/lib/Ajax/Imple/ItipRequest.php | 3 +-- imp/lib/Ajax/Imple/PassphraseDialog.php | 3 +-- 5 files changed, 11 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/467ee59aa4b46cefb965302966bce4ffdd576a9d ----------------------------------------------------------------------- commit c945dee44eea6eca2b568816895c05ff4646727a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 6 00:06:37 2012 -0700 phpdoc framework/Core/lib/Horde/Core/Ajax/Response.php | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/c945dee44eea6eca2b568816895c05ff4646727a __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
