summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-202-3/+3
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-191-4/+4
* Total spent hours and estimated hours need to be get via REST (#21757).Jean-Philippe Lang2016-03-191-1/+5
* Previous/next links may be lost after editing the issue (#14462).Jean-Philippe Lang2016-03-191-0/+5
* Adds query params as hidden field tags to the CSV export form (#22108).Jean-Philippe Lang2016-03-121-2/+4
* Adds links to changeset diff on the issue history (#4266).Jean-Philippe Lang2016-01-311-1/+11
* Wrap textilizable with DIV containing wiki class (#21663).Jean-Philippe Lang2016-01-201-1/+3
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-202-6/+12
* Adding issue css classes to issue subtasks and relations tr (#21474).Jean-Philippe Lang2016-01-161-1/+1
* Display calendar for dates independent of subtasks (#21219).Jean-Philippe Lang2015-12-131-2/+2
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-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