summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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-26350-362/+362
* Subprojects checkbox should be shown in Activity and Roadmap sidebars only if...Marius Balteanu2024-02-262-0/+44
* Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239).Marius Balteanu2024-02-251-0/+1
* Use @assert_select@ to assert text from h1 element of wiki syntax pages (#391...Marius Balteanu2024-02-251-2/+2
* Adds route for code highlighting languages page (#39111, #40137).Marius Balteanu2024-02-252-0/+9
* Add tests for @HelpController@ (#39111, #40137).Marius Balteanu2024-02-251-0/+84
* Add tests for @/help/wiki_syntax@ route (#39111, #40137).Marius Balteanu2024-02-251-0/+27
* Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no l...Marius Balteanu2024-02-211-33/+0
* Remove an empty file (#40190).Go MAEDA2024-02-141-0/+0
* Stop appending the utf8 checkmark parameter to form URLs (#40190).Marius Balteanu2024-02-131-27/+0
* Fix ThemesTest may fail if a third-party theme having theme.js is installed (...Marius Balteanu2024-02-131-1/+1
* Fix one more failing test related to favicon after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
* Fix failing tests related to favicon in themes after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
* Fix failing tests related to favicon after r22692 (#39111).Marius Balteanu2024-02-131-4/+4
* Remove overrides that inserts a non-breaking space (nbsp) to empty option ele...Marius Balteanu2024-02-101-4/+0
* Fix robots.txt route to enforce .txt format (#40208).Go MAEDA2024-02-091-0/+7
* Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243).Go MAEDA2024-02-081-0/+6
* 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 RuboCop offense Layout/SpaceAroundBlockParameters (#23307).Go MAEDA2024-02-011-1/+1
* Add support for IDN (internationalized domain name) email addresses in user a...Go MAEDA2024-02-011-0/+6
* Include auth_source in /users API response if request includes auth_source (#...Marius Balteanu2024-01-311-0/+19
* Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020).Go MAEDA2024-01-301-0/+47
* Fix RuboCop offense Style/ArgumentsForwarding (#38585).Go MAEDA2024-01-271-4/+4
* Fix RuboCop offense "Lint/Syntax: invalid escape character syntax" (#38585).Go MAEDA2024-01-271-2/+2
* Drop Ruby 2.7 support (#38585).Go MAEDA2024-01-271-2/+0
* Fix RuboCop offense Layout/SpaceAfterComma (#40099).Go MAEDA2024-01-271-1/+1
* 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
* Adds user status to users list API (#38948).Marius Balteanu2024-01-251-0/+1
* Include @auth_source@ in /users/:id API response if auth_source is requested ...Marius Balteanu2024-01-251-0/+37
* Remove deprecated @status=@ param used to get all users. @status=*@ should be...Marius Balteanu2024-01-251-7/+0
* Fix tests after asset pipeline implementation (#39111).Marius Balteanu2024-01-256-28/+29
* 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-256-2/+58
* Add test cases for @status=*@, @status=@ and @status=|1|3@ (#40099).Marius Balteanu2024-01-251-0/+23
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-6/+6
* Reverts r22438 (#35189).Marius Balteanu2024-01-233-24/+7
* Refactor CustomFieldsControllerTest#custom_field_classes (#40008).Go MAEDA2024-01-081-4/+4
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-082-2/+2
* Support localized decimal separators for float values in PDF export (#22024).Go MAEDA2024-01-041-2/+7
* Support localized decimal separators for hours in the web UI (#21677).Go MAEDA2024-01-041-0/+11
* Support localized decimal separators for float values (#22024).Go MAEDA2024-01-041-0/+28
* Fix RuboCop offense Style/TrailingCommaInArguments introduced in r22584 (#399...Go MAEDA2024-01-041-1/+1
* Explicitly render a 404 on non-JS requests to messages#quote (#39999).Marius Balteanu2024-01-031-0/+13
* Fix "any" operator for text filters to exclude empty text values (#39991).Go MAEDA2024-01-021-1/+14
* Extend "contains" operator in "Parent task" filter to support multiple issue ...Go MAEDA2023-12-291-0/+25