summaryrefslogtreecommitdiffstats
path: root/app/views/versions
Commit message (Expand)AuthorAgeFilesLines
* Use HTML5 date input fields instead of text fields with jquery ui date picker...Jean-Philippe Lang2016-05-071-1/+1
* Adds edit links on the roadmap (#22756).Jean-Philippe Lang2016-05-061-0/+5
* Additional CSS class for version status (#21434).Jean-Philippe Lang2016-03-202-2/+2
* Tooltip on progress bar (#21497).Jean-Philippe Lang2016-01-091-0/+3
* Improved responsiveness for versions and roadmap (#19097).Jean-Philippe Lang2015-11-082-3/+4
* Put roadmap versions in <article> tags (#19341).Jean-Philippe Lang2015-06-131-1/+5
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-1/+1
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-2/+2
* Links to completed versions on the roadmap page might lead to a "403 not auth...Jean-Philippe Lang2015-02-081-1/+1
* Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...Jean-Philippe Lang2015-01-101-4/+2
* Removed duplicate element ids.Jean-Philippe Lang2014-11-231-1/+1
* Fixed: Issues counters in roadmap only link to issues in the same project (#9...Jean-Philippe Lang2014-09-141-14/+10
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-112-3/+3
* Adds some css classes (#14767).Jean-Philippe Lang2013-09-291-2/+2
* use li tags for label completed versions and subproject in version index side...Toshi MARUYAMA2013-05-031-5/+15
* use li tags for completed versions in version index sidebar (#13242)Toshi MARUYAMA2013-05-031-4/+6
* use li tags for versions in version index (#13242)Toshi MARUYAMA2013-05-031-1/+5
* remove unneeded h() from versions index tracker nameToshi MARUYAMA2013-05-031-1/+1
* use li tags for trackers in version index (#13242)Toshi MARUYAMA2013-05-031-3/+11
* code layout clean up app/views/versions/index.html.erbToshi MARUYAMA2013-05-031-19/+20
* replace tabs to spaces and code cleanup at app/views/versions/_overview.html.erbToshi MARUYAMA2013-03-151-8/+15
* replace tabs to spaces at app/views/versions/index.html.erbToshi MARUYAMA2013-03-151-6/+6
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-1/+1
* Fixed source indentation (#8106).Jean-Philippe Lang2012-10-301-3/+3
* Issues by Category should show tasks without category (#8106).Jean-Philippe Lang2012-10-301-6/+5
* Fixed that roadmap anchor links can be ambigous (#11540).Jean-Philippe Lang2012-08-131-2/+2
* Adds sharing attribute to the versions API (#11541).Jean-Philippe Lang2012-07-312-0/+2
* Removed self closing a tags.Jean-Philippe Lang2012-07-291-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-225-7/+5
* Removes RJS from VersionsController.Jean-Philippe Lang2012-07-191-0/+1
* Start removing the RJS stuff.Jean-Philippe Lang2012-07-192-0/+6
* Removes calls to remote_form_for.Jean-Philippe Lang2012-07-181-1/+1
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-2/+1
* Tests broken by r9573.Jean-Philippe Lang2012-04-291-1/+1
* 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