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 @@
11
11
12
12
define ( 'GAID_FOR_UPDATE', 1 );
13
13
14
-
15
14
/**
16
- * Constants for pr_cascade bitfield
17
- */
18
-define( 'CASCADE', 1 );
19
-
20
-/**
21
15
* Represents a title within MediaWiki.
22
16
* Optionally may contain an interwiki designation or namespace.
23
17
* @note This class can fetch various kinds of data from the database;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r19097
Fixes for a couple of embarrassing bugs I should have caught in testing. Brio...
werdna
00:31, 11 January 2007
Status & tagging log
08:22, 12 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r60488
[
removed:
new
added:
deferred]