]> source.dussan.org Git - redmine.git/commit
Drop deprecated Redcarpet based Markdown formatter (#40149).
authorGo MAEDA <maeda@farend.jp>
Sun, 20 Oct 2024 07:51:38 +0000 (07:51 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 20 Oct 2024 07:51:38 +0000 (07:51 +0000)
commit5407fea87338e2de3fb4bbd8edcd671eed910a52
treed362b785d363ec394c01747285dedc40d50f5430
parentd58c2a21eaf97a439c7adf061aa529e58fe51748
Drop deprecated Redcarpet based Markdown formatter (#40149).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81
50 files changed:
Gemfile
app/assets/javascripts/jstoolbar/markdown.js [deleted file]
app/helpers/application_helper.rb
app/helpers/attachments_helper.rb
app/views/help/wiki_syntax/markdown/bg/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/ca/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/cs/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/de/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/en/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/es/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/fr/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/gl/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/ja/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/ko/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/nl/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/uk/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_detailed_markdown.html.erb [deleted file]
app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb [deleted file]
app/views/repositories/entry.html.erb
db/migrate/20241007144951_change_text_formatting_from_markdown_to_common_mark.rb [new file with mode: 0644]
lib/redmine.rb
lib/redmine/acts/mentionable.rb
lib/redmine/preparation.rb
lib/redmine/wiki_formatting/markdown/formatter.rb [deleted file]
lib/redmine/wiki_formatting/markdown/helper.rb [deleted file]
lib/redmine/wiki_formatting/markdown/html_parser.rb [deleted file]
test/functional/help_controller_test.rb
test/helpers/application_helper_test.rb
test/system/keyboard_shortcuts_test.rb
test/unit/lib/redmine/acts/mentionable_test.rb
test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb [deleted file]
test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb [deleted file]