The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: c444ffb64f23547f1ea5725ea6932c90ee27ac32 8b280e3 [mms] Linked attachments are no longer a user-configurable action. 032460c Determine attachment limit on server side, not browser side e35032d Attachment size limitations need to be checked at attachment time to produce the correct results 9fcc462 Hint to PHP server about max POST file size in dynamic view ca83260 IMP_Compose_LinkedAttachment::create() -> IMP_Compose#createLinkedAtc() 8e5c0d1 For pasted images, transfer to linked attachment sending if it exceeds the threshold ----------------------------------------------------------------------- commit 8b280e342157082345b8704a67ced04d04651577 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 11 14:49:21 2013 -0700 [mms] Linked attachments are no longer a user-configurable action. [mms] Attachments can now be configured to be linked only if over a configurable size threshold. imp/config/conf.xml | 8 +- imp/config/prefs.php | 12 +-- imp/docs/CHANGES | 6 +- imp/docs/UPGRADING | 12 ++- imp/js/compose-dimp.js | 1 - imp/lib/Ajax/Application/Handler/Common.php | 9 -- imp/lib/Basic/Compose.php | 30 +---- imp/lib/Compose.php | 176 +++++++++++---------------- imp/lib/Compose/Attachment.php | 15 +++ imp/lib/Dynamic/Compose/Common.php | 23 +--- imp/package.xml | 8 +- imp/templates/dynamic/compose.html.php | 3 - 12 files changed, 124 insertions(+), 179 deletions(-) http://git.horde.org/horde-git/-/commit/8b280e342157082345b8704a67ced04d04651577 ----------------------------------------------------------------------- commit 032460cefa5a7163532603015f3607ee6ff840dc Author: Michael M Slusarz <[email protected]> Date: Mon Feb 11 15:21:53 2013 -0700 Determine attachment limit on server side, not browser side imp/js/compose-dimp.js | 38 ++++++++++++++++---------------- imp/lib/Ajax/Queue.php | 30 ++++++++++++++++--------- imp/lib/Dynamic/Compose/Common.php | 1 - imp/themes/default/dynamic/screen.css | 6 +++++ 4 files changed, 44 insertions(+), 31 deletions(-) http://git.horde.org/horde-git/-/commit/032460cefa5a7163532603015f3607ee6ff840dc ----------------------------------------------------------------------- commit e35032d8d164872dc82e6a005297f73234aa0035 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 11 15:33:00 2013 -0700 Attachment size limitations need to be checked at attachment time to produce the correct results imp/lib/Basic/Compose.php | 14 +---- imp/lib/Compose.php | 84 ++++++++++---------------- imp/templates/basic/compose/compose.html.php | 8 +-- 3 files changed, 35 insertions(+), 71 deletions(-) http://git.horde.org/horde-git/-/commit/e35032d8d164872dc82e6a005297f73234aa0035 ----------------------------------------------------------------------- commit 9fcc4620d9ac8bdcd2b999e835a76cb510e93b3b Author: Michael M Slusarz <[email protected]> Date: Mon Feb 11 16:08:28 2013 -0700 Hint to PHP server about max POST file size in dynamic view imp/js/dimpbase.js | 2 ++ imp/lib/Dynamic/Base.php | 3 ++- imp/lib/Dynamic/Compose/Common.php | 1 + imp/templates/dynamic/compose.html.php | 1 + 4 files changed, 6 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9fcc4620d9ac8bdcd2b999e835a76cb510e93b3b ----------------------------------------------------------------------- commit ca8326068c88110b79ae80ab220942eb268daf35 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 11 16:20:23 2013 -0700 IMP_Compose_LinkedAttachment::create() -> IMP_Compose#createLinkedAtc() imp/lib/Compose.php | 2 +- imp/lib/Compose/Attachment.php | 17 +++++++++++++++++ imp/lib/Compose/LinkedAttachment.php | 20 -------------------- 3 files changed, 18 insertions(+), 21 deletions(-) http://git.horde.org/horde-git/-/commit/ca8326068c88110b79ae80ab220942eb268daf35 ----------------------------------------------------------------------- commit 8e5c0d19a5b6ad49bcefa360ddec7633a368f651 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 11 16:37:56 2013 -0700 For pasted images, transfer to linked attachment sending if it exceeds the threshold imp/lib/Compose.php | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/8e5c0d19a5b6ad49bcefa360ddec7633a368f651 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
