summaryrefslogtreecommitdiffstats
path: root/test/unit/mailer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-131-3/+43
* Fixed some tests that where looking for specific issue urls but weren't matchingEric Davis2009-11-141-20/+27
* Sets proper content type for plain text mails (#3970).Jean-Philippe Lang2009-10-241-1/+2
* Fixes some test failures due to Array#to_s behaviour in ruby1.9.Jean-Philippe Lang2009-10-101-2/+2
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-3/+13
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Replaces List-Id header with Precedence and Auto-Submitted headers (#2984, #2...Jean-Philippe Lang2009-04-051-0/+10
* Test that account activation email contains the appropriate link (#2825).Jean-Philippe Lang2009-03-071-0/+6
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-9/+10
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-11/+11
* Adds Message-Id and References headers to email notifications so that issues ...Jean-Philippe Lang2009-01-181-1/+39
* Slight changes to ease Rails 2.2 support.Jean-Philippe Lang2009-01-041-6/+6
* Do not use @:skip_relative_url_root@ to generate urls in Mailer (#2122).Jean-Philippe Lang2008-11-081-0/+48
* add plain text option for mail #2029Nicolas Chuche2008-10-151-1/+11
* bugfix to two failed testsNicolas Chuche2008-10-151-1/+1
* Fixes test broken by r1549.Jean-Philippe Lang2008-06-151-1/+1
* Adds a rake task to send reminders. An email is sent to each user with a list...Jean-Philippe Lang2008-05-251-0/+9
* Add Redmine links for repository files using source: and export: keyworkds (#...Jean-Philippe Lang2008-03-171-1/+1
* Fixes:Jean-Philippe Lang2008-02-171-1/+20
* Mailer:Jean-Philippe Lang2007-11-041-3/+40
* Removed translated email templates attachments_added and document_added (no l...Jean-Philippe Lang2007-10-121-1/+1
* wiki branch merged into trunkJean-Philippe Lang2007-03-101-5/+5
* fixtures loading correctionJean-Philippe Lang2007-02-021-1/+1
* added unit tests for mailerJean-Philippe Lang2007-02-021-0/+63