From d1f8640a3b95243ce0d28564b07ed5da336de542 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 11 May 2012 10:34:29 +0200 Subject: [PATCH] Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: Ia45d0756cd84138da267bf1cbd1a58be7f28c6d1 --- includes/OutputHandler.php | 17 ++++++++++++++++- includes/OutputPage.php | 33 +++++++++++++++++++++++++++++---- includes/PHPVersionError.php | 21 +++++++++++++++++++++ includes/PageQueryPage.php | 21 +++++++++++++++++++++ includes/Pager.php | 21 ++++++++++++++++++++- includes/PathRouter.php | 21 +++++++++++++++++++++ includes/PoolCounter.php | 21 +++++++++++++++++++++ includes/Preferences.php | 22 +++++++++++++++++++++- includes/PrefixSearch.php | 24 ++++++++++++++++++++++-- includes/ProxyTools.php | 17 ++++++++++++++++- includes/QueryPage.php | 18 +++++++++++++++++- includes/RecentChange.php | 22 +++++++++++++++++++++- includes/Revision.php | 20 ++++++++++++++++++++ includes/RevisionList.php | 21 +++++++++++++++++++++ includes/SkinLegacy.php | 19 ++++++++++++++++++- 15 files changed, 305 insertions(+), 13 deletions(-) diff --git a/includes/OutputHandler.php b/includes/OutputHandler.php index 747140a99f..46a43f6338 100644 --- a/includes/OutputHandler.php +++ b/includes/OutputHandler.php @@ -1,6 +1,21 @@ 0 && $only !== ResourceLoaderModule::TYPE_STYLES ) { // If we're only getting the styles, we don't need to do anything for empty modules. - $links .= Html::inlineScript( - ResourceLoader::makeLoaderConditionalScript( - ResourceLoader::makeLoaderStateScript( $emptyModules ) - ) + $links .= Html::inlineScript( + + ResourceLoader::makeLoaderConditionalScript( + + ResourceLoader::makeLoaderStateScript( $emptyModules ) + + ) + ) . "\n"; } diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 5c79e8b0e4..dad71f82f5 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -1,4 +1,25 @@