| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r22623, r22624 and r22625 from trunk to 5.1-stable (#40099). | Marius Balteanu | 2024-01-25 | 1 | -1/+1 |
* | Merged r22583 from trunk to 5.1-stable (#39991). | Go MAEDA | 2024-01-03 | 1 | -1/+1 |
* | Merged r22458, r22459, r22460, r22461, r22462 and r22464 from trunk to 5.1-st... | Marius Balteanu | 2023-11-19 | 1 | -10/+20 |
* | Merged r22417 from trunk to 5.1-stable (#39443). | Marius Balteanu | 2023-11-11 | 1 | -7/+8 |
* | Reinitialize an empty Wiki page after after project wiki is deleted (#34634). | Marius Balteanu | 2023-10-23 | 2 | -1/+5 |
* | Revert r22368. | Marius Balteanu | 2023-10-23 | 2 | -5/+1 |
* | Traditional Chinese translation update (#39221). | Marius Balteanu | 2023-10-23 | 2 | -1/+5 |
* | Fix RuboCop offenses due to r22343: Style/RedundantRegexpEscape, Layout/Empty... | Go MAEDA | 2023-10-16 | 1 | -2/+1 |
* | API compatibility to legacy status and name query params (#39181, #37674) | Go MAEDA | 2023-10-15 | 1 | -0/+28 |
* | Cleanup debug code in app/models/mail_handler.rb (#39184). | Go MAEDA | 2023-10-12 | 1 | -1/+1 |
* | Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL (#38319). | Go MAEDA | 2023-10-09 | 1 | -3/+3 |
* | Refactor SQL construction in IssueQuery#sql_for_assigned_to_role_field for be... | Go MAEDA | 2023-10-09 | 1 | -4/+10 |
* | Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate ... | Go MAEDA | 2023-10-07 | 2 | -4/+2 |
* | Avoid exception during validation if the spent_on date of a time entry was re... | Go MAEDA | 2023-09-20 | 1 | -1/+1 |
* | Add description for issue statuses and display them in issue new/edit form (#... | Go MAEDA | 2023-08-31 | 1 | -0/+2 |
* | Raise the maximum length of the last name to 255 characters (#37679). | Go MAEDA | 2023-08-27 | 1 | -1/+2 |
* | Fix RuboCop offense Performance/MapMethodChain (#37247). | Go MAEDA | 2023-08-23 | 1 | -1/+1 |
* | Retry in case of stale issue during Issue.update_versions (#38820). | Go MAEDA | 2023-08-23 | 1 | -3/+12 |
* | "has been" and "has never been" filter operators can be very slow (#38527, #3... | Go MAEDA | 2023-06-30 | 1 | -4/+6 |
* | <=> operator should return nil when invoked with an incomparable object (#387... | Go MAEDA | 2023-06-29 | 13 | -13/+35 |
* | Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919). | Go MAEDA | 2023-06-29 | 1 | -2/+2 |
* | Fix SQL error when passing invalid value to "Related to" filter (#38301). | Go MAEDA | 2023-06-21 | 1 | -8/+12 |
* | Fix RuboCop offense Lint/RedundantSafeNavigation (#36919). | Go MAEDA | 2023-06-07 | 1 | -3/+3 |
* | Add X-Redmine-Issue-Priority headers to issue notification mails (#2746). | Go MAEDA | 2023-05-13 | 1 | -0/+2 |
* | Fix PostgreSQL error caused by comparing text with integer values (#38527). | Go MAEDA | 2023-05-11 | 1 | -2/+2 |
* | New issues filter operators "has been", "has never been", and "changed from" ... | Go MAEDA | 2023-05-11 | 2 | -6/+34 |
* | Make the "Any searchable text" filter search only open issues when the status... | Go MAEDA | 2023-05-01 | 1 | -1/+4 |
* | Fix "Any searchable text" filter doesn't support the project filter with the ... | Go MAEDA | 2023-04-18 | 1 | -1/+9 |
* | OR search with multiple terms for "starts with" and "ends with" filter operat... | Go MAEDA | 2023-04-17 | 1 | -15/+17 |
* | Change the notation of "contains any of" filter operator to "*~" (#38435). | Go MAEDA | 2023-04-16 | 2 | -10/+10 |
* | Fix "contains any of" operator is not taken into account in File and File des... | Go MAEDA | 2023-04-16 | 1 | -8/+8 |
* | "contains any of" operator for text filters to perform OR search of multiple ... | Go MAEDA | 2023-04-14 | 2 | -5/+21 |
* | FIX: The position of existing elements in the array CORE_FIELDS must not be c... | Go MAEDA | 2023-04-14 | 1 | -2/+2 |
* | Ability to disable the priority field (#38416). | Go MAEDA | 2023-04-14 | 2 | -2/+3 |
* | Roles of a project member should not be made empty (#37166). | Go MAEDA | 2023-04-13 | 1 | -1/+1 |
* | Cannot add a user to a group if the group is a member without roles in a cert... | Go MAEDA | 2023-04-13 | 1 | -0/+2 |
* | Add Parent task filter and column to Spent time (#37623). | Go MAEDA | 2023-04-11 | 1 | -0/+29 |
* | "Issue's subject" filter for spent time (#27821). | Go MAEDA | 2023-04-09 | 1 | -0/+9 |
* | Change the behavior of the "Any searchable text" filter from OR search to AND... | Go MAEDA | 2023-04-05 | 1 | -1/+1 |
* | Fix a bug the "doesn't contain" operator returns no issues if the search find... | Go MAEDA | 2023-04-05 | 1 | -1/+1 |
* | Add "Any searchable text" filter for issues (#38402). | Go MAEDA | 2023-04-05 | 2 | -0/+30 |
* | Receive e-mail replies to news and news comments (#38274). | Go MAEDA | 2023-03-26 | 1 | -0/+35 |
* | Add LockedTopic exception to MailHandler (#38273). | Go MAEDA | 2023-03-26 | 1 | -1/+2 |
* | Add MissingContainer exception to MailHandler (#38273). | Go MAEDA | 2023-03-26 | 1 | -6/+7 |
* | Multiple issue ids in "Related to" filter (#38301). | Go MAEDA | 2023-03-25 | 1 | -1/+2 |
* | "Cannot delete enumeration" error may occur when attempting to delete a proje... | Go MAEDA | 2023-03-25 | 1 | -2/+2 |
* | Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting... | Go MAEDA | 2023-03-25 | 6 | -7/+7 |
* | Fix RuboCop offense Lint/MissingSuper (#36919). | Go MAEDA | 2023-03-24 | 1 | -4/+7 |
* | Check if the user has the permission to add notes or edit an issue when addin... | Go MAEDA | 2023-03-02 | 1 | -0/+4 |
* | Show parent issues in notification email (#34302). | Go MAEDA | 2023-03-01 | 1 | -0/+2 |