This website requires JavaScript.
Explore
Help
Sign In
kolan
/
obsolete.ChilliProject
Watch
1
Star
0
Fork
You've already forked obsolete.ChilliProject
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0fab627a3c
obsolete.ChilliProject
/
lib
/
redmine.rb
4 lines
95 B
Ruby
Raw
Normal View
History
Unescape
Escape
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
2007-04-21 16:08:31 +04:00
require
'redmine/version'
Text files can now be viewed online when browsing the repository. git-svn-id: http://redmine.rubyforge.org/svn/trunk@521 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-05-08 19:49:20 +04:00
require
'redmine/mime_type'
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
2007-04-21 16:08:31 +04:00
require
'redmine/acts_as_watchable/init'