summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-052-9/+9
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-02337-337/+337
* Test if the encoding drop-down in the import settings includes all CSV encodi...Go MAEDA2022-01-021-1/+10
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-2910-29/+29
* IssuesSystemTest fails with ArgumentError in Ruby 3.1 (#36205, #36360).Go MAEDA2021-12-271-3/+3
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-275-12/+12
* IssuesSystemTest#test_bulk_edit fails due to r21248 (#35770, #36352).Go MAEDA2021-12-251-2/+2
* Fixes for Style/FileWrite offense introduced in RuboCop 1.24.0 (#35136).Go MAEDA2021-12-242-6/+2
* Add missing fixture to IssuesHelperTest (#36347).Go MAEDA2021-12-241-1/+1
* Saving time tracking activities without any change may turn a system activity...Go MAEDA2021-12-212-3/+46
* Remove empty files (#35755).Go MAEDA2021-12-142-0/+0
* Lazy load inline images (#36294).Go MAEDA2021-12-142-16/+16
* Drop OpenID support (#35755).Go MAEDA2021-12-144-302/+0
* Fix test failure due to r21309 (#13099).Go MAEDA2021-12-131-6/+6
* Include an authentication method name in LDAP connection error messages (#333...Go MAEDA2021-12-131-2/+4
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-122-0/+65
* Fix redmine:plugins:assets rake task fails (#36287, #32938).Go MAEDA2021-12-081-0/+14
* MenuManagerTest randomly fails (#36241).Go MAEDA2021-11-291-1/+1
* Fix plugin assets are no longer copied under plugin name (#36218, #29914, #32...Marius Balteanu2021-11-252-0/+47
* Download all attachments in a journal (#35462).Go MAEDA2021-11-222-0/+30
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-154-3/+107
* Add missing fixtures to UserTest (#35975).Go MAEDA2021-11-111-1/+2
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-3/+3
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-084-27/+99
* Fix RuboCop offense Naming/MethodName due to r21269 (#29076).Go MAEDA2021-11-081-1/+1
* Adds button to "Create and follow" when adding a subtask from the parent issu...Marius Balteanu2021-11-061-0/+24
* Change the "Edit" label in the context menu to "Bulk Edit" when multiple issu...Go MAEDA2021-10-201-6/+6
* Fix random failing test introduced in r21130 (#35957, #34169).Marius Balteanu2021-10-091-2/+3
* Add tests for #35764.Marius Balteanu2021-10-052-0/+12
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-051-0/+27
* Use sanitize_sql_like in Query#sql_contains (#35073).Marius Balteanu2021-10-031-0/+15
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-034-0/+64
* Use sanitize_sql_like on search tokens (#35073).Marius Balteanu2021-10-031-0/+24
* Removes '%' signs from test strings in search test (#35073).Marius Balteanu2021-10-031-3/+3
* Add information about whether an issue is open or closed to Issues API respon...Go MAEDA2021-10-021-2/+14
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-071-5/+17
* Fix that deleting a closed or archived projects not working anymore after r20...Marius Balteanu2021-09-061-0/+38
* Return 404 when filtering by a non-visible user in activity view (#35789).Marius Balteanu2021-09-061-0/+12
* Remove references to deleted user from "user"-Format CustomFields when destro...Marius Balteanu2021-09-061-0/+35
* Allow Roadmap view without any related issues (#6432).Go MAEDA2021-09-041-0/+38
* Fix that test_link_to_principal_should_link_to_user does not actually test an...Go MAEDA2021-08-311-1/+2
* Query links for related issues on issue page (#35559).Go MAEDA2021-08-231-0/+38
* Don't unlink files before closing them (#35539, #35721).Go MAEDA2021-08-181-4/+8
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-153-11/+37
* Add "data-language" attribute to code block with the user-supplied language f...Marius Balteanu2021-08-152-15/+36
* Update failing test after hardbreaks enabled by default (#35754, #32424).Marius Balteanu2021-08-151-2/+2
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-141-0/+25
* Password and Confirmation fields are marked as required when editing a user (...Go MAEDA2021-08-131-0/+2
* Fixed failing test on CommonMark by striping the trailing whitespace returned...Marius Balteanu2021-08-111-1/+1
* Fixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by...Marius Balteanu2021-08-111-11/+11