summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-271-1/+1
* Show open/closed badge on issue page (#33254).Go MAEDA2020-04-231-0/+14
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-5/+9
* Adds option to include issue custom fields in projects#show API response (#33...Go MAEDA2020-04-211-0/+8
* add Redmine::Database.sqlite? as with postgresql? and postgresql?Toshi MARUYAMA2020-04-201-1/+1
* remove duplicate mysql? and postgresql? logicToshi MARUYAMA2020-04-201-2/+2
* use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as w...Toshi MARUYAMA2020-04-201-1/+1
* use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rbToshi MARUYAMA2020-04-201-1/+1
* Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).Go MAEDA2020-04-181-1/+1
* Test for r19702 (#33273).Go MAEDA2020-04-151-0/+16
* scm: git: replace test repository text file content meaningfully (#24030)Toshi MARUYAMA2020-04-142-1/+1
* fix source indent of previous commit (#24030)Toshi MARUYAMA2020-04-141-1/+1
* scm: git: add test of UTF-8 Emoji committer and comments (#24030)Toshi MARUYAMA2020-04-142-0/+46
* scm: git: add new test repository which has UTF-8 Emoji committer and comment...Toshi MARUYAMA2020-04-141-0/+0
* scm: subversion: use NUM_REV at RepositorySubversionTest#test_next_nil for ea...Toshi MARUYAMA2020-04-141-1/+1
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-113-3/+3
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-111-11/+15
* Don't use User.current in TimeEntryImport model but #user instead (#32774).Jean-Philippe Lang2020-04-051-7/+9
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-052-6/+40
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-38/+0
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-3/+20
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+21
* ##123 syntax for linking to issues: Title cannot be distinguished from follow...Jean-Philippe Lang2020-04-051-13/+10
* Fixed assertion broken by r19654 (#3800).Jean-Philippe Lang2020-04-051-1/+1
* Adds a test for r19660 (#32793).Jean-Philippe Lang2020-04-051-0/+33
* Fix sort does not work with group by datetime columns (#33110).Jean-Philippe Lang2020-04-051-0/+28
* Editing time entries should show the time entry user (#3800).Jean-Philippe Lang2020-04-051-0/+7
* Reorder and rename test added in r19651 (#32973).Jean-Philippe Lang2020-04-051-15/+15
* Editing a time entry for a locked user changes the user to the current user (...Jean-Philippe Lang2020-04-051-0/+42
* Time entries csv export should check issue visibility (#33075).Jean-Philippe Lang2020-04-051-0/+13
* Support custom fields when exporting users to CSV (#33126).Go MAEDA2020-04-041-0/+18
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-044-0/+14
* Skip thumbnail tests if ImageMagick convert command is not available (#33226).Go MAEDA2020-04-025-1/+5
* Remove duplicate keys from sort criteria (#32737).Go MAEDA2020-04-021-3/+3
* Fix issues and spent time CSV export does not include custom fields with "Ful...Go MAEDA2020-04-011-0/+17
* Display avatar on add watchar dialog (#32976).Go MAEDA2020-03-313-0/+28
* Unable to edit user or group that has custom fields with text formatting enab...Go MAEDA2020-03-241-0/+8
* Export to PDF fails when subject of parent task is included in issue list (#3...Go MAEDA2020-03-241-0/+11
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-231-1/+1
* scm: mercurial: add test of author and message which have control character (...Toshi MARUYAMA2020-03-221-0/+7
* scm: mercurial: update test repository (#23055)Toshi MARUYAMA2020-03-224-14/+20
* scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding n...Toshi MARUYAMA2020-03-221-24/+38
* Download all attachments at once (#7056).Go MAEDA2020-03-213-0/+71
* Test for r19588 (#33085).Go MAEDA2020-03-201-0/+15
* Show default assignee and default version in projects API (#33113).Go MAEDA2020-03-171-0/+25
* Reverts r19569 (#33071).Go MAEDA2020-03-141-21/+1
* Show warning and the reason when the issue cannot be closed or reopen because...Go MAEDA2020-03-102-0/+42
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-1/+21
* Add a link to the issues list in a reminder email (#33099).Go MAEDA2020-03-071-2/+6
* Fix that IssuesControllerTest occasionally fails (#33100, #4511).Go MAEDA2020-03-051-1/+1