summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Merged r14973 (#21219).Jean-Philippe Lang2015-12-191-2/+2
* Merged r14794 (#21136).Jean-Philippe Lang2015-11-081-2/+2
* Merged r14753 (#21085).Jean-Philippe Lang2015-11-071-1/+1
* Merged r14754 (#21076).Jean-Philippe Lang2015-11-071-1/+1
* Merged r14671 (#20992).Jean-Philippe Lang2015-11-071-1/+1
* Merged r14405 from trunk to 3.1-stable (#11253, #20456)Toshi MARUYAMA2015-09-161-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
* Use :button_edit instead of :button_update for editing issues (#15275).Jean-Philippe Lang2013-11-162-2/+2
* Custom fields in issue form - splitting is incorrect (#15227).Jean-Philippe Lang2013-11-091-2/+3
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-301-0/+18