1860 Commits (60317acf25be316da567de59c260480edaadac29)

Author SHA1 Message Date
  Toshi MARUYAMA 7055dcd767 gantt: simplify week day logic in to_pdf() at lib/redmine/helpers/gantt.rb 4 years ago
  Toshi MARUYAMA 0f8df77744 gantt: simplify week day logic in to_image() at lib/redmine/helpers/gantt.rb 4 years ago
  Toshi MARUYAMA f0fdf13d1b remove unneeded () from to_pdf() at lib/redmine/helpers/gantt.rb 4 years ago
  Toshi MARUYAMA 45c8e9e03a scm: mercurial: escape branch and tag names (#27790) 4 years ago
  Toshi MARUYAMA 56a74a32b7 remove extra empty line at beginning of lib/redmine/scm/adapters/mercurial_adapter.rb 4 years ago
  Toshi MARUYAMA 92fdcc1ce4 remove git format patch footer (#33357) 4 years ago
  Go MAEDA 3986b6e3b9 Load default custom queries when running redmine:load_default_data rake task (#33296). 4 years ago
  Go MAEDA 55b9024569 Fix that thumbnail support for PDF attachments may not be detected (#33283). 4 years ago
  Toshi MARUYAMA 0421636cd7 add Redmine::Database.sqlite? as with postgresql? and postgresql? 4 years ago
  Jean-Philippe Lang a2434ed73b Updates for 4.1.1 release. 4 years ago
  Jean-Philippe Lang 895fc12d56 XSS vulnerabilities in textile links (#32934). 4 years ago
  Jean-Philippe Lang d257990868 Reverts r19489 (#32934). 4 years ago
  Go MAEDA 0f3cece5bb Fix that viewing gantt causes SQL error with SQL Server (#32737). 4 years ago
  Go MAEDA c5ec830b68 Remove duplicate keys from sort criteria (#32737). 4 years ago
  Go MAEDA 795ebcc17c Use field_activity rather than label_activity in the context of time tracking (#33186). 4 years ago
  Go MAEDA 1473996f92 Export to PDF fails when subject of parent task is included in issue list (#33103). 4 years ago
  Toshi MARUYAMA 20ab5cb4dd scm: mercurial: change template "escape" to "urlescape" for "author" and "desc" (#23055) 4 years ago
  Go MAEDA 0a9b72ab9c Fix that end markers in gantt PDF are misaligned (#19248). 4 years ago
  Go MAEDA 94777d40b0 Gantt bars for single-day tasks may be rendered wrongly in PDF (#23645). 4 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Go MAEDA 007c3a5dab tmp/pdf directory is no longer necessary (#32924). 4 years ago
  Go MAEDA 0ba13a0bd3 Fix a RuboCop offence Style/NegatedWhile (#32971). 4 years ago
  Go MAEDA 2253032ebc Newline between list items break a list (#32971). 4 years ago
  Go MAEDA 01f523f165 Rails 6: Fix deprecation warning "Class level methods will no longer inherit scoping" (#32911). 4 years ago
  Jean-Philippe Lang e9d5b0b8dc White list protocols allowed for Textile links (#32934). 4 years ago
  Go MAEDA b8f7d1419e Right-aligned TOC tag is displayed in exported PDF if the text formatting setting is Markdown (#32477). 4 years ago
  Go MAEDA 1c5ab7510d Issue list: long text custom field missing in PDF export (#32859). 4 years ago
  Go MAEDA 8dbbfd6172 Exporting issue as PDF fails when the issue has private journal (#32858). 4 years ago
  Go MAEDA 62fe933eed Ruby 2.7: Remove deprecated URI.escape/unescape (#32752). 4 years ago
  Go MAEDA ba7d4745e2 Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32542, #31500). 4 years ago
  Go MAEDA 65d22c7510 FrozenError when exporting gantt to PDF in some languages (#32832). 4 years ago
  Go MAEDA 6611f5bf5d Make languages in Highlighted code button in toolbar customizable (#32528). 4 years ago
  Go MAEDA 03a4e21568 Fix missing arrow icon of collapse macro (#32754). 4 years ago
  Go MAEDA eb6e390ee8 Reverts r19409 that breaks some tests (#32754). 4 years ago
  Go MAEDA d06b8bbb53 Fix that arrow icon for {{collapse}} macro is not shown (#32754). 4 years ago
  Jean-Philippe Lang 046be1c183 Updates for 4.1.0 release. 4 years ago
  Jean-Philippe Lang 88e940a22d Updates for 4.0.6 release. 4 years ago
  Toshi MARUYAMA 5876324372 filter all possibly class values on code tags in Textile (#25742) 4 years ago
  Toshi MARUYAMA 67c331f5ca cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/export/pdf/wiki_pdf_helper.rb 4 years ago
  Toshi MARUYAMA 2c2283bc3a cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wiki_pdf_helper.rb 4 years ago
  Toshi MARUYAMA 18e8a45752 code layout clean up lib/redmine/field_format.rb 4 years ago
  Toshi MARUYAMA a7824755ee cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in lib/redmine/field_format.rb 4 years ago
  Toshi MARUYAMA 0bc794965f cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/helpers/gantt.rb 4 years ago
  Toshi MARUYAMA 672d3f3917 cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/export/pdf.rb 4 years ago
  Toshi MARUYAMA 5f6a86a774 cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/scm/adapters/git_adapter.rb 4 years ago
  Toshi MARUYAMA 6a1e4b86af cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in lib/redmine/scm/adapters/git_adapter.rb 4 years ago
  Toshi MARUYAMA 68b4701a65 cleanup: rubocop: fix Style/MultilineIfModifier and Style/MultilineTernaryOperator in lib/redmine/scm/adapters/git_adapter.rb 4 years ago
  Toshi MARUYAMA df7188a2e5 cleanup: rubocop: fix Layout/IndentFirstHashElement in lib/redmine/scm/adapters/git_adapter.rb 4 years ago
  Toshi MARUYAMA 75acf141d5 cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in lib/redmine/scm/adapters/git_adapter.rb 4 years ago
  Toshi MARUYAMA 741aa901b0 cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/wiki_formatting/macros.rb 4 years ago