summaryrefslogtreecommitdiffstats
path: root/test/unit/custom_field_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Show Edit/Preview tabs for full width layout custom fields with text formatti...Go MAEDA2019-02-121-0/+8
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-091-1/+1
* Current user should be nil to prevent ActiveJob::DeserializationError errors ...Go MAEDA2018-12-041-0/+4
* Strip whitespace from integer custom field (#8317).Go MAEDA2018-11-081-0/+2
* Use the id field as project_key in ProjectCustomField#visibility_by_project_c...Go MAEDA2018-09-241-0/+16
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* code layout cleanup test/unit/custom_field_test.rbToshi MARUYAMA2017-06-191-7/+15
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-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