summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add TOC to Textile Wiki formatting help (#32119).Go MAEDA2019-10-1049-0/+980
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentationConsistency in ↵Toshi MARUYAMA2019-10-092-9/+8
| | | | | | app/models/attachment.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/functional/project_enumerations_controller_test.rb from ↵Toshi MARUYAMA2019-10-091-1/+0
| | | | | | Layout/IndentationConsistency fixed by r18636 git-svn-id: http://svn.redmine.org/redmine/trunk@18639 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix assert_equal parameter is broken in ↵Toshi MARUYAMA2019-10-091-3/+3
| | | | | | test/functional/project_enumerations_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rbToshi MARUYAMA2019-10-092-6/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18633 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: add Style/AsciiComments to .rubocop_todo.ymlToshi MARUYAMA2019-10-092-5/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18632 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/AsciiComments in lib/redmine/search.rbToshi MARUYAMA2019-10-092-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rbToshi MARUYAMA2019-10-092-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18630 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use sprockets 4.0.0 in order to avoid ↵Go MAEDA2019-10-091-0/+3
| | | | | | Sprockets::Railtie::ManifestNeededError (#32223). git-svn-id: http://svn.redmine.org/redmine/trunk@18629 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up test/unit/issue_status_test.rbToshi MARUYAMA2019-10-081-5/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18628 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up test/functional/issue_statuses_controller_test.rbToshi MARUYAMA2019-10-081-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18627 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/RedundantBegin in ↵Toshi MARUYAMA2019-10-082-10/+3
| | | | | | lib/redmine/scm/adapters/git_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix wong link destinations in wiki_syntax_markdown.html (#32169).Go MAEDA2019-10-0849-294/+294
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18625 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add additional assert to Issue system "test_update_issue_with_form_update"Toshi MARUYAMA2019-10-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* reduce sleep seconds of Issue system "test_update_journal_notes_with_preview"Toshi MARUYAMA2019-10-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18623 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up app/views/issues/_action_menu.html.erbToshi MARUYAMA2019-10-081-4/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18622 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up app/views/issues/_attributes.html.erbToshi MARUYAMA2019-10-081-6/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18621 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code clean up test/integration/issues_test.rbToshi MARUYAMA2019-10-071-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18620 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in ↵Toshi MARUYAMA2019-10-072-2/+1
| | | | | | test/integration/issues_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/HashSyntax in ↵Toshi MARUYAMA2019-10-072-12/+2
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18618 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "attr_writer" instead of "attr_accessor" for WikiPage#deleted_attachment_idsToshi MARUYAMA2019-10-072-5/+2
| | | | | | WikiPage#deleted_attachment_ids is already defined in this class. git-svn-id: http://svn.redmine.org/redmine/trunk@18617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "attr_writer" instead of "attr_accessor" for QueryColumn#sortableToshi MARUYAMA2019-10-072-2/+2
| | | | | | QueryColumn#sortable is already defined in this class. git-svn-id: http://svn.redmine.org/redmine/trunk@18616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "attr_reader" instead of "attr_accessor" for CustomFieldValue#valueToshi MARUYAMA2019-10-072-2/+2
| | | | | | CustomFieldValue#value= is already defined in this class. git-svn-id: http://svn.redmine.org/redmine/trunk@18615 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and ↵Toshi MARUYAMA2019-10-072-13/+9
| | | | | | Layout/IndentHeredoc in test/unit/setting_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18614 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: fix source code comment in r18607Toshi MARUYAMA2019-10-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AlignArray in ↵Toshi MARUYAMA2019-10-072-5/+1
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceAfterColon in ↵Toshi MARUYAMA2019-10-072-8/+2
| | | | | | test/integration/wiki_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in ↵Toshi MARUYAMA2019-10-072-2/+1
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18610 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceAfterColon in ↵Toshi MARUYAMA2019-10-072-3/+2
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in ↵Toshi MARUYAMA2019-10-072-6/+0
| | | | | | test/functional/issues_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rbToshi MARUYAMA2019-10-072-13/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-10-072-7/+4
| | | | | | test/functional/documents_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#32210).Go MAEDA2019-10-071-1/+1
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@18605 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/integration/attachments_test.rb from ↵Toshi MARUYAMA2019-10-071-1/+0
| | | | | | Layout/EmptyLinesAroundExceptionHandling fixed by r18593 git-svn-id: http://svn.redmine.org/redmine/trunk@18604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/functional/issues_controller_test.rb from ↵Toshi MARUYAMA2019-10-071-2/+0
| | | | | | Layout/IndentHeredoc and Layout/IndentationConsistency fixed by r18593 git-svn-id: http://svn.redmine.org/redmine/trunk@18603 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Options in a drop-down overlap the down arrow when Alternate theme is used ↵Go MAEDA2019-10-071-2/+1
| | | | | | | | | (#32206, #31147). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18602 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese wiki help translation update (#32207).Go MAEDA2019-10-062-6/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that "Associated revisions" tab has no content when the user displays ↵Go MAEDA2019-10-051-1/+1
| | | | | | | | | comments in reverse chronological order (#32198, #3058). Patch by José Esteves. git-svn-id: http://svn.redmine.org/redmine/trunk@18598 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#32202).Go MAEDA2019-10-051-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18597 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#17840).Go MAEDA2019-10-0548-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18596 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to send email notification on "Target version updated" (#17840).Go MAEDA2019-10-054-3/+30
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18595 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine::VERSION::revision may return wrong value (#29601).Go MAEDA2019-10-051-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18594 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-0420-18/+62
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18593 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix incorrect headings example in Textile help (#32184).Go MAEDA2019-10-0449-0/+98
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix "already initialized constant ↵Go MAEDA2019-10-031-0/+2
| | | | | | | | | Redmine::Scm::Adapters::SubversionAdapter::SVN_BIN" warning when executing rake tasks (#32110). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary requiring of "rexml/document" (#32189).Go MAEDA2019-10-031-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18588 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rounded corners on table.cal (#32165).Go MAEDA2019-10-031-2/+2
| | | | | | | Patch by Antonio McDeal. git-svn-id: http://svn.redmine.org/redmine/trunk@18587 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Redmine::MimeType.of instead of regexp to check if the attachment is ↵Go MAEDA2019-10-032-1/+2
| | | | | | Textile (#29752). git-svn-id: http://svn.redmine.org/redmine/trunk@18586 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add styles for Textile/Markdown attachments preview (#29752).Go MAEDA2019-10-032-1/+8
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18585 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-037-1/+62
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@18584 e93f8b46-1217-0410-a6f0-8f06a7374b81