]> source.dussan.org Git - redmine.git/commit
Adds support for multiselect custom fields (#1189).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jan 2012 20:51:48 +0000 (20:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jan 2012 20:51:48 +0000 (20:51 +0000)
commitcd6db6a3cbe43880eca4eec8c967fb78d95a2926
tree42219d3f9b276f197f5045cec25639bb4e2be5fd
parent0c5af16e14570a384e154430cd1e9fa123cdf579
Adds support for multiselect custom fields (#1189).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8721 e93f8b46-1217-0410-a6f0-8f06a7374b81
21 files changed:
app/helpers/custom_fields_helper.rb
app/helpers/issues_helper.rb
app/helpers/queries_helper.rb
app/models/custom_field.rb
app/models/issue.rb
app/models/query.rb
app/views/custom_fields/_form.html.erb
app/views/issues/_history.html.erb
app/views/journals/index.builder
app/views/mailer/issue_edit.html.erb
app/views/mailer/issue_edit.text.erb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20120127174243_add_custom_fields_multiple.rb [new file with mode: 0644]
lib/redmine/export/pdf.rb
test/functional/issues_controller_test.rb
test/integration/api_test/issues_test.rb
test/unit/custom_field_test.rb
test/unit/issue_test.rb
test/unit/query_test.rb
vendor/plugins/acts_as_customizable/lib/acts_as_customizable.rb