forked from cou2jpn/redmine_diff_email
-
Notifications
You must be signed in to change notification settings - Fork 0
A plugin for Redmine to send diff emails to project developers upon checkin.
License
magicvox/redmine_diff_email
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 {kahseng/redmine_diff_email}[https://github.com/kahseng/redmine_diff_email.git] by {kahseng}[https://github.com/kahseng] (originally by {Lamar}[https://github.com/Lamar/]) with the following modifications. * E-mail headers added. * Multi-language support (send e-mail in the language of the committer). * Support for multipart e-mail (with text messages). * View diff in mail abolished. * Abolished by users in custom field settings. By project (by the repository) Sets whether to send email. * Changes to send mail to project members authorized repository browser. * Add the option of attaching diff file or not. * To see a list of changed files on the commit in the body of the email. (Git, Subversion, Mercurial) == Installation * Add following 1 line to "./app/views/projects/settings/_repository.rhtml" in your Redmine. ---- <% button_disabled = ! @repository.class.scm_available %> <%= repository_field_tags(f, @repository)%> <%= call_hook(:view_projects_settings_repository) %> # <-- Add this line. <% end %> </div> ---- 1. Follow the plugin installation procedure at http://www.redmine.org/wiki/redmine/Plugins. 2. Perform a one-time database migration with the command rake db:migrate:plugins 3. Restart your Redmine. 4. Set the 'Email notifications' checkbox at Repositr setting tab on your project settings page. == License 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
Packages 0
No packages published