summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Change the "Edit" label in the context menu to "Bulk Edit" when multiple ↵Go MAEDA2021-10-201-6/+6
| | | | | | | | | issues are selected (#35770). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21248 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random failing test introduced in r21130 (#35957, #34169).Marius Balteanu2021-10-091-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21242 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tests for #35764.Marius Balteanu2021-10-052-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-051-0/+27
| | | | | | | | | * the "contains" operator of text filters * in issue autocomplete Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use sanitize_sql_like in Query#sql_contains (#35073).Marius Balteanu2021-10-031-0/+15
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-034-0/+64
| | | | | | Patch Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use sanitize_sql_like on search tokens (#35073).Marius Balteanu2021-10-031-0/+24
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes '%' signs from test strings in search test (#35073).Marius Balteanu2021-10-031-3/+3
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21229 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add information about whether an issue is open or closed to Issues API ↵Go MAEDA2021-10-021-2/+14
| | | | | | | | | response (#15855). Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-071-5/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that deleting a closed or archived projects not working anymore after ↵Marius Balteanu2021-09-061-0/+38
| | | | | | | | r20034 (#35827). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@21210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Return 404 when filtering by a non-visible user in activity view (#35789).Marius Balteanu2021-09-061-0/+12
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21209 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove references to deleted user from "user"-Format CustomFields when ↵Marius Balteanu2021-09-061-0/+35
| | | | | | | | destroying an user (#32977). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow Roadmap view without any related issues (#6432).Go MAEDA2021-09-041-0/+38
| | | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that test_link_to_principal_should_link_to_user does not actually test ↵Go MAEDA2021-08-311-1/+2
| | | | | | anything (#12795). git-svn-id: http://svn.redmine.org/redmine/trunk@21203 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query links for related issues on issue page (#35559).Go MAEDA2021-08-231-0/+38
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21200 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't unlink files before closing them (#35539, #35721).Go MAEDA2021-08-181-4/+8
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@21194 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unify code block and add "data-language" attribute with the user-supplied ↵Marius Balteanu2021-08-153-11/+37
| | | | | | | | language for Textile and Markdown formaters (#35104). Patch by Martin Cizek. git-svn-id: http://svn.redmine.org/redmine/trunk@21183 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "data-language" attribute to code block with the user-supplied language ↵Marius Balteanu2021-08-152-15/+36
| | | | | | | | for CommonMark formater (#35104, #32424). Patch by Martin Cizek. git-svn-id: http://svn.redmine.org/redmine/trunk@21182 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update failing test after hardbreaks enabled by default (#35754, #32424).Marius Balteanu2021-08-151-2/+2
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-141-0/+25
| | | | | | | Contributed by Pavel Rosický and Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@21173 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Password and Confirmation fields are marked as required when editing a user ↵Go MAEDA2021-08-131-0/+2
| | | | | | | | | (#35731). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21167 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed failing test on CommonMark by striping the trailing whitespace ↵Marius Balteanu2021-08-111-1/+1
| | | | | | returned by the footnote (#32424). git-svn-id: http://svn.redmine.org/redmine/trunk@21164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc ↵Marius Balteanu2021-08-111-11/+11
| | | | | | by using <<~ instead of <<- (#32424). git-svn-id: http://svn.redmine.org/redmine/trunk@21163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Relax allowed protocols in links by denying specific protocols for ↵Marius Balteanu2021-08-112-5/+60
| | | | | | | | CommonMark text formatting (#32424). Patch by Martin Cizek. git-svn-id: http://svn.redmine.org/redmine/trunk@21161 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds CommonMark Markdown (GitHub Flavored) as third text formatting option ↵Marius Balteanu2021-08-117-0/+755
| | | | | | | | (#32424). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed "Layout/IndentationWidth: Use 2 (not 4) spaces for indentation." ↵Marius Balteanu2021-08-101-7/+7
| | | | | | introduced by r21141 (#35634). git-svn-id: http://svn.redmine.org/redmine/trunk@21152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed create duplicate follow relation fails with 500 internal error (#35655).Marius Balteanu2021-08-101-0/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to Redmine::ProjectJumpBoxTest (#35727).Go MAEDA2021-08-101-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21147 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed attachments deletable by user without edit issue permission on tracker ↵Marius Balteanu2021-08-052-0/+34
| | | | | | (#35634). git-svn-id: http://svn.redmine.org/redmine/trunk@21142 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for issue attachment edit by user without edit issue permission ↵Marius Balteanu2021-08-052-0/+30
| | | | | | on tracker (#35634). git-svn-id: http://svn.redmine.org/redmine/trunk@21141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that updating an issue from context menu to a none value do not set the ↵Marius Balteanu2021-08-051-0/+27
| | | | | | | | field to blank (#33521). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21139 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update custom field path on the context menu (#33521).Marius Balteanu2021-08-031-9/+29
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21133 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix update status path on the context menu (#33521).Marius Balteanu2021-08-031-10/+10
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21132 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-0111-161/+152
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21130 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link to the profile page from users on the group page (#12795).Go MAEDA2021-07-311-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21114 e93f8b46-1217-0410-a6f0-8f06a7374b81
* GroupsController#show should only display visible users (#12795).Go MAEDA2021-07-311-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes unused column trackers.is_in_chlog (#31132).Marius Balteanu2021-07-281-7/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds test for #35417.Marius Balteanu2021-07-281-0/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21104 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Inline image in Textile is not displayed if the image URL contains ↵Go MAEDA2021-07-281-0/+2
| | | | | | | | | ampersands (#35441). Contributed by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary comments (#35606).Go MAEDA2021-07-281-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21099 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Locked users should not be displayed in the members box of the project ↵Go MAEDA2021-07-271-0/+10
| | | | | | | | | overview page (#35606). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21090 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use issue path instead of bulk update issues path when only one issue is ↵Marius Balteanu2021-07-262-8/+32
| | | | | | selected in the context menu (#33521). git-svn-id: http://svn.redmine.org/redmine/trunk@21089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect_to project_path after WikisController#destroy (#35610).Marius Balteanu2021-07-261-1/+1
| | | | | | | | | | * Project settings 'wiki' tab is removed by r16917 & r17017. * This action is executed outside the project settings scope after r16916, thus we can better redirect to project_path. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Total spent time from issue page should link to global time entries if the ↵Marius Balteanu2021-07-261-0/+22
| | | | | | issue has subtasks and the subtasks can be on projects that are not descendants of the current project (#35134). git-svn-id: http://svn.redmine.org/redmine/trunk@21085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r21082 (#35134).Marius Balteanu2021-07-261-22/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link total spent time to global time entries page when ↵Marius Balteanu2021-07-261-0/+22
| | | | | | cross_project_issue_relations are allowed in order to include time entries from other projects (#35134). git-svn-id: http://svn.redmine.org/redmine/trunk@21082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When updating an issue, allow adding time entry on an issue that was visible ↵Marius Balteanu2021-07-261-0/+23
| | | | | | for the previous assignee (#34856). git-svn-id: http://svn.redmine.org/redmine/trunk@21081 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Output test coverage report to the console (#35259).Go MAEDA2021-07-251-0/+5
| | | | | | | Patch by Dmitry Makurin. git-svn-id: http://svn.redmine.org/redmine/trunk@21080 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add watching users to a ticket should switch "watch" link to "unwatch" if ↵Go MAEDA2021-07-251-0/+15
| | | | | | | | | own user was added (#15634). Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21079 e93f8b46-1217-0410-a6f0-8f06a7374b81