]> source.dussan.org Git - redmine.git/commit
Added Redmine::WikiFormatting module and tests for wiki links.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Sep 2007 20:41:47 +0000 (20:41 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Sep 2007 20:41:47 +0000 (20:41 +0000)
commit8a3e713f2f776b0f2be4c4238661cae3c5b8bfd6
treec51d83b0e7d3a0346920f5900e612db1c12df71d
parent324b904ed511eb4de1fe7d73a0299cedfa9e6d62
Added Redmine::WikiFormatting module and tests for wiki links.
RedCloth librairy is now present in Redmine lib directory.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@699 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/application_helper.rb
lib/redcloth.rb [new file with mode: 0644]
lib/redmine/wiki_formatting.rb [new file with mode: 0644]
public/stylesheets/application.css
test/helper_testcase.rb [new file with mode: 0644]
test/test_helper.rb
test/unit/helpers/application_helper_test.rb [new file with mode: 0644]
test/unit/setting_test.rb