summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Add X-Redmine-Issue-Priority headers to issue notification mails (#2746).Go MAEDA2023-05-131-0/+1
* New issues filter operators "has been", "has never been", and "changed from" ...Go MAEDA2023-05-111-0/+67
* Make the "Any searchable text" filter search only open issues when the status...Go MAEDA2023-05-011-0/+15
* Add "View annotation prior to this change" button in the annotate view of Git...Go MAEDA2023-04-301-0/+4
* Rendering a custom field with a URL pattern set and containing " :" in the va...Go MAEDA2023-04-211-0/+8
* Fix "Any searchable text" filter doesn't support the project filter with the ...Go MAEDA2023-04-181-0/+30
* OR search with multiple terms for "starts with" and "ends with" filter operat...Go MAEDA2023-04-171-0/+28
* Change the notation of "contains any of" filter operator to "*~" (#38435).Go MAEDA2023-04-161-4/+4
* Fix random test failure of VersionsTextHelperTest#test_version_to_text (#36679).Go MAEDA2023-04-161-1/+3
* Fix "contains any of" operator is not taken into account in File and File des...Go MAEDA2023-04-161-0/+30
* "contains any of" operator for text filters to perform OR search of multiple ...Go MAEDA2023-04-141-0/+31
* Ability to disable the priority field (#38416).Go MAEDA2023-04-141-0/+10
* Add a test for VersionsTextHelper (#36679).Go MAEDA2023-04-141-0/+41
* Roles of a project member should not be made empty (#37166).Go MAEDA2023-04-131-0/+10
* Cannot add a user to a group if the group is a member without roles in a cert...Go MAEDA2023-04-131-0/+12
* Add Parent task filter and column to Spent time (#37623).Go MAEDA2023-04-111-0/+26
* Change the behavior of the "Any searchable text" filter from OR search to AND...Go MAEDA2023-04-051-0/+35
* Fix a bug the "doesn't contain" operator returns no issues if the search find...Go MAEDA2023-04-051-2/+47
* Add "Any searchable text" filter for issues (#38402).Go MAEDA2023-04-051-0/+30
* Limit the year to 4 digits in date input (#38231).Go MAEDA2023-03-301-0/+11
* Receive e-mail replies to news and news comments (#38274).Go MAEDA2023-03-261-1/+35
* Add MissingContainer exception to MailHandler (#38273).Go MAEDA2023-03-261-3/+3
* Multiple issue ids in "Related to" filter (#38301).Go MAEDA2023-03-251-0/+8
* "Cannot delete enumeration" error may occur when attempting to delete a proje...Go MAEDA2023-03-251-0/+1
* Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting...Go MAEDA2023-03-258-16/+16
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-253-6/+6
* Show parent issues in notification email (#34302).Go MAEDA2023-03-011-1/+2
* Try importing journal replies as issue reply where applicable (#38263).Go MAEDA2023-02-271-0/+15
* Disable auto watch for the anonymous user (#38238).Go MAEDA2023-02-262-0/+30
* Auto watch issues on issue creation (#38238).Go MAEDA2023-02-262-1/+35
* Time Entry Import fails to import custom fields with "User" format (#38254).Go MAEDA2023-02-161-0/+27
* Fix RuboCop offense Style/RedundantHeredocDelimiterQuotes (#36919).Go MAEDA2023-02-141-0/+2
* Fix test failure with Commonmarker 0.23.8 (#38239).Go MAEDA2023-02-051-1/+1
* Fix RuboCop offense Style/MethodCallWithoutArgsParentheses (#36919).Go MAEDA2023-01-253-3/+3
* Ensure that the base permission is set for Role#permissions_tracker? and rela...Go MAEDA2023-01-191-0/+76
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Support for WebP images (#38168).Go MAEDA2023-01-162-0/+7
* Fix RuboCop offense Performance/AncestorsInclude (#38146).Go MAEDA2023-01-113-3/+3
* CommonMark Markdown formatter does not support min-width, max-width, min-heig...Go MAEDA2023-01-111-0/+4
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-01148-148/+148
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-01148-148/+148
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-262-2/+2
* Fix test failure when running with PostgreSQL (#20042).Go MAEDA2022-12-091-1/+1
* Query display types should accept only known types (#37925).Marius Balteanu2022-11-281-0/+14
* Fix failing test by removing bad assertion (#34863).Marius Balteanu2022-11-281-1/+0
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-182-53/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-162-0/+53
* Allow using ideographic space (U+3000) as a separator for search terms (#37878).Go MAEDA2022-11-031-0/+6
* Database migrations don't run correctly for plugins when specifying the `VERS...Go MAEDA2022-10-301-0/+13
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-13/+13