]> source.dussan.org Git - redmine.git/commit
Replace the hardcoded CustomField::FIELD_FORMATS with a class.
authorEric Davis <edavis@littlestreamsoftware.com>
Fri, 16 Apr 2010 15:33:49 +0000 (15:33 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Fri, 16 Apr 2010 15:33:49 +0000 (15:33 +0000)
commit88db9d0bdc9b3b91766582e40c4b44627f594f07
tree7cc01664f60d1771b9aa8b0c37fedccaf529d4b6
parent0e1595ad561ab1d534f0d97f745ea555666abf21
Replace the hardcoded CustomField::FIELD_FORMATS with a class.

Custom Field Formats are now full objects and can be registered with
Redmine::CustomFieldFormat to add new formats.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3672 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/custom_fields_helper.rb
app/models/custom_field.rb
app/views/custom_fields/_index.rhtml
lib/redmine.rb
lib/redmine/custom_field_format.rb [new file with mode: 0644]