summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add assignee's icon to tooltips in gantt and calendar (#29306).Go MAEDA2018-09-181-1/+1
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-14/+0
* Fix: Copying an issue fails if the issue is watched by a locked user (#28765).Go MAEDA2018-05-191-1/+1
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-4/+6
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-021-5/+3
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-021-3/+5
* Moves the "Private" label after the subject like in journals.Jean-Philippe Lang2017-07-291-1/+1
* Refactor "multiple_values_detail" struct creation (#26130).Jean-Philippe Lang2017-06-251-3/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-101-7/+3
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-2/+2
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-301-1/+1
* Remove background on subtasks and relations introduced in r16249 (#15361).Jean-Philippe Lang2017-01-251-2/+2
* Omit blank fields as we do for the description (#21705).Jean-Philippe Lang2017-01-251-3/+5
* Use #html_safe first.Jean-Philippe Lang2017-01-251-2/+2
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-2/+22
* Make the email notifications for adding/updating issues more readable/clear (...Jean-Philippe Lang2016-12-161-5/+13
* View progress bar of related issues (#3425).Jean-Philippe Lang2016-11-191-0/+1
* Extracts the rendering of related issues to an helper (#3425).Jean-Philippe Lang2016-11-191-0/+31
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-2/+2
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-231-2/+7
* Wrong CSS classes in subtasks tree (#23391).Jean-Philippe Lang2016-08-201-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-21/+6
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-2/+4
* Moves sidebar queries rendering to QueriesHelper (#14790).Jean-Philippe Lang2016-07-121-34/+0
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-1/+1
* Add missing links to images in issue history (#22058).Jean-Philippe Lang2016-06-181-1/+2
* Preload assignee.Jean-Philippe Lang2016-06-121-1/+1
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-0/+10
* Do not propose trackers which disallow parent_issue_id for new child issues (...Jean-Philippe Lang2016-04-241-1/+1
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-2/+3
* Add status, assigned_to and done_ratio classes to issue subtasks (#21776).Jean-Philippe Lang2016-03-151-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds units in history for estimated time (#12456).Jean-Philippe Lang2016-01-311-2/+2
* Fixed that % done field is shown on issue show subtree even if deactivated fo...Jean-Philippe Lang2016-01-211-1/+1
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-2/+1
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-5/+4
* Adding issue css classes to issue subtasks and relations tr (#21474).Jean-Philippe Lang2016-01-161-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-9/+9
* Use #issue_fields_rows to render custom fields values.Jean-Philippe Lang2015-11-081-15/+7
* Un-inline conditions.Jean-Philippe Lang2015-10-251-8/+11
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-1/+6
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-211-1/+1
* Display time spent on the issue and the total time spent like estimated hours...Jean-Philippe Lang2015-05-251-4/+20
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-0/+8
* Preload issue associations.Jean-Philippe Lang2015-05-091-1/+1
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-211-1/+1
* Fixed rendering of multivalued custom fields in the issue history (#19225).Jean-Philippe Lang2015-03-081-9/+13
* Fixed Stack level too deep error when calling #find_name_by_reflection for mi...Jean-Philippe Lang2015-02-141-3/+3