summaryrefslogtreecommitdiffstats
path: root/app/views/versions
Commit message (Collapse)AuthorAgeFilesLines
* Merged r19382 to 4.1-stable.Jean-Philippe Lang2019-12-201-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19386 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add estimated hours and spent hours to Versions API (#32242).Go MAEDA2019-10-311-0/+4
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18883 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display new issue link in version page (#28138).Jean-Philippe Lang2019-10-191-0/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-243-3/+3
| | | | | | | Patch by Jens Krämer and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18386 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make project settings more accessible (#22090).Jean-Philippe Lang2019-06-201-0/+3
| | | | | | Patch by Jan Schulz-Hofen and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18283 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Roadmap shows 100%, but one of its tasks is still set to 90% (#30949).Jean-Philippe Lang2019-06-201-3/+3
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@18265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" classes for collapsible fields (#31433).Go MAEDA2019-05-271-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add issue css_classes to issue rows (#31424).Go MAEDA2019-05-222-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show assignee avatar in Roadmap and Version (#28510).Go MAEDA2019-05-222-1/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support wiki_page_title attribute in Versions REST API (#26237).Go MAEDA2019-04-282-10/+12
| | | | | | | Patch by Severin Schols. git-svn-id: http://svn.redmine.org/redmine/trunk@18091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show version status as badge in rodmap#index and roadmap#show (#29391).Go MAEDA2019-04-092-2/+4
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds maxlength to version name input (#27330).Jean-Philippe Lang2018-12-161-1/+1
| | | | | | Patch by Vasili Korol. git-svn-id: http://svn.redmine.org/redmine/trunk@17746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace cancel button with cancel link in modals (#28662).Go MAEDA2018-12-021-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-212-0/+2
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17298 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-022-2/+0
| | | | | | | The change breaks the test suite. git-svn-id: http://svn.redmine.org/redmine/trunk@17254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-022-0/+2
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17252 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).Jean-Philippe Lang2017-11-292-12/+12
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds visibility checks on version views (#27676).Jean-Philippe Lang2017-11-292-12/+12
| | | | | | | | | | | Previously not all data on the roadmap and version view where properly checked against the issue visibility setting. Unprivileged users were able to see the total number of issues, their estimations and the open/close status - even if the user was only allowed to see their own issues. Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* ArgumentError: incomplete format specifier on ruby 2.5 dev (#26492).Jean-Philippe Lang2017-07-221-3/+3
| | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@16841 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang2016-12-132-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add link to issue list on version estimated time.Jean-Philippe Lang2016-12-031-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" on roadmap (#24313).Jean-Philippe Lang2016-11-181-3/+3
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-292-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add option to set a new version as default directly from New Version page ↵Jean-Philippe Lang2016-10-231-0/+3
| | | | | | (#24011). git-svn-id: http://svn.redmine.org/redmine/trunk@15922 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show "status" field when creating a new version (#23377).Jean-Philippe Lang2016-08-311-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to spent time on version details (#13558).Jean-Philippe Lang2016-07-131-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15648 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use HTML5 date input fields instead of text fields with jquery ui date ↵Jean-Philippe Lang2016-05-071-1/+1
| | | | | | | | pickers (#19468). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15375 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds edit links on the roadmap (#22756).Jean-Philippe Lang2016-05-061-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Additional CSS class for version status (#21434).Jean-Philippe Lang2016-03-202-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15270 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tooltip on progress bar (#21497).Jean-Philippe Lang2016-01-091-0/+3
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15027 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improved responsiveness for versions and roadmap (#19097).Jean-Philippe Lang2015-11-082-3/+4
| | | | | | Width of progress bars is no longer hard-coded in views. git-svn-id: http://svn.redmine.org/redmine/trunk@14851 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Put roadmap versions in <article> tags (#19341).Jean-Philippe Lang2015-06-131-1/+5
| | | | | | Patch by An Phan. git-svn-id: http://svn.redmine.org/redmine/trunk@14309 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Links to completed versions on the roadmap page might lead to a "403 not ↵Jean-Philippe Lang2015-02-081-1/+1
| | | | | | | | authorized page" (#19030). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@13988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Custom field is rendered, even if its value is empty (for multiple) ↵Jean-Philippe Lang2015-01-101-4/+2
| | | | | | (#18654). git-svn-id: http://svn.redmine.org/redmine/trunk@13864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed duplicate element ids.Jean-Philippe Lang2014-11-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Issues counters in roadmap only link to issues in the same project ↵Jean-Philippe Lang2014-09-141-14/+10
| | | | | | | | (#9660). Contributed by Sridhar Dhanapalan. git-svn-id: http://svn.redmine.org/redmine/trunk@13398 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-112-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds some css classes (#14767).Jean-Philippe Lang2013-09-291-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use li tags for label completed versions and subproject in version index ↵Toshi MARUYAMA2013-05-031-5/+15
| | | | | | sidebar (#13242) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use li tags for completed versions in version index sidebar (#13242)Toshi MARUYAMA2013-05-031-4/+6
| | | | | | Contributed by Filou Centrinov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use li tags for versions in version index (#13242)Toshi MARUYAMA2013-05-031-1/+5
| | | | | | Contributed by Filou Centrinov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded h() from versions index tracker nameToshi MARUYAMA2013-05-031-1/+1
| | | | | | Rails3 escapes by default. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11780 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use li tags for trackers in version index (#13242)Toshi MARUYAMA2013-05-031-3/+11
| | | | | | Contributed by Filou Centrinov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11779 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up app/views/versions/index.html.erbToshi MARUYAMA2013-05-031-19/+20
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces and code cleanup at app/views/versions/_overview.html.erbToshi MARUYAMA2013-03-151-8/+15
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/views/versions/index.html.erbToshi MARUYAMA2013-03-151-6/+6
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11630 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-1/+1
| | | | | | Patch by Daniel Felix. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11113 e93f8b46-1217-0410-a6f0-8f06a7374b81