r60488 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60487‎ | r60488 | r60489 >
Date:06:44, 30 December 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Remove unprefixed constant "CASCADE" due to risk of conflicts. It was added in r19097 but apparently was never used.
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -10,13 +10,7 @@
1111
1212 define ( 'GAID_FOR_UPDATE', 1 );
1313
14 -
1514 /**
16 - * Constants for pr_cascade bitfield
17 - */
18 -define( 'CASCADE', 1 );
19 -
20 -/**
2115 * Represents a title within MediaWiki.
2216 * Optionally may contain an interwiki designation or namespace.
2317 * @note This class can fetch various kinds of data from the database;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r19097Fixes for a couple of embarrassing bugs I should have caught in testing. Brio...werdna00:31, 11 January 2007

Status & tagging log