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 @@
24
24
25
25
26
26
/**
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
-/**
35
27
* The WebRequest class encapsulates getting at data passed in the
36
28
* URL or via a POSTed form, handling remove of "magic quotes" slashes,
37
29
* stripping illegal input characters and normalizing Unicode sequences.
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r60599
Fix for
bug 9413
and the related Malayalam issue reported on wikitech-l....
tstarling
08:28, 4 January 2010
Status & tagging log
12:30, 8 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r70211
[
removed:
new
added:
ok]