wiki:WikiRenamePlugin

Version 7 (modified by Noah Kantrowitz, 16 years ago) (diff)

Move to using docs in svn.

Rename wiki pages

Notes

This plugin allows you to rename wiki pages. It is an evolution of the WikiRenameScript, and currently has the same limitations.

It will move a page and its history, and will rewrite explicit links ([wiki:PageName Label]) leading to it from other wiki pages. It will also move any attachments on the page.

Caution!

Currently this plugin doesn't interact well with the TagsPlugin. You should be careful to remove any tags on a page before renaming it, and then re-adding them to the new page.

You can access the page rename form through the Admin system. For convenience, a link is also added to the context navigation bar in the wiki.

Script

A script named trac-wikirename will automatically be installed.

To use it:

trac-wikirename OldName NewName /path/to/trac/env

Permissions

A WIKI_RENAME permission is available, though anyone with WIKI_ADMIN will also be allowed to rename pages.

Configuration

To enable the plugin:

[components]
wikirename.* = enabled

Bugs/Feature Requests

Existing bugs and feature requests for WikiRenamePlugin are here.

If you have any issues, create a new ticket.

Download and Source

Download the [download:wikirenameplugin zipped source], check out using Subversion, or browse the source with Trac.

Recent Changes

16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
4750 by coderanger on 2008-11-06 17:44:37
Also don't error out on bad wiki pages.
4749 by coderanger on 2008-11-06 17:34:00
Don't mask errors.
(more)

Author/Contributors

Author: coderanger
Contributors: