Closed cforce closed 11 years ago
We haven't tryed it yet, but if you do please give us feedback! This plugin was made for our internal use and was only tested in Redmine 1.4.x.
I've played with it for a bit and gotten it to run in 2.2. Only issue seems to be on email edit - throws a few exceptions.
Modifications required on init.rb and the settings partial.
It can't work! no such file to load -- dispatcher
Its working for me. Use this as your init.rb
require 'redmine'
require 'mailer_patch' require 'projects_controller_patch'
Redmine::Plugin.register :redmine_email_notification_content_filter do
name 'Redmine Email Notification Content Filter plugin'
author 'S
ActionDispatch::Callbacks.to_prepare do require_dependency 'mailer' require_dependency 'projects_controller' ProjectsController.send(:include, ProjectsControllerPatch) Mailer.send(:include, MailerPatch)
Pleass provide a pull request frp ur fork.
I've updated the project to work with redmine 1.4 and redmine 2.2. I also add the Italian translation, provided by @barda
Is it compatible?