]> source.dussan.org Git - redmine.git/commit
Role-based issue custom field visibility (#5037).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Jul 2013 09:20:11 +0000 (09:20 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Jul 2013 09:20:11 +0000 (09:20 +0000)
commit628d05629b734371d3e850a95dadf0be30c5ef20
tree58a9da4e8266ee45a0800996f9228e9d2a45108c
parenta74d55edd99a4bae23e7d9cbd76136ffa7707ccf
Role-based issue custom field visibility (#5037).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12012 e93f8b46-1217-0410-a6f0-8f06a7374b81
41 files changed:
app/controllers/issues_controller.rb
app/helpers/issues_helper.rb
app/helpers/workflows_helper.rb
app/models/custom_field.rb
app/models/issue.rb
app/models/issue_custom_field.rb
app/models/issue_observer.rb
app/models/issue_query.rb
app/models/journal.rb
app/models/journal_observer.rb
app/models/mail_handler.rb
app/models/mailer.rb
app/models/query.rb
app/models/role.rb
app/models/time_entry_query.rb
app/views/custom_fields/_form.html.erb
app/views/issues/_history.html.erb
app/views/issues/index.api.rsb
app/views/issues/show.api.rsb
app/views/mailer/_issue.html.erb
app/views/mailer/_issue.text.erb
app/views/mailer/issue_add.html.erb
app/views/mailer/issue_add.text.erb
app/views/mailer/issue_edit.html.erb
app/views/mailer/issue_edit.text.erb
app/views/workflows/permissions.html.erb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20130713104233_create_custom_fields_roles.rb [new file with mode: 0644]
lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb
lib/redmine/export/pdf.rb
test/functional/issues_custom_fields_visibility_test.rb [new file with mode: 0644]
test/functional/search_custom_fields_visibility_test.rb [new file with mode: 0644]
test/functional/timelog_custom_fields_visibility_test.rb [new file with mode: 0644]
test/functional/workflows_controller_test.rb
test/test_helper.rb
test/unit/custom_field_test.rb
test/unit/issue_custom_field_test.rb [new file with mode: 0644]
test/unit/lib/redmine/hook_test.rb
test/unit/mailer_test.rb
test/unit/query_test.rb