summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/views
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-273-3/+3
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-013-3/+3
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-013-3/+3
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-023-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-253-3/+3
* shorten long line of test/unit/lib/redmine/views/builders/json_test.rbToshi MARUYAMA2020-11-101-2/+18
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-033-3/+3
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-221-1/+1
* Update copyright year.Go MAEDA2019-05-253-3/+3
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-163-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-153-0/+6
* REST API with JSON content missing false values (#20788).Jean-Philippe Lang2018-11-281-0/+9
* Removes request and response accessors from Structure class (#28564).Go MAEDA2018-11-031-0/+11
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-232-2/+2
* Update copyright.Jean-Philippe Lang2017-06-253-3/+3
* Adds tests for #hours_field (#23996).Jean-Philippe Lang2016-11-181-0/+18
* Include url helpers in helper tests.Jean-Philippe Lang2016-07-161-1/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-133-3/+3
* Copyright update.Jean-Philippe Lang2015-01-113-3/+3
* Set en locale in test (#18679).Jean-Philippe Lang2014-12-211-0/+1
* Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).Jean-Philippe Lang2014-12-211-0/+28
* update copyright year (#15977)Toshi MARUYAMA2014-01-292-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-122-2/+2
* Fixed tests broken by r10088.Jean-Philippe Lang2012-07-282-2/+2
* Copyright update.Jean-Philippe Lang2012-05-052-2/+2
* Support for nested array in API builder.Jean-Philippe Lang2012-01-292-0/+26
* remove trailing white-spaces from test/unit/lib/redmine/views/builders/json_t...Toshi MARUYAMA2011-08-301-9/+9
* remove trailing white-spaces from test/unit/lib/redmine/views/builders/xml_te...Toshi MARUYAMA2011-08-301-7/+7
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-122-2/+2
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+11
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+7
* Prevents random failure in XmlTest.Jean-Philippe Lang2010-12-031-3/+3
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-0/+9
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-032-0/+108