summaryrefslogtreecommitdiffstats
path: root/test/unit/version_test.rb
Commit message (Expand)AuthorAgeFilesLines
* code layout clean up VersionTestToshi MARUYAMA2013-05-191-5/+10
* remove empty setup method from VersionTestToshi MARUYAMA2013-05-191-3/+0
* fix unit VersionTest failureToshi MARUYAMA2013-05-181-6/+6
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-69/+58
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-051-0/+2
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-17/+17
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-6/+6
* Fixed version date validation (#12359).Jean-Philippe Lang2012-11-151-1/+7
* Fixed test/unit/version_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Do not consider that versions that are due today are completed.Jean-Philippe Lang2012-09-161-0/+5
* Makes Version#<=> consistent with SQL sort.Jean-Philippe Lang2012-08-021-0/+1
* Sort issues by scheduled versions first then unscheduled versions.Jean-Philippe Lang2012-08-021-0/+11
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-051-2/+2
* Use regular create! instead of generate!Jean-Philippe Lang2012-03-031-16/+9
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* remove trailing white-spaces from test/unit/version_test.rb.Toshi MARUYAMA2011-08-301-23/+23
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-041-1/+2
* ruby1.9 compatibilityJean-Philippe Lang2010-12-311-1/+1
* 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-1/+51
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-111-0/+28
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-0/+35
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-081-0/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Use estimated hours to weight issues in version completion calculation (#2182).Jean-Philippe Lang2009-02-011-1/+85
* Fixes VersionTest class.Jean-Philippe Lang2008-09-211-3/+3
* Fixed: invalid effective date (eg. 99999-01-01) causes an error on version ed...Jean-Philippe Lang2008-09-211-0/+36