33 Commits (0ba13a0bd3fb19d63eccbbf1ee5d35f65a210d8e)

Author SHA1 Message Date
  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
  Jean-Philippe Lang e9d5b0b8dc White list protocols allowed for Textile links (#32934). 4 years ago
  Toshi MARUYAMA 9908565bde cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA adff3bcb7e code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 57a66e950c code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA e3397db933 code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 30964255f1 code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 18442d568a code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 8bac080b8c code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA e8b06af277 code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 3f691ee4c2 code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 38bf3f5024 code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA d7d85cd85f code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA c82054a651 code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 695a03b3eb code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 76be6f712f code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Go MAEDA 31e8e736f3 Code cleanup: RuboCop: Layout/TrailingBlankLines 4 years ago
  Jean-Philippe Lang 29bd7edca4 Fix html encoding (#31520). 5 years ago
  Go MAEDA 9eafc3e9a2 Remove trailing whitespaces from lib (#31506). 5 years ago
  Go MAEDA 30e341db69 Support frozen_string_literal in lib/**/*.rb (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Go MAEDA 019b640d81 Reverts r17891 (#30099). 5 years ago
  Go MAEDA 193b02567b URLs end with "-" are rendered incorrectly in Textile (#30259). 5 years ago
  Go MAEDA ef9c879718 Multiple blank lines in pre tags are not preserved in Textile (#30099). 5 years ago
  Go MAEDA 7fbcb8c908 Tags start with 'pre' are handled as 'pre' tag in Textile (#8395). 5 years ago
  Go MAEDA e8243d213d \f or \v character in Textile markup may cause RegexpError exception (#29756). 5 years ago
  Go MAEDA 26f4b5181f Fix: Textile phrase modifiers break wiki macros (#29247). 5 years ago
  Go MAEDA e4142a8338 Allow "max-height", "max-width", "min-height" and "min-width" CSS properties in Textile (#26552). 6 years ago
  Jean-Philippe Lang ca1fbf1ea1 Render all possible inline textile images even if an invalid one exists (#26157). 7 years ago
  Jean-Philippe Lang 4f2c5a9945 Filter arbitrary class names and ids in rendered HTML output (#25503). 7 years ago
  Jean-Philippe Lang 99fa41011f Add kbd to ALLOWED_TAGS (#25503). 7 years ago
  Jean-Philippe Lang ddef0ad7c1 Moves redcloth3.rb to lib/redmine/wiki_formatting/textile. 7 years ago
  Jean-Philippe Lang f20f49a76b Fix HTML generated for floating images in paragraphs (#22898). 8 years ago
  Jean-Philippe Lang a4bc898012 Limits the schemes that inline images can use (#22926). 8 years ago
  Jean-Philippe Lang 868d949f47 Reverts r14812 (#6969). 8 years ago
  Jean-Philippe Lang c6283d7ce5 Fixed that less-than sign is not escaped by textile formatter (#6969). 8 years ago
  Jean-Philippe Lang 49604a3bae Table renders wrong if a trailing space is after | symbol (#18223). 8 years ago
  Jean-Philippe Lang 09356f4e67 Can't apply textile modifiers to 1 non-ASCII character (#19995). 9 years ago
  Jean-Philippe Lang dd79e8e31f Makes RedCloth3#retrieve MUCH faster (#18883). 9 years ago
  Jean-Philippe Lang b7b1f64079 Faster textile table parsing by using a single scan instead of a regexp matching for each cell (#18883). 9 years ago
  Jean-Philippe Lang c686912de5 #shelve should not be called if cell doesn't match attributes regexp (#18883). 9 years ago
  Jean-Philippe Lang ef5ff1630a Textile: ignore invalid lang attribute values (#18501). 9 years ago
  Toshi MARUYAMA 44614b5834 fix typo at lib/redcloth3.rb 10 years ago
  Jean-Philippe Lang 3578cf4d9a Replaced acronym with abbr tags (#15191). 10 years ago
  Jean-Philippe Lang 79c8fea12f Removed debug log (#14038). 11 years ago
  Jean-Philippe Lang b3d80d50a3 Fixed that ordered/unordered lists inside table cell are mangled (#14038). 11 years ago
  Jean-Philippe Lang fb9a2901e9 Fixed that autolinks and textile links ending with cyrilic characters are broken (#12397). 11 years ago
  Jean-Philippe Lang ff0989a702 Accept float in inline styles. 11 years ago
  Jean-Philippe Lang 2cc294aa27 Fixed that textile nested lists are not properly closed in output (#10642). 12 years ago