summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22122 from trunk to 5.0-stable (#38297).Go MAEDA2023-03-021-0/+4
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merged r21637 and r21638 to 5.0-stable (#37171).Marius Balteanu2022-06-161-2/+8
* Merged r21626 from the trunk to 5.0-stable (#37151).Go MAEDA2022-06-101-6/+7
* Merged r21613 to 5.0-stable (#37155).Marius Balteanu2022-05-281-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-0/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-6/+6
* Fixes for Performance/BigDecimalWithNumericArgument introduced in RuboCop Per...Go MAEDA2021-12-251-1/+1
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-121-1/+1
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-2/+28
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-051-2/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-1/+1
* Fixed attachments deletable by user without edit issue permission on tracker ...Marius Balteanu2021-08-051-0/+5
* Ruby 3.0: Fix `super` calls (#34992, #34986).Go MAEDA2021-04-031-1/+1
* Do not journalize attachments that are added during a "Copy Issue" operation ...Go MAEDA2021-03-291-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Unable to autoload constant Version.table_name if gems use Version class (#33...Go MAEDA2021-03-031-2/+2
* Add class 'error' to custom fields with validation errors (#32764, #34580).Go MAEDA2021-01-111-1/+1
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-011-13/+39
* shorten long line of app/models/issue.rbToshi MARUYAMA2020-12-171-25/+107
* Use sum { ... } instead of map { ... }.sum (#34399).Go MAEDA2020-12-061-3/+3
* remove spaces inside {} of app/models/issue.rbToshi MARUYAMA2020-11-171-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/issue.rbToshi MARUYAMA2020-11-121-12/+12
* use "do end" instead of {} at app/models/issue.rbToshi MARUYAMA2020-11-071-8/+8
* Evaluate acts_as_activity_provider's scope lazily (#33664).Go MAEDA2020-10-171-1/+1
* fix source indent of app/models/issue.rbToshi MARUYAMA2020-09-261-8/+9
* Fix that Issues API bypasses add_issue_notes permission (#33689).Go MAEDA2020-08-121-1/+0
* remove spaces inside {} of app/models/issue.rbToshi MARUYAMA2020-07-111-3/+3
* add space after comma to app/models/issue.rbToshi MARUYAMA2020-07-111-2/+2
* add empty line after guard clause to app/models/issue.rbToshi MARUYAMA2020-07-111-0/+12
* fix source indent of Issue#visible_conditionToshi MARUYAMA2020-07-111-2/+2
* fix source indent of Issue#self_and_descendantsToshi MARUYAMA2020-07-111-1/+2
* Add "behind-schedule" CSS class to issues (#31881).Go MAEDA2020-07-091-0/+1
* Done ratio of a parent issue may be shown as 99% even though all subtasks are...Go MAEDA2020-06-141-3/+3
* Updating an issue via REST API causes internal server error if invalid projec...Go MAEDA2020-05-141-2/+5
* Show warning and the reason when the issue cannot be closed or reopen because...Go MAEDA2020-03-101-2/+25
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-211-0/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/issue.rbToshi MARUYAMA2019-11-081-20/+21
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/issue.rbToshi MARUYAMA2019-10-191-15/+18
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-2/+0
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_ho...Toshi MARUYAMA2019-09-301-5/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? methodToshi MARUYAMA2019-09-301-12/+13
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condit...Toshi MARUYAMA2019-09-301-14/+15
* code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rbToshi MARUYAMA2019-09-301-2/+3
* code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+2
* remove "attr_reader :current_journal" from Issue classToshi MARUYAMA2019-09-201-1/+0