summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove references to deleted user from "user"-Format CustomFields when destro...Marius Balteanu2021-09-061-0/+35
* 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-152-9/+35
* 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
* 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
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-112-5/+60
* Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...Marius Balteanu2021-08-117-0/+755
* Add missing fixtures to Redmine::ProjectJumpBoxTest (#35727).Go MAEDA2021-08-101-1/+1
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-012-15/+15
* Remove unnecessary comments (#35606).Go MAEDA2021-07-281-3/+0
* Locked users should not be displayed in the members box of the project overvi...Go MAEDA2021-07-271-0/+10
* Ensure unique attachment filenames (#35539).Go MAEDA2021-07-191-6/+22
* Rename test/fixtures/configuration/*.yml.example to test/fixtures/files/confi...Go MAEDA2021-07-101-6/+6
* Default issue query (#7360).Go MAEDA2021-07-062-0/+74
* Allow sending account information when importing users (#35365).Go MAEDA2021-07-031-0/+18
* Project specific TimeEntryActivity name not updating properly (#21056).Go MAEDA2021-06-301-0/+26
* Filter issues by file description (#34715).Go MAEDA2021-06-141-0/+42
* Render Textile and Markdown files in the repository browser (#16849).Go MAEDA2021-05-281-3/+3
* X-Redmine-Issue-Assignee email header field is empty when the assignee of an ...Go MAEDA2021-05-181-0/+27
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-154-4/+4
* Markdown text sections broken by thematic breaks (horizontal rules) (#35036).Go MAEDA2021-05-141-0/+69
* Duplicate entries in issue filter values (#35201).Go MAEDA2021-05-071-0/+13
* Use `Time.use_zone` instead of `Time.zone=` (#35208).Go MAEDA2021-05-071-4/+3
* Mail handler bypasses add_issue_notes permission (#35045).Go MAEDA2021-04-251-2/+4
* MailHandler raises NameError exception when generating error message (#35100).Go MAEDA2021-04-221-0/+17
* Filter issues by notes (#5893).Go MAEDA2021-04-211-0/+41
* Validate attachment filenames on every change (#34367).Go MAEDA2021-04-161-0/+13
* Fix ArgumentError: wrong number of arguments (given 1, expected 3) (#29914).Go MAEDA2021-04-011-1/+5
* Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issu...Go MAEDA2021-04-013-6/+7
* Fix sending mail with DeliveryJob is deprecated (#29914, #32908).Go MAEDA2021-04-011-4/+4
* Do not journalize attachments that are added during a "Copy Issue" operation ...Go MAEDA2021-03-291-0/+17
* Add missing fixtures to TimeEntryCustomFieldTest (#34976).Go MAEDA2021-03-281-1/+1
* Support for Git repositories with default branch "main" (#34942).Go MAEDA2021-03-261-0/+19
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-25134-134/+134
* Case-insensitive matching fails for Unicode filenames when referring to attac...Go MAEDA2021-03-201-0/+13
* Only show currently visible projects in the project jump box (#34595).Go MAEDA2021-03-161-1/+14
* Delete spent time custom field values not visible by the user after assignmen...Go MAEDA2021-03-152-1/+77
* Fix that column header is clickable even when the column is not actually sort...Go MAEDA2021-03-141-0/+10
* Add test for 4 byte characters (emoji) support (#32054).Go MAEDA2021-03-131-0/+11
* Ability to set default value for "I don't want to be notified of changes that...Go MAEDA2021-03-101-0/+7
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-011-0/+34
* Subprojects issues are not displayed on main project when all subprojects are...Go MAEDA2020-12-271-0/+11