summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody (#36320).Go MAEDA2024-08-201-1/+0
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-205-5/+0
* Upgrade to Rails 7.2.0 (#36320).Marius Balteanu2024-08-201-1/+1
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-201-0/+7
* Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-121-1/+0
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-181-0/+11
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-181-1/+1
* Fix tests for updated git repository (#40948).Marius Balteanu2024-07-141-11/+11
* Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887).Go MAEDA2024-07-111-1/+1
* Add test for r22906 (#40716).Go MAEDA2024-07-061-0/+15
* Support multiple multi-word phrases in the search engine (#38446).Go MAEDA2024-06-191-0/+5
* Add tests for current alt attribute behavior in images (#40650).Go MAEDA2024-05-241-0/+28
* Key/value-pair custom field type not available to all customizable contents (...Go MAEDA2024-05-162-0/+10
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-073-6/+5
* Adds an option to send email notification when an attachment is added (#40569).Marius Balteanu2024-04-281-1/+1
* Fix RuboCop offense Style/MapIntoArray (#39887).Go MAEDA2024-04-092-8/+2
* Remove redundant ApplicationHelper inclusions (#40506).Go MAEDA2024-04-027-10/+0
* Fix rubocop warning (#38975).Marius Balteanu2024-03-031-1/+1
* Introduces Redmine::Plugin#attachment_object_type to provide better API for r...Marius Balteanu2024-02-271-0/+8
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2672-72/+72
* Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no l...Marius Balteanu2024-02-211-33/+0
* Remove trailing whitespaces from test/unit/lib/redmine/unified_diff_test.rb (...Go MAEDA2024-02-051-2/+2
* Ensure tests remain robust against trailing whitespace removal (#31507).Go MAEDA2024-02-051-11/+11
* Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020).Go MAEDA2024-01-301-0/+47
* Fix RuboCop offense "Lint/Syntax: invalid escape character syntax" (#38585).Go MAEDA2024-01-271-2/+2
* Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#39111).Go MAEDA2024-01-271-0/+1
* Fix failing test by ignoring the directories that start with a dot (#39111).Marius Balteanu2024-01-261-1/+2
* Removes debug code added in r22638 (#39111).Marius Balteanu2024-01-261-2/+0
* Adds debug code to investigate test fail on CI (#39111).Marius Balteanu2024-01-261-0/+2
* Remove code that is no longer needed as a result of asset pipeline implementa...Marius Balteanu2024-01-251-23/+0
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-251-0/+44
* Support localized decimal separators for float values in PDF export (#22024).Go MAEDA2024-01-041-2/+7
* Support localized decimal separators for float values (#22024).Go MAEDA2024-01-041-0/+28
* Allow consecutive footnote references inTextile (#39884).Marius Balteanu2023-12-221-0/+17
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-201-1/+1
* Reverts r22507, r22508 and r22510 (#36320, #39803).Marius Balteanu2023-12-122-7/+5
* Remove unnecessary line that changes the @PluginLoader@ directory inside @plu...Marius Balteanu2023-12-111-2/+0
* Adds test for plugin autoloading plugins issue (#36320).Marius Balteanu2023-12-101-0/+4
* Allows configure plugins directory path in order to change the default locati...Marius Balteanu2023-12-102-3/+3
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-061-0/+33
* Disable RuboCop warning for intentional comma in percent string array (#39553).Go MAEDA2023-11-171-1/+1
* Cover more tests for #39553.Marius Balteanu2023-11-161-2/+5
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-0/+16
* Correctly escape issue text in Gantt PNG export for ImageMagick convert (#387...Go MAEDA2023-09-211-0/+5
* Adapt markdown autolink behavior to that of common_mark (#38806).Go MAEDA2023-09-181-1/+78
* 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