Last modified: 2011-03-13 18:05:29 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9055, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7055 - Implementation of an optional delay for redirects
Implementation of an optional delay for redirects
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Redirects (Other open bugs)
unspecified
All All
: Lowest enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-18 10:12 UTC by Lorenzo Paulatto
Modified: 2011-03-13 18:05 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Lorenzo Paulatto 2006-08-18 10:12:11 UTC
It happens pretty often that a redirect has not the same meaning of the page it
points to; often a specific topic is a redirect to a more general topic.

It would be great to have the possibility to set a redirect to delay the actual
redirection for several seconds and display an explanation text in the meanwhile.

I propose a simple syntax like, e.g.
----
#DELAYREDIR:10s [[target page]]
some explanation text...
----

This vould be rendered with a standard message (form the MediaWiki namespace) +
the custom text, e.g.
----
 --> You will be redirected to [[Target page]] in 10 seconds, if you are not
redirected automatically please click [[target page|here]].
some explanation text
----

This would not interfere with the standard server-side redirects by using a
different keyword; and can be implemented via plain HTML <META
HTTP-EQUIV="REFRESH" CONTENT="10s; URL=http://[...]Target_page">

Good work and many thanks, Lorenzo.
Comment 1 Rob Church 2006-08-18 15:39:59 UTC
I'm against this; I don't like meta redirects as it is, and the current method
of linking back to the redirect page is both sufficient, and deliciously simple.
Comment 2 Aryeh Gregor (not reading bugmail, please e-mail directly) 2006-08-18 18:09:05 UTC
Agree with Rob.  We can't rely on the user being present to see the explanation;
it might be opened to load in another tab in the background, for instance.  If
we're going to add explanatory text, it should be in the "redirected from" line
on the new page (would be especially handy for things like misspellings, so
people don't get the wrong idea).
Comment 3 Lorenzo Paulatto 2006-08-18 19:55:00 UTC
On second thought I agree with Simetrical; and it would be great to have the
possibility to include some custom text in the "redirect from [[redirect name]]"
message.
Comment 4 Rob Church 2006-08-18 20:00:41 UTC
Going to close this. Open a new bug for the amended request if desired.
Comment 5 Brion Vibber 2006-08-19 05:33:31 UTC
Note additionally that timed actions of this sort are an accessibility problem,
as persons with limited reading speed or mobility may have difficulty reacting
before the timeout.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links