]> source.dussan.org Git - redmine.git/commit
Added wiki annotate view. It's accessible for each version from the page history...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Dec 2007 19:10:24 +0000 (19:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Dec 2007 19:10:24 +0000 (19:10 +0000)
commit31c6ebb31046470d41a625195662dfccdff116c4
treeab099bc278f30009158a7afe93a1ca46e9594ef9
parent3d5381b24bb488e4e9edd5a9eec2ba8be4de5c63
Added wiki annotate view. It's accessible for each version from the page history view.
Slight style change: pre-wrap added on file/diff contents.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1020 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/wiki_controller.rb
app/models/wiki_content.rb
app/models/wiki_page.rb
app/views/wiki/annotate.rhtml [new file with mode: 0644]
app/views/wiki/history.rhtml
lib/redmine.rb
public/stylesheets/scm.css
test/fixtures/wiki_content_versions.yml
test/functional/wiki_controller_test.rb