r73854 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73853‎ | r73854 | r73855 >
Date:00:56, 28 September 2010
Author:tomasz
Status:deferred
Tags:
Comment:
Syncing to head of trunk at 73852
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
@@ -99,12 +99,12 @@
100100 $wgSpecialPages['BannerController'] = 'SpecialBannerController';
101101 $wgAutoloadClasses['SpecialBannerController'] = $dir . 'SpecialBannerController.php';
102102
 103+ $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
103104 $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php';
104105
105106 if ( $wgNoticeInfrastructure ) {
106107 $wgSpecialPages['CentralNotice'] = 'CentralNotice';
107108 $wgSpecialPageGroups['CentralNotice'] = 'wiki'; // Wiki data and tools"
108 - $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
109109
110110 $wgSpecialPages['NoticeTemplate'] = 'SpecialNoticeTemplate';
111111 $wgAutoloadClasses['SpecialNoticeTemplate'] = $dir . 'SpecialNoticeTemplate.php';
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice
___________________________________________________________________
Modified: svn:mergeinfo
112112 Merged /trunk/extensions/CentralNotice:r73852

Status & tagging log