]> source.dussan.org Git - redmine.git/commit
Ability to add non-member users as watchers (#5159).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 9 Jan 2012 18:37:16 +0000 (18:37 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 9 Jan 2012 18:37:16 +0000 (18:37 +0000)
commit1b1c510ff99cfca216082926e5ce9e2e981b2506
treeae25be505ae388435276a44a7755186c70ebe5e7
parentc22f60271f7c6726a28b2a319041c11b2a782b5e
Ability to add non-member users as watchers (#5159).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8592 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/watchers_controller.rb
app/views/layouts/base.html.erb
app/views/watchers/_new.html.erb [new file with mode: 0644]
app/views/watchers/_watchers.html.erb
app/views/watchers/autocomplete_for_user.html.erb [new file with mode: 0644]
config/routes.rb
public/stylesheets/application.css
test/functional/watchers_controller_test.rb
test/integration/routing/watchers_test.rb