The branch "master" has been updated. The following is a summary of the commits.
from: 20ed7a2bfdc26d00bfed0910a44207b602ca72d3 568499f Re-start the session. 529b815 Catch non-existant address books here too. 2adc47f Comment 417fd79 Add From: address to listeners too. 89b8913 Don't add the requester as a listener too. 3ad699a Fix outputting the tabs. a5146f1 Simplify Summary: http://github.com/horde/horde/compare/20ed7a2bfdc26d00bfed0910a44207b602ca72d3...a5146f1ab99a562e23a2bb24e113d3eacd7202ad ----------------------------------------------------------------------- commit 568499fef3bbab04748cc22b76c1f3b5cab95569 Author: Jan Schneider <[email protected]> Date: Tue Apr 12 11:29:16 2016 +0200 Re-start the session. We closed the session before listing events to allow parallel requests, but we only restarted it if there was no error condition. Since notifications write the session, we must restart the session in the error case too though. kronolith/lib/Ajax/Application/Handler.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/568499fef3bbab04748cc22b76c1f3b5cab95569 ----------------------------------------------------------------------- commit 529b815e5c8d646f057134d180d4102d9bef787c Author: Jan Schneider <[email protected]> Date: Tue Apr 12 19:52:24 2016 +0200 Catch non-existant address books here too. turba/lib/Factory/Driver.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/529b815e5c8d646f057134d180d4102d9bef787c ----------------------------------------------------------------------- commit 2adc47fc8955b474f8b558e34f2f4662ef32862a Author: Jan Schneider <[email protected]> Date: Tue Apr 12 19:53:32 2016 +0200 Comment framework/Timezone/lib/Horde/Timezone.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/2adc47fc8955b474f8b558e34f2f4662ef32862a ----------------------------------------------------------------------- commit 417fd794acad62750c70a1bbe737385abb4406a9 Author: Jan Schneider <[email protected]> Date: Wed Apr 13 17:39:37 2016 +0200 Add From: address to listeners too. The original From: address is the requester, but other people might update the ticket with email messages too, so add them. whups/lib/Mail.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/417fd794acad62750c70a1bbe737385abb4406a9 ----------------------------------------------------------------------- commit 89b8913f094aec512c3e35519bf8c2eb38930f64 Author: Jan Schneider <[email protected]> Date: Wed Apr 13 17:40:43 2016 +0200 Don't add the requester as a listener too. Necessary for the last commit, but also if the original requester shows up in follow-up Cc: headers. whups/lib/Driver/Sql.php | 15 +++++++++++---- whups/lib/Mail.php | 7 ++----- whups/lib/Ticket.php | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) http://github.com/horde/horde/commit/89b8913f094aec512c3e35519bf8c2eb38930f64 ----------------------------------------------------------------------- commit 3ad699a24ac60fa969b38517b97b33fbcbb555ba Author: Jan Schneider <[email protected]> Date: Wed Apr 13 17:43:32 2016 +0200 Fix outputting the tabs. whups/ticket/watch.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/3ad699a24ac60fa969b38517b97b33fbcbb555ba ----------------------------------------------------------------------- commit a5146f1ab99a562e23a2bb24e113d3eacd7202ad Author: Jan Schneider <[email protected]> Date: Wed Apr 13 17:43:55 2016 +0200 Simplify whups/ticket/update.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/a5146f1ab99a562e23a2bb24e113d3eacd7202ad -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
