r70211 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70210‎ | r70211 | r70212 >
Date:22:35, 30 July 2010
Author:platonides
Status:ok
Tags:
Comment:
Remove the require for UtfNormal.php
From r60599, this calls $wgContLang->normalize(), not UtfNormal::cleanUp(),
Modified paths:
  • /trunk/phase3/includes/WebRequest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WebRequest.php
@@ -23,14 +23,6 @@
2424
2525
2626 /**
27 - * Some entry points may use this file without first enabling the
28 - * autoloader.
29 - */
30 -if ( !function_exists( '__autoload' ) ) {
31 - require_once( dirname(__FILE__) . '/normal/UtfNormal.php' );
32 -}
33 -
34 -/**
3527 * The WebRequest class encapsulates getting at data passed in the
3628 * URL or via a POSTed form, handling remove of "magic quotes" slashes,
3729 * stripping illegal input characters and normalizing Unicode sequences.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60599Fix for bug 9413 and the related Malayalam issue reported on wikitech-l....tstarling08:28, 4 January 2010

Status & tagging log