summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/field_format/field_format_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Key/value-pair custom field type not available to all customizable contents (...Go MAEDA2024-05-161-0/+6
* Remove redundant ApplicationHelper inclusions (#40506).Go MAEDA2024-04-021-2/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Rendering a custom field with a URL pattern set and containing " :" in the va...Go MAEDA2023-04-211-0/+8
* 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
* Uses the new html sanitizer for links rendered by custom fields (#37750).Marius Balteanu2022-10-041-4/+4
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-4/+8
* 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/+1
* Links for custom field value don't have "external" class (#27024).Go MAEDA2018-01-011-4/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Encode values, not full URL (#23841).Jean-Philippe Lang2016-10-011-0/+16
* Custom field List Link values to URL breaks on entries with spaces (#23067).Jean-Philippe Lang2016-06-181-0/+8
* Limits the schemes that custom field URL patterns can use (#22925).Jean-Philippe Lang2016-06-011-0/+15
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed that integer custom fields with "Link values to URL" set are displayed ...Jean-Philippe Lang2014-03-151-0/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded 'redmine/field_format' requirement from FieldFormatTestToshi MARUYAMA2013-12-261-1/+0
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-0/+55