summaryrefslogtreecommitdiffstats
path: root/app/views/versions
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-021-1/+1
* replace tabs to spaces at app/views/versions/_overview.html.erbToshi MARUYAMA2011-09-181-5/+5
* replace tabs to spaces at app/views/versions/index.api.rsbToshi MARUYAMA2011-09-181-1/+1
* replace tabs to spaces at app/views/versions/_form.html.erbToshi MARUYAMA2011-09-171-1/+1
* replace tabs to spaces at app/views/versions/show.api.rsbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/versions/index.api.rsbToshi MARUYAMA2011-09-161-3/+3
* remove trailing white-spaces from app/views/versions/show.api.rsbToshi MARUYAMA2011-09-161-3/+3
* replace tabs to spaces and remove trailing white-spaces at app/views/versions...Toshi MARUYAMA2011-09-151-3/+3
* rename .rhtml to .html.erb of app/views/versions/_issue_counts.rhtml.Toshi MARUYAMA2011-08-281-0/+0
* rename .rhtml to .html.erb of app/views/versions/_form.rhtml.Toshi MARUYAMA2011-08-281-0/+0
* rename .rhtml to .html.erb of app/views/versions/show.rhtml.Toshi MARUYAMA2011-08-281-0/+0
* rename .rhtml to .html.erb of app/views/versions/_overview.rhtml.Toshi MARUYAMA2011-08-281-0/+0
* rename .rhtml to .html.erb of app/views/versions/edit.rhtml.Toshi MARUYAMA2011-08-281-0/+0
* HTML escape at app/views/versions/index.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/versions/show.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/versions/_issue_counts.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* remove trailing white-spaces from app/views/versions/_issue_counts.rhtml.Toshi MARUYAMA2011-08-021-3/+3
* remove trailing white-spaces from app/views/versions/index.html.erb.Toshi MARUYAMA2011-08-021-1/+1
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-053-4/+4
* Removed leading dash in ruby code.Jean-Philippe Lang2011-07-041-2/+2
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-043-3/+35
* Adds a 'New version' link on the roadmap.Jean-Philippe Lang2011-07-033-0/+7
* Adds context menu for related issues on version view.Jean-Philippe Lang2011-04-291-7/+12
* Moved the version summary to the right of related issues.Jean-Philippe Lang2011-04-291-4/+4
* Show open and closed issues from "Issues by" version links.Jean-Philippe Lang2011-03-211-2/+2
* Fix wikilinks in project > settings > versions and version view. #6435 #4416Jean-Baptiste Barth2010-10-291-1/+1
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-1/+1
* Adds a link to edit the associated wiki page on the version view. #4416Jean-Baptiste Barth2010-09-181-0/+1
* Refactor: add VersionsController#status_by to the resource.Eric Davis2010-09-171-1/+1
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-172-2/+2
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-2/+2
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-1/+1
* Fixed broken context_menu on roadmap. #6351Jean-Baptiste Barth2010-09-111-1/+1
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-0/+54
* Moves code to controller.Jean-Philippe Lang2010-07-251-5/+2
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-0/+6
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-0/+2
* Eager load priorities on roadmap and changelog.Jean-Philippe Lang2009-11-151-1/+1
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-152-0/+11
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-141-1/+1
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-081-0/+1
* Added :view_versions_show_contextual hook. (#3036)Eric Davis2009-05-301-0/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-212-6/+4
* Fixed: Roadmap crashes when a version has a due date > 2037.Jean-Philippe Lang2008-09-201-3/+1
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+2
* Strikethru closed issue links (#1127).Jean-Philippe Lang2008-07-201-1/+1
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-311-7/+0
* Replaces del tags by a css style (a.issue.closed) for closed issue links.Jean-Philippe Lang2008-03-091-2/+1
* Allow longer version names (#711, closes #712).Jean-Philippe Lang2008-03-091-1/+1
* Version details view changes:Jean-Philippe Lang2008-03-081-0/+35