summaryrefslogtreecommitdiffstats
path: root/app/views/versions
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-256-7/+7
* Use #issues_count which is already retrieved.Jean-Philippe Lang2012-03-021-2/+2
* Fixed escaping issue with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Displays the full form when creating a version from the issue form so that re...Jean-Philippe Lang2012-02-111-0/+9
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+1
* Display custom_field_values instead of custom_values.Jean-Philippe Lang2012-01-291-2/+2
* Fixed links to versions anchors on the roadmap.Jean-Philippe Lang2012-01-241-1/+1
* Provide a direct access to completed versions form the roadmap.Jean-Philippe Lang2012-01-241-0/+10
* Removed hard-coded styles.Jean-Philippe Lang2012-01-101-5/+5
* Use named routes.Jean-Philippe Lang2012-01-101-3/+6
* Adds total number of issues for each version on the roadmap.Jean-Philippe Lang2012-01-101-3/+5
* Form tag without action attribute is invalid.Jean-Philippe Lang2012-01-081-2/+2
* Do not generate duplicate ids and fixes tag attribute.Jean-Philippe Lang2012-01-081-2/+2
* Removes spaces in versions anchors.Jean-Philippe Lang2012-01-081-2/+2
* Do not generate empty uls.Jean-Philippe Lang2012-01-081-0/+2
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* html_safe for Rails3Jean-Philippe Lang2011-12-181-1/+1
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-093-3/+3
* Removed open/closed percentage on the roadmap.Jean-Philippe Lang2011-12-041-3/+1
* Version routes cleanup in views.Jean-Philippe Lang2011-11-261-1/+1
* Version routes cleanup in views.Jean-Philippe Lang2011-11-262-2/+2
* 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