]> source.dussan.org Git - redmine.git/commit
Support for multiple issue update keywords/rules in commit messages (#4911).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 5 Oct 2013 09:41:11 +0000 (09:41 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 5 Oct 2013 09:41:11 +0000 (09:41 +0000)
commita77b462a53a02dbead1042bd12060177ade7b22a
tree4d58c8dee5c021a8dd1af32a8fbe741e3c6ea1d0
parentb59d10968036b7da57a499895a9a2d91ea227c34
Support for multiple issue update keywords/rules in commit messages (#4911).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12197 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/settings_controller.rb
app/models/changeset.rb
app/models/setting.rb
app/views/settings/_repositories.html.erb
config/settings.yml
db/migrate/20131004113137_support_for_multiple_commit_keywords.rb [new file with mode: 0644]
test/functional/settings_controller_test.rb
test/unit/changeset_test.rb
test/unit/repository_test.rb