r110839 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110838‎ | r110839 | r110840 >
Date:12:26, 7 February 2012
Author:gwicke
Status:deferred
Tags:
Comment:
Normalize the title in localurl. 232 tests passing.
Modified paths:
  • /trunk/extensions/VisualEditor/modules/parser/ext.core.ParserFunctions.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/parser/ext.core.ParserFunctions.js
@@ -215,7 +215,7 @@
216216 ParserFunctions.prototype['pf_localurl'] = function ( target, argList, argDict ) {
217217 return ( this.manager.env.wgScriptPath + '/index' +
218218 this.manager.env.wgScriptExtension + '?title=' +
219 - target + '&' +
 219+ this.manager.env.normalizeTitle( target ) + '&' +
220220 argList.map(
221221 function( kv ) {
222222 //console.log( JSON.stringify( kv ) );

Status & tagging log