summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fixes tests after r23104 (#23980).Marius Balteanu2024-10-111-7/+7
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-201-1/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-264-4/+4
* Correctly escape issue text in Gantt PNG export for ImageMagick convert (#387...Go MAEDA2023-09-211-0/+5
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-014-4/+4
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-014-4/+4
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-7/+7
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-024-4/+4
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-2/+2
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-111-0/+41
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-254-4/+4
* shorten long line of test/unit/lib/redmine/helpers/diff_test.rbToshi MARUYAMA2020-12-191-2/+3
* remove spaces inside {} of GanttHelperTestToshi MARUYAMA2020-11-201-2/+2
* Starting or ending marker is not displayed if they are on the leftmost or rig...Go MAEDA2020-08-121-0/+6
* Gantt bar is not displayed if the due date is the leftmost date or the start ...Go MAEDA2020-07-251-0/+26
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-034-4/+4
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/r...Toshi MARUYAMA2019-11-231-3/+3
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/helpers/...Toshi MARUYAMA2019-11-051-2/+2
* cleanup: rubocop: fix Layout/IndentAssignment in test/unit/lib/redmine/helper...Toshi MARUYAMA2019-11-051-8/+8
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/unit/lib/redmine/h...Toshi MARUYAMA2019-10-191-1/+1
* Add missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).Go MAEDA2019-08-281-1/+1
* Update copyright year.Go MAEDA2019-05-254-4/+4
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-0/+2
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-0/+26
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-164-4/+4
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-154-37/+45
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-051-5/+8
* Gantt bars with start date and end date on the same day don't become red by o...Go MAEDA2018-04-091-0/+14
* add copyright header to test/unit/lib/redmine/helpers/url_test.rb (#12510)Toshi MARUYAMA2017-12-071-0/+17
* Fixes visibility checks for version.fixed_issues in Gantt (#27676).Jean-Philippe Lang2017-11-291-1/+1
* Make robust Redmine::Helpers::URL#uri_with_safe_scheme? (#27114)Go MAEDA2017-11-261-0/+17
* Update copyright.Jean-Philippe Lang2017-06-253-3/+3
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Include url helpers in helper tests.Jean-Philippe Lang2016-07-161-1/+1
* Text in the "removed" part of a diff is double-escaped (#22115).Jean-Philippe Lang2016-03-261-0/+12
* Updates copyright for 2016.Jean-Philippe Lang2016-03-133-3/+3
* Missing fixtures.Jean-Philippe Lang2015-10-201-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-20/+20
* Copyright update.Jean-Philippe Lang2015-01-113-27/+27
* Gantt unit tests cleanup.Jean-Philippe Lang2014-11-301-462/+201
* replace shoulda context "#subjects" at GanttHelperTestToshi MARUYAMA2014-02-041-88/+75
* replace shoulda context "#number_of_rows_on_project" at GanttHelperTestToshi MARUYAMA2014-02-041-18/+15
* replace shoulda context "#number_of_rows" at GanttHelperTestToshi MARUYAMA2014-02-041-35/+29
* define as private GanttHelperTest helper methodsToshi MARUYAMA2014-02-041-0/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-293-3/+3
* remove unneeded including ApplicationHelper from helper testsToshi MARUYAMA2013-12-261-1/+0
* Removed deferred tests.Jean-Philippe Lang2013-11-161-61/+0
* Gantt: sort versions like on the roadmap (#7335).Jean-Philippe Lang2013-11-091-19/+4
* add unit test of Redmine::Helpers::Diff (#15105)Toshi MARUYAMA2013-10-111-0/+25