Page MenuHomePhabricator

Go to real destination of double redirects
Closed, ResolvedPublic

Description

Author: falkeli

Description:
Currently, if a redirect points to an other redirect, you don't go to the real page. This means that if you have a page with many redirects which must be moved, it takes a lot of time to fix them all - and this means trhat users looking for this page don't go straight to it.

My solution is simple: Allow double redirects (but not triple). This way, to move a page with redirects, you can do the following - and at all times, users looking through any redirect for this page will find it:

  1. Make sure no double redirects to the page exist. (At en.wikipedia, a bot handles this on a regular basis).
  2. Move the page. All redirects to the original are now double redirects - which, according to this request, should work.

Version: unspecified
Severity: enhancement

Details

Reference
bz10499

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:52 PM
bzimport set Reference to bz10499.
bzimport added a subscriber: Unknown Object (MLST).

ayg wrote:

*** This bug has been marked as a duplicate of bug 5503 ***