summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in ↵Toshi MARUYAMA2019-10-192-16/+18
| | | | | | lib/redmine/helpers/gantt.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: enable Lint/IneffectiveAccessModifierToshi MARUYAMA2019-10-192-3/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-10-192-3/+2
| | | | | | app/controllers/context_menus_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18774 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/CommentIndentation in ↵Toshi MARUYAMA2019-10-192-21/+20
| | | | | | lib/redmine/wiki_formatting/textile/redcloth3.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/CommentIndentation in app/models/mailer.rbToshi MARUYAMA2019-10-192-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18772 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in ↵Toshi MARUYAMA2019-10-192-2/+1
| | | | | | test/unit/lib/redmine/helpers/calendar_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18771 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up test/unit/time_entry_test.rbToshi MARUYAMA2019-10-191-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18770 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/utils.rbToshi MARUYAMA2019-10-192-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#29482).Jean-Philippe Lang2019-10-191-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use radio buttons to choose display type (#29482).Jean-Philippe Lang2019-10-192-9/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default columns for the projects list (#29482).Jean-Philippe Lang2019-10-196-2/+28
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-1915-33/+294
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18765 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter after project custom fields (#29482).Jean-Philippe Lang2019-10-192-0/+6
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18764 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter after parent project (#29482).Jean-Philippe Lang2019-10-192-0/+22
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter after projects (#29482).Jean-Philippe Lang2019-10-193-1/+24
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18762 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-1912-61/+294
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18761 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/utils.rbToshi MARUYAMA2019-10-192-4/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18760 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/WhileUntilModifier in ↵Toshi MARUYAMA2019-10-192-3/+4
| | | | | | lib/redmine/unified_diff.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18759 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/project.rbToshi MARUYAMA2019-10-192-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18758 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix stderr_log_file and strip_credential of ↵Toshi MARUYAMA2019-10-191-0/+2
| | | | | | Redmine::Scm::Adapters::AbstractAdapter are not private git-svn-id: http://svn.redmine.org/redmine/trunk@18757 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Return to version page after the issue is created (#28138).Jean-Philippe Lang2019-10-192-3/+3
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18756 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display new issue link in version page (#28138).Jean-Philippe Lang2019-10-194-0/+87
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that QueriesController can not handle subclass of IssueQuery (#25265).Jean-Philippe Lang2019-10-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18754 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 4.0.5 release.Jean-Philippe Lang2019-10-192-1/+43
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18749 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update ruby-openid to 2.9.2 (#32294).Jean-Philippe Lang2019-10-191-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that total estimated time column is shown even when estimated time ↵Jean-Philippe Lang2019-10-192-0/+20
| | | | | | | | field is deactivated (#31779). Patch by Felix Schäfer and Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18743 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLines in ↵Toshi MARUYAMA2019-10-192-2/+0
| | | | | | lib/redmine/wiki_formatting/textile/redcloth3.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18742 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLines in test/unit/query_test.rbToshi MARUYAMA2019-10-192-4/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18741 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLines in ↵Toshi MARUYAMA2019-10-192-2/+0
| | | | | | test/functional/project_enumerations_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLines in ↵Toshi MARUYAMA2019-10-192-2/+0
| | | | | | test/functional/activities_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/WhileUntilModifier in ↵Toshi MARUYAMA2019-10-192-4/+3
| | | | | | lib/redmine/wiki_formatting/textile/redcloth3.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/UnlessElse in ↵Toshi MARUYAMA2019-10-192-3/+1
| | | | | | lib/redmine/wiki_formatting/textile/redcloth3.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18737 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-192-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-192-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18735 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in ↵Toshi MARUYAMA2019-10-192-3/+4
| | | | | | lib/redmine/utils.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18734 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/WhileUntilModifier in ↵Toshi MARUYAMA2019-10-192-5/+2
| | | | | | app/helpers/queries_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18733 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EndAlignment in ↵Toshi MARUYAMA2019-10-172-8/+1
| | | | | | lib/redmine/export/pdf/issues_pdf_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/versions_helper.rbToshi MARUYAMA2019-10-172-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18731 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EndAlignment in ↵Toshi MARUYAMA2019-10-172-2/+1
| | | | | | app/helpers/repositories_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18730 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: add detected Layout/EndAlignment files to .rubocop_todo.ymlToshi MARUYAMA2019-10-171-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rbToshi MARUYAMA2019-10-172-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18728 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/CaseIndentation in ↵Toshi MARUYAMA2019-10-172-4/+2
| | | | | | lib/redmine/helpers/gantt.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rbToshi MARUYAMA2019-10-172-11/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceBeforeSemicolon and Style/WhenThen in ↵Toshi MARUYAMA2019-10-172-13/+6
| | | | | | app/models/issue_query.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/WhenThen in app/models/role.rbToshi MARUYAMA2019-10-172-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/CaseIndentation in ↵Toshi MARUYAMA2019-10-172-3/+3
| | | | | | lib/redmine/views/builders.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/WhenThen in lib/redmine/views/builders.rbToshi MARUYAMA2019-10-172-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rbToshi MARUYAMA2019-10-171-8/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18721 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/CharacterLiteral and ↵Toshi MARUYAMA2019-10-172-8/+2
| | | | | | Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting/textile/redcloth3.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18720 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/CharacterLiteral and ↵Toshi MARUYAMA2019-10-172-5/+3
| | | | | | Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18719 e93f8b46-1217-0410-a6f0-8f06a7374b81