Redmine/app/views/mailer
Eric Davis 7b0cb6aba8 Upgraded to Rails 2.3.4 (#3597)
* Ran the Rails upgrade
* Upgraded to Rails Engines 2.3.2
* Added a plugin to let Engines override application views.
* Converted tests to use the new classes:
** ActionController::TestCase for functional
** ActiveSupport::TestCase for units
* Converted ActiveRecord::Error message to a string.
* ActiveRecord grouping returns an ordered hash which doesn't have #sort!
* Updated the I18n storage_units format.
* Added some default initializers from a fresh rails app
* Changed the order of check_box_tags and hidden_field_tags.  The hidden tag
  needs to appear first in Rails 2.3, otherwise it will override any value in
  the check_box_tag.
* Removed the custom handler for when the cookie store is tampered with.
  Rails 2.3 removed the TamperedWithCookie exception and instead Rails will not
  load the data from it when it's been tampered with (e.g. no user login).
* Fixed mail layouts, 2.3 has problems with implicit multipart emails that
  use layouts.  Also removed some custom Redmine mailer code.
* Fixed a bug that occurred in tests where the "required" span tag would be
  added to the :field_status translation.  This resulted in an email string of:

    <li>Status<span class="required"> *</span><span class="required"> *</span>

  Instead of:

    <li>Status: New</li>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2887 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-09-13 17:14:35 +00:00
..
_issue_text_html.rhtml Fixes: 2008-02-17 14:17:20 +00:00
_issue_text_plain.rhtml Mailer: 2007-11-04 10:43:39 +00:00
account_activated.text.html.rhtml Send an email to the user when an administrator activates a registered user (#2656). 2009-02-20 17:04:47 +00:00
account_activated.text.plain.rhtml Send an email to the user when an administrator activates a registered user (#2656). 2009-02-20 17:04:47 +00:00
account_activation_request.text.html.rhtml There's now 3 account activation strategies (available in application settings): 2007-11-18 17:46:55 +00:00
account_activation_request.text.plain.rhtml There's now 3 account activation strategies (available in application settings): 2007-11-18 17:46:55 +00:00
account_information.text.html.rhtml Mailer: 2007-11-04 10:43:39 +00:00
account_information.text.plain.rhtml Mailer: 2007-11-04 10:43:39 +00:00
attachments_added.text.html.rhtml Mailer: 2007-11-04 10:43:39 +00:00
attachments_added.text.plain.rhtml Mailer: 2007-11-04 10:43:39 +00:00
document_added.text.html.rhtml Fixes: 2008-02-17 14:17:20 +00:00
document_added.text.plain.rhtml Mailer: 2007-11-04 10:43:39 +00:00
issue_add.text.html.rhtml Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
issue_add.text.plain.rhtml Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
issue_edit.text.html.rhtml Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
issue_edit.text.plain.rhtml Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
lost_password.text.html.rhtml Adds username to the password reminder email (#1668). 2008-07-21 19:13:46 +00:00
lost_password.text.plain.rhtml Adds username to the password reminder email (#1668). 2008-07-21 19:13:46 +00:00
message_posted.text.html.rhtml Fixes: 2008-02-17 14:17:20 +00:00
message_posted.text.plain.rhtml * Updated Spanish translation (Gumer Coronel Pérez) 2007-11-26 18:47:49 +00:00
news_added.text.html.rhtml Fixes: 2008-02-17 14:17:20 +00:00
news_added.text.plain.rhtml Mailer: 2007-11-04 10:43:39 +00:00
register.text.html.rhtml Mailer: 2007-11-04 10:43:39 +00:00
register.text.plain.rhtml Mailer: 2007-11-04 10:43:39 +00:00
reminder.text.html.rhtml Adds links to issues in reminder HTML template (#3541). 2009-07-05 14:14:44 +00:00
reminder.text.plain.rhtml Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
test.text.html.rhtml Mailer: 2007-11-04 10:43:39 +00:00
test.text.plain.rhtml Mailer: 2007-11-04 10:43:39 +00:00
wiki_content_added.text.html.rhtml Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings. 2009-05-17 09:55:13 +00:00
wiki_content_added.text.plain.rhtml Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings. 2009-05-17 09:55:13 +00:00
wiki_content_updated.text.html.rhtml Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings. 2009-05-17 09:55:13 +00:00
wiki_content_updated.text.plain.rhtml Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings. 2009-05-17 09:55:13 +00:00