[commits] Horde branch imp_6_1 updated. 80d21fb2a5d369888c93425da423b372a2c558ca

Michael M Slusarz slusarz at horde.org
Tue Jan 29 07:49:27 UTC 2013


The branch "imp_6_1" has been updated.
The following is a summary of the commits.

from: 78de597a5c81ebf01988a72d9d10f6905763f835

920191e Additional check to ensure temporary compose files are deleted on logout
80d21fb Initial work in allowing pasting of data (images) into HTML editor

-----------------------------------------------------------------------

commit 920191ee3b08cb076fd35061a7486faeaf828479
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 18:40:00 2013 -0700

    Additional check to ensure temporary compose files are deleted on logout

 imp/lib/Compose.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/920191ee3b08cb076fd35061a7486faeaf828479

-----------------------------------------------------------------------

commit 80d21fb2a5d369888c93425da423b372a2c558ca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 28 14:12:33 2013 -0700

    Initial work in allowing pasting of data (images) into HTML editor
    
    For now, a drag/paste will simply add the data as an attachment.  Still
    need to (among other things):
    
      - Add HTML tag in editor to link to attachment data (compose attach
        preview)
      - Indicate that this data should not be a true attachment but rather
        data in a multipart/related part.
    
    This is only ever going to work in dynamic mode.  This is never going to
    be available in basic mode.

 imp/js/ckeditor/pasteattachment.js           |   73 ++++++++++++++++++++++++++
 imp/js/compose-dimp.js                       |    4 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php |   13 +++--
 imp/lib/Basic/Compose.php                    |    2 +-
 imp/lib/Compose.php                          |   67 +++++++++++++----------
 imp/lib/Minimal/Compose.php                  |    2 +-
 imp/lib/Script/Package/ComposeBase.php       |   18 +++++--
 imp/package.xml                              |    4 +-
 imp/templates/dynamic/compose.html.php       |    2 +-
 9 files changed, 141 insertions(+), 44 deletions(-)
 create mode 100644 imp/js/ckeditor/pasteattachment.js

http://git.horde.org/horde-git/-/commit/80d21fb2a5d369888c93425da423b372a2c558ca




More information about the commits mailing list