| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | scm: mercurial: change template "escape" to "urlescape" for "author" and "des... | Toshi MARUYAMA | 2020-03-22 | 2 | -7/+9 |
* | Fix that end markers in gantt PDF are misaligned (#19248). | Go MAEDA | 2020-03-20 | 1 | -3/+3 |
* | Gantt bars for single-day tasks may be rendered wrongly in PDF (#23645). | Go MAEDA | 2020-03-20 | 1 | -3/+6 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 72 | -72/+72 |
* | tmp/pdf directory is no longer necessary (#32924). | Go MAEDA | 2020-02-29 | 1 | -2/+0 |
* | Fix a RuboCop offence Style/NegatedWhile (#32971). | Go MAEDA | 2020-02-29 | 1 | -1/+1 |
* | Newline between list items break a list (#32971). | Go MAEDA | 2020-02-29 | 1 | -5/+6 |
* | Rails 6: Fix deprecation warning "Class level methods will no longer inherit ... | Go MAEDA | 2020-02-03 | 1 | -1/+1 |
* | White list protocols allowed for Textile links (#32934). | Jean-Philippe Lang | 2020-02-02 | 1 | -2/+2 |
* | Right-aligned TOC tag is displayed in exported PDF if the text formatting set... | Go MAEDA | 2020-01-30 | 1 | -1/+1 |
* | Issue list: long text custom field missing in PDF export (#32859). | Go MAEDA | 2020-01-26 | 1 | -12/+16 |
* | Exporting issue as PDF fails when the issue has private journal (#32858). | Go MAEDA | 2020-01-25 | 1 | -1/+1 |
* | Ruby 2.7: Remove deprecated URI.escape/unescape (#32752). | Go MAEDA | 2020-01-23 | 2 | -7/+7 |
* | Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32... | Go MAEDA | 2020-01-23 | 1 | -4/+4 |
* | FrozenError when exporting gantt to PDF in some languages (#32832). | Go MAEDA | 2020-01-18 | 1 | -0/+1 |
* | Make languages in Highlighted code button in toolbar customizable (#32528). | Go MAEDA | 2020-01-14 | 2 | -2/+6 |
* | Fix missing arrow icon of collapse macro (#32754). | Go MAEDA | 2020-01-07 | 1 | -2/+2 |
* | Reverts r19409 that breaks some tests (#32754). | Go MAEDA | 2020-01-07 | 1 | -2/+2 |
* | Fix that arrow icon for {{collapse}} macro is not shown (#32754). | Go MAEDA | 2020-01-07 | 1 | -2/+2 |
* | Updates for 4.1.0 release. | Jean-Philippe Lang | 2019-12-20 | 1 | -2/+2 |
* | Updates for 4.0.6 release. | Jean-Philippe Lang | 2019-12-20 | 1 | -1/+1 |
* | filter all possibly class values on code tags in Textile (#25742) | Toshi MARUYAMA | 2019-12-05 | 1 | -3/+4 |
* | cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/export/pdf/wiki_p... | Toshi MARUYAMA | 2019-11-25 | 1 | -13/+13 |
* | cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wi... | Toshi MARUYAMA | 2019-11-25 | 1 | -3/+5 |
* | code layout clean up lib/redmine/field_format.rb | Toshi MARUYAMA | 2019-11-25 | 1 | -2/+10 |
* | cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in lib/redmine/fiel... | Toshi MARUYAMA | 2019-11-24 | 1 | -2/+2 |
* | cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/h... | Toshi MARUYAMA | 2019-11-24 | 1 | -2/+2 |
* | cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/e... | Toshi MARUYAMA | 2019-11-24 | 1 | -1/+1 |
* | cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/scm/adapters/git_... | Toshi MARUYAMA | 2019-11-23 | 1 | -2/+2 |
* | cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in lib/redmine/scm/ada... | Toshi MARUYAMA | 2019-11-23 | 1 | -0/+8 |
* | cleanup: rubocop: fix Style/MultilineIfModifier and Style/MultilineTernaryOpe... | Toshi MARUYAMA | 2019-11-23 | 1 | -7/+18 |
* | cleanup: rubocop: fix Layout/IndentFirstHashElement in lib/redmine/scm/adapte... | Toshi MARUYAMA | 2019-11-23 | 1 | -27/+37 |
* | cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in lib/redmine/scm/adapte... | Toshi MARUYAMA | 2019-11-23 | 1 | -4/+4 |
* | cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/wik... | Toshi MARUYAMA | 2019-11-23 | 1 | -1/+2 |
* | cleanup: rubocop: fix Style/MultilineIfModifier in lib/redmine/scm/adapters/s... | Toshi MARUYAMA | 2019-11-23 | 1 | -7/+11 |
* | cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in lib/redmine/scm/adapte... | Toshi MARUYAMA | 2019-11-23 | 1 | -1/+1 |
* | cleanup: rubocop: fix Layout/IndentFirstHashElement in lib/redmine/scm/adapte... | Toshi MARUYAMA | 2019-11-23 | 1 | -10/+16 |
* | cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in lib/redmine/scm/ada... | Toshi MARUYAMA | 2019-11-23 | 1 | -0/+9 |
* | cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/scm... | Toshi MARUYAMA | 2019-11-21 | 1 | -11/+15 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/sudo_m... | Toshi MARUYAMA | 2019-11-21 | 1 | -2/+0 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/themes.rb | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/utils.rb | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/syntax... | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/scm/adapters/subve... | Toshi MARUYAMA | 2019-11-21 | 1 | -6/+8 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/ada... | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | cleanup: rubocop: fix Style/AccessModifierDeclarations in lib/redmine/scm/ada... | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+2 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/ada... | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/ada... | Toshi MARUYAMA | 2019-11-21 | 1 | -2/+0 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/bas... | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/b... | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |