Page MenuHomePhabricator

On edit page for non-existant article, display an input box for creating a redirect
Open, LowestPublicFeature

Description

Author: avarab

Description:
Currently one has to do the following to create a redirect (optional steps are surrounded by "(" ")" )

  1. Enter the article name e.g. [[asdfasdf]]
  2. Click "Edit this page"
  3. Type #REDIRECT [[Correct name]]

(3a). Type #REDIRECT [[Correct name]] into the Edit summary box so that people know that it's a redirect
(3b). Check the [ ] This is a minor edit box
(3c). Preview

  1. Save

I suggest that an interface be implemented that shortens this to:

  1. Enter the article name e.g. [[asdfasdf]]
  2. Type "Correct name" into the "Create a redirect:" input box

(2a). Uncheck the [ ] This is a minor edit box (it would be checked by default)
(2b). Preview

  1. Save

See the URL: field for an example i've made that shows how this would ideally look like.


Version: unspecified
Severity: enhancement
URL: http://www.simnet.is/velfag/tmp/Redirect.html

Details

Reference
bz246

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 6:46 PM
bzimport set Reference to bz246.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

I remember a time where the search box's (Go) button directly took you to the
edit page of the non existing page. This seems no longer to be the case. This
would reduce the effort to

  1. Type asdfasdf into search box and click go.
  2. Type #REDIRECT [[Correct name]]
  3. save.

That would make searching really, really hard since non-exact title matches would go to an edit page instead
of returning search results. Doesn't sound like a good idea.

wikimedia-bugzilla wrote:

Definately the second comment is a bad idea, but the first could be okay, with
some note for beginners (maybe best to limit it to logged-in users too).

trevj wrote:

Would also be helpful if a drop-down menu of {{R from}} templates were available.

Nice idea, Can be implemented quite easily with js.

Currently in VisualEditor:

"You can make a page a redirect to another page by checking the "Redirect this page to" checkbox, and then selecting in the box below the page to which you want this page to point.
At the bottom is the option to prevent page renames updating this redirect, which is very rarely used."

https://www.mediawiki.org/wiki/Help:VisualEditor/User_guide#Editing_page_settings

As matanya says, a gadget could also do this work.

As a feature request for MediaWiki Core, this looks like a WONTFIX.

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:02 AM