| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issu... | Go MAEDA | 2021-04-01 | 1 | -2/+3 |
* | Do not journalize attachments that are added during a "Copy Issue" operation ... | Go MAEDA | 2021-03-29 | 1 | -0/+17 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | Add test for 4 byte characters (emoji) support (#32054). | Go MAEDA | 2021-03-13 | 1 | -0/+11 |
* | Show only valid projects on issue form when the issue is a subtask (#33419). | Go MAEDA | 2021-01-01 | 1 | -0/+34 |
* | remove spaces inside {} of test/unit/issue_test.rb | Toshi MARUYAMA | 2020-11-19 | 1 | -10/+10 |
* | shorten long line of test/unit/issue_test.rb | Toshi MARUYAMA | 2020-10-24 | 1 | -4/+10 |
* | shorten long line of test/unit/issue_test.rb | Toshi MARUYAMA | 2020-10-22 | 1 | -2/+6 |
* | Fix that Issues API bypasses add_issue_notes permission (#33689). | Go MAEDA | 2020-08-12 | 1 | -0/+17 |
* | Add "behind-schedule" CSS class to issues (#31881). | Go MAEDA | 2020-07-09 | 1 | -0/+5 |
* | Use more efficient "exists?" instead of "first" in tests when checking the ex... | Go MAEDA | 2020-05-03 | 1 | -2/+2 |
* | Show warning and the reason when the issue cannot be closed or reopen because... | Go MAEDA | 2020-03-10 | 1 | -0/+26 |
* | 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/+41 |
* | cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/issue_test.rb | Toshi MARUYAMA | 2019-11-24 | 1 | -7/+11 |
* | cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/issue... | Toshi MARUYAMA | 2019-11-23 | 1 | -3/+5 |
* | cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/issue_test.rb | Toshi MARUYAMA | 2019-11-23 | 1 | -8/+18 |
* | cleanup: rubocop: fix Layout/AlignArguments in test/unit/issue_test.rb | Toshi MARUYAMA | 2019-11-09 | 1 | -10/+13 |
* | Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect. | Go MAEDA | 2019-10-02 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rb | Toshi MARUYAMA | 2019-09-30 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/iss... | Toshi MARUYAMA | 2019-09-25 | 1 | -1/+0 |
* | code cleanup: rubocop: fix Style/TrailingCommaInArguments in test/unit/issue_... | Toshi MARUYAMA | 2019-09-25 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/issue_tes... | Toshi MARUYAMA | 2019-09-24 | 1 | -1/+0 |
* | backout r13743 | Toshi MARUYAMA | 2019-09-19 | 1 | -2/+2 |
* | code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rb | Toshi MARUYAMA | 2019-09-18 | 1 | -1/+6 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | New Permission: Edit own issue (#1248). | Go MAEDA | 2019-04-25 | 1 | -0/+17 |
* | Enable frozen_string_literal for some files under test directory (#26561). | Go MAEDA | 2019-03-16 | 1 | -1/+1 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Test failure. | Jean-Philippe Lang | 2018-12-13 | 1 | -0/+1 |
* | Send individual emails for each mail recipient (#26791). | Jean-Philippe Lang | 2018-10-06 | 1 | -4/+5 |
* | Extend Issue Summary to include subprojects (#2529). | Go MAEDA | 2018-10-03 | 1 | -17/+35 |
* | Test failures with sqlite3. | Jean-Philippe Lang | 2018-09-23 | 1 | -2/+2 |
* | Upgrade to Rails 5.2.0 (#23630). | Jean-Philippe Lang | 2018-06-23 | 1 | -1/+5 |
* | Clear subtask assignee during copy if is locked (#28946). | Go MAEDA | 2018-06-17 | 1 | -0/+19 |
* | Log automatic rescheduling of following issues to journal (#28649). | Jean-Philippe Lang | 2018-06-10 | 1 | -0/+26 |
* | Clear target version when copying an issue if status is locked or closed (#27... | Go MAEDA | 2018-06-07 | 1 | -0/+20 |
* | Fix: Copying an issue fails if the issue is watched by a locked user (#28765). | Go MAEDA | 2018-05-19 | 1 | -0/+18 |
* | Fix: Calculation of the start date of following issues ignores the "non-worki... | Go MAEDA | 2018-03-08 | 1 | -11/+23 |
* | No validation errors when entering an invalid "Estimate hours" value (#27881). | Jean-Philippe Lang | 2018-01-07 | 1 | -1/+1 |
* | try IssueTest#test_overdue failing on CI server at Japanese daytime (#22320) | Toshi MARUYAMA | 2017-07-31 | 1 | -4/+6 |
* | add missing fixture for IssueTest#test_update_should_notify_previous_assignee | Toshi MARUYAMA | 2017-07-27 | 1 | -0/+1 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 1 | -2/+2 |
* | Setting to disable automatic closing of duplicates (#26192). | Jean-Philippe Lang | 2017-06-25 | 1 | -0/+17 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Set default assignee before validation (#26072). | Jean-Philippe Lang | 2017-06-06 | 1 | -0/+12 |
* | remove trailing white spaces from test/unit/issue_test.rb | Toshi MARUYAMA | 2017-05-10 | 1 | -2/+2 |
* | Adds tests for default assignments (#482). | Jean-Philippe Lang | 2017-04-08 | 1 | -0/+16 |
* | Fixed that watchers list is not updated when changing project on the new issu... | Jean-Philippe Lang | 2017-04-06 | 1 | -0/+10 |
* | Reset status when copying issues (#23610). | Jean-Philippe Lang | 2017-04-03 | 1 | -6/+6 |