| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/te... | Toshi MARUYAMA | 2019-11-06 | 1 | -6/+6 |
* | Eases the regexp used to determine the start of a code block (#32359). | Go MAEDA | 2019-10-29 | 1 | -1/+1 |
* | Add permission to import time entries (#32196, #28234). | Go MAEDA | 2019-10-28 | 1 | -0/+1 |
* | code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rb | Toshi MARUYAMA | 2019-10-22 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he... | Toshi MARUYAMA | 2019-10-22 | 1 | -2/+3 |
* | code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/diff.rb | Toshi MARUYAMA | 2019-10-22 | 1 | -2/+2 |
* | code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/scm/... | Toshi MARUYAMA | 2019-10-22 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view... | Toshi MARUYAMA | 2019-10-22 | 1 | -1/+1 |
* | use "class << self" syntax for Redmine::Views::Builders#for (#32308) | Toshi MARUYAMA | 2019-10-22 | 1 | -10/+12 |
* | use "if block_given?" instead of "if block" in lib/redmine/views/builders.rb ... | Toshi MARUYAMA | 2019-10-22 | 1 | -1/+1 |
* | use "if block_given?" instead of "if block" in lib/redmine/views/builders/str... | Toshi MARUYAMA | 2019-10-22 | 1 | -2/+1 |
* | code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view... | Toshi MARUYAMA | 2019-10-22 | 1 | -2/+2 |
* | code cleanup: rubocop: fix Style/MultipleComparison in lib/redmine/scm/adapte... | Toshi MARUYAMA | 2019-10-22 | 1 | -5/+5 |
* | code cleanup: rubocop: fix Style/UnneededInterpolation in lib/redmine/scm/ada... | Toshi MARUYAMA | 2019-10-22 | 1 | -2/+2 |
* | code cleanup: rubocop: fix Layout/AlignArray in lib/redmine/default_data/load... | Toshi MARUYAMA | 2019-10-22 | 1 | -9/+10 |
* | Remove code for unsupported versions of Rails from open_id_authentication (#3... | Go MAEDA | 2019-10-22 | 1 | -4/+0 |
* | code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/scm/... | Toshi MARUYAMA | 2019-10-19 | 1 | -28/+31 |
* | code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/help... | Toshi MARUYAMA | 2019-10-19 | 1 | -15/+18 |
* | code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_form... | Toshi MARUYAMA | 2019-10-19 | 1 | -20/+20 |
* | code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/utils.rb | Toshi MARUYAMA | 2019-10-19 | 1 | -3/+1 |
* | code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/unified_di... | Toshi MARUYAMA | 2019-10-19 | 1 | -2/+4 |
* | fix stderr_log_file and strip_credential of Redmine::Scm::Adapters::AbstractA... | Toshi MARUYAMA | 2019-10-19 | 1 | -0/+2 |
* | Fixed that QueriesController can not handle subclass of IssueQuery (#25265). | Jean-Philippe Lang | 2019-10-19 | 1 | -1/+1 |
* | Updates for 4.0.5 release. | Jean-Philippe Lang | 2019-10-19 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/t... | Toshi MARUYAMA | 2019-10-19 | 1 | -1/+0 |
* | code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_forma... | Toshi MARUYAMA | 2019-10-19 | 1 | -3/+3 |
* | code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/te... | Toshi MARUYAMA | 2019-10-19 | 1 | -2/+1 |
* | code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/util... | Toshi MARUYAMA | 2019-10-19 | 1 | -2/+4 |
* | code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issu... | Toshi MARUYAMA | 2019-10-17 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gant... | Toshi MARUYAMA | 2019-10-17 | 1 | -3/+2 |
* | code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rb | Toshi MARUYAMA | 2019-10-17 | 1 | -10/+11 |
* | code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/views/builde... | Toshi MARUYAMA | 2019-10-17 | 1 | -2/+3 |
* | code cleanup: rubocop: fix Style/WhenThen in lib/redmine/views/builders.rb | Toshi MARUYAMA | 2019-10-17 | 1 | -3/+4 |
* | code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rb | Toshi MARUYAMA | 2019-10-17 | 1 | -8/+5 |
* | code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround... | Toshi MARUYAMA | 2019-10-17 | 1 | -2/+2 |
* | code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround... | Toshi MARUYAMA | 2019-10-17 | 1 | -3/+3 |
* | code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf... | Toshi MARUYAMA | 2019-10-17 | 1 | -6/+2 |
* | code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/p... | Toshi MARUYAMA | 2019-10-17 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/wiki... | Toshi MARUYAMA | 2019-10-17 | 1 | -6/+6 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/export/pdf/iss... | Toshi MARUYAMA | 2019-10-17 | 1 | -19/+20 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/i18n.rb | Toshi MARUYAMA | 2019-10-17 | 1 | -10/+11 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/plugin.rb | Toshi MARUYAMA | 2019-10-17 | 1 | -12/+12 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/wiki_formattin... | Toshi MARUYAMA | 2019-10-17 | 1 | -8/+10 |
* | code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/w... | Toshi MARUYAMA | 2019-10-16 | 1 | -2/+0 |
* | code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/diff.rb | Toshi MARUYAMA | 2019-10-16 | 1 | -4/+4 |
* | code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_for... | Toshi MARUYAMA | 2019-10-16 | 1 | -3/+3 |
* | code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wi... | Toshi MARUYAMA | 2019-10-15 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL... | Toshi MARUYAMA | 2019-10-15 | 1 | -3/+2 |
* | code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmi... | Toshi MARUYAMA | 2019-10-15 | 1 | -65/+65 |
* | code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatti... | Toshi MARUYAMA | 2019-10-15 | 1 | -1/+1 |