summaryrefslogtreecommitdiffstats
path: root/app/models/mailer.rb
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from mailer model source.Toshi MARUYAMA2011-05-171-21/+21
* Fixed links in new file notification broken by r4051 (#6590).Jean-Philippe Lang2011-03-271-2/+2
* Do not send reminders to locked users (#5773).Jean-Philippe Lang2011-03-271-1/+1
* Fixes sort parameter in reminder email links (#7963).Jean-Philippe Lang2011-03-241-1/+1
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-041-2/+20
* Adds an application configuration file: config/configuration.yml (#7408).Jean-Philippe Lang2011-01-231-1/+1
* Fixed: URLs broken in wiki notifications (#6838).Jean-Philippe Lang2010-11-061-3/+3
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-5/+5
* Added a users options to the reminders emailEric Davis2010-09-201-0/+5
* Show the number of days in the subject line of Reminder emails.Eric Davis2010-08-031-1/+1
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-211-0/+9
* Fixed: no email notification on new project/version file added (#4966).Jean-Philippe Lang2010-03-031-2/+2
* Fixed: Links in Forum mails should redirect to message, not topic (#4884).Jean-Philippe Lang2010-02-201-1/+1
* Log email delivery errors.Jean-Philippe Lang2010-01-311-1/+15
* Log info when sending an email notification.Jean-Philippe Lang2010-01-311-1/+10
* Fixed: email notifications may affect language of notices on the UI (#4086).Jean-Philippe Lang2010-01-101-0/+2
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-131-10/+13
* Sets proper content type for plain text mails (#3970).Jean-Philippe Lang2009-10-241-3/+8
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-20/+28
* Ability to watch a wiki or a single wiki page (#413).Jean-Philippe Lang2009-05-251-0/+2
* Fixes code comments.Jean-Philippe Lang2009-05-171-3/+3
* Adds email notification on wiki changes (#413). It's disabled by default and ...Jean-Philippe Lang2009-05-171-1/+33
* Fixed: Issue status in the notify email's subject is the issue's old status, ...Jean-Philippe Lang2009-04-191-1/+1
* Replaces List-Id header with Precedence and Auto-Submitted headers (#2984, #2...Jean-Philippe Lang2009-04-051-1/+2
* Added some RDoc documentation for some models.Eric Davis2009-03-211-2/+46
* Adds a List-Id header to all emails (#2879).Jean-Philippe Lang2009-03-071-1/+2
* Fixing Plugin and Mailer default_url_options.Eric Davis2009-02-251-6/+6
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-0/+1
* Send an email to the user when an administrator activates a registered user (...Jean-Philippe Lang2009-02-201-0/+9
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-211-1/+1
* Adds Message-Id and References headers to email notifications so that issues ...Jean-Philippe Lang2009-01-181-1/+45
* Slight changes to ease Rails 2.2 support.Jean-Philippe Lang2009-01-041-2/+2
* Fixed: email notification for changes I make still occurs when running Reposi...Jean-Philippe Lang2009-01-031-3/+5
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-1/+1
* Adds watchers selection on new issue form (#398). Permission 'add issue watch...Jean-Philippe Lang2008-12-221-0/+1
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-091-0/+3
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-301-1/+1
* Do not use @:skip_relative_url_root@ to generate urls in Mailer (#2122).Jean-Philippe Lang2008-11-081-2/+6
* Host setting should contain the path prefix (Redmine base URL) to properly ge...Jean-Philippe Lang2008-11-071-22/+23
* add plain text option for mail #2029Nicolas Chuche2008-10-151-0/+15
* Mailer compatibility with Rails 2.1.1.Jean-Philippe Lang2008-09-131-1/+1
* Fixed: Reminder emails shouldn't include archived projects (#1351).Jean-Philippe Lang2008-06-021-1/+3
* Adds a rake task to send reminders. An email is sent to each user with a list...Jean-Philippe Lang2008-05-251-0/+31
* Add the following headers to email notifications (#830, #247):Jean-Philippe Lang2008-03-161-0/+22
* Remove hardcoded "Redmine" strings in account related emails. And use applica...Jean-Philippe Lang2008-03-151-4/+4
* Do not send an email with no recipient, cc or bcc (closes #743).Jean-Philippe Lang2008-02-261-1/+10
* Fixed: "undefined method 'textilizable'" error on email notification when run...Jean-Philippe Lang2008-02-211-3/+3
* Fixed: auto closing of duplicates doesn't work.Jean-Philippe Lang2008-02-171-1/+0
* Display the issue status in the email subject only if the status was actually...Jean-Philippe Lang2008-01-201-2/+5
* Fixed: when changing the status of an issue, the email subject contains the p...Jean-Philippe Lang2008-01-201-0/+1