mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 02:46:13 +01:00
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
This commit is contained in:
@@ -1,11 +1,2 @@
|
||||
module Redmine
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 5
|
||||
TINY = 0
|
||||
|
||||
STRING= [MAJOR, MINOR, TINY].join('.')
|
||||
|
||||
def self.to_s; STRING end
|
||||
end
|
||||
end
|
||||
require 'redmine/version'
|
||||
require 'redmine/acts_as_watchable/init'
|
||||
|
||||
Reference in New Issue
Block a user