wiki:WikiRenamePlugin

Version 14 (modified by Ryan J Ollos, 12 years ago) (diff)

More explicit deprecation notice.

Rename wiki pages

This plugin is deprecated in Trac 0.12 as its functionality is included in the core.

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.

Same warning as in Notes above is valid for the FlexibleWikiPlugin. Wiki page names are not updated and flexible navigation maybe messed up totally by renaming pages referenced as parent page for other pages. While waiting for the clean solution (in terms of coding style), available dirty patches for TagsPlugin and FlexibleWikiPlugin (same ticket, see comment 11) may still be preferred over having no solution at all.

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
Maintainer: none
Contributors: