summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/helpers/gantt_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-3/+0
* 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-261-1/+1
* 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-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
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* 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-031-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/r...Toshi MARUYAMA2019-11-231-3/+3
* 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
* Add missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).Go MAEDA2019-08-281-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* 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
* Fixes visibility checks for version.fixed_issues in Gantt (#27676).Jean-Philippe Lang2017-11-291-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Include url helpers in helper tests.Jean-Philippe Lang2016-07-161-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* 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-111-1/+1
* 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-291-1/+1
* 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
* gantt: sort versions by start date (#7335)Toshi MARUYAMA2013-05-211-0/+25
* gantt: sort issues by start date (#7335)Toshi MARUYAMA2013-05-211-0/+47
* gantt: add test to sort issues by current logic (#7335)Toshi MARUYAMA2013-05-171-0/+20
* Add missing tests for Redmine::Helpers::Gantt#number_of_rows.Jean-Baptiste Barth2013-05-021-2/+17
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-1/+1
* Make the tests pass when config.threadsafe! is enabled (#12097).Jean-Philippe Lang2012-12-021-0/+1