Last modified: 2008-08-02 14:20:58 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 T16972, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14972 - Use localized alias of Special:Search consistently
Use localized alias of Special:Search consistently
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Search (Other open bugs)
unspecified
All All
: Low minor with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://de.wikipedia.org/w/index.php?t...
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-29 19:00 UTC by Melancholie
Modified: 2008-08-02 14:20 UTC (History)
1 user (show)

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


Attachments

Description Melancholie 2008-07-29 19:00:14 UTC
While the destination page of #searchform and #bodySearch (<inputbox>) is properly localized (e.g. "Spezial:Suche"), the page title values for #search and #powersearch are still in English ("Special:Search").

#search and #powersearch (did I forget one?) should also lead to the localized search page alias instead (e.g. "Spezial:Suche")!
Comment 1 Brion Vibber 2008-07-30 21:31:21 UTC
"Suchergebnisse" looks pretty German to me.

JS vars looke fine too:
		var wgCanonicalNamespace = "Special";
		var wgCanonicalSpecialPageName = "Search";
...
		var wgPageName = "Spezial:Suche";
		var wgTitle = "Suche";
Comment 2 Melancholie 2008-07-31 03:04:54 UTC
Sorry, I mean the HTML output (should have mentioned that ;-)

<input name="title" type="hidden" value="Special:Search" />

Visit http://de.wikipedia.org/wiki/Spezial:Suche and press the "Erweiterte Suche" button.
The address (URL) will be Special:Search (English) then!
Comment 3 Brion Vibber 2008-08-01 18:19:13 UTC
Ah -- in form construction, it should be getting the normalized special title here.
Comment 4 Robert Stojnic 2008-08-02 14:20:58 UTC
Done in r38436.

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


Navigation
Links