| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correctly escape issue text in Gantt PNG export for ImageMagick convert (#387... | Go MAEDA | 2023-09-21 | 1 | -0/+5 |
* | Avoid exception during validation if the spent_on date of a time entry was re... | Go MAEDA | 2023-09-20 | 1 | -0/+10 |
* | HTML-escape the entire tag content of escaped HTML tags in textile (#38807). | Go MAEDA | 2023-09-18 | 1 | -2/+3 |
* | Adapt markdown autolink behavior to that of common_mark (#38806). | Go MAEDA | 2023-09-18 | 1 | -1/+78 |
* | Add description for issue statuses and display them in issue new/edit form (#... | Go MAEDA | 2023-08-31 | 5 | -3/+62 |
* | Fix exception raised during thumbnail macro to image tag conversion in emails... | Go MAEDA | 2023-08-30 | 1 | -0/+12 |
* | Raise the maximum length of the last name to 255 characters (#37679). | Go MAEDA | 2023-08-27 | 1 | -0/+6 |
* | Display calendar in vertical list layout on mobile screens (#33682). | Go MAEDA | 2023-08-27 | 2 | -105/+91 |
* | Generate snake-case file name by redmine_plugin_migration (#38730). | Go MAEDA | 2023-08-23 | 1 | -0/+59 |
* | Fix RuboCop offense Performance/MapMethodChain (#37247). | Go MAEDA | 2023-08-23 | 10 | -27/+27 |
* | Retry in case of stale issue during Issue.update_versions (#38820). | Go MAEDA | 2023-08-23 | 1 | -0/+35 |
* | Fix incorrect argument format for assert_select that causes ArgumentError wit... | Go MAEDA | 2023-07-02 | 4 | -16/+21 |
* | Unable to retrieve custom fields set as "For all projects" via Projects API (... | Go MAEDA | 2023-06-30 | 1 | -0/+5 |
* | <=> operator should return nil when invoked with an incomparable object (#387... | Go MAEDA | 2023-06-29 | 1 | -0/+6 |
* | Fix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#36919). | Go MAEDA | 2023-06-29 | 1 | -1/+1 |
* | Fix SQL error when passing invalid value to "Related to" filter (#38301). | Go MAEDA | 2023-06-21 | 1 | -0/+4 |
* | Fix RuboCop offense Style/RedundantFilterChain (#36919). | Go MAEDA | 2023-06-07 | 1 | -1/+1 |
* | Add X-Redmine-Issue-Priority headers to issue notification mails (#2746). | Go MAEDA | 2023-05-13 | 1 | -0/+1 |
* | New issues filter operators "has been", "has never been", and "changed from" ... | Go MAEDA | 2023-05-11 | 1 | -0/+67 |
* | Add breadcrumbs to news pages (#2631). | Go MAEDA | 2023-05-09 | 1 | -0/+1 |
* | Use the new pagination style for the calendars view (#27346). | Go MAEDA | 2023-05-07 | 1 | -1/+1 |
* | Add test for r22224 (#38458). | Go MAEDA | 2023-05-05 | 1 | -0/+29 |
* | Make the "Any searchable text" filter search only open issues when the status... | Go MAEDA | 2023-05-01 | 1 | -0/+15 |
* | Add "View annotation prior to this change" button in the annotate view of Git... | Go MAEDA | 2023-04-30 | 2 | -0/+9 |
* | Add a button to apply issues filter to search results (#38481). | Go MAEDA | 2023-04-27 | 2 | -0/+44 |
* | Add missing fixtures to SearchControllerTest (#38496). | Go MAEDA | 2023-04-26 | 1 | -2/+3 |
* | Rendering a custom field with a URL pattern set and containing " :" in the va... | Go MAEDA | 2023-04-21 | 1 | -0/+8 |
* | Support "my bookmarks" in the search (#38459). | Go MAEDA | 2023-04-18 | 1 | -0/+13 |
* | Fix "Any searchable text" filter doesn't support the project filter with the ... | Go MAEDA | 2023-04-18 | 1 | -0/+30 |
* | OR search with multiple terms for "starts with" and "ends with" filter operat... | Go MAEDA | 2023-04-17 | 1 | -0/+28 |
* | Change the notation of "contains any of" filter operator to "*~" (#38435). | Go MAEDA | 2023-04-16 | 1 | -4/+4 |
* | Fix random test failure of VersionsTextHelperTest#test_version_to_text (#36679). | Go MAEDA | 2023-04-16 | 1 | -1/+3 |
* | Fix "contains any of" operator is not taken into account in File and File des... | Go MAEDA | 2023-04-16 | 1 | -0/+30 |
* | "contains any of" operator for text filters to perform OR search of multiple ... | Go MAEDA | 2023-04-14 | 1 | -0/+31 |
* | Ability to disable the priority field (#38416). | Go MAEDA | 2023-04-14 | 2 | -0/+13 |
* | Add a test for VersionsTextHelper (#36679). | Go MAEDA | 2023-04-14 | 1 | -0/+41 |
* | Roles of a project member should not be made empty (#37166). | Go MAEDA | 2023-04-13 | 1 | -0/+10 |
* | 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/+12 |
* | Export a version as changelog text (#36679). | Go MAEDA | 2023-04-13 | 1 | -0/+13 |
* | Add Parent task filter and column to Spent time (#37623). | Go MAEDA | 2023-04-11 | 2 | -0/+72 |
* | "Issue's subject" filter for spent time (#27821). | Go MAEDA | 2023-04-09 | 1 | -0/+13 |
* | Change the behavior of the "Any searchable text" filter from OR search to AND... | Go MAEDA | 2023-04-05 | 1 | -0/+35 |
* | Fix a bug the "doesn't contain" operator returns no issues if the search find... | Go MAEDA | 2023-04-05 | 1 | -2/+47 |
* | Group text filters in the filter select list (#38402). | Go MAEDA | 2023-04-05 | 1 | -0/+10 |
* | Add "Any searchable text" filter for issues (#38402). | Go MAEDA | 2023-04-05 | 1 | -0/+30 |
* | Limit the year to 4 digits in date input (#38231). | Go MAEDA | 2023-03-30 | 1 | -0/+11 |
* | Receive e-mail replies to news and news comments (#38274). | Go MAEDA | 2023-03-26 | 3 | -1/+65 |
* | Add MissingContainer exception to MailHandler (#38273). | Go MAEDA | 2023-03-26 | 1 | -3/+3 |
* | Multiple issue ids in "Related to" filter (#38301). | Go MAEDA | 2023-03-25 | 1 | -0/+8 |
* | "Cannot delete enumeration" error may occur when attempting to delete a proje... | Go MAEDA | 2023-03-25 | 1 | -0/+1 |