Ticket #976 (new enhancement)
Wiki Page redirects to other Wiki pages and possibly other Trac resources
| Reported by: | cboos@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | wiki system | Version: | 0.8 |
| Severity: | normal | Keywords: | page alias, redirect |
| Cc: | bfults+trac@…, kasper.souren+trac@… |
Description (last modified by cboos) (diff)
There should be a way to redirect from a wiki page to another Wiki page. A [[Redirect(target)]] macro could do that. The target could actually be any Trac resource, if specified by a TracLink.
That could be handy in several situations:
- singular/plural form of WikiPageNames: TracLink redirecting to TracLinks
- direct alias to a source file: ChangeLog redirecting to source:/trunk/ChangeLog
- direct alias to a ticket: TooManyDatabaseLocks? redirecting to #3446
It could be useful to implement this in Trac core instead of a plugin so that one provide a generic way to detect that one was redirected, and eventually provide a Edit button that would trigger the edition of the originally requested page (the one containing the [[Redirect]] macro or the #redirect directive, or whatever is chosen to implement it...)


