summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/field_format/numeric_format_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix: Float custom values with ',' as decimal separator are not converted to '...Go MAEDA2025-02-081-5/+13
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-4/+0
* Fix random test failures due to missing fixtures (#41623).Go MAEDA2024-11-111-1/+1
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-181-0/+11
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-181-1/+1
* 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
* Support localized decimal separators for float values (#22024).Go MAEDA2024-01-041-0/+28
* 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-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-35/+37
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+4
* Links for custom field value don't have "external" class (#27024).Go MAEDA2018-01-011-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* 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/+31