summaryrefslogtreecommitdiffstats
path: root/app/models/version.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails4 compatibility of version group countToshi MARUYAMA2013-12-261-1/+1
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-011-1/+2
* remove trailing white space from app/models/version.rbToshi MARUYAMA2013-03-191-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-051-8/+1
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-4/+16
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-3/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-5/+6
* Fixed version date validation (#12359).Jean-Philippe Lang2012-11-151-0/+7
* Do not consider that versions that are due today are completed.Jean-Philippe Lang2012-09-161-1/+1
* Fixed that open scope on Project#issues raises an error (#11545).Jean-Philippe Lang2012-08-131-1/+0
* Prevents "Overwriting existing method Issue.open" warning (#11545).Jean-Philippe Lang2012-08-071-0/+1
* Adjust the comment.Jean-Philippe Lang2012-08-021-2/+2
* Makes Version#<=> consistent with SQL sort.Jean-Philippe Lang2012-08-021-2/+2
* Sort issues by scheduled versions first then unscheduled versions.Jean-Philippe Lang2012-08-021-1/+3
* Adds Version.fields_for_order_statement.Jean-Philippe Lang2012-07-241-0/+5
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-3/+3
* Prevent mass-assignment when adding/updating a version (#10390).Jean-Philippe Lang2012-03-061-0/+10
* Use a single query to retrieve issues_count, open_issues_count and closed_iss...Jean-Philippe Lang2012-03-021-3/+21
* Fixed Version#issues_progress for Rails 3.1.Jean-Philippe Lang2012-02-251-2/+2
* Use :joins instead of :include.Jean-Philippe Lang2012-02-241-1/+1
* Makes Version REST API accept due_date attribute (#10013).Jean-Philippe Lang2012-01-211-0/+4
* Use open scope in version issues count methods.Jean-Philippe Lang2011-12-181-2/+2
* Fixed: version files in Files module cannot be downloaded if issue tracking i...Jean-Philippe Lang2011-11-291-0/+5
* remove trailing white-spaces from app/models/version.rb.Toshi MARUYAMA2011-08-311-23/+23
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-091-0/+1
* Makes Version#start_date return the minimum start_date of its issues.Jean-Philippe Lang2010-12-231-3/+2
* Add project names to the Versions in the Gantt export. #5904Eric Davis2010-09-101-0/+4
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-0/+12
* Include the Project name when sorting versions.Eric Davis2010-05-271-4/+16
* Do not raise an error when destroying a Version with assigned issues.Jean-Philippe Lang2010-04-111-8/+4
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-111-1/+2
* Optimize updates of issue's shared versions.Jean-Philippe Lang2009-12-081-1/+1
* No need to update issues from the version's project.Jean-Philippe Lang2009-12-081-1/+1
* Optimize issue updates when a version sharing changes.Jean-Philippe Lang2009-12-081-3/+7
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-1/+43
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-151-0/+1
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-081-1/+10
* Added some RDoc documentation for some models.Eric Davis2009-03-211-2/+12
* 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-4/+40
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-1/+2
* Fixed: invalid effective date (eg. 99999-01-01) causes an error on version ed...Jean-Philippe Lang2008-09-211-1/+1
* Make the versions with the same date sorted by name (#864).Jean-Philippe Lang2008-03-261-2/+2
* Allow longer version names (#711, closes #712).Jean-Philippe Lang2008-03-091-1/+1
* Version details view changes:Jean-Philippe Lang2008-03-081-0/+10
* Roadmap progress bars now differentiate the progress due to closed issues fro...Jean-Philippe Lang2007-12-051-0/+8