summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in ↵Toshi MARUYAMA2019-09-301-4/+0
| | | | | | test/unit/changeset_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18555 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rbToshi MARUYAMA2019-09-301-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18554 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in ↵Toshi MARUYAMA2019-09-251-1/+0
| | | | | | test/unit/issue_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18537 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "starts with" and "ends with" filter operators for string values (#31879).Go MAEDA2019-09-251-0/+14
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18534 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/TrailingCommaInArguments in ↵Toshi MARUYAMA2019-09-251-1/+1
| | | | | | test/unit/issue_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18529 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | test/unit/issue_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to MailHandlerTest (#31946)Toshi MARUYAMA2019-09-241-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18509 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in ↵Toshi MARUYAMA2019-09-211-4/+2
| | | | | | test/unit/repository_bazaar_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Log info messages when MailHandler ignored a reply to a nonexistent issue, ↵Go MAEDA2019-09-191-0/+31
| | | | | | | | | journal, or message (#31946). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18480 e93f8b46-1217-0410-a6f0-8f06a7374b81
* backout r13743Toshi MARUYAMA2019-09-191-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rbToshi MARUYAMA2019-09-181-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change textfield to textarea for "Exclude attachments by name" (#19903).Go MAEDA2019-09-181-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add additional mail headers for issue tracker (#31910).Go MAEDA2019-09-121-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in ↵Toshi MARUYAMA2019-09-111-25/+25
| | | | | | test/unit/lib/redmine/scm/adapters/git_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18448 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that test_mail_from_format_should_be_validated randomly fails (#31154).Go MAEDA2019-09-051-1/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18434 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in ↵Toshi MARUYAMA2019-09-041-1/+1
| | | | | | test/unit/lib/redmine/scm/adapters/git_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18425 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Fix Performance/InefficientHashSearchGo MAEDA2019-09-032-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18423 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-291-0/+20
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@18411 e93f8b46-1217-0410-a6f0-8f06a7374b81
* IssueCustomFieldTest randomly fails (#31967).Go MAEDA2019-08-281-1/+0
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18409 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).Go MAEDA2019-08-281-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18408 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reject version custom field values not visible for the user (#31954, #23997).Go MAEDA2019-08-271-0/+23
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18402 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reject project custom field values not visible for the user (#31954, #31925).Go MAEDA2019-08-271-0/+24
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reject setting RFC non-compliant emission email addresses (#31154).Go MAEDA2019-08-261-0/+14
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18396 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).Go MAEDA2019-08-251-6/+8
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18388 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tests for r18383 (#31231).Go MAEDA2019-08-243-0/+28
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18384 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MarkdownFormatterTest#test_should_support_underlined_text is declared as ↵Go MAEDA2019-08-211-5/+5
| | | | | | | | | private (#31929). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-175-8/+8
| | | | | | | update_attributes is deprecated in Rails 6.0 and will be removed in Rails 6.1 (#29914). git-svn-id: http://svn.redmine.org/redmine/trunk@18375 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rouge to 3.8.0 (#31556).Go MAEDA2019-08-141-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18369 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Convert HTML links to Textile/Markdown links when creating an issue from an ↵Go MAEDA2019-08-112-0/+10
| | | | | | | | | email (#31695). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18361 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Limit total_estimated_hours to visible issues (#31778).Go MAEDA2019-08-072-1/+37
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18356 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update redcarpet to 3.5.0 (#31847).Go MAEDA2019-08-051-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/IndentationConsistency of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18349 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/CommentIndentation of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code clean up test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rbToshi MARUYAMA2019-08-041-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/BlockAlignment of ↵Toshi MARUYAMA2019-08-041-1/+2
| | | | | | test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18343 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/CaseIndentation of ↵Toshi MARUYAMA2019-08-031-2/+2
| | | | | | test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18338 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/AlignArray of test/unit/repository_bazaar_test.rbToshi MARUYAMA2019-07-291-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18333 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Layout/AlignArray of ↵Toshi MARUYAMA2019-07-291-1/+1
| | | | | | test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures in AttachmentFormatVisibilityTest (#31705).Go MAEDA2019-07-121-0/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18327 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some issue fixtures are set inconsistent tracker id which is not available ↵Go MAEDA2019-06-211-0/+1
| | | | | | | | | in the project (#31053). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18309 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test errors with SQLite3 (#10378).Jean-Philippe Lang2019-06-201-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18308 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#31444).Jean-Philippe Lang2019-06-201-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18302 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue macro for flexible linking to issues (#29489).Jean-Philippe Lang2019-06-201-0/+10
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18297 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove code related to JRuby and unsupported Ruby versions (#29441).Jean-Philippe Lang2019-06-202-18/+0
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18294 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "<< me >>" option to user format issue custom fields (#31444).Jean-Philippe Lang2019-06-201-0/+8
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-201-0/+10
| | | | | | Patch by Gregor Schmidt and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show empty fields in email notifications (#10378).Jean-Philippe Lang2019-06-201-0/+21
| | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r18245 (#31582, #31365).Go MAEDA2019-06-201-11/+0
| | | | | | | Issue subjets are truncated in some cases when they are created via email. git-svn-id: http://svn.redmine.org/redmine/trunk@18269 e93f8b46-1217-0410-a6f0-8f06a7374b81