The branch "master" has been updated. The following is a summary of the commits.
from: 9699ddd98983021a7e487c23b2e84b6f60340596 8455e6b [mms] Catch failure to add attachments because PHP's maximum allowed POST size was exceeded. b427863 Show errors when uploading files in dynamic view 62f2a89 [mms] Attach as many files as possible instead of aborting on first failed attachment add. 8af8ec2 [mms] Fix error message displaying the maximimum allowed file upload size. ----------------------------------------------------------------------- commit 8455e6b22e343ec5b46f9da1542b9a47ab7a8e99 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 22 14:15:33 2012 -0600 [mms] Catch failure to add attachments because PHP's maximum allowed POST size was exceeded. imp/docs/CHANGES | 3 +++ imp/lib/Ajax/Application/Handler/Dynamic.php | 21 ++++++++++++++------- imp/package.xml | 2 ++ 3 files changed, 19 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/8455e6b22e343ec5b46f9da1542b9a47ab7a8e99 ----------------------------------------------------------------------- commit b4278632d1e365f732245dbba36746920736cc59 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 22 14:28:19 2012 -0600 Show errors when uploading files in dynamic view imp/lib/Ajax/Application/Handler/Dynamic.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b4278632d1e365f732245dbba36746920736cc59 ----------------------------------------------------------------------- commit 62f2a8973dc001ad2cbdb8d520ca44a7cb6d2541 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 22 14:42:11 2012 -0600 [mms] Attach as many files as possible instead of aborting on first failed attachment add. For example, a file may be over the attachment size limit but a subsequent file may be ok. imp/docs/CHANGES | 2 + imp/lib/Compose.php | 170 +++++++++++++++++++++------------------------------ imp/package.xml | 4 +- 3 files changed, 74 insertions(+), 102 deletions(-) http://git.horde.org/horde-git/-/commit/62f2a8973dc001ad2cbdb8d520ca44a7cb6d2541 ----------------------------------------------------------------------- commit 8af8ec210b0693b7ee9e02088fa32f9ef1d3eb29 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 22 14:49:20 2012 -0600 [mms] Fix error message displaying the maximimum allowed file upload size. MAX_UPLOAD_SIZE can be changed within an HTML page, so there is no way to reliably determine this information for a given upload file. framework/Browser/lib/Horde/Browser.php | 2 +- framework/Browser/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/8af8ec210b0693b7ee9e02088fa32f9ef1d3eb29 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
