summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/helpers/gantt_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-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
* Remove Issue.generate_for_project! test helper and use Issue.generate! instead.Jean-Philippe Lang2012-10-121-3/+3
* gantt: remove redundant empty lines from unit gantt helper testToshi MARUYAMA2012-09-111-4/+0
* code layout cleanup test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2012-07-211-38/+21
* Make sure that "today" does not change during tests.Jean-Philippe Lang2012-04-271-13/+13
* Fixed gantt_test, Date.today and 0.day.from_now may not be the same depending...Jean-Philippe Lang2012-04-271-26/+30
* add fixtures to test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2012-04-271-1/+13
* Removed Query.generate_default! helper.Jean-Philippe Lang2012-04-221-1/+1
* Removed object_daddy dependency.Jean-Philippe Lang2012-04-221-1/+0
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1
* No need to delete fixtures.Jean-Philippe Lang2012-03-041-4/+0
* test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2011-12-221-0/+1
* Test cleanup.Jean-Philippe Lang2011-12-181-122/+101
* remove trailing white-spaces from test/unit/lib/redmine/helpers/gantt_test.rb.Toshi MARUYAMA2011-08-301-26/+26
* Fixes version url.Jean-Philippe Lang2011-07-061-1/+1
* Fixes progress calculation on gantt (#7838).Jean-Philippe Lang2011-03-281-5/+23
* Gantt: do not ignore project filter (#7000, #7352), do not display empty proj...Jean-Philippe Lang2011-03-101-31/+41
* Disable project completion display on the gantt (#7127).Jean-Philippe Lang2010-12-291-5/+5
* Ported subtasks display with indentation to the new gantt (#7128) and fixed m...Jean-Philippe Lang2010-12-181-11/+35
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-18/+18
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-18/+18
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-4/+4
* Gantt: fixes progress width in some cases and start code cleaning.Jean-Philippe Lang2010-12-171-10/+18
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-151-2/+18
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-0/+703