The branch "master" has been updated. The following is a summary of the commits.
from: 3c9ae0a0c9a0a6f52f0ff5f748d480c591a8531d 68d765b todo 3d81c99 Looks like there was a break missing. e5b1dfc [jan] Store incoming email messages separately from attachments. 6efb253 Make sure to create the directory first. 206f6e3 Move isAttachment() to Horde_Mime_Part. 43609f3 Use Horde_Mime_Part#isAttachment(). Summary: http://github.com/horde/horde/compare/3c9ae0a0c9a0a6f52f0ff5f748d480c591a8531d...43609f307797197fe786242b5505c5fb9be2820a ----------------------------------------------------------------------- commit 68d765b08883f857662995f8a8b829ef66b1c64a Author: Jan Schneider <[email protected]> Date: Wed Jun 22 12:40:40 2016 +0200 todo framework/Vfs/lib/Horde/Vfs/Base.php | 2 ++ 1 file changed, 2 insertions(+) http://github.com/horde/horde/commit/68d765b08883f857662995f8a8b829ef66b1c64a ----------------------------------------------------------------------- commit 3d81c99c71881a88d1be5c385f0cf2acab63708c Author: Jan Schneider <[email protected]> Date: Wed Jun 22 18:26:30 2016 +0200 Looks like there was a break missing. whups/lib/Ticket.php | 1 + 1 file changed, 1 insertion(+) http://github.com/horde/horde/commit/3d81c99c71881a88d1be5c385f0cf2acab63708c ----------------------------------------------------------------------- commit e5b1dfc7bfe3ba8da12ef6b4743fe54c7a91f840 Author: Jan Schneider <[email protected]> Date: Thu Jun 23 12:37:24 2016 +0200 [jan] Store incoming email messages separately from attachments. whups/docs/CHANGES | 1 + whups/lib/Application.php | 34 ++++-- whups/lib/Form/Renderer/Comment.php | 19 ++++ whups/lib/LoginTasks/SystemTask/Upgrade.php | 11 +- whups/lib/LoginTasks/SystemTask/UpgradeAdmin.php | 116 ++++++++++++++++++++ whups/lib/Mail.php | 18 +--- whups/lib/Ticket.php | 129 ++++++++++++++++++----- whups/lib/Whups.php | 87 +++++++++++++++ whups/locale/de/LC_MESSAGES/whups.mo | Bin 111578 -> 111580 bytes whups/locale/de/LC_MESSAGES/whups.po | 16 +-- whups/package.xml | 16 ++- whups/ticket/delete_attachment.php | 12 ++- whups/view.php | 38 ++++--- 13 files changed, 419 insertions(+), 78 deletions(-) create mode 100644 whups/lib/LoginTasks/SystemTask/UpgradeAdmin.php http://github.com/horde/horde/commit/e5b1dfc7bfe3ba8da12ef6b4743fe54c7a91f840 ----------------------------------------------------------------------- commit 6efb253ff35a207829a2b4080ef8c6f592bf3c70 Author: Jan Schneider <[email protected]> Date: Thu Jun 23 12:44:17 2016 +0200 Make sure to create the directory first. whups/lib/Ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://github.com/horde/horde/commit/6efb253ff35a207829a2b4080ef8c6f592bf3c70 ----------------------------------------------------------------------- commit 206f6e37f51cc0f5c7764fe6e390d40a882d3b9e Author: Jan Schneider <[email protected]> Date: Fri Jun 24 12:16:55 2016 +0200 Move isAttachment() to Horde_Mime_Part. framework/Mime/doc/Horde/Mime/UPGRADING | 10 ++++ framework/Mime/lib/Horde/Mime/Part.php | 61 +++++++++++++++++++++++ framework/Mime/package.xml | 6 ++- imp/lib/Contents.php | 4 +- imp/lib/Contents/Message.php | 6 +-- imp/lib/Flag/System/Attachment.php | 2 +- imp/lib/Mime/Attachment.php | 85 --------------------------------- imp/lib/Search/Element/Attachment.php | 2 +- imp/package.xml | 8 ++-- 9 files changed, 85 insertions(+), 99 deletions(-) delete mode 100644 imp/lib/Mime/Attachment.php http://github.com/horde/horde/commit/206f6e37f51cc0f5c7764fe6e390d40a882d3b9e ----------------------------------------------------------------------- commit 43609f307797197fe786242b5505c5fb9be2820a Author: Jan Schneider <[email protected]> Date: Fri Jun 24 12:22:43 2016 +0200 Use Horde_Mime_Part#isAttachment(). whups/lib/Mail.php | 8 ++------ whups/package.xml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) http://github.com/horde/horde/commit/43609f307797197fe786242b5505c5fb9be2820a -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
