summaryrefslogtreecommitdiffstats
path: root/test/unit/custom_field_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r17625 from trunk to 3.3-stable (#8317).Go MAEDA2018-11-111-0/+2
* Merged r16059, r16060, r16064, r16072.Jean-Philippe Lang2016-12-201-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* CustomField#possible_values may raise undefined method `force_encoding' error...Jean-Philippe Lang2015-03-141-0/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values ...Jean-Philippe Lang2015-01-101-0/+2
* prevent test failures with "trackers is invalid"Toshi MARUYAMA2014-11-081-1/+3
* Don't rely on users fixtures.Jean-Philippe Lang2014-10-261-1/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-8/+6
* add missing fixtures to CustomFieldTestToshi MARUYAMA2014-09-111-1/+1
* Fixed that non-empty blank strings as custom field values are not properly va...Jean-Philippe Lang2014-02-281-0/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+16
* Accept custom field format added at runtime (#15277).Jean-Philippe Lang2013-11-091-0/+14
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-0/+38
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-121-0/+18
* Fixed that validation fails when receiving an email with list custom fields (...Jean-Philippe Lang2012-12-131-0/+5
* Make sure that custom field format cannot be changed.Jean-Philippe Lang2012-10-131-0/+6
* Fixed broken test.Jean-Philippe Lang2012-07-241-4/+4
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-241-0/+10
* 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