r39604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39603‎ | r39604 | r39605 >
Date:19:37, 18 August 2008
Author:ialex
Status:old
Tags:
Comment:
*stab* forgot to commit that file
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -31,6 +31,8 @@
3232 'ChannelFeed' => 'includes/Feed.php',
3333 'ConcatenatedGzipHistoryBlob' => 'includes/HistoryBlob.php',
3434 'ConstantDependency' => 'includes/CacheDependency.php',
 35+ 'CreativeCommonsRdf' => 'includes/Metadata.php',
 36+ 'Credits' => 'includes/Credits.php',
3537 'DBABagOStuff' => 'includes/BagOStuff.php',
3638 'DelegatingContentHandler' => 'includes/HTMLDiff.php',
3739 'DependencyWrapper' => 'includes/CacheDependency.php',
@@ -46,6 +48,7 @@
4749 'DjVuImage' => 'includes/DjVuImage.php',
4850 'DoubleReplacer' => 'includes/StringUtils.php',
4951 'DoubleRedirectJob' => 'includes/DoubleRedirectJob.php',
 52+ 'DublinCoreRdf' => 'includes/Metadata.php',
5053 'Dump7ZipOutput' => 'includes/Export.php',
5154 'DumpBZip2Output' => 'includes/Export.php',
5255 'DumpFileOutput' => 'includes/Export.php',
@@ -157,6 +160,7 @@
158161 'RangeDifference' => 'includes/Diff.php',
159162 'RawPage' => 'includes/RawPage.php',
160163 'RCCacheEntry' => 'includes/ChangesList.php',
 164+ 'RdfMetaData' => 'includes/Metadata.php',
161165 'RecentChange' => 'includes/RecentChange.php',
162166 'RefreshLinksJob' => 'includes/RefreshLinksJob.php',
163167 'RegexlikeReplacer' => 'includes/StringUtils.php',

Status & tagging log