]> source.dussan.org Git - redmine.git/commit
Merged 15430, 15464 to 15469, 15475, 15476 (#285, #7839).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 6 Jun 2016 09:41:50 +0000 (09:41 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 6 Jun 2016 09:41:50 +0000 (09:41 +0000)
commit6e68d008c4dc50f46585e30aabaa5bc9859bee0f
treedddbcaecd80051789282556982fad7270c2e5b9d
parent7a974437e6414682d6b318a3b1130d728f51907a
Merged 15430, 15464 to 15469, 15475, 15476 (#285, #7839).

git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15478 e93f8b46-1217-0410-a6f0-8f06a7374b81
23 files changed:
app/controllers/context_menus_controller.rb
app/controllers/issues_controller.rb
app/helpers/issues_helper.rb
app/models/issue.rb
app/models/issue_import.rb
app/models/mail_handler.rb
app/models/role.rb
app/views/issues/_action_menu.html.erb
app/views/issues/_edit.html.erb
app/views/issues/_form.html.erb
app/views/issues/_history.html.erb
app/views/issues/index.html.erb
app/views/issues/show.html.erb
app/views/roles/_form.html.erb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20160529063352_add_roles_settings.rb [new file with mode: 0644]
lib/redmine.rb
public/javascripts/application.js
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/functional/roles_controller_test.rb
test/unit/issue_test.rb