]> source.dussan.org Git - redmine.git/commit
Ask user what to do with child pages when deleting a parent wiki page (#3202).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 21 Apr 2009 12:19:56 +0000 (12:19 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 21 Apr 2009 12:19:56 +0000 (12:19 +0000)
commitbb44430b631eba1d33b218c97cb5d506073aeb08
tree7e37b43149c5fceebb2a61a08f4c0d814c009615
parent65cbd94e422ed7119edc474f2c66bdb675f32f98
Ask user what to do with child pages when deleting a parent wiki page (#3202).

3 options are available:
* move child pages as root pages
* move child pages to another parent page
* delete all descendants

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2676 e93f8b46-1217-0410-a6f0-8f06a7374b81
42 files changed:
app/controllers/wiki_controller.rb
app/helpers/wiki_helper.rb
app/models/wiki_page.rb
app/views/wiki/destroy.rhtml [new file with mode: 0644]
app/views/wiki/edit.rhtml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml
test/functional/wiki_controller_test.rb
test/unit/wiki_page_test.rb
vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb