Plugins Directory » Intouch
|
Author: | Igor Olemskoi (Southbridge) |
---|---|---|
Website: | https://github.com/southbridgeio/redmine_intouch | |
Code repository: | https://github.com/southbridgeio/redmine_intouch.git | |
Registered on: | 2015-12-02 (almost 9 years ago) | |
Current version: | 1.5.1 | |
Compatible with: | Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x | |
User ratings: |
Redmine ticket update reminder plugin that sends email reminder to the assignee and a globally defined cc'd user when the task has not been updated within the desired duration.
Installation notes
1. Clone repository to your redmine/plugins directory
git clone https://github.com/southbridgeio/redmine_intouch.git
2. Install dependencies
bundle install
3. Run migration
rake redmine:plugins:migrate
4. Start Sidekiq and Telegram bot as described at https://github.com/centosadmin/redmine_intouch/blob/master/README.md
Changelog
1.5.1 (2020-01-28)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x.
- Remove sidekiq-rate-limiter from gemfile
- Remove ruby 2.7.0 from build matrix
1.5.0 (2020-01-10)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x.
- Add plugins deprecation warning
- Fix project settings page performance
- Implement message previews
- Don’t send updates to updated_by
- Don’t send live updates to inactive users
- Handle telegram group upgrade errors
- Set telegram rate limiting
- Use html formatting in telegram
- Fix idempotency
1.4.0 (2018-12-26)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Adapt for Redmine 4
- Fix settings caching issues in sidekiq
v1.4.0 introduces Redmine 4 support. If you're running Redmine 4, you need to run this task:
RAILS_ENV=production bundle exec rake intouch:fix_settings
to fix compatibility with Rails 5.
1.3.0 (2018-08-08)
Compatible with Redmine 3.4.x, 3.3.x.
- Use redmine_bots instead of redmine_telegram_common
- Add Slack support (and transparent support for custom protocols)
- Fix redmine_helpdesk integration
1.2.1 (2018-04-26)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Fix helpdesk plugin support
1.2.0 (2018-04-12)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Fix rack-protection issue
- Add time zone notice to cron jobs edit page
- Add assigner_roles setting
- Add /notify command
- Add redmine_telegram_common dependency
1.1.1 (2018-04-05)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Fix status update message
- Send issue project updates to groups
- Add redmine-helpdesk support
1.1.0 (2018-03-01)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
Warning! Since this version all our telegram plugins uses common bot from redmine_telegram_common settings.
- Update telegram-bot-ruby
- Use bot from redmine_telegram_common
1.0.2 (2018-02-20)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Fix circular dependency issues
- Add bot collision check
- Don't send notifications to non-active users
- Fix status update message
1.0.1 (2017-08-01)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Add Rails 5.1 support
- Fix uninitialized constant TelegramMessageSender::Telegram
- Remove git usage in plugin code
- Fix LiveHandlerWorker not found issue
- Fix mail from field
1.0.0 (2017-06-30)
Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
redmine_telegram_common 0.1.0 or higher is required.
- Upgrade redmine_telegram_common to version 0.1.0
- Move from telegrammer to telegram-bot-ruby
- Telegram bot can work via getUpdates or WebHooks
- Telegram rake bot will bind default to tmp/pids
0.6.2 (2017-05-23)
Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md
0.6.0 (2017-03-30)
Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md
0.5.3 (2017-03-17)
Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md
0.4.0 (2016-12-20)
Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
Changelog: https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md
Since version 0.2 this plugin uses https://github.com/centosadmin/redmine_telegram_common plugin.
0.2.1 (2016-09-01)
Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
Bug fixes.
0.1.12 (2015-12-02)
Compatible with Redmine 3.2.x, 3.1.x.