]> source.dussan.org Git - redmine.git/commit
Ability to delete a version from a wiki page history (#10852).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 23 Oct 2012 18:45:14 +0000 (18:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 23 Oct 2012 18:45:14 +0000 (18:45 +0000)
commit6cccdce06eff37c51b0802ad2b85a71497084523
tree45ff4588eca7da9fbc1f3de364eafa1ff128b672
parent9e7f71080f9230656e8a6981d14576f4b3d40a79
Ability to delete a version from a wiki page history (#10852).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10705 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/wiki_controller.rb
app/helpers/application_helper.rb
app/models/wiki_content.rb
app/views/wiki/history.html.erb
config/routes.rb
lib/plugins/acts_as_versioned/lib/acts_as_versioned.rb
lib/redmine.rb
test/functional/wiki_controller_test.rb
test/integration/routing/wiki_test.rb
test/unit/wiki_content_version_test.rb [new file with mode: 0644]