summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Add "<< me >>" option to user format issue custom fields (#31444).Jean-Philippe Lang2019-06-201-0/+8
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-201-0/+10
* Don't show empty fields in email notifications (#10378).Jean-Philippe Lang2019-06-201-0/+21
* Reverts r18245 (#31582, #31365).Go MAEDA2019-06-201-11/+0
* Text may unexpectedly be enclosed in pre tags when an issue is created via HT...Jean-Philippe Lang2019-06-201-0/+12
* Groups are incorrect when grouping by date without user timezone set.Jean-Philippe Lang2019-06-201-1/+17
* Issues in paginated views may be lost because sorting criteria are not unique...Jean-Philippe Lang2019-06-202-0/+29
* Update Rouge to 3.4.1 (#31556).Go MAEDA2019-06-161-1/+1
* Issue subject may be broken if the subject field is split into multiple lines...Jean-Philippe Lang2019-06-101-0/+11
* Fix "Undefined local variable sender_email" error in MailHandler#receive_mess...Go MAEDA2019-06-101-0/+11
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-068-34/+34
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-042-0/+38
* Support "YYYY/MM/DD" date format when importing issues (#31450).Go MAEDA2019-05-301-0/+9
* Update copyright year.Go MAEDA2019-05-25128-128/+128
* Don't rescue Exception class (#31387).Go MAEDA2019-05-255-7/+7
* MailerTest fails depending on the time (#31225).Go MAEDA2019-05-221-4/+9
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+126
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-0/+2
* Show the number of days left until the due date in reminders (#31225).Go MAEDA2019-05-191-9/+9
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-0/+26
* Test for r18158 (#22481).Go MAEDA2019-05-121-5/+16
* Allows setting the private flag via mail keyword (#31324).Go MAEDA2019-05-091-0/+15
* Import time entries (#28234).Go MAEDA2019-05-091-0/+136
* Generalize issues imports (#28234).Go MAEDA2019-05-091-0/+6
* 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
* Attachment preview does not work for some source files such as JavaScript and...Go MAEDA2019-05-042-0/+29
* 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
* Changes Query#as_params for more complete serialization (#31276).Go MAEDA2019-04-301-0/+15
* New Permission: Edit own issue (#1248).Go MAEDA2019-04-251-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-191-26/+29
* Show the total number of open issues in a reminder (#31104).Go MAEDA2019-04-181-1/+10
* 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-051-0/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-052-5/+15
* code clean up RepositoryGitTest for test repository updateToshi MARUYAMA2019-04-041-3/+3
* Fix that deleting a version silently deletes its attachments (#31087).Go MAEDA2019-03-261-0/+7
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-2131-31/+31
* 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-1922-156/+99
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-1696-96/+96
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-1613-25/+0
* Show recent documents first (#29725).Jean-Philippe Lang2019-03-151-1/+1
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-0/+6
* PluginRequirementError is now raised instead of PluginNotFound (#31030).Jean-Philippe Lang2019-03-151-3/+3