| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r20872 from trunk to 4.2-stable (#34921). | 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 |
* | code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb | Toshi MARUYAMA | 2019-09-24 | 1 | -1/+2 |
* | remove "attr_reader :current_journal" from Issue class | Toshi MARUYAMA | 2019-09-20 | 1 | -1/+0 |
* | use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_ids | Toshi MARUYAMA | 2019-09-20 | 1 | -1/+1 |
* | Limit total_estimated_hours to visible issues (#31778). | Go MAEDA | 2019-08-07 | 1 | -1/+1 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | New Permission: Edit own issue (#1248). | Go MAEDA | 2019-04-25 | 1 | -1/+3 |
* | Use Regexp#match? to reduce allocations of MatchData object (#28940). | Go MAEDA | 2019-03-27 | 1 | -2/+2 |
* | Support frozen_string_literal in issue, journal, and query (#26561). | Go MAEDA | 2019-03-17 | 1 | -2/+2 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Send emails asynchronously (#26791). | Jean-Philippe Lang | 2018-10-10 | 1 | -1/+1 |
* | Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791). | Jean-Philippe Lang | 2018-10-06 | 1 | -15/+0 |
* | Extend Issue Summary to include subprojects (#2529). | Go MAEDA | 2018-10-03 | 1 | -12/+12 |
* | Fixed that issue details page shows default values for custom fields that are... | Jean-Philippe Lang | 2018-09-23 | 1 | -0/+5 |
* | Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711). | Go MAEDA | 2018-07-29 | 1 | -2/+2 |
* | Use pluck(:id) instead of collect(&:id) (#26711). | Go MAEDA | 2018-07-28 | 1 | -1/+1 |
* | Upgrade to Rails 5.2.0 (#23630). | Jean-Philippe Lang | 2018-06-23 | 1 | -2/+1 |
* | Cannot clear category field on copying an Issue (#28951). | Jean-Philippe Lang | 2018-06-17 | 1 | -1/+1 |
* | Clear subtask assignee during copy if is locked (#28946). | Go MAEDA | 2018-06-17 | 1 | -0/+1 |