summaryrefslogtreecommitdiffstats
path: root/app/models/watcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-0/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from Watcher#pruneToshi MARUYAMA2014-01-091-1/+1
* remove unneeded Relation#all from Watcher#prune_single_userToshi MARUYAMA2014-01-091-1/+1
* code format cleanup Watcher modelToshi MARUYAMA2014-01-091-3/+4
* Adds Watcher.any_watched? to check if at least one object of a collection is ...Jean-Philippe Lang2013-06-111-0/+13
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: model: replace deprecated validate method at watcher modelToshi MARUYAMA2011-12-041-1/+2
* remove trailing white-spaces from app/models/watcher.rb.Toshi MARUYAMA2011-08-211-11/+11
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-131-0/+35
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-031-0/+7
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-211-0/+23