summaryrefslogtreecommitdiffstats
path: root/test/unit/custom_field_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+11
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-051-2/+2
* Do not validate blank default custom field value.Jean-Philippe Lang2012-01-291-0/+5
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+22
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-1/+80
* add unit test of CustomField model before_validationToshi MARUYAMA2011-12-111-0/+10
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-0/+19
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-2/+2
* remove trailing white-spaces from test/unit/custom_field_test.rb.Toshi MARUYAMA2011-08-291-9/+9
* Validate custom field regexp (#8865).Jean-Philippe Lang2011-07-201-2/+11
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Use a textarea for custom fields possible values (#2472).Jean-Philippe Lang2009-01-161-0/+18
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-251-0/+32