r95899 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95898‎ | r95899 | r95900 >
Date:19:07, 31 August 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix misspelled constant in r95663
Modified paths:
  • /trunk/extensions/SpamBlacklist/SpamBlacklist_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SpamBlacklist/SpamBlacklist_body.php
@@ -35,7 +35,7 @@
3636 }
3737 }
3838
39 - $thisHttp = wfExpandUrl( $title->getFullUrl( 'action=raw' ), PROT_HTTP );
 39+ $thisHttp = wfExpandUrl( $title->getFullUrl( 'action=raw' ), PROTO_HTTP );
4040 $thisHttpRegex = '/^' . preg_quote( $thisHttp, '/' ) . '(?:&.*)?$/';
4141
4242 foreach( $this->files as $fileName ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r959011.17wmf1: MFT HTTPS / prot rel URL fixes: r95627, r95651, r95652, r95653, r95...catrope19:15, 31 August 2011
r964851.18: MFT protocol-relative URL saga: r95014, r95016, r95017, r95627, r95651,...catrope20:14, 7 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95663Last commit to make WMF-deployed extensions HTTPS-ready (hopefully): use wfEx...catrope14:37, 29 August 2011

Status & tagging log