summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Merged r16971 (#27186).Jean-Philippe Lang2017-10-121-1/+3
* Merged r16292 (#20661).Jean-Philippe Lang2017-01-301-1/+1
* Merged r16118 to r16122 (#24693, #24718, #24722).Jean-Philippe Lang2017-01-041-0/+2
* Merged r15452 (#22932).Jean-Philippe Lang2016-06-051-1/+1
* Merged r15298 (#22354).Jean-Philippe Lang2016-04-091-1/+1
* Merged r15290 (#5156).Jean-Philippe Lang2016-04-091-0/+8
* Merged r15202 (#22108).Jean-Philippe Lang2016-03-131-2/+4
* Merged r14973 (#21219).Jean-Philippe Lang2015-12-191-2/+2
* Merged r14897 to r14900 and r14949 (#21258).Jean-Philippe Lang2015-12-061-1/+1
* Improved responsiveness for versions and roadmap (#19097).Jean-Philippe Lang2015-11-081-1/+1
* Render issue attributes using divs instead of a table for responsiveness (#19...Jean-Philippe Lang2015-11-081-2/+2
* Fixed that timelog comments are not visible on the responsive issue edit form...Jean-Philippe Lang2015-11-081-0/+2
* Fixed that Issues API may disclose changesets that are not visible (#21136).Jean-Philippe Lang2015-11-041-2/+2
* Set default project version after selecting a different project on the new is...Jean-Philippe Lang2015-11-012-3/+4
* Move inline CSS to application.css for private checkbox (#21076).Jean-Philippe Lang2015-10-291-1/+1
* Optimize issue edit description link (#21085).Jean-Philippe Lang2015-10-291-1/+1
* Thumbnails in issue history (#13429).Jean-Philippe Lang2015-10-241-0/+7
* Replaces the link with a checkbox to select/unselect all items in the list.Jean-Philippe Lang2015-10-231-3/+2
* Hide version and/or category on issue details when no versions and/or categor...Jean-Philippe Lang2015-10-171-2/+2
* Isolates csv options for a hash param (#1159).Jean-Philippe Lang2015-10-151-3/+3
* Fixed that triority field is always disabled on parent tasks (#20992).Jean-Philippe Lang2015-10-141-1/+1
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-2/+2
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+5
* Internal error when moving an issue to a project without trackers (#20463).Jean-Philippe Lang2015-09-201-1/+1
* Don't render empty divs when there are no custom fields on the issue form (#2...Jean-Philippe Lang2015-08-181-0/+2
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+4
* Don't display estimated hours when nil and total is 0.Jean-Philippe Lang2015-07-051-1/+1
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-1/+1
* Display time spent on the issue and the total time spent like estimated hours...Jean-Philippe Lang2015-05-251-1/+3
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-2/+2
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-6/+4
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-235-7/+7
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-142-3/+3
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-134-3/+4
* Added Issue#attributes_editable?Jean-Philippe Lang2015-02-131-1/+1
* Moved users list diplayed as available watchers on the new issue form to an h...Jean-Philippe Lang2015-02-131-1/+1
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-082-3/+4
* Extract grouping logic to an helper.Jean-Philippe Lang2015-02-071-5/+3
* Respect cross-project subtask setting on issue bulk edit form (#18711).Jean-Philippe Lang2015-02-071-1/+1
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-252-0/+2
* Link to the anchor only.Jean-Philippe Lang2015-01-241-1/+1
* Fixed that group is not displayed when the first group is a boolean custom fi...Jean-Philippe Lang2015-01-191-3/+3
* Fixed that boolean custom field groups have same label for blank and false va...Jean-Philippe Lang2015-01-191-1/+1
* Do not truncate subissue/related issues titles on the issue view (#18659).Jean-Philippe Lang2014-12-241-2/+2
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-241-2/+4
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-1/+1
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-292-0/+14
* Removed duplicate element ids.Jean-Philippe Lang2014-11-232-2/+2
* Removed submit_query_form function.Jean-Philippe Lang2014-11-181-2/+2
* Overrides IssueRelation#to_s.Jean-Philippe Lang2014-11-051-4/+1