r80338 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80337‎ | r80338 | r80339 >
Date:22:29, 14 January 2011
Author:catrope
Status:ok
Tags:license-work 
Comment:
Followup r80299: forgot messages.inc
Modified paths:
  • /branches/license-work/phase3/includes/specials/SpecialLicenseManager.php (modified) (history)
  • /branches/license-work/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: branches/license-work/phase3/maintenance/language/messages.inc
@@ -1557,6 +1557,9 @@
15581558 'fewestrevisions',
15591559 'fewestrevisions-summary',
15601560 ),
 1561+ 'licensemanager' => array(
 1562+ 'licensemanager',
 1563+ ),
15611564 'specialpages' => array(
15621565 'nbytes',
15631566 'ncategories',
Index: branches/license-work/phase3/includes/specials/SpecialLicenseManager.php
@@ -38,6 +38,9 @@
3939 global $wgRequest, $wgOut;
4040
4141 $this->setHeaders();
42 - // TODO
 42+
4343 }
4444 }
 45+
 46+class LicensePager extends IndexPager {
 47+}
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80299license-work: Add skeleton for Special:LicenseManagercatrope19:19, 14 January 2011

Status & tagging log