[commits] Horde branch master updated. 4bfb61984b68fa7fa635e176f4f94093ffc84c03

Michael M Slusarz slusarz at horde.org
Sat Jul 26 06:09:50 UTC 2014


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

from: dbe0c36b82b3f166186a7168086216b294e76088

dfb4ae5 Remove spurious line
b78be85 Cleanup attachment storage handling
ac7ab35 Actually return stream data
b0c68bf [mms] Don't send empty text part if a message contains attachments.
4bfb619 Better default height setting for ckeditor; minimizes resizing effect

Summary: http://github.com/horde/horde/compare/dbe0c36b82b3f166186a7168086216b294e76088...4bfb61984b68fa7fa635e176f4f94093ffc84c03

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

commit dfb4ae5969cadac1db495530fd9ce82adb411d75
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jul 25 22:28:11 2014 -0600

    Remove spurious line

 framework/Core/lib/Horde/Core/HashTable/Vfs.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/dfb4ae5969cadac1db495530fd9ce82adb411d75

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

commit b78be8538722745774aa9d2060f838460b34114d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jul 25 23:32:13 2014 -0600

    Cleanup attachment storage handling
    
    Use new Horde_Core_HashTable_PersistentStorage for temporary attachment
    data.
    
    VFS linked attachments now uses a completely separate object.  The
    previous method was clever (reusing much of the temporary attachment
    code), but confusing.
    
    Switching between linked and temporary attachment data is now handled by
    another abstracted driver. In the event config is "always link", we can
    skip this intermediate driver altogether.

 imp/lib/Compose/Attachment/Storage/AutoDetermine.php |  113 ++++++++++++++++++
 imp/lib/Compose/Attachment/Storage/Temp.php          |   80 ++++++++++++
 imp/lib/Compose/Attachment/Storage/Vfs.php           |  107 -----------------
 imp/lib/Compose/Attachment/Storage/VfsLinked.php     |  105 +++++++++++------
 imp/lib/Factory/ComposeAtc.php                       |   14 ++-
 imp/package.xml                                      |   10 +-
 6 files changed, 279 insertions(+), 150 deletions(-)
 create mode 100644 imp/lib/Compose/Attachment/Storage/AutoDetermine.php
 create mode 100644 imp/lib/Compose/Attachment/Storage/Temp.php
 delete mode 100644 imp/lib/Compose/Attachment/Storage/Vfs.php

http://github.com/horde/horde/commit/b78be8538722745774aa9d2060f838460b34114d

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

commit ac7ab359f837a961f31ff4400f50f75fab74b3b2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jul 25 23:46:59 2014 -0600

    Actually return stream data

 framework/Core/lib/Horde/Core/HashTable/Vfs.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/ac7ab359f837a961f31ff4400f50f75fab74b3b2

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

commit b0c68bfdead89ea973192c07efbd4b2f2135158c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jul 25 23:56:38 2014 -0600

    [mms] Don't send empty text part if a message contains attachments.

 imp/docs/CHANGES    |    1 +
 imp/lib/Compose.php |   31 ++++++++++++++++++++++++-------
 imp/package.xml     |    1 +
 3 files changed, 26 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/b0c68bfdead89ea973192c07efbd4b2f2135158c

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

commit 4bfb61984b68fa7fa635e176f4f94093ffc84c03
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jul 26 00:09:22 2014 -0600

    Better default height setting for ckeditor; minimizes resizing effect

 imp/js/editor.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/4bfb61984b68fa7fa635e176f4f94093ffc84c03




More information about the commits mailing list