r73856 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73855‎ | r73856 | r73857 >
Date:01:02, 28 September 2010
Author:tomasz
Status:deferred
Tags:
Comment:
Syncing with r73855
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/CentralNotice (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php
@@ -101,6 +101,7 @@
102102
103103 $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
104104 $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php';
 105+ $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php';
105106
106107 if ( $wgNoticeInfrastructure ) {
107108 $wgSpecialPages['CentralNotice'] = 'CentralNotice';
@@ -111,8 +112,6 @@
112113
113114 $wgSpecialPages['BannerAllocation'] = 'SpecialBannerAllocation';
114115 $wgAutoloadClasses['SpecialBannerAllocation'] = $dir . 'SpecialBannerAllocation.php';
115 -
116 - $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php';
117116 }
118117 }
119118
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice
___________________________________________________________________
Modified: svn:mergeinfo
120119 Merged /trunk/extensions/CentralNotice:r73855

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73855need to move one more autoload out of ifkaldari01:00, 28 September 2010

Status & tagging log