| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r22913-r22917 from trunk to 5.0-stable (#40946). | Marius Balteanu | 2024-10-28 | 1 | -2/+2 |
* | Merged r23048 from trunk to 5.0-stable (#8539). | Go MAEDA | 2024-09-11 | 1 | -1/+1 |
* | Merged r22746 from trunk to 5.0-stable (#40043). | Marius Balteanu | 2024-02-27 | 1 | -1/+1 |
* | Merged r22122 from trunk to 5.0-stable (#38297). | Go MAEDA | 2023-03-02 | 1 | -0/+4 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Merged r21637 and r21638 to 5.0-stable (#37171). | Marius Balteanu | 2022-06-16 | 1 | -2/+8 |
* | Merged r21626 from the trunk to 5.0-stable (#37151). | Go MAEDA | 2022-06-10 | 1 | -6/+7 |
* | Merged r21613 to 5.0-stable (#37155). | Marius Balteanu | 2022-05-28 | 1 | -1/+1 |
* | Allow users to be mentioned using @ in issues and wiki pages (#13919): | Marius Balteanu | 2022-02-23 | 1 | -0/+2 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 1 | -1/+1 |
* | Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa... | Go MAEDA | 2021-12-29 | 1 | -6/+6 |
* | Fixes for Performance/BigDecimalWithNumericArgument introduced in RuboCop Per... | Go MAEDA | 2021-12-25 | 1 | -1/+1 |
* | Issue Summary: add statistics about issues without assignee, version or categ... | Go MAEDA | 2021-12-12 | 1 | -1/+1 |
* | Allow addition/removal of subtasks to show in parent's history (#6033). | Go MAEDA | 2021-11-08 | 1 | -2/+28 |
* | Tokenize search parameter in order to allow multiple search terms in: | Marius Balteanu | 2021-10-05 | 1 | -2/+1 |
* | Use sanitize_sql_like in like scopes (#35073). | Marius Balteanu | 2021-10-03 | 1 | -1/+1 |
* | Fixed attachments deletable by user without edit issue permission on tracker ... | Marius Balteanu | 2021-08-05 | 1 | -0/+5 |
* | Ruby 3.0: Fix `super` calls (#34992, #34986). | Go MAEDA | 2021-04-03 | 1 | -1/+1 |
* | Do not journalize attachments that are added during a "Copy Issue" operation ... | Go MAEDA | 2021-03-29 | 1 | -1/+1 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | Unable to autoload constant Version.table_name if gems use Version class (#33... | Go MAEDA | 2021-03-03 | 1 | -2/+2 |
* | Add class 'error' to custom fields with validation errors (#32764, #34580). | Go MAEDA | 2021-01-11 | 1 | -1/+1 |
* | Show only valid projects on issue form when the issue is a subtask (#33419). | Go MAEDA | 2021-01-01 | 1 | -13/+39 |
* | shorten long line of app/models/issue.rb | Toshi MARUYAMA | 2020-12-17 | 1 | -25/+107 |
* | Use sum { ... } instead of map { ... }.sum (#34399). | Go MAEDA | 2020-12-06 | 1 | -3/+3 |
* | remove spaces inside {} of app/models/issue.rb | Toshi MARUYAMA | 2020-11-17 | 1 | -1/+1 |
* | use "do end" instead of {} at ActiveRecord scope lambda of app/models/issue.rb | Toshi MARUYAMA | 2020-11-12 | 1 | -12/+12 |
* | use "do end" instead of {} at app/models/issue.rb | Toshi MARUYAMA | 2020-11-07 | 1 | -8/+8 |
* | Evaluate acts_as_activity_provider's scope lazily (#33664). | Go MAEDA | 2020-10-17 | 1 | -1/+1 |
* | fix source indent of app/models/issue.rb | Toshi MARUYAMA | 2020-09-26 | 1 | -8/+9 |
* | Fix that Issues API bypasses add_issue_notes permission (#33689). | Go MAEDA | 2020-08-12 | 1 | -1/+0 |
* | remove spaces inside {} of app/models/issue.rb | Toshi MARUYAMA | 2020-07-11 | 1 | -3/+3 |
* | add space after comma to app/models/issue.rb | Toshi MARUYAMA | 2020-07-11 | 1 | -2/+2 |
* | add empty line after guard clause to app/models/issue.rb | Toshi MARUYAMA | 2020-07-11 | 1 | -0/+12 |
* | fix source indent of Issue#visible_condition | Toshi MARUYAMA | 2020-07-11 | 1 | -2/+2 |
* | fix source indent of Issue#self_and_descendants | Toshi MARUYAMA | 2020-07-11 | 1 | -1/+2 |
* | Add "behind-schedule" CSS class to issues (#31881). | Go MAEDA | 2020-07-09 | 1 | -0/+1 |
* | Done ratio of a parent issue may be shown as 99% even though all subtasks are... | Go MAEDA | 2020-06-14 | 1 | -3/+3 |
* | Updating an issue via REST API causes internal server error if invalid projec... | Go MAEDA | 2020-05-14 | 1 | -2/+5 |
* | Show warning and the reason when the issue cannot be closed or reopen because... | Go MAEDA | 2020-03-10 | 1 | -2/+25 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 1 | -1/+1 |
* | Enable users to receive email notifications about high issues (only) (#32628). | Go MAEDA | 2020-01-21 | 1 | -0/+1 |
* | cleanup: rubocop: fix Layout/AlignArguments in app/models/issue.rb | Toshi MARUYAMA | 2019-11-08 | 1 | -20/+21 |
* | code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/issue.rb | Toshi MARUYAMA | 2019-10-19 | 1 | -15/+18 |
* | code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rb | Toshi MARUYAMA | 2019-10-19 | 1 | -2/+0 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_ho... | Toshi MARUYAMA | 2019-09-30 | 1 | -5/+6 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? method | Toshi MARUYAMA | 2019-09-30 | 1 | -12/+13 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condit... | Toshi MARUYAMA | 2019-09-30 | 1 | -14/+15 |
* | code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rb | Toshi MARUYAMA | 2019-09-30 | 1 | -2/+3 |
* | code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rb | Toshi MARUYAMA | 2019-09-24 | 1 | -1/+1 |