summaryrefslogtreecommitdiffstats
path: root/app/views/projects/roadmap.rhtml
Commit message (Expand)AuthorAgeFilesLines
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-54/+0
* Adds context menu to the roadmap issue lists.Jean-Philippe Lang2010-03-061-5/+11
* IE8 fix.Jean-Philippe Lang2009-12-171-2/+1
* Removes large icons.Jean-Philippe Lang2009-12-171-1/+1
* Roadmap: sort issues by project and prepend project name if different (#4373).Jean-Philippe Lang2009-12-121-2/+2
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-9/+7
* Eager load priorities on roadmap and changelog.Jean-Philippe Lang2009-11-151-1/+1
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-141-1/+1
* Added plugin hook :view_projects_roadmap_version_bottom. #2543Eric Davis2009-02-101-0/+1
* Strikethru closed issue links (#1127).Jean-Philippe Lang2008-07-201-1/+1
* Fixed roadmap links to versions (#1297).Jean-Philippe Lang2008-05-261-1/+1
* Use GET instead of POST on roadmap (#718), gantt and calendar forms.Jean-Philippe Lang2008-04-301-2/+2
* Replaces del tags by a css style (a.issue.closed) for closed issue links.Jean-Philippe Lang2008-03-091-7/+3
* Roadmap enhancements (closes #697, #698):Jean-Philippe Lang2008-02-211-6/+10
* Order issues by id on the roadmap.Jean-Philippe Lang2008-02-181-1/+1
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-1/+1
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-071-42/+24
* Roadmap progress bars now differentiate the progress due to closed issues fro...Jean-Philippe Lang2007-12-051-1/+1
* Roadmap: more accurate completion percentage calculation (done ratio of open ...Jean-Philippe Lang2007-11-171-38/+33
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-2/+2
* Added label tags on various checkboxes.Jean-Philippe Lang2007-10-011-2/+2
* Application layout refactored.Jean-Philippe Lang2007-09-221-12/+20
* Fixed: SQL error on roadmap and changelog if there is no tracker to display.Jean-Philippe Lang2007-08-151-1/+2
* Fixed: Roadmap percentages not being calculated correctly (Nick Read).Jean-Philippe Lang2007-08-121-1/+1
* Overdue versions (date reached and open issues > 0) are now always displayed ...Jean-Philippe Lang2007-08-121-0/+2
* A wiki page can now be attached to each version.Jean-Philippe Lang2007-06-141-2/+3
* Versions can now be created with no date.Jean-Philippe Lang2007-05-201-1/+1
* Added an option to see all versions in the roadmap view (including completed ...Jean-Philippe Lang2007-05-071-10/+12
* Added link_to_issue helper.Jean-Philippe Lang2007-04-071-3/+2
* Patch #9530 Progress bars for roadmap versions (Nick Read)Jean-Philippe Lang2007-03-251-14/+37
* closed issues are now striked on roadmapJean-Philippe Lang2007-03-231-1/+6
* fixed #9397 Roadmap - Distinguishing open and closed issuesJean-Philippe Lang2007-03-211-2/+6
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-27/+27
* show "no data" label when there's nothing to display on changelog and roadmapJean-Philippe Lang2007-02-181-0/+2
* added roadmap viewJean-Philippe Lang2007-02-041-0/+26