summaryrefslogtreecommitdiffstats
path: root/test/functional
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
* Test for r19702 (#33273).Go MAEDA2020-04-151-0/+16
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-112-2/+2
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-6/+6
* Fixed assertion broken by r19654 (#3800).Jean-Philippe Lang2020-04-051-1/+1
* 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-022-1/+2
* Fix issues and spent time CSV export does not include custom fields with "Ful...Go MAEDA2020-04-011-0/+17
* Unable to edit user or group that has custom fields with text formatting enab...Go MAEDA2020-03-241-0/+8
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-231-1/+1
* scm: mercurial: update test repository (#23055)Toshi MARUYAMA2020-03-221-1/+1
* Download all attachments at once (#7056).Go MAEDA2020-03-211-0/+44
* Test for r19588 (#33085).Go MAEDA2020-03-201-0/+15
* Show warning and the reason when the issue cannot be closed or reopen because...Go MAEDA2020-03-101-0/+16
* Fix that IssuesControllerTest occasionally fails (#33100, #4511).Go MAEDA2020-03-051-1/+1
* Fix missing subject and tracker name in CSV export of time (#33052).Go MAEDA2020-03-041-0/+15
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-0364-64/+64
* Updating custom fields does not trigger update to "updated_on" field in the c...Go MAEDA2020-02-291-0/+24
* Add "Assign to me" shortcut to issue edit form (#29285).Go MAEDA2020-02-291-0/+37
* "Role" dropdown in Workflow page is unexpectedly expanded when selecting "all...Go MAEDA2020-02-291-2/+2
* scm: git: add test to browse non UTF-8 directory (#25846)Toshi MARUYAMA2020-02-271-0/+30
* Include attachments in news post notifications (#33002).Go MAEDA2020-02-241-13/+24
* Add a missing fixture to IssuesControllerTest (#4511, #33036).Go MAEDA2020-02-211-1/+1
* Auto select fields mapping in import based on the internal field name (ex: es...Go MAEDA2020-02-191-2/+79
* Use 'user' as internal field instead of user_id because the column accepts al...Go MAEDA2020-02-191-1/+1
* Fix that CSS selector in test_index_should_show_warning_when_no_workflow_is_d...Go MAEDA2020-02-181-1/+1
* Reverts r19510 that breaks IssueTest#test_closed_on_should_be_set_when_closin...Go MAEDA2020-02-111-24/+0
* Updating custom fields does not trigger update to "updated_on" field in the c...Go MAEDA2020-02-111-0/+24
* Reverts r19507 (#4511).Go MAEDA2020-02-111-2/+1
* Add a missing fixture for IssuesControllerTest#test_post_create_with_watchers...Go MAEDA2020-02-111-1/+2
* Fix that selected user on timelog#edit is incorrect (#32959).Go MAEDA2020-02-091-0/+15
* Add download buttons in Files columns of the issues list (#32240).Go MAEDA2020-02-061-2/+8
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-063-29/+93
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-041-4/+17
* Validate back_url everywhere (#32850).Jean-Philippe Lang2020-02-021-0/+13
* Move duplicated back_url method from ApplicationHelper to ApplicationControll...Jean-Philippe Lang2020-02-021-0/+27
* Add missing fixtures to AttachmentsControllerTest (#32929).Go MAEDA2020-01-311-2/+2
* Fix totals not displayed in projects list view (#32896).Go MAEDA2020-01-281-0/+18
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-2721-115/+115
* Exporting issue as PDF fails when the issue has private journal (#32858).Go MAEDA2020-01-251-0/+20
* Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).Go MAEDA2020-01-231-1/+1
* Code cleanup: RuboCop: Fix Layout/EmptyLinesAroundMethodBody in test/function...Go MAEDA2020-01-211-1/+0
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-211-0/+37
* FrozenError when exporting gantt to PDF in some languages (#32832).Go MAEDA2020-01-181-2/+2