97 次代码提交 (5e57a1a9d9478162ac4f27ae96b2ccaf55a1aba7)

作者 SHA1 备注 提交日期
  Jean-Philippe Lang 5e57a1a9d9 Merged rails-3.2 branch. 12 年前
  Jean-Philippe Lang e4ba838c6b Fixed that rake redmine:send_reminders fails if an issue is assigned to a group (#10555). 12 年前
  Jean-Philippe Lang fde9c7315a Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058). 12 年前
  Jean-Philippe Lang 95b10f3bd3 Don't use #delete on String in Mailer. 12 年前
  Jean-Philippe Lang d862843c9d Renamed Mailer#test to Mailer#test_email. 12 年前
  Jean-Philippe Lang e6b9ddad18 Mailer#url_for not called in views with Rails 3.1. 12 年前
  Etienne Massip 7056649a4b Override @#url_for@ in AM to force generation of absolute links (#10251). 12 年前
  Jean-Philippe Lang 967f42aa98 Adds a X-Redmine-Sender header to email notifications (#5643). 12 年前
  Jean-Philippe Lang 94b621a99f Fixed that reminders are sent for closed issues (#10006). 12 年前
  Toshi MARUYAMA 2ab7dba964 Rails3: model: mailer: use .to_s at redmine_headers method 12 年前
  Jean-Philippe Lang afbdc51e01 Removed ARCondition. 12 年前
  Jean-Philippe Lang 0a92e382fa Use scopes instead of ARCondition. 12 年前
  Jean-Philippe Lang 040cfa4ad5 Makes the link in an issue update notification point to the change (#9690). 12 年前
  Jean-Philippe Lang f953426935 Replaced non standard Precedence email header with "X-Auto-Response-Suppress: OOF" (#9534). 12 年前
  Toshi MARUYAMA ef962b84d7 Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*.html.erb (#6317) 12 年前
  Toshi MARUYAMA a4c4edacfd Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to app/views/mailer/*.text.erb (#6317) 12 年前
  Toshi MARUYAMA c534c9e984 Rails3: mail: rename app/views/layouts/mailer.text.plain.erb to app/views/layouts/mailer.text.erb (#6317) 12 年前
  Toshi MARUYAMA 52011f1582 replace RAILS_DEFAULT_LOGGER of mylogger() to Rails.logger at app/models/mailer.rb 12 年前
  Toshi MARUYAMA 4c389d4100 code layout clean up of reminder() at app/models/mailer.rb 12 年前
  Toshi MARUYAMA cf7efe3f7d code layout clean up of render_multipart() at app/models/mailer.rb 12 年前
  Toshi MARUYAMA b89bf7eaf1 code layout clean up of account_activation_request() at app/models/mailer.rb 12 年前
  Toshi MARUYAMA 3505339007 code layout clean up of wiki_content_updated() at app/models/mailer.rb 12 年前
  Toshi MARUYAMA e2a48eaa75 code layout clean up of wiki_content_added() at app/models/mailer.rb 12 年前
  Toshi MARUYAMA 01c5311662 remove trailing white-spaces from mailer model source. 13 年前
  Jean-Philippe Lang 08f44b67f5 Fixed links in new file notification broken by r4051 (#6590). 13 年前
  Jean-Philippe Lang a2baf9f695 Do not send reminders to locked users (#5773). 13 年前
  Jean-Philippe Lang 5d72122039 Fixes sort parameter in reminder email links (#7963). 13 年前
  Jean-Philippe Lang 36009de154 Adds email notifications support for news comments (#2074). 13 年前
  Jean-Philippe Lang 4cefae0aaa Adds an application configuration file: config/configuration.yml (#7408). 13 年前
  Jean-Philippe Lang 338e407a91 Fixed: URLs broken in wiki notifications (#6838). 13 年前
  Eric Davis e9efa5b981 Refactor: use :id instead of :page when linking to Wiki Pages 13 年前
  Eric Davis 51359704a0 Added a users options to the reminders email 13 年前
  Eric Davis 16969fdbbb Show the number of days in the subject line of Reminder emails. 13 年前
  Jean-Philippe Lang 79b4f68176 Adds an option to enable/disable email notifications during a project copy (#4672). 14 年前
  Jean-Philippe Lang cdb86d5ef7 Fixed: no email notification on new project/version file added (#4966). 14 年前
  Jean-Philippe Lang dab0c07fba Fixed: Links in Forum mails should redirect to message, not topic (#4884). 14 年前
  Jean-Philippe Lang df46d704e8 Log email delivery errors. 14 年前
  Jean-Philippe Lang a0364deb6a Log info when sending an email notification. 14 年前
  Jean-Philippe Lang ff77fb6aa9 Fixed: email notifications may affect language of notices on the UI (#4086). 14 年前
  Jean-Philippe Lang bb477a3a0f Make sure users don't get notified for thing they can not view (#3589). 14 年前
  Jean-Philippe Lang de8dcc5b26 Sets proper content type for plain text mails (#3970). 14 年前
  Eric Davis 7b0cb6aba8 Upgraded to Rails 2.3.4 (#3597) 14 年前
  Jean-Philippe Lang 85ce903cfa Ability to watch a wiki or a single wiki page (#413). 15 年前
  Jean-Philippe Lang fe8f4e5b87 Fixes code comments. 15 年前
  Jean-Philippe Lang 9c9dc6e814 Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings. 15 年前
  Jean-Philippe Lang 2a3fe1604a Fixed: Issue status in the notify email's subject is the issue's old status, should be its new status (#3194). 15 年前
  Jean-Philippe Lang 66839c12dd Replaces List-Id header with Precedence and Auto-Submitted headers (#2984, #2879). 15 年前
  Eric Davis c2dfffd7f2 Added some RDoc documentation for some models. 15 年前
  Jean-Philippe Lang 554e569de1 Adds a List-Id header to all emails (#2879). 15 年前
  Eric Davis 4baf32b166 Fixing Plugin and Mailer default_url_options. 15 年前