The branch "master" has been updated. The following is a summary of the commits.
from: 207bac0d91d246856682ccb769f9276bacee38ab ea3d54b This script has been renamed long ago. 57e829d Remove unnecessary join. 9c6ba45 If set, use Reply-To: address for the ticket creator when creating tickets from emails. 83f896b Add Cc: addresses as listeners when creating tickets from emails. e26dbe9 Fix displaying ticket creators with names when creating tickets from emails. b34460c Display ticket listeners to authenticated users. Summary: http://github.com/horde/horde/compare/207bac0d91d246856682ccb769f9276bacee38ab...b34460ce5ab6a7a3afe8153be1f4455642ae8647 ----------------------------------------------------------------------- commit ea3d54bb0e23acc236d66db69613980ae7679b73 Author: Jan Schneider <[email protected]> Date: Tue Mar 15 12:57:17 2016 +0100 This script has been renamed long ago. whups/config/conf.xml | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/ea3d54bb0e23acc236d66db69613980ae7679b73 ----------------------------------------------------------------------- commit 57e829d5f8dd5d8c4e53431e5247c0d37b496678 Author: Jan Schneider <[email protected]> Date: Tue Mar 15 18:00:02 2016 +0100 Remove unnecessary join. whups/lib/Driver/Sql.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/57e829d5f8dd5d8c4e53431e5247c0d37b496678 ----------------------------------------------------------------------- commit 9c6ba456c29aa367cb07bd86e7be3be4a2fa2ec0 Author: Jan Schneider <[email protected]> Date: Tue Mar 15 18:02:14 2016 +0100 If set, use Reply-To: address for the ticket creator when creating tickets from emails. whups/lib/Mail.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/9c6ba456c29aa367cb07bd86e7be3be4a2fa2ec0 ----------------------------------------------------------------------- commit 83f896b02dfddaadfc2906aeb3ee8153fa7db2f6 Author: Jan Schneider <[email protected]> Date: Tue Mar 15 18:03:35 2016 +0100 Add Cc: addresses as listeners when creating tickets from emails. whups/lib/Driver/Sql.php | 23 +++++++++++++++++++++++ whups/lib/Mail.php | 15 +++++++++++++++ whups/lib/Ticket.php | 7 +++++++ 3 files changed, 45 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/83f896b02dfddaadfc2906aeb3ee8153fa7db2f6 ----------------------------------------------------------------------- commit e26dbe9ff712f23b83e1009914a939197696f516 Author: Jan Schneider <[email protected]> Date: Tue Mar 15 18:04:42 2016 +0100 Fix displaying ticket creators with names when creating tickets from emails. whups/lib/Whups.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/e26dbe9ff712f23b83e1009914a939197696f516 ----------------------------------------------------------------------- commit b34460ce5ab6a7a3afe8153be1f4455642ae8647 Author: Jan Schneider <[email protected]> Date: Tue Mar 15 18:05:25 2016 +0100 Display ticket listeners to authenticated users. whups/templates/ticket/watchers.inc | 38 +++++++++++- whups/ticket/watch.php | 107 +++++++++++++++++++++-------------- 2 files changed, 100 insertions(+), 45 deletions(-) http://github.com/horde/horde/commit/b34460ce5ab6a7a3afe8153be1f4455642ae8647 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
