]> source.dussan.org Git - redmine.git/commit
Added "Watch" functionality on issues. It allows users to receive mail notifications...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 21 Apr 2007 12:08:31 +0000 (12:08 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 21 Apr 2007 12:08:31 +0000 (12:08 +0000)
commit2fb84af3e91dc17aa0f84a8fa0e02cabe2ac712c
tree5d90bc5dec82cac5531dd7b14c65f9d35ee64dec
parent907f906ec6e0fb60cbbd4abe7b579c59d78405d4
Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes.
For now, it's only usefull for users who are not members of the project, since members receive notifications for each issue (this behaviour will change).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@453 e93f8b46-1217-0410-a6f0-8f06a7374b81
21 files changed:
app/controllers/watchers_controller.rb [new file with mode: 0644]
app/helpers/watchers_helper.rb [new file with mode: 0644]
app/models/issue.rb
app/models/mailer.rb
app/models/watcher.rb [new file with mode: 0644]
app/views/issues/show.rhtml
config/environment.rb
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
lang/zh.yml
lib/redmine.rb
lib/redmine/acts_as_watchable/init.rb [new file with mode: 0644]
lib/redmine/acts_as_watchable/lib/acts_as_watchable.rb [new file with mode: 0644]
lib/redmine/version.rb [new file with mode: 0644]
public/images/fav.png [new file with mode: 0644]
public/stylesheets/application.css
test/unit/watcher_test.rb [new file with mode: 0644]