summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Issue list: long text custom field missing in PDF export (#32859).Go MAEDA2020-01-261-12/+16
* Exporting issue as PDF fails when the issue has private journal (#32858).Go MAEDA2020-01-251-1/+1
* Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).Go MAEDA2020-01-232-7/+7
* Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...Go MAEDA2020-01-231-4/+4
* FrozenError when exporting gantt to PDF in some languages (#32832).Go MAEDA2020-01-181-0/+1
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-142-2/+6
* Fix missing arrow icon of collapse macro (#32754).Go MAEDA2020-01-071-2/+2
* Reverts r19409 that breaks some tests (#32754).Go MAEDA2020-01-071-2/+2
* Fix that arrow icon for {{collapse}} macro is not shown (#32754).Go MAEDA2020-01-071-2/+2
* Updates for 4.1.0 release.Jean-Philippe Lang2019-12-201-2/+2
* Updates for 4.0.6 release.Jean-Philippe Lang2019-12-201-1/+1
* filter all possibly class values on code tags in Textile (#25742)Toshi MARUYAMA2019-12-051-3/+4
* cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/export/pdf/wiki_p...Toshi MARUYAMA2019-11-251-13/+13
* cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wi...Toshi MARUYAMA2019-11-251-3/+5
* code layout clean up lib/redmine/field_format.rbToshi MARUYAMA2019-11-251-2/+10
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in lib/redmine/fiel...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/h...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/e...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/scm/adapters/git_...Toshi MARUYAMA2019-11-231-2/+2
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in lib/redmine/scm/ada...Toshi MARUYAMA2019-11-231-0/+8
* cleanup: rubocop: fix Style/MultilineIfModifier and Style/MultilineTernaryOpe...Toshi MARUYAMA2019-11-231-7/+18
* cleanup: rubocop: fix Layout/IndentFirstHashElement in lib/redmine/scm/adapte...Toshi MARUYAMA2019-11-231-27/+37
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in lib/redmine/scm/adapte...Toshi MARUYAMA2019-11-231-4/+4
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/wik...Toshi MARUYAMA2019-11-231-1/+2
* cleanup: rubocop: fix Style/MultilineIfModifier in lib/redmine/scm/adapters/s...Toshi MARUYAMA2019-11-231-7/+11
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in lib/redmine/scm/adapte...Toshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in lib/redmine/scm/adapte...Toshi MARUYAMA2019-11-231-10/+16
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in lib/redmine/scm/ada...Toshi MARUYAMA2019-11-231-0/+9
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/scm...Toshi MARUYAMA2019-11-211-11/+15
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/sudo_m...Toshi MARUYAMA2019-11-211-2/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/themes.rbToshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/utils.rbToshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/syntax...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/scm/adapters/subve...Toshi MARUYAMA2019-11-211-6/+8
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/ada...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Style/AccessModifierDeclarations in lib/redmine/scm/ada...Toshi MARUYAMA2019-11-211-1/+2
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/ada...Toshi MARUYAMA2019-11-211-1/+0
* 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