The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: f222dba3875abeb2f88d63b72a3958de62722c2e 0919568 Address information is not sent in forward requests 053353d Attachment size now returned formatted in AJAX task 71d4887 Show compose attachment information in smartmobile view 506431a [mms] Add attachment upload capability to smartmobile compose page. ----------------------------------------------------------------------- commit 09195686fdb4975cabc0137e3577a29f8c23d2b8 Author: Michael M Slusarz <[email protected]> Date: Mon Apr 1 13:13:17 2013 -0600 Address information is not sent in forward requests imp/js/smartmobile.js | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/09195686fdb4975cabc0137e3577a29f8c23d2b8 ----------------------------------------------------------------------- commit 053353d07a4562f689b1f1017571979ab6ef32a8 Author: Michael M Slusarz <[email protected]> Date: Mon Apr 1 13:32:00 2013 -0600 Attachment size now returned formatted in AJAX task imp/js/compose-dimp.js | 4 ++-- imp/lib/Ajax/Queue.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/053353d07a4562f689b1f1017571979ab6ef32a8 ----------------------------------------------------------------------- commit 71d488755e1a30141121f1a2ffc7e5e21c547656 Author: Michael M Slusarz <[email protected]> Date: Mon Apr 1 13:32:20 2013 -0600 Show compose attachment information in smartmobile view imp/js/smartmobile.js | 42 ++++++++++++++++++++++++++++ imp/lib/Smartmobile.php | 7 ++++- imp/templates/smartmobile/compose.html.php | 21 +++++++++++-- imp/themes/default/smartmobile/screen.css | 3 ++ 4 files changed, 68 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/71d488755e1a30141121f1a2ffc7e5e21c547656 ----------------------------------------------------------------------- commit 506431ad49030f713ecd25e371e964392096b908 Author: Michael M Slusarz <[email protected]> Date: Mon Apr 1 16:40:15 2013 -0600 [mms] Add attachment upload capability to smartmobile compose page. imp/docs/CHANGES | 1 + imp/js/ckeditor/pasteattachment.js | 6 +- imp/js/smartmobile.js | 29 ++++-- imp/lib/Ajax/Application.php | 4 +- imp/lib/Ajax/Application/Handler/ComposeAttach.php | 97 ++++++++++++++++++++ imp/lib/Ajax/Application/Handler/Dynamic.php | 71 -------------- imp/lib/Smartmobile.php | 3 + imp/package.xml | 5 +- imp/templates/smartmobile/compose.html.php | 6 + 9 files changed, 139 insertions(+), 83 deletions(-) create mode 100644 imp/lib/Ajax/Application/Handler/ComposeAttach.php http://git.horde.org/horde-git/-/commit/506431ad49030f713ecd25e371e964392096b908 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
