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
Showing
- app/helpers/custom_fields_helper.rb 1 addition, 1 deletionapp/helpers/custom_fields_helper.rb
- app/models/custom_field.rb 1 addition, 10 deletionsapp/models/custom_field.rb
- app/views/custom_fields/_index.rhtml 1 addition, 1 deletionapp/views/custom_fields/_index.rhtml
- lib/redmine.rb 11 additions, 0 deletionslib/redmine.rb
- lib/redmine/custom_field_format.rb 66 additions, 0 deletionslib/redmine/custom_field_format.rb
Please register or sign in to comment