diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 12:08:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 12:08:31 +0000 |
commit | 2fb84af3e91dc17aa0f84a8fa0e02cabe2ac712c (patch) | |
tree | 5d90bc5dec82cac5531dd7b14c65f9d35ee64dec /config/environment.rb | |
parent | 907f906ec6e0fb60cbbd4abe7b579c59d78405d4 (diff) | |
download | redmine-2fb84af3e91dc17aa0f84a8fa0e02cabe2ac712c.tar.gz redmine-2fb84af3e91dc17aa0f84a8fa0e02cabe2ac712c.zip |
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
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb index a73dc9a4c..8ff43e0ac 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -82,4 +82,5 @@ GLoc.set_kcode GLoc.load_localized_strings GLoc.set_config(:raise_string_not_found_errors => false) +require 'redmine' |