r96438 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96437‎ | r96438 | r96439 >
Date:14:17, 7 September 2011
Author:catrope
Status:ok
Tags:
Comment:
Followup r96437: actually define PROTO_INTERNAL
Modified paths:
  • /trunk/phase3/includes/Defines.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Defines.php
@@ -249,3 +249,4 @@
250250 define( 'PROTO_RELATIVE', '//' );
251251 define( 'PROTO_CURRENT', null );
252252 define( 'PROTO_CANONICAL', 1 );
 253+define( 'PROTO_INTERNAL', 2 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r964391.17wmf1: MFT r96437, r96438catrope14:20, 7 September 2011
r990431.18wmf1: MFT r96437, r96438, were merged to 1.17wmf1 but forgotten in 1.18wmf1catrope20:15, 5 October 2011
r99980REL1_18 MFT r93726, r94199, r96437, r96438, r696579, r98235, r98734reedy22:13, 16 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96437Actually fix bug 30792, despite my earlier claims. SquidUpdate::purge('//uplo...catrope14:15, 7 September 2011

Status & tagging log