summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22395 from trunk to 5.1-stable (#38493).Go MAEDA2023-10-291-1/+1
* Show parent issues in notification email (#34302).Go MAEDA2023-03-011-1/+1
* "Property changes" tab does not appear when all issue journals have both note...Go MAEDA2023-02-011-4/+4
* Disable RuboCop offense Performance/Sum in IssueFieldsRows#to_html (#38146).Go MAEDA2023-01-111-0/+2
* Fix RuboCop offense Style/MinMaxComparison (#36919).Go MAEDA2023-01-021-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-20/+1
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-1/+20
* Read-only field permission for the project field is ignored if the current pr...Go MAEDA2022-10-311-5/+11
* Add CSS class for relation type to related issues list (#37532).Go MAEDA2022-08-051-1/+1
* Fix RuboCop offense Style/RedundantParentheses (#36919).Go MAEDA2022-07-161-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-0/+6
* Query links for related issues on issue page (#35559).Go MAEDA2021-08-231-12/+20
* Total spent time from issue page should link to global time entries if the is...Marius Balteanu2021-07-261-0/+5
* Revert r21082 (#35134).Marius Balteanu2021-07-261-5/+0
* Link total spent time to global time entries page when cross_project_issue_re...Marius Balteanu2021-07-261-0/+5
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Show project tree instead of subprojects in the project selector when you cre...Go MAEDA2021-03-251-1/+1
* Show project ID instead of name in issue journal details if the project is no...Go MAEDA2021-03-181-1/+2
* Fix project selector on global new issue page not showing all visible project...Go MAEDA2021-02-011-1/+1
* Some fixes for r20321:Go MAEDA2021-01-181-0/+46
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-011-0/+10
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-1/+7
* shorten long line of IssuesHelperToshi MARUYAMA2020-11-301-7/+48
* fix source indent of IssuesHelperToshi MARUYAMA2020-11-291-9/+11
* Move the "Private" badge next to the "Open/Closed" badge (#33832).Go MAEDA2020-11-111-3/+0
* use "do end" instead of {} at IssuesHelperToshi MARUYAMA2020-08-091-3/+4
* fix source indent of IssuesHelperToshi MARUYAMA2020-08-071-1/+1
* remove spaces inside {} of IssuesHelperToshi MARUYAMA2020-08-071-1/+1
* add empty line after guard clause to IssuesHelperToshi MARUYAMA2020-07-191-0/+9
* Untranslated string "diff" in journal detail (#33452).Go MAEDA2020-05-161-1/+1
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-251-3/+3
* Get the list of new issue watchers using single query and limit the results t...Go MAEDA2020-04-251-6/+4
* Show open/closed badge on issue page (#33254).Go MAEDA2020-04-231-0/+1
* Split subtasks/relations information into 5 columns (#32889).Jean-Philippe Lang2020-04-051-2/+2
* Move style to css (#32889).Jean-Philippe Lang2020-04-051-3/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-2/+5
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_issue_rela...Toshi MARUYAMA2019-11-091-17/+34
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#cellsToshi MARUYAMA2019-11-091-3/+5
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#show_detailToshi MARUYAMA2019-11-091-3/+6
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_descendant...Toshi MARUYAMA2019-11-091-13/+26
* code layout clean up app/helpers/issues_helper.rbToshi MARUYAMA2019-11-091-1/+4
* Unify fields of subtasks and related issues on issue page (#25540).Go MAEDA2019-09-291-0/+3
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in app/helpe...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/issues_hel...Toshi MARUYAMA2019-09-241-2/+4
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/is...Toshi MARUYAMA2019-09-241-2/+2
* code cleanup: rubocop: fix Style/RedundantConditional in app/helpers/issues_h...Toshi MARUYAMA2019-09-211-1/+1