summaryrefslogtreecommitdiffstats
path: root/test/unit/custom_value_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r23391 from trunk to 6.0-stable (#41961).Go MAEDA2024-12-111-2/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* New custom fields of existing issues are not initialized with their default v...Jean-Philippe Lang2015-10-311-5/+15
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-87/+1
* Custom date field accepts invalid dates (#9394).Jean-Philippe Lang2011-11-111-0/+2
* remove trailing white-spaces from test/unit/custom_value_test.rb.Toshi MARUYAMA2011-08-291-11/+11
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixes User/CustomValue association broken by r2869 (#3978).Jean-Philippe Lang2009-10-101-1/+7
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Prevent unexpected nil in custom value validation.Jean-Philippe Lang2008-01-241-1/+73
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-0/+11
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-251-0/+34