summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/ada...Toshi MARUYAMA2019-11-211-2/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/bas...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/b...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/sy...Toshi MARUYAMA2019-11-091-0/+1
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/views/labelled_for...Toshi MARUYAMA2019-11-091-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/menu_manager.rbToshi MARUYAMA2019-11-091-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/helpers/gantt.rbToshi MARUYAMA2019-11-091-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rbToshi MARUYAMA2019-11-091-2/+6
* Fix that receiving HTML email fails if it contains a link without an href att...Go MAEDA2019-11-092-2/+18
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/issues_...Toshi MARUYAMA2019-11-091-13/+18
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/wiki_pd...Toshi MARUYAMA2019-11-091-8/+11
* cleanup: rubocop: fix Style/MultilineBlockChain in lib/redmine/scm/adapters/m...Toshi MARUYAMA2019-11-081-1/+2
* cleanup: rubocop: fix Layout/SpaceInsideParens in lib/redmine/scm/adapters/me...Toshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Style/RescueModifier in lib/redmine/scm/adapters/mercur...Toshi MARUYAMA2019-11-081-1/+6
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/te...Toshi MARUYAMA2019-11-061-6/+6
* Eases the regexp used to determine the start of a code block (#32359).Go MAEDA2019-10-291-1/+1
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rbToshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he...Toshi MARUYAMA2019-10-221-2/+3
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/scm/...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-221-1/+1
* use "class << self" syntax for Redmine::Views::Builders#for (#32308)Toshi MARUYAMA2019-10-221-10/+12
* use "if block_given?" instead of "if block" in lib/redmine/views/builders.rb ...Toshi MARUYAMA2019-10-221-1/+1
* use "if block_given?" instead of "if block" in lib/redmine/views/builders/str...Toshi MARUYAMA2019-10-221-2/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-221-2/+2
* code cleanup: rubocop: fix Style/MultipleComparison in lib/redmine/scm/adapte...Toshi MARUYAMA2019-10-221-5/+5
* code cleanup: rubocop: fix Style/UnneededInterpolation in lib/redmine/scm/ada...Toshi MARUYAMA2019-10-221-2/+2
* code cleanup: rubocop: fix Layout/AlignArray in lib/redmine/default_data/load...Toshi MARUYAMA2019-10-221-9/+10
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/scm/...Toshi MARUYAMA2019-10-191-28/+31
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/help...Toshi MARUYAMA2019-10-191-15/+18
* code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_form...Toshi MARUYAMA2019-10-191-20/+20
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/utils.rbToshi MARUYAMA2019-10-191-3/+1
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/unified_di...Toshi MARUYAMA2019-10-191-2/+4
* fix stderr_log_file and strip_credential of Redmine::Scm::Adapters::AbstractA...Toshi MARUYAMA2019-10-191-0/+2
* Fixed that QueriesController can not handle subclass of IssueQuery (#25265).Jean-Philippe Lang2019-10-191-1/+1
* Updates for 4.0.5 release.Jean-Philippe Lang2019-10-191-1/+1
* code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/t...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_forma...Toshi MARUYAMA2019-10-191-3/+3
* code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/te...Toshi MARUYAMA2019-10-191-2/+1
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/util...Toshi MARUYAMA2019-10-191-2/+4
* code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issu...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gant...Toshi MARUYAMA2019-10-171-3/+2
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rbToshi MARUYAMA2019-10-171-10/+11
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/views/builde...Toshi MARUYAMA2019-10-171-2/+3
* code cleanup: rubocop: fix Style/WhenThen in lib/redmine/views/builders.rbToshi MARUYAMA2019-10-171-3/+4
* code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rbToshi MARUYAMA2019-10-171-8/+5
* code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround...Toshi MARUYAMA2019-10-171-2/+2
* code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround...Toshi MARUYAMA2019-10-171-3/+3
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf...Toshi MARUYAMA2019-10-171-6/+2
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/p...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/wiki...Toshi MARUYAMA2019-10-171-6/+6