The branch "master" has been updated. The following is a summary of the commits.
from: d3621a6f29bed140e81007dc8f627868c31632bc 26eba7b Bug #10462: Don't use null characters in browser javascript 50e1e82 Fix updating browser viewport cache after message deletion. ba0d765 Bug #10462: changelog entries ----------------------------------------------------------------------- commit 26eba7b031f8a8a63b72a2f76cf2cd4726ae1de6 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 1 00:37:24 2011 -0600 Bug #10462: Don't use null characters in browser javascript imp/compose-dimp.php | 22 +-- imp/index-dimp.php | 1 - imp/js/base64url.js | 74 -------- imp/js/compose-dimp.js | 7 +- imp/js/dimpbase.js | 291 ++++++++++++++---------------- imp/js/dimpcore.js | 8 +- imp/js/message-dimp.js | 24 ++-- imp/js/mobile.js | 2 +- imp/js/viewport.js | 13 +- imp/lib/Ajax/Application.php | 105 ++++++------ imp/lib/Ajax/Queue.php | 10 +- imp/lib/Compose.php | 36 +++- imp/lib/Dimp.php | 3 - imp/lib/Indices.php | 17 ++ imp/lib/Indices/Form.php | 37 ++++ imp/lib/Ui/Compose.php | 2 +- imp/lib/Views/ListMessages.php | 24 ++- imp/lib/Views/ShowMessage.php | 4 +- imp/message-dimp.php | 5 +- imp/package.xml | 6 +- imp/templates/dimp/javascript_defs.php | 7 +- imp/templates/mobile/javascript_defs.php | 1 - 22 files changed, 334 insertions(+), 365 deletions(-) delete mode 100644 imp/js/base64url.js create mode 100644 imp/lib/Indices/Form.php http://git.horde.org/horde-git/-/commit/26eba7b031f8a8a63b72a2f76cf2cd4726ae1de6 ----------------------------------------------------------------------- commit 50e1e82b8f4661020dbf519e5f6fd4a2bab841a1 Author: Michael M Slusarz <[email protected]> Date: Sat Sep 24 23:45:30 2011 -0600 Fix updating browser viewport cache after message deletion. Combined effect of this change, and previous change, is to eliminate an entirely duplicative delete data object being sent in the AJAX response. Now, deletion is handled entirely within the viewport code. imp/js/viewport.js | 71 +++++++++++++++++++++------------------- imp/lib/Ajax/Application.php | 7 ++-- imp/lib/Views/ListMessages.php | 11 +++--- 3 files changed, 45 insertions(+), 44 deletions(-) http://git.horde.org/horde-git/-/commit/50e1e82b8f4661020dbf519e5f6fd4a2bab841a1 ----------------------------------------------------------------------- commit ba0d765a1fd2833ec3bbcf2ba2b0f421c733eebb Author: Michael M Slusarz <[email protected]> Date: Sun Sep 25 20:46:58 2011 -0600 Bug #10462: changelog entries imp/docs/CHANGES | 2 ++ imp/package.xml | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/ba0d765a1fd2833ec3bbcf2ba2b0f421c733eebb __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
