]> source.dussan.org Git - redmine.git/commit
Partial quoting feature for Issues and Forums (#41294).
authorGo MAEDA <maeda@farend.jp>
Wed, 9 Oct 2024 21:51:52 +0000 (21:51 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 9 Oct 2024 21:51:52 +0000 (21:51 +0000)
commit8ca5d2fa1a77ccbb0773e15f56afb5003c34ad30
treeb007a2a365ef5f1ff64fe9def38ce3229f859d78
parent52d215de4386c3c8db1f3435aaf6df4bbdbaab9c
Partial quoting feature for Issues and Forums (#41294).

Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23107 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 files changed:
app/assets/javascripts/application.js
app/assets/javascripts/quote_reply.js [new file with mode: 0644]
app/assets/javascripts/turndown-7.2.0.min.js [new file with mode: 0644]
app/controllers/journals_controller.rb
app/controllers/messages_controller.rb
app/helpers/journals_helper.rb
app/helpers/messages_helper.rb
app/views/issues/show.html.erb
app/views/messages/show.html.erb
lib/redmine/quote_reply.rb [new file with mode: 0644]
test/functional/journals_controller_test.rb
test/functional/messages_controller_test.rb
test/helpers/journals_helper_test.rb
test/system/issues_reply_test.rb [new file with mode: 0644]
test/system/messages_test.rb [new file with mode: 0644]
test/unit/lib/redmine/quote_reply_helper_test.rb [new file with mode: 0644]