r75501 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75500‎ | r75501 | r75502 >
Date:02:50, 27 October 2010
Author:hartman
Status:deferred
Tags:
Comment:
Repair link generation for "Source aset page" button of sequencer.
Modified paths:
  • /branches/MwEmbedStandAlone/modules/Sequencer/mw.SequencerServer.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/Sequencer/mw.SequencerServer.js
@@ -386,7 +386,7 @@
387387 if( !this.pagePathUrl ){
388388 return false;
389389 }
390 - return this.pagePathUrl.replace( '$1', titleKey );
 390+ return this.pagePathUrl.replace( '$1', encodeURI( titleKey ) );
391391 },
392392
393393 /**
@@ -431,4 +431,4 @@
432432 };
433433
434434
435 -} )( window.mw );
\ No newline at end of file
 435+} )( window.mw );

Status & tagging log