summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert r20440 (#10535).Go MAEDA2020-12-221-15/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20684 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r20455 (#10535).Go MAEDA2020-12-221-24/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20683 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use 'assert_not' instead of 'assert !' at IssuesControllerTestToshi MARUYAMA2020-12-191-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20680 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use '\' instead of '+' to concatenate strings at ↵Toshi MARUYAMA2020-12-191-5/+5
| | | | | | app/models/wiki_content_version.rb git-svn-id: http://svn.redmine.org/redmine/trunk@20679 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use '\' instead of '+' to concatenate strings at ↵Toshi MARUYAMA2020-12-191-2/+2
| | | | | | RepositoriesFilesystemControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@20678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant 'return' from app/models/attachment.rbToshi MARUYAMA2020-12-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant 'return' from app/models/changeset.rbToshi MARUYAMA2020-12-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/unit/project_test.rbToshi MARUYAMA2020-12-191-25/+60
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of IssuesControllerTestToshi MARUYAMA2020-12-191-22/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20674 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rbToshi MARUYAMA2020-12-191-8/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20673 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/unit/lib/redmine/helpers/diff_test.rbToshi MARUYAMA2020-12-191-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20672 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of ↵Toshi MARUYAMA2020-12-191-12/+38
| | | | | | test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@20671 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of VersionsHelperTestToshi MARUYAMA2020-12-191-5/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of app/models/issue_query.rbToshi MARUYAMA2020-12-191-8/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20669 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Redcarpet to 3.5.1 (#34461).Go MAEDA2020-12-181-1/+1
| | | | | | | The version fixes a security vulnerability using :quote in combination with the :escape_html option. git-svn-id: http://svn.redmine.org/redmine/trunk@20665 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-171-8/+6
| | | | | | AccountControllerOpenidTest#test_login_with_openid_for_existing_non_active_user git-svn-id: http://svn.redmine.org/redmine/trunk@20664 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of app/models/issue.rbToshi MARUYAMA2020-12-171-25/+107
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant 'return' from ApplicationHelperTestToshi MARUYAMA2020-12-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20662 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant 'return' from lib/redmine/twofa/totp.rbToshi MARUYAMA2020-12-171-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add Layout/FirstHashElementIndentation to .rubocop.ymlToshi MARUYAMA2020-12-171-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of lib/redmine/twofa/totp.rbToshi MARUYAMA2020-12-171-4/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add Style/Lambda to .rubocop.ymlToshi MARUYAMA2020-12-171-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20658 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use 'lambda' instead of '->{}' at UsersControllerToshi MARUYAMA2020-12-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use 'lambda' instead of '->{}' at RolesControllerTestToshi MARUYAMA2020-12-171-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20656 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add Layout/DotPosition to .rubocop.ymlToshi MARUYAMA2020-12-171-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* place the '.' on the previous line of the method call at ↵Toshi MARUYAMA2020-12-171-6/+6
| | | | | | app/models/attachment.rb git-svn-id: http://svn.redmine.org/redmine/trunk@20654 e93f8b46-1217-0410-a6f0-8f06a7374b81
* place the '.' on the previous line of the method call at app/models/project.rbToshi MARUYAMA2020-12-171-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20653 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the order of assert params (#34123).Go MAEDA2020-12-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20652 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a test for ProjectCustomField creation (#33268).Go MAEDA2020-12-161-0/+26
| | | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@20651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update roadie-rails to 2.2 (#34443).Go MAEDA2020-12-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20650 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo in translation string 'setting_issue_list_default_columns': ↵Go MAEDA2020-12-161-1/+1
| | | | | | | | | s/Isuses/Issues/ (#34447). Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@20649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Atom feed on project with subprojects should show in article title the name ↵Go MAEDA2020-12-142-1/+21
| | | | | | | | | of the project (#15212). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20648 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-121-8/+6
| | | | | | AccountControllerOpenidTest#test_login_with_openid_for_existing_user git-svn-id: http://svn.redmine.org/redmine/trunk@20647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add Style/BlockComments to .rubocop.ymlToshi MARUYAMA2020-12-121-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant 'return' from lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2020-12-121-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20645 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant 'return' from lib/redmine/scm/adapters/bazaar_adapter.rbToshi MARUYAMA2020-12-121-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use '\' instead of '+' to concatenate strings at ↵Toshi MARUYAMA2020-12-121-2/+2
| | | | | | RepositoriesMercurialControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@20643 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add 'freeze' to avoid immutable array literals in loops at MercurialAdapterTestToshi MARUYAMA2020-12-121-16/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2020-12-121-38/+50
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of Query#sql_for_custom_fieldToshi MARUYAMA2020-12-121-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-121-11/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20639 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of lib/redmine/wiki_formatting/macros.rbToshi MARUYAMA2020-12-121-7/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20638 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of app/models/custom_field.rbToshi MARUYAMA2020-12-121-14/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20637 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of ApplicationHelperTestToshi MARUYAMA2020-12-121-14/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that disabled trackers of subprojects are listed in project overview ↵Go MAEDA2020-12-122-2/+22
| | | | | | | | | (#10084). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spent time details are displayed in incorrect order when sorted by week and ↵Go MAEDA2020-12-122-1/+28
| | | | | | | | | date (#33952). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#34437).Go MAEDA2020-12-121-7/+3
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@20633 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#34436).Go MAEDA2020-12-121-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20632 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#34432).Go MAEDA2020-12-121-1/+1
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@20631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-12-111-13/+14
| | | | | | IssueRelationsControllerTest#test_should_create_relations_with_visible_issues_only git-svn-id: http://svn.redmine.org/redmine/trunk@20630 e93f8b46-1217-0410-a6f0-8f06a7374b81