summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r23323 from trunk to 6.0-stable (#41883).Go MAEDA2024-11-301-1/+1
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-2/+2
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-1/+1
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-2/+2
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-2/+2
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-121-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-081-2/+2
* Fix related issues count not updating after deleting one of the related issue...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