summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rbToshi MARUYAMA2019-09-211-3/+1
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issu...Toshi MARUYAMA2019-09-211-9/+28
* code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...Toshi MARUYAMA2019-09-191-1/+1
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...Toshi MARUYAMA2019-09-191-5/+3
* Add closed_on to the tooltip if the issue is closed (#31697).Go MAEDA2019-08-011-1/+1
* Code cleanup: RuboCop: Rails/PresenceGo MAEDA2019-06-201-1/+1
* Code cleanup: RuboCop: Style/DefWithParenthesesGo MAEDA2019-06-201-1/+1
* Code cleanup: RuboCop: Style/UnneededInterpolationGo MAEDA2019-06-201-1/+1
* Don't show empty fields in email notifications (#10378).Jean-Philippe Lang2019-06-201-4/+8
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-201-0/+15
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-2/+3
* Add time entries tab to issue history tabs (#3058).Jean-Philippe Lang2019-06-201-0/+1
* Move changesets to its own tab (#3058).Jean-Philippe Lang2019-06-201-1/+2
* Show issue history in tabs (#3058).Jean-Philippe Lang2019-06-201-0/+14
* Show "Due in X days" in issue details page (#31499).Go MAEDA2019-06-071-0/+7
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Move styles for count and private to a new class named 'badge' (#29391).Go MAEDA2019-04-091-1/+1
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-171-6/+6
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-1/+6
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Move custom field classes to a method (#30994).Go MAEDA2019-03-091-3/+2
* Refactor custom field value tag for custom fields with full text formatting e...Go MAEDA2019-02-121-12/+4
* Start date and due date in email notifications (#13307).Go MAEDA2019-01-251-2/+2
* Adds a link to remove a subtask from its parent task (#23392).Jean-Philippe Lang2018-12-161-1/+11
* Related issues section ignores the date format setting (#29918).Jean-Philippe Lang2018-11-291-2/+2
* Add wiki class also for half width custom fields with text formatting enabled...Go MAEDA2018-11-261-1/+5
* Remove trailing whitespaces from app/helpers/issues_helper.rbGo MAEDA2018-11-261-1/+1
* 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