Last modified: 2009-06-15 11:28:18 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 T21202, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19202 - Disclaimer link has broken URL
Disclaimer link has broken URL
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
1.16.x
All All
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-15 10:23 UTC by Daniel Kinzler
Modified: 2009-06-15 11:28 UTC (History)
2 users (show)

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


Attachments

Description Daniel Kinzler 2009-06-15 10:23:17 UTC
The disclaimer link at the bottom of every page (at least in Modern and MonoBook) points to the wrong URL: it points to http://en.wikipedia.org/wiki/Disclaimerpage, instead of evaluating the content of MediaWiki:Disclaimerpage and accordingly pointing to http://en.wikipedia.org/wiki/Wikipedia:General_disclaimer. The same is true for the Aboutpage and Privacypage links. Note that the Aboutpage link in the sidebar is fine.

Marking as major because this may have legal implications.
Comment 1 OverlordQ 2009-06-15 10:53:26 UTC
AFAIK caused by r51819.

disclaimers link calls:
--
return $this->footerLink( 'disclaimers', 'disclaimerpage' );
--

footerLink takes:
--
$title = Title::newFromText( $page );
--

where $page is the second parameter. It doesn't call wfMsgForContent to get what the message is so just links to Disclaimerpage.

Then again I could be wrong :)
Comment 2 Siebrand Mazeland 2009-06-15 11:28:00 UTC
Fixed in r51882.

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


Navigation
Links