summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-271-1/+1
| | | | | | | Patch by Thomas Löber and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show open/closed badge on issue page (#33254).Go MAEDA2020-04-231-0/+14
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-5/+9
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds option to include issue custom fields in projects#show API response ↵Go MAEDA2020-04-211-0/+8
| | | | | | | | | (#33301). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add Redmine::Database.sqlite? as with postgresql? and postgresql?Toshi MARUYAMA2020-04-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19711 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove duplicate mysql? and postgresql? logicToshi MARUYAMA2020-04-201-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as ↵Toshi MARUYAMA2020-04-201-1/+1
| | | | | | with previous revision git-svn-id: http://svn.redmine.org/redmine/trunk@19709 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rbToshi MARUYAMA2020-04-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19708 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).Go MAEDA2020-04-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19706 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for r19702 (#33273).Go MAEDA2020-04-151-0/+16
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: git: replace test repository text file content meaningfully (#24030)Toshi MARUYAMA2020-04-142-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of previous commit (#24030)Toshi MARUYAMA2020-04-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19700 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: git: add test of UTF-8 Emoji committer and comments (#24030)Toshi MARUYAMA2020-04-142-0/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: git: add new test repository which has UTF-8 Emoji committer and ↵Toshi MARUYAMA2020-04-141-0/+0
| | | | | | comments (#24030) git-svn-id: http://svn.redmine.org/redmine/trunk@19698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: subversion: use NUM_REV at RepositorySubversionTest#test_next_nil for ↵Toshi MARUYAMA2020-04-141-1/+1
| | | | | | easy test repository update git-svn-id: http://svn.redmine.org/redmine/trunk@19697 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unify CSS classes for custom fields in issue#show, issue#edit and ↵Go MAEDA2020-04-113-3/+3
| | | | | | | | | issue#bulk_edit (#32471). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-111-11/+15
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use User.current in TimeEntryImport model but #user instead (#32774).Jean-Philippe Lang2020-04-051-7/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-052-6/+40
| | | | | | (#32774). git-svn-id: http://svn.redmine.org/redmine/trunk@19676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-38/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-051-3/+20
| | | | | | (#32774). git-svn-id: http://svn.redmine.org/redmine/trunk@19670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-051-0/+21
| | | | | | | | (#32774). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19669 e93f8b46-1217-0410-a6f0-8f06a7374b81
* ##123 syntax for linking to issues: Title cannot be distinguished from ↵Jean-Philippe Lang2020-04-051-13/+10
| | | | | | | | following text (#32765). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed assertion broken by r19654 (#3800).Jean-Philippe Lang2020-04-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19662 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for r19660 (#32793).Jean-Philippe Lang2020-04-051-0/+33
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix sort does not work with group by datetime columns (#33110).Jean-Philippe Lang2020-04-051-0/+28
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Editing time entries should show the time entry user (#3800).Jean-Philippe Lang2020-04-051-0/+7
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19653 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reorder and rename test added in r19651 (#32973).Jean-Philippe Lang2020-04-051-15/+15
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19652 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Editing a time entry for a locked user changes the user to the current user ↵Jean-Philippe Lang2020-04-051-0/+42
| | | | | | | | (#32973). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entries csv export should check issue visibility (#33075).Jean-Philippe Lang2020-04-051-0/+13
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support custom fields when exporting users to CSV (#33126).Go MAEDA2020-04-041-0/+18
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that "Successful deletion" notice is not displayed after deleting some ↵Go MAEDA2020-04-044-0/+14
| | | | | | | | | types of content (#33116). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip thumbnail tests if ImageMagick convert command is not available (#33226).Go MAEDA2020-04-025-1/+5
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove duplicate keys from sort criteria (#32737).Go MAEDA2020-04-021-3/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix issues and spent time CSV export does not include custom fields with ↵Go MAEDA2020-04-011-0/+17
| | | | | | | | | "Full width layout" enabled (#33169). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19632 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display avatar on add watchar dialog (#32976).Go MAEDA2020-03-313-0/+28
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unable to edit user or group that has custom fields with text formatting ↵Go MAEDA2020-03-241-0/+8
| | | | | | | | | enabled (#33183). Patch by Go MAEDA and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export to PDF fails when subject of parent task is included in issue list ↵Go MAEDA2020-03-241-0/+11
| | | | | | | | | (#33103). Patch by Marius BALTEANU and Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-231-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add test of author and message which have control character ↵Toshi MARUYAMA2020-03-221-0/+7
| | | | | | (#23055) git-svn-id: http://svn.redmine.org/redmine/trunk@19608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: update test repository (#23055)Toshi MARUYAMA2020-03-224-14/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding ↵Toshi MARUYAMA2020-03-221-24/+38
| | | | | | new branch to test repository git-svn-id: http://svn.redmine.org/redmine/trunk@19605 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Download all attachments at once (#7056).Go MAEDA2020-03-213-0/+71
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test for r19588 (#33085).Go MAEDA2020-03-201-0/+15
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show default assignee and default version in projects API (#33113).Go MAEDA2020-03-171-0/+25
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19581 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19569 (#33071).Go MAEDA2020-03-141-21/+1
| | | | | | | 404 error after deleting an attachment. git-svn-id: http://svn.redmine.org/redmine/trunk@19579 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show warning and the reason when the issue cannot be closed or reopen ↵Go MAEDA2020-03-102-0/+42
| | | | | | | | | because of open subtask(s), blocking issue(s) or closed parent issue (#31589). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19570 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-1/+21
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19569 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a link to the issues list in a reminder email (#33099).Go MAEDA2020-03-071-2/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19565 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that IssuesControllerTest occasionally fails (#33100, #4511).Go MAEDA2020-03-051-1/+1
| | | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@19562 e93f8b46-1217-0410-a6f0-8f06a7374b81