]> source.dussan.org Git - redmine.git/commit
Implements /issues/new form for creating issues outside a project (#1003).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Feb 2015 08:03:51 +0000 (08:03 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Feb 2015 08:03:51 +0000 (08:03 +0000)
commit3da7b1bc2882cfb02c5068680979158322242398
tree87ed265520ff93243dbd7c1074e47f5e37c7abac
parentb17883a2dff6cd49ea407b449ac0e97dca38e56a
Implements /issues/new form for creating issues outside a project (#1003).

git-svn-id: http://svn.redmine.org/redmine/trunk@13999 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/helpers/issues_helper.rb
app/models/issue.rb
app/views/issues/_form.html.erb
app/views/issues/new.html.erb
config/routes.rb
test/functional/issues_controller_test.rb
test/integration/routing/issues_test.rb