]> source.dussan.org Git - redmine.git/commit
Adds preview option to the wiki toolbar (#27758).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 26 Sep 2018 07:27:30 +0000 (07:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 26 Sep 2018 07:27:30 +0000 (07:27 +0000)
commitb9fa262165601a3b348d22ca1d8da53bda99e55b
tree21bd632e051addfee01ab7a568b01f5b6428051a
parentc171797673f549e434dd6b94f7262fd31a77b533
Adds preview option to the wiki toolbar (#27758).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
38 files changed:
app/controllers/messages_controller.rb
app/controllers/previews_controller.rb
app/controllers/wiki_controller.rb
app/views/boards/show.html.erb
app/views/common/_preview.html.erb
app/views/issues/_edit.html.erb
app/views/issues/_form.html.erb
app/views/issues/new.html.erb
app/views/journals/_notes_form.html.erb
app/views/messages/_form.html.erb
app/views/messages/edit.html.erb
app/views/messages/new.html.erb
app/views/messages/show.html.erb
app/views/news/_form.html.erb
app/views/news/edit.html.erb
app/views/news/index.html.erb
app/views/news/new.html.erb
app/views/news/show.html.erb
app/views/previews/issue.html.erb [deleted file]
app/views/wiki/edit.html.erb
config/locales/en.yml
config/routes.rb
lib/redmine/wiki_formatting.rb
lib/redmine/wiki_formatting/markdown/helper.rb
lib/redmine/wiki_formatting/textile/helper.rb
public/javascripts/application.js
public/javascripts/attachments.js
public/javascripts/jstoolbar/jstoolbar-textile.min.js [deleted file]
public/javascripts/jstoolbar/jstoolbar.js
public/javascripts/jstoolbar/lang/jstoolbar-en.js
public/stylesheets/application.css
public/stylesheets/jstoolbar.css
test/functional/messages_controller_test.rb
test/functional/previews_controller_test.rb
test/integration/attachments_test.rb
test/integration/layout_test.rb
test/integration/routing/previews_test.rb
test/system/issues_test.rb