summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Layout/SpaceAfterColon in test/integration/wiki_te...Toshi MARUYAMA2019-10-072-8/+2
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/func...Toshi MARUYAMA2019-10-072-2/+1
* code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_c...Toshi MARUYAMA2019-10-072-3/+2
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/functiona...Toshi MARUYAMA2019-10-072-6/+0
* code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rbToshi MARUYAMA2019-10-072-13/+9
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_...Toshi MARUYAMA2019-10-072-7/+4
* Traditional Chinese translation update (#32210).Go MAEDA2019-10-071-1/+1
* rubocop: remove test/integration/attachments_test.rb from Layout/EmptyLinesAr...Toshi MARUYAMA2019-10-071-1/+0
* rubocop: remove test/functional/issues_controller_test.rb from Layout/IndentH...Toshi MARUYAMA2019-10-071-2/+0
* Options in a drop-down overlap the down arrow when Alternate theme is used (#...Go MAEDA2019-10-071-2/+1
* Japanese wiki help translation update (#32207).Go MAEDA2019-10-062-6/+6
* Fix that "Associated revisions" tab has no content when the user displays com...Go MAEDA2019-10-051-1/+1
* Japanese translation update (#32202).Go MAEDA2019-10-051-1/+1
* Update locales (#17840).Go MAEDA2019-10-0548-0/+48
* Option to send email notification on "Target version updated" (#17840).Go MAEDA2019-10-054-3/+30
* Redmine::VERSION::revision may return wrong value (#29601).Go MAEDA2019-10-051-1/+1
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-0420-18/+62
* Fix incorrect headings example in Textile help (#32184).Go MAEDA2019-10-0449-0/+98
* Fix "already initialized constant Redmine::Scm::Adapters::SubversionAdapter::...Go MAEDA2019-10-031-0/+2
* Remove unnecessary requiring of "rexml/document" (#32189).Go MAEDA2019-10-031-2/+0
* Rounded corners on table.cal (#32165).Go MAEDA2019-10-031-2/+2
* Use Redmine::MimeType.of instead of regexp to check if the attachment is Text...Go MAEDA2019-10-032-1/+2
* Add styles for Textile/Markdown attachments preview (#29752).Go MAEDA2019-10-032-1/+8
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-037-1/+62
* RuboCop: Disable Layout/SpaceInsideHashLiteralBracesGo MAEDA2019-10-032-7/+3
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-025-16/+4
* Update rubocop-performance to 1.5.0 (#31509).Go MAEDA2019-10-022-1/+13
* fix Redmine::Themes#scan_themes is not privateToshi MARUYAMA2019-10-012-3/+1
* fix Watcher#prune_single_user is not privateToshi MARUYAMA2019-10-012-3/+1
* Update RuboCop to 0.75.0 (#31509).Go MAEDA2019-10-013-16/+28
* Fix wrong markup in public/help/ja/wiki_syntax_detailed_(markdown|textile).ht...Go MAEDA2019-09-302-2/+2
* Add links to the detailed Wiki formatting help in Quick Reference (#32169).Go MAEDA2019-09-30100-588/+595
* Add support for "start with" and "end with" operators to "Files" filter (#318...Go MAEDA2019-09-302-0/+17
* fix duplicate name of IssuesControllerTest#test_bulk_copy_should_allow_copyin...Toshi MARUYAMA2019-09-302-5/+2
* rubocop: remove app/models/issue.rb from Layout/ElseAlignment fixed by previo...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_ho...Toshi MARUYAMA2019-09-301-5/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? methodToshi MARUYAMA2019-09-301-12/+13
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condit...Toshi MARUYAMA2019-09-301-14/+15
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/helpers/applica...Toshi MARUYAMA2019-09-302-2/+0
* rubocop: remove test/integration/api_test/issues_test.rb from Layout/Indentat...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-09-302-13/+9
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-09-302-26/+21
* rubocop: remove app/models/attachment.rb from Layout/EmptyLineBetweenDefs fix...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...Toshi MARUYAMA2019-09-302-4/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/att...Toshi MARUYAMA2019-09-302-6/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/helpers/ap...Toshi MARUYAMA2019-09-302-8/+2
* code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rbToshi MARUYAMA2019-09-302-3/+3
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/unit/chan...Toshi MARUYAMA2019-09-302-5/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rbToshi MARUYAMA2019-09-302-2/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/api...Toshi MARUYAMA2019-09-302-5/+0