mathieu / redmine_diff_email

A plugin for Redmine to send diff emails to project developers upon checkin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Diff Email Plugin

This plugin sends diff emails for each changeset pushed to a repository.

Description

This project is a fork of genbit/redmine_diff_email by Sergey Generalov (originally by Lamar) with modifications made to have a better email format.

Installation

  1. Installing the plugin

    1. Follow the plugin installation procedure at www.redmine.org/wiki/redmine/Plugins.

      1. For convenience, the latest steps for Redmine 1.0.3 are to go to $REDMINE_DIR/vendor/plugins

      2. git clone git://github.com/kahseng/redmine_diff_email.git

    2. Perform a one-time database migration with the command rake db:migrate:plugins.

    3. Restart your Redmine.

    4. Set the ‘Send diff email’ checkbox on your account page to receive mails about commits on your projects.

License

Copyright © 2010 Kah Seng Tay, Ivan Evtuhovich

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A plugin for Redmine to send diff emails to project developers upon checkin.

License:MIT License


Languages

Language:Ruby 100.0%