summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix random test failure of VersionsTextHelperTest#test_version_to_text (#36679).Go MAEDA2023-04-161-1/+3
* Add a test for VersionsTextHelper (#36679).Go MAEDA2023-04-141-0/+41
* 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
* Support for WebP images (#38168).Go MAEDA2023-01-161-0/+6
* 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-0169-69/+69
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0169-69/+69
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-262-2/+2
* 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 Style/RedundantStringEscape (#36919).Go MAEDA2022-10-263-11/+11
* Fix RuboCop offense Layout/FirstHashElementIndentation due to r21894 (#37751).Go MAEDA2022-10-201-4/+5
* Fix RuboCop offenses Layout/EmptyLinesAroundClassBody and Layout/TrailingEmpt...Go MAEDA2022-10-201-2/+0
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-0/+11
* Uses the new html sanitizer for links rendered by custom fields (#37750).Marius Balteanu2022-10-044-14/+14
* Introduces a standalone html sanitizer class (#37750).Marius Balteanu2022-10-041-0/+40
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-0/+7
* Fix RuboCop offense Layout/LineLength due to r21849 (#37713).Go MAEDA2022-09-281-2/+8
* Allow select custom CSS properties (#37237).Marius Balteanu2022-09-261-0/+4
* Add rel="noopener" to all external links with a target attribute (#37713).Marius Balteanu2022-09-261-0/+5
* Support revision without any message in Mercurial repositories (#36258).Go MAEDA2022-09-011-3/+17
* Psych::DisallowedClass exception when loading default plugin settings (#37450...Go MAEDA2022-07-211-0/+7
* Add missing fixture to IssuesPdfHelperTest (#37451).Go MAEDA2022-07-171-1/+1
* Fix random failing test (#37138).Marius Balteanu2022-06-201-1/+1
* Revert r21662 (#37255).Marius Balteanu2022-06-201-1/+1
* Fix random failing test (#37255).Marius Balteanu2022-06-201-1/+1
* Fix mentions of users with "@" in their username not working (#37138).Marius Balteanu2022-06-201-0/+9
* Merged r21618 to trunk (#35892).Marius Balteanu2022-05-281-2/+2
* Update footnotes markup after commonmarker gem update (#35892).Marius Balteanu2022-05-281-3/+3
* Add a test for #36958.Marius Balteanu2022-05-031-0/+6
* Add test for #36932.Marius Balteanu2022-04-271-0/+7
* Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).Marius Balteanu2022-03-241-0/+5
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-171-0/+32
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-0/+146
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-222-126/+189
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-221-0/+21
* Fix that I18nTest#test_custom_pluralization_rules randomly fails (#36396, #36...Go MAEDA2022-01-221-1/+3
* Custom I18n Pluralization rules are not applied correctly (#36396).Go MAEDA2022-01-151-0/+9
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-082-2/+2
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-071-0/+17
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0267-67/+67
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-292-4/+4
* Lazy load inline images (#36294).Go MAEDA2021-12-141-1/+1
* Fix redmine:plugins:assets rake task fails (#36287, #32938).Go MAEDA2021-12-081-0/+14
* Fix plugin assets are no longer copied under plugin name (#36218, #29914, #32...Marius Balteanu2021-11-251-0/+47
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-3/+3
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-051-0/+27
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-152-9/+35