(bug 32748) unicode URL for articles print version
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>
Thu, 29 Mar 2012 05:55:27 +0000 (11:25 +0530)
committerAntoine Musso <hashar@free.fr>
Mon, 2 Apr 2012 16:14:41 +0000 (18:14 +0200)
commitc56cca551e2e264a6eb686ece840151253c9492b
treec03ab58039eea6f0f721170fd6ed57411ed589a8
parent6392dda47bd1ef251750aea06822c231e1b2b992
(bug 32748) unicode URL for articles print version

Printer friendly version of article must encode URL in unicode.

- Patch originally written by Brion Vibber
  https://bugzilla.wikimedia.org/attachment.cgi?id=9593
- introduces wfExpandIRI() global function, uses wfExpandIRI_callback.
- phpunit test.

Change-Id: I348b9f1d2ce65cb14f20d4a5751ac9359c8b8316
RELEASE-NOTES-1.20
includes/GlobalFunctions.php
includes/Skin.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php