r98217 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98216‎ | r98217 | r98218 >
Date:11:25, 27 September 2011
Author:catrope
Status:old
Tags:
Comment:
1.17wmf1: MFT r98216
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js
@@ -689,6 +689,8 @@
690690 targetBaseUrl === currentBaseUrl
691691 // Compatibility with 1.17, 1.18
692692 || mw.config.get( 'wgServer' ) + targetBaseUrl === currentBaseUrl
 693+ // Compatibility with protocol-relative URLs
 694+ || window.location.protocol + mw.config.get( 'wgServer' ) + targetBaseUrl === currentBaseUrl
693695 ) {
694696 window.location.reload();
695697 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98216WikiLove: Fix bug observed on the cluster where protocol-relative URLs were b...catrope11:24, 27 September 2011

Status & tagging log