OSDN Git Service

Adds email notification on wiki changes (#413). It's disabled by default and can...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 May 2009 09:55:13 +0000 (09:55 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 May 2009 09:55:13 +0000 (09:55 +0000)
commit9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0
treefb2dc8222bc9a9296d127115f600198d0486c879
parent6e0a818cafadfc48d74845ebedb933f4ecf2aa53
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2749 e93f8b46-1217-0410-a6f0-8f06a7374b81
44 files changed:
app/controllers/settings_controller.rb
app/models/mailer.rb
app/models/wiki_content.rb
app/models/wiki_content_observer.rb [new file with mode: 0644]
app/views/mailer/wiki_content_added.text.html.rhtml [new file with mode: 0644]
app/views/mailer/wiki_content_added.text.plain.rhtml [new file with mode: 0644]
app/views/mailer/wiki_content_updated.text.html.rhtml [new file with mode: 0644]
app/views/mailer/wiki_content_updated.text.plain.rhtml [new file with mode: 0644]
config/environment.rb
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml
test/unit/wiki_content_test.rb