summaryrefslogtreecommitdiffstats
path: root/app/controllers/watchers_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Manually generates the javascript that prototype_helper fails to do with ruby...Jean-Philippe Lang2012-04-251-6/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Reverted r9464 that broke a test. Project identifiers or ids can be used as p...Jean-Philippe Lang2012-04-221-1/+1
* Rails3: use Project.visible.find_by_identifier instead of .find for adding wa...Toshi MARUYAMA2012-04-221-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-061-6/+2
* Fixed Internal Error in watchers XHR search (#10600).Etienne Massip2012-04-051-1/+1
* Failing test with 1.8.7 and jruby (#10538).Jean-Philippe Lang2012-03-251-1/+3
* Remove duplicate watchers (#10538).Jean-Philippe Lang2012-03-251-1/+1
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-5/+29
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-4/+0
* Avoid an AJAX query if the watchers form is already loaded.Jean-Philippe Lang2012-01-091-0/+1
* Ability to add non-member users as watchers (#5159).Jean-Philippe Lang2012-01-091-3/+23
* remove trailing white-spaces from app/controllers/watchers_controller.rb.Toshi MARUYAMA2011-08-301-9/+9
* Cleaner way to handle the replacement of watch links (#8071).Jean-Philippe Lang2011-04-051-13/+5
* Fix for Ruby 1.9 strings.Eric Davis2010-06-201-1/+1
* Make sure user can not watch what he is not allowed to view.Jean-Philippe Lang2009-12-131-1/+5
* Add a second action menu to IssuesController#show. (#4331)Eric Davis2009-12-031-1/+16
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-251-1/+13
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-031-17/+35
* Redirects back after clicking watch/unwatch links without javascript (#1337).Jean-Philippe Lang2008-06-291-2/+6
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-2/+2
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-131-7/+18
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-211-0/+38