Plugins Directory » Redmine Digest
|
Author: | Undev.ru Developer |
---|---|---|
Website: | https://github.com/Undev/redmine_digest | |
Code repository: | https://github.com/Undev/redmine_digest | |
Registered on: | 2015-06-25 (over 9 years ago) | |
Current version: | 1.0.9 | |
Compatible with: | Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x | |
User ratings: |
This plugin enables you to send and receive daily/weekly/monthly digests.
To create a digest rule, click My account and then click New digest rule.
Specify the rule name, select which events should be included in a digest (all options are enabled by default) and configure other options as necessary.
A short digest lists an highlights the project changes:
A detailed digest displays both the changed and new values, shows the time and author of the updates.
You can create as many digest rules as needed. You can also preview, edit or delete the created digest rule on My account page.
Installation notes
This plugin requires Redmine Select2 Plugin to be installed.
1. To install the plugins
Download the .ZIP archives, extract files and copy the plugin directories into #{REDMINE_ROOT}/plugins.
Or
Change you current directory to your Redmine root directory:
cd {REDMINE_ROOT}
Copy the plugins from GitHub using the following commands:
git clone https://github.com/Undev/redmine__select2.git plugins/redmine__select2 git clone https://github.com/Undev/redmine_digest.git plugins/redmine_digest
2. Install the required gems using the command:
bundle install
In case of bundle install errors, remove the Gemfile.lock file, update the local package index and install the required dependencies. Then execute the `bundle install` command again:
rm Gemfile.lock sudo apt-get update sudo apt-get install -y libxml2-dev libxslt-dev libpq-dev bundle install
3. These plugins require a migration. Run the following command to upgrade your database (make a database backup before):
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
4. Restart Redmine.
Changelog
1.0.9 (2015-04-28)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x.