From ed8d2032272438eac685ed13404f7616f0e956bb Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Wed, 14 Dec 2011 22:48:48 +0000 Subject: [PATCH] move logging pages to logging dir --- includes/AutoLoader.php | 6 +++--- includes/{ => logging}/LogEventsList.php | 0 includes/{ => logging}/LogPage.php | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename includes/{ => logging}/LogEventsList.php (100%) rename includes/{ => logging}/LogPage.php (100%) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index ff76e9ae1f..a7cffe348e 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -140,9 +140,6 @@ $wgAutoloadLocalClasses = array( 'LinksUpdate' => 'includes/LinksUpdate.php', 'LocalisationCache' => 'includes/LocalisationCache.php', 'LocalisationCache_BulkLoad' => 'includes/LocalisationCache.php', - 'LogEventsList' => 'includes/LogEventsList.php', - 'LogPage' => 'includes/LogPage.php', - 'LogPager' => 'includes/LogEventsList.php', 'MagicWord' => 'includes/MagicWord.php', 'MagicWordArray' => 'includes/MagicWord.php', 'MailAddress' => 'includes/UserMailer.php', @@ -550,6 +547,9 @@ $wgAutoloadLocalClasses = array( 'JSParser' => 'includes/libs/jsminplus.php', # includes/logging + 'LogEventsList' => 'includes/logging/LogEventsList.php', + 'LogPage' => 'includes/logging/LogPage.php', + 'LogPager' => 'includes/logging/LogEventsList.php', 'DatabaseLogEntry' => 'includes/logging/LogEntry.php', 'DeleteLogFormatter' => 'includes/logging/LogFormatter.php', 'LegacyLogFormatter' => 'includes/logging/LogFormatter.php', diff --git a/includes/LogEventsList.php b/includes/logging/LogEventsList.php similarity index 100% rename from includes/LogEventsList.php rename to includes/logging/LogEventsList.php diff --git a/includes/LogPage.php b/includes/logging/LogPage.php similarity index 100% rename from includes/LogPage.php rename to includes/logging/LogPage.php -- 2.20.1