[commits] Horde branch master updated. 125e6271faab0dc2cf15df6b43bf08cac30de829
Michael M Slusarz
slusarz at horde.org
Tue Aug 5 07:18:13 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 8a85e5af6f57843c0e93283332587573d521829b
e310800 Don't overwrite onSuccess function if passed in
a41ff80 Move compose attachment list code to separate class
7245fa3 [mms] Add upload progress bar in dynamic compose screen when adding attachments.
125e627 [mms] Allow multiple independent attachment actions on the dynamic compose screen.
Summary: http://github.com/horde/horde/compare/8a85e5af6f57843c0e93283332587573d521829b...125e6271faab0dc2cf15df6b43bf08cac30de829
-----------------------------------------------------------------------
commit e3108005b6d30fa1a04e8ac2e959cb912e70047a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 23:41:06 2014 -0600
Don't overwrite onSuccess function if passed in
framework/Core/js/hordecore.js | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/e3108005b6d30fa1a04e8ac2e959cb912e70047a
-----------------------------------------------------------------------
commit a41ff801b68f68ca670cb20f211e3e7bac960cbf
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 22:03:22 2014 -0600
Move compose attachment list code to separate class
Trying to break some stuff out of the main class, since it is getting a
bit crowded/confusing in there.
imp/js/ckeditor/imagepoll.js | 12 +-
imp/js/ckeditor/pasteattachment.js | 2 +-
imp/js/compose-dimp.js | 490 ++++++++++++++++++++---------------
3 files changed, 282 insertions(+), 222 deletions(-)
http://github.com/horde/horde/commit/a41ff801b68f68ca670cb20f211e3e7bac960cbf
-----------------------------------------------------------------------
commit 7245fa3d27dd1e59434096690c9464d50a4249ce
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 23:05:50 2014 -0600
[mms] Add upload progress bar in dynamic compose screen when adding attachments.
Obviously, this only works with newer browsers that support newer
HTML5-ish features
imp/docs/CHANGES | 2 +
imp/js/compose-dimp.js | 140 +++++++++++++++---------------
imp/js/draghandler.js | 6 +-
imp/lib/Dynamic/Compose/Common.php | 1 -
imp/package.xml | 1 +
imp/templates/dynamic/compose.html.php | 1 -
imp/themes/default/dynamic/screen.css | 23 +++--
imp/themes/default/graphics/progress.png | Bin 0 -> 230 bytes
8 files changed, 91 insertions(+), 83 deletions(-)
create mode 100644 imp/themes/default/graphics/progress.png
http://github.com/horde/horde/commit/7245fa3d27dd1e59434096690c9464d50a4249ce
-----------------------------------------------------------------------
commit 125e6271faab0dc2cf15df6b43bf08cac30de829
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Aug 5 01:08:20 2014 -0600
[mms] Allow multiple independent attachment actions on the dynamic compose screen.
No need to block attachment actions (either uploading/deleting/viewing),
since any of these actions are not blocking on the PHP server/session.
imp/docs/CHANGES | 2 ++
imp/package.xml | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/125e6271faab0dc2cf15df6b43bf08cac30de829
More information about the commits
mailing list