#6001 closed defect (fixed)
Unable to browse wiki history of a wiki page with redirect
Reported by: | Mitar | Owned by: | Martin Scharrer |
---|---|---|---|
Priority: | normal | Component: | ServerSideRedirectPlugin |
Severity: | normal | Keywords: | |
Cc: | Mitar | Trac Release: | 0.11 |
Description
Unable to browse wiki history of a wiki page with redirect in last version as it is always redirecting even if browsed wiki page version does not have redirect macro. I believe this is a bug as history should still be accessible as it is (also with different versions of redirect macro arguments).
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 15 years ago by
I like [6793] behavior better. When you are browsing older versions it is better to stay on a page. Thanks.
comment:4 Changed 15 years ago by
I also could program it in a way that redirection is disabled when browsing older versions using the 'previous version' etc. links but is enabled when the version is directly requested using e.g. browser bookmark or copy&paste of the URL. This can be done by looking at the HTTP_REFERER variable which I do anyway to disable redirection direct after the edit process is done.
On the other hand I could simply enable 'version=<n>&redirect=yes
' for people who want to have redirects in older versions.
Should the redirection by active when the history is browsed or not? If not the wiki will display the redirection target in an info box, like it does directly after it was edited.