r73564 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73563‎ | r73564 | r73565 >
Date:20:07, 22 September 2010
Author:dale
Status:deferred
Tags:
Comment:
updates titleKey to support sequence namespace
Modified paths:
  • /branches/MwEmbedStandAlone/modules/Sequencer/remotes/mw.MediaWikiRemoteSequencer.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/Sequencer/remotes/mw.MediaWikiRemoteSequencer.js
@@ -510,10 +510,10 @@
511511 }
512512 },
513513 getApiTitleKey: function(){
514 - return wgTitle;
 514+ return wgPageName;
515515 },
516516 getTitle: function(){
517 - return wgTitle.replace( 'Sequence:', '').replace('_', ' ');
 517+ return wgPageName.replace( 'Sequence:', '').replace('_', ' ');
518518 },
519519 // Get the api url ( for now use whatever the page context is )
520520 getApiUrl: function(){

Status & tagging log