summaryrefslogtreecommitdiffstats
path: root/app/views/wiki/destroy.rhtml
Commit message (Collapse)AuthorAgeFilesLines
* rename .rhtml to .html.erb of app/views/wiki/destroy.rhtml.Toshi MARUYAMA2011-08-241-21/+0
| | | | | | :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6566 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds breadcrumb on all wiki page views.Jean-Philippe Lang2011-07-041-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6182 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4296 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4266 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-1/+1
| | | | | | | Using :id to track projects on non-project controllers is confusing and makes routing with resources difficult. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-0/+19
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