Page MenuHomePhabricator

Support both "from=<pagename>" and "namespace=<namespace>" with wiki syntax [[special:foo/<namespace>:<pagename>]]
Closed, InvalidPublic

Description

Author: gangleri

Description:
Hallo!

from bug 4699 comment 2
Bug 4699: Querypage shouldn't use LIMIT for paging but "title >= x AND namespace

y"

A part of this is implemented already. Please compare
http://test.wikipedia.org/wiki/Special:Allpages/MediaWiki:Disambiguation
with
http://test.wikipedia.org/wiki/Special:Allpages/Disambiguation?namespace=8

and
http://test.wikipedia.org/wiki/Special:Prefixindex/MediaWiki:Si
with
http://test.wikipedia.org/wiki/Special:Prefixindex/Si?namespace=8

The wiki syntax examples [[special:foo/<namespace>:<pagename>]] contain
'<namespace>:<pagename>' in the "from" field; this shouls be only '<pagename>'.
The '<namespace>' selection is fine.

best regards reinhardt [[user:gangleri]]


Version: unspecified
Severity: trivial
URL: http://test.wikipedia.org/wiki/Special:Allpages/MediaWiki:Disambiguation

Details

Reference
bz4944

Event Timeline

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

gangleri wrote:

Sorry Rob!

I was irritated about the values in the inputbox field and selectorbox field for
the examples and
http://en.wikipedia.org/wiki/Special:Prefixindex/MediaWiki:Disambiguation

It is realy smart:
if namespace is Main you can insert both <namespace>:<pagename> in the page field
same aplies if the selected namespace in the selectorbox does not "conflict"
with <namespace>:<pagename> as MediaWiki:Email

best regards reinhardt [[user:gangleri]]