neffets / redmine-stuff-to-do-plugin

The Stuff To Do plugin allows a user to order and prioritize the issues they are doing into a specific order.
https://projects.littlestreamsoftware.com/projects/show/redmine-stuff-to-do
Other
14 stars 11 forks source link

stuff_to_do for redmine 2.0 with rails 3 (Feature #6551) - one more fix #2

Closed Rumega closed 12 years ago

Rumega commented 12 years ago

This version is based on Neffets work, with some additional fixes (mail sending)

neffets commented 12 years ago

It works on redmine 1.4 too (Rails 2). Because the text-part of multipart-message had the message as "text" but the mail-body from html-tmplate, I changed to use function "render_multipart" from base class.

ToDo: the message is not translated yet. I verified System.default_language and user.language both set correctly, but its sending in english only