summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* RuboCop: Disable Layout/SpaceInsideHashLiteralBracesGo MAEDA2019-10-032-7/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18583 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-025-16/+4
| | | | | | | This change corrects newly detected offenses after updating rubocop-performance to 1.5.0 in r18579. git-svn-id: http://svn.redmine.org/redmine/trunk@18580 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update rubocop-performance to 1.5.0 (#31509).Go MAEDA2019-10-022-1/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18579 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix Redmine::Themes#scan_themes is not privateToshi MARUYAMA2019-10-012-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18578 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix Watcher#prune_single_user is not privateToshi MARUYAMA2019-10-012-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18577 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.75.0 (#31509).Go MAEDA2019-10-013-16/+28
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18576 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix wrong markup in ↵Go MAEDA2019-09-302-2/+2
| | | | | | | | | public/help/ja/wiki_syntax_detailed_(markdown|textile).html (#32169). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18572 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add links to the detailed Wiki formatting help in Quick Reference (#32169).Go MAEDA2019-09-30100-588/+595
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18571 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for "start with" and "end with" operators to "Files" filter ↵Go MAEDA2019-09-302-0/+17
| | | | | | | | | (#31879). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18570 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix duplicate name of ↵Toshi MARUYAMA2019-09-302-5/+2
| | | | | | IssuesControllerTest#test_bulk_copy_should_allow_copying_the_subtasks git-svn-id: http://svn.redmine.org/redmine/trunk@18569 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove app/models/issue.rb from Layout/ElseAlignment fixed by ↵Toshi MARUYAMA2019-09-301-1/+0
| | | | | | previous revisions git-svn-id: http://svn.redmine.org/redmine/trunk@18568 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class ↵Toshi MARUYAMA2019-09-301-5/+6
| | | | | | total_spent_hours method git-svn-id: http://svn.redmine.org/redmine/trunk@18567 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? methodToshi MARUYAMA2019-09-301-12/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18566 e93f8b46-1217-0410-a6f0-8f06a7374b81