summaryrefslogtreecommitdiffstats
path: root/lib/redmine/custom_field_format.rb
Commit message (Collapse)AuthorAgeFilesLines
* Let custom field formats control how they are edited.Eric Davis2010-04-161-0/+7
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the case statement into a method call based on the nameEric Davis2010-04-161-5/+21
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3674 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: Move methodEric Davis2010-04-161-0/+12
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3673 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-0/+66
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