[commits] Horde branch master updated. 25d1a7be3f515ea8dd86b7402e9e5c5ea7ca7a0c
Michael J. Rubinsky
mrubinsk at horde.org
Wed Dec 21 16:24:38 UTC 2016
The branch "master" has been updated.
The following is a summary of the commits.
from: af3cec27bb9ea4ceeb84a3d5015d92a4c9686d02
37e53c3 No need to pass the channel_id, we have it in the story entry.
25d1a7b Fix CHUNKING support.
Summary: http://github.com/horde/horde/compare/af3cec27bb9ea4ceeb84a3d5015d92a4c9686d02...25d1a7be3f515ea8dd86b7402e9e5c5ea7ca7a0c
-----------------------------------------------------------------------
commit 37e53c39f16ce994721e9423a39eec53935af47a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 20 10:36:13 2016 -0500
No need to pass the channel_id, we have it in the story entry.
jonah/lib/Api.php | 4 ++--
jonah/lib/Block/Latest.php | 7 ++++---
jonah/lib/Block/Story.php | 6 +++---
jonah/lib/Driver.php | 5 ++---
jonah/lib/View/StoryDelete.php | 2 +-
jonah/lib/View/StoryEdit.php | 2 +-
jonah/lib/View/StoryPdf.php | 2 +-
jonah/lib/View/StoryView.php | 2 +-
jonah/stories/share.php | 2 +-
9 files changed, 16 insertions(+), 16 deletions(-)
http://github.com/horde/horde/commit/37e53c39f16ce994721e9423a39eec53935af47a
-----------------------------------------------------------------------
commit 25d1a7be3f515ea8dd86b7402e9e5c5ea7ca7a0c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Dec 21 11:16:48 2016 -0500
Fix CHUNKING support.
We can't send a CRLF after the advertised number of bytes have
been sent when using BDAT. The server is expecting EXACTLY that
number of bytes, and then it expects the next BDAT or (if LAST),
the next command.
framework/Smtp/lib/Horde/Smtp/Connection.php | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/25d1a7be3f515ea8dd86b7402e9e5c5ea7ca7a0c
More information about the commits
mailing list