Skip to content

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

License

Notifications You must be signed in to change notification settings

kahseng/redmine_diff_email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%