]> source.dussan.org Git - redmine.git/commit
Makes wiki text formatter pluggable.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 27 Oct 2008 11:08:29 +0000 (11:08 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 27 Oct 2008 11:08:29 +0000 (11:08 +0000)
commita3b9a5aa5fe344cf33a47ccbf1d26a95fbe4e255
tree6b19387c81e2d865a57cf3357340deffdbc5e858
parent9b624fd1d6f66bbe60d738522d9fc5fd547ef3af
Makes wiki text formatter pluggable.
Original patch #2025 by Yuki Sonoda slightly edited.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1955 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/wiki_controller.rb
app/helpers/application_helper.rb
app/views/layouts/base.rhtml
app/views/mailer/layout.text.html.rhtml
app/views/settings/_general.rhtml
lib/redmine.rb
lib/redmine/plugin.rb
lib/redmine/wiki_formatting.rb
lib/redmine/wiki_formatting/textile/formatter.rb [new file with mode: 0644]
lib/redmine/wiki_formatting/textile/helper.rb [new file with mode: 0644]
public/javascripts/jstoolbar/jstoolbar.js
public/javascripts/jstoolbar/textile.js [new file with mode: 0644]
test/unit/helpers/application_helper_test.rb