r71370 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71369‎ | r71370 | r71371 >
Date:17:14, 20 August 2010
Author:demon
Status:deferred
Tags:
Comment:
Followup r71369, unrelated changes
Modified paths:
  • /trunk/extensions/Distribution/includes/DistributionRelease.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Distribution/includes/DistributionRelease.php
@@ -23,13 +23,6 @@
2424 * @author Jeroen De Dauw
2525 */
2626 class DistributionRelease {
27 -
28 - const ST_DEV = 0;
29 - const ST_ALPHA = 1;
30 - const ST_BETA = 2;
31 - const ST_RC = 3;
32 - const ST_STABLE = 4;
33 - const ST_DEPRECATED = 5;
3427
3528 /**
3629 * Mapping between the state names and internal representation.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71369Fix regression from maintenance rewrite, fixLinksFromArticle is part of a cla...demon16:50, 20 August 2010

Status & tagging log