summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Import time entries (#28234).Go MAEDA2019-05-092-0/+141
* Generalize issues imports (#28234).Go MAEDA2019-05-093-2/+10
* Test for r18136 (#14654).Go MAEDA2019-05-081-0/+24
* Fix tests to test Mailer.deliver_issue_edit instead of Mailer.deliver_issue_a...Go MAEDA2019-05-061-6/+10
* Code cleanup: remove a unused variable last_rev_author from test_last_rev_wit...Go MAEDA2019-05-061-1/+0
* Add avatar_server_url configuration option in order to support Libravatar (#9...Go MAEDA2019-05-042-3/+20
* Attachment preview does not work for some source files such as JavaScript and...Go MAEDA2019-05-043-0/+30
* "rake test:coverage" fails in Ruby 2.5 and 2.6 (#30967).Go MAEDA2019-05-041-2/+2
* Redmine::SyntaxHighlighting.highlight_by_filename may not be able to determin...Go MAEDA2019-05-031-0/+53
* Issue filtering by spent time (#26826).Go MAEDA2019-04-301-1/+20
* fix source code indents in GitAdapterTestToshi MARUYAMA2019-04-301-4/+4
* New My page block: Updated issues (#30975).Go MAEDA2019-04-301-1/+27
* Changes Query#as_params for more complete serialization (#31276).Go MAEDA2019-04-301-0/+15
* Correct the fixture id (#31275).Go MAEDA2019-04-302-4/+4
* Fix that Content-Type header field is empty when sending a file of unknown ty...Go MAEDA2019-04-303-0/+256
* Test for r18091 (#26237).Go MAEDA2019-04-282-1/+20
* CalendarsControllerTest#test_show fails depending on the date (#31131).Go MAEDA2019-04-271-0/+4
* Show locked badge for protected pages (#9634).Go MAEDA2019-04-271-0/+10
* New Permission: Edit own issue (#1248).Go MAEDA2019-04-251-0/+17
* Test for r18078 (#19371).Go MAEDA2019-04-241-0/+17
* Raise an exception if the plugin directory name differs from the plugin id (#...Go MAEDA2019-04-191-0/+8
* Fix plugins test to use correct plugin name and directory (#31110).Go MAEDA2019-04-193-31/+43
* Show the total number of open issues in a reminder (#31104).Go MAEDA2019-04-181-1/+10
* Test for r18057 (#30441).Go MAEDA2019-04-121-6/+16
* Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).Go MAEDA2019-04-101-6/+6
* "Create and continue" button for custom fields (#31159).Go MAEDA2019-04-091-0/+14
* Show version status as badge in rodmap#index and roadmap#show (#29391).Go MAEDA2019-04-091-1/+4
* Don't raise an exception when the emission email address is not RFC compliant...Go MAEDA2019-04-081-0/+12
* scm: git: fix non ascii branch and tag browsing (#16881)Toshi MARUYAMA2019-04-051-0/+64
* code clean up GitAdapterTestToshi MARUYAMA2019-04-051-1/+1
* scm: git: add new one latin1 tag to test repository (#16881)Toshi MARUYAMA2019-04-052-0/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-053-5/+15
* code clean up RepositoryGitTest for test repository updateToshi MARUYAMA2019-04-041-3/+3
* skip RepositoriesControllerTest#test_show_should_show_diff_button_depending_o...Toshi MARUYAMA2019-04-041-15/+17
* TimelogTest#test_default_query_setting fails depending on the language of the...Go MAEDA2019-04-011-5/+7
* Update Rails to 5.2.3 (#31113).Go MAEDA2019-03-314-21/+21
* Let user select a tracker from the modal (#442).Jean-Philippe Lang2019-03-301-0/+15
* "View differences" buttons are shown in the repository page even without "Bro...Jean-Philippe Lang2019-03-301-0/+19
* Show projects using a table instead of an unordered list in the user profile ...Go MAEDA2019-03-281-2/+14
* Fix that deleting a version silently deletes its attachments (#31087).Go MAEDA2019-03-261-0/+7
* Project search should select subprojects scope when the project has subprojec...Go MAEDA2019-03-251-0/+31
* Remove trailing whitespaces from test/functional/projects_controller_test.rbGo MAEDA2019-03-251-28/+28
* Group time entries by created date (#30233).Go MAEDA2019-03-241-0/+14
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-2149-62/+62
* Simpler link syntax "#note-123" to make a link to a note of the current issue...Go MAEDA2019-03-201-1/+9
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-206-20/+20
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-1931-218/+143
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-16260-260/+260
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-1624-45/+0
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-152-0/+28