summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-2/+2
* Adds a Cancel button on issue edit view (#18051).Jean-Philippe Lang2014-10-211-0/+1
* Adds css classes to get sort order on the issue list (#17993).Jean-Philippe Lang2014-10-041-1/+1
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-041-1/+1
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-141-1/+1
* Parent issue autocomplete does not follow to the "Allow cross-project subtask...Jean-Philippe Lang2014-09-141-1/+1
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-132-0/+2
* Mark private notes more clearly (#16240).Jean-Baptiste Barth2014-09-091-1/+2
* Select proper tracker and status for when hitting F5 with browsers that prese...Jean-Philippe Lang2014-03-151-0/+8
* Always load formatter scripts for when the description is read-only on page l...Jean-Philippe Lang2014-02-281-0/+2
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* code format clean up app/views/issues/_list_simple.html.erbToshi MARUYAMA2014-02-051-2/+2
* remove unneeded h() from app/views/issues/_list_simple.html.erbToshi MARUYAMA2014-02-051-2/+2
* Focus first text field automatically (#13134).Jean-Philippe Lang2014-01-191-2/+0
* Show warning when exported issues exceed the limit (#13770).Jean-Philippe Lang2014-01-121-2/+7
* Wrap filters, options and buttons with extra div (#15362).Jean-Philippe Lang2014-01-111-3/+4
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+1
* Fixed that the label element may contain at most one input.Jean-Philippe Lang2013-11-271-1/+1