146 Commits (0ba13a0bd3fb19d63eccbbf1ee5d35f65a210d8e)

Autor SHA1 Mensaje Fecha
  Go MAEDA 0ba13a0bd3 Fix a RuboCop offence Style/NegatedWhile (#32971). hace 4 años
  Go MAEDA 2253032ebc Newline between list items break a list (#32971). hace 4 años
  Jean-Philippe Lang e9d5b0b8dc White list protocols allowed for Textile links (#32934). hace 4 años
  Go MAEDA 6611f5bf5d Make languages in Highlighted code button in toolbar customizable (#32528). hace 4 años
  Go MAEDA 03a4e21568 Fix missing arrow icon of collapse macro (#32754). hace 4 años
  Go MAEDA eb6e390ee8 Reverts r19409 that breaks some tests (#32754). hace 4 años
  Go MAEDA d06b8bbb53 Fix that arrow icon for {{collapse}} macro is not shown (#32754). hace 4 años
  Toshi MARUYAMA 5876324372 filter all possibly class values on code tags in Textile (#25742) hace 4 años
  Toshi MARUYAMA 741aa901b0 cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/wiki_formatting/macros.rb hace 4 años
  Go MAEDA fc2e4c1eba Fix that receiving HTML email fails if it contains a link without an href attribute (#31695). hace 4 años
  Toshi MARUYAMA 9908565bde cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Go MAEDA 19990751a5 Eases the regexp used to determine the start of a code block (#32359). hace 4 años
  Toshi MARUYAMA adff3bcb7e code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA 57a66e950c code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA e3397db933 code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA 30964255f1 code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA 18442d568a code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA 8bac080b8c code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA e8b06af277 code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA 3f691ee4c2 code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA c5e2c064f2 code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wiki_formatting/textile/formatter.rb hace 4 años
  Toshi MARUYAMA 38bf3f5024 code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA d7d85cd85f code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA c82054a651 code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA 695a03b3eb code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Toshi MARUYAMA 76be6f712f code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wiki_formatting/textile/redcloth3.rb hace 4 años
  Go MAEDA d50f0e83fb Better handling of HTML tables when creating an issue from an email (#31231). hace 4 años
  Go MAEDA 31e8e736f3 Code cleanup: RuboCop: Layout/TrailingBlankLines hace 4 años
  Go MAEDA f5c7a4a420 Convert HTML links to Textile/Markdown links when creating an issue from an email (#31695). hace 4 años
  Jean-Philippe Lang 93935f7c39 Wiki page collapse block image is not displayed in exported PDF (#30162). hace 5 años
  Jean-Philippe Lang c4a9d4cd4d Issue macro for flexible linking to issues (#29489). hace 5 años
  Jean-Philippe Lang c0a638721c Text may unexpectedly be enclosed in pre tags when an issue is created via HTML email (#31232). hace 5 años
  Jean-Philippe Lang 29bd7edca4 Fix html encoding (#31520). hace 5 años
  Go MAEDA 9eafc3e9a2 Remove trailing whitespaces from lib (#31506). hace 5 años
  Go MAEDA 4082069c75 Update copyright year. hace 5 años
  Go MAEDA dd146cbe85 Code cleanup: Use Loofah.remove_extraneous_whitespace instead of deprecated Loofah::Helpers.remove_extraneous_whitespace. hace 5 años
  Go MAEDA 72e1451159 Use Regexp#match? to reduce allocations of MatchData object (#28940). hace 5 años
  Go MAEDA 30e341db69 Support frozen_string_literal in lib/**/*.rb (#26561). hace 5 años
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). hace 5 años
  Go MAEDA 019b640d81 Reverts r17891 (#30099). hace 5 años
  Go MAEDA 193b02567b URLs end with "-" are rendered incorrectly in Textile (#30259). hace 5 años
  Go MAEDA ef9c879718 Multiple blank lines in pre tags are not preserved in Textile (#30099). hace 5 años
  Go MAEDA cbc34f2c5b Preview URL in Wiki Toolbar should be escaped (#30758). hace 5 años
  Go MAEDA 7fbcb8c908 Tags start with 'pre' are handled as 'pre' tag in Textile (#8395). hace 5 años
  Go MAEDA e8243d213d \f or \v character in Textile markup may cause RegexpError exception (#29756). hace 5 años
  Jean-Philippe Lang eb1e6d8c26 Syntax highlighter: replace CodeRay with Rouge (#24681). hace 5 años
  Jean-Philippe Lang b9fa262165 Adds preview option to the wiki toolbar (#27758). hace 5 años
  Go MAEDA 26f4b5181f Fix: Textile phrase modifiers break wiki macros (#29247). hace 6 años
  Jean-Philippe Lang 270b6c4d7e User link syntax (user:login) doesn't work for logins consisting of an email adress (#26443). hace 6 años
  Jean-Philippe Lang 794a2a0180 Enable and add underline button to the toolbar for Markdown formatting (#28169). hace 6 años