]> source.dussan.org Git - redmine.git/commit
Adds User and Version custom field format that can be used to reference a project...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 1 Apr 2011 13:44:58 +0000 (13:44 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 1 Apr 2011 13:44:58 +0000 (13:44 +0000)
commit1cd6a2aa84db83b127cc037021dc6351877790d0
treeae3eaa0a3f6d15c62771db779f19f15fce4b1d87
parent122ba564b9c5c475c360e45af51fa92cfe969657
Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096).

These new field formats are available for project, issue, version and time entry custom fields.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5272 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/custom_fields_helper.rb
app/models/custom_field.rb
app/models/query.rb
app/views/custom_fields/_form.rhtml
lib/redmine.rb
lib/redmine/custom_field_format.rb
test/functional/custom_fields_controller_test.rb
test/integration/issues_test.rb
test/unit/custom_field_user_format_test.rb [new file with mode: 0644]
vendor/plugins/acts_as_customizable/lib/acts_as_customizable.rb