]> source.dussan.org Git - redmine.git/commit
Ability to add non-member watchers on issue creation (#5159).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Mar 2012 12:57:28 +0000 (12:57 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Mar 2012 12:57:28 +0000 (12:57 +0000)
commitfae5250e52506356965a478518aa7960ada3ec61
tree91db93da34e2437bd9b0e9017fb7dd38eb275b30
parente2bb8721d9e0b41094f7a7c768951235492dc3e4
Ability to add non-member watchers on issue creation (#5159).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9254 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/controllers/issues_controller.rb
app/controllers/watchers_controller.rb
app/helpers/watchers_helper.rb
app/views/attachments/_form.html.erb
app/views/issues/new.html.erb
app/views/watchers/_new.html.erb
config/locales/en.yml
config/routes.rb
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/functional/watchers_controller_test.rb
test/integration/routing/watchers_test.rb