jenkins-bot has submitted this change and it was merged.
Change subject: Change ConvertLqt -> ConvertLqtPage
......................................................................
Change ConvertLqt -> ConvertLqtPage
We already have another ConvertLqt.
Although these are not autoloaded, still better to not
have the same classname (in the same namespace)
Change-Id: I2a30392275b8aec01de4f96277e864324b38360d
---
M autoload.php
M maintenance/convertLqtPage.php
2 files changed, 4 insertions(+), 3 deletions(-)
Approvals:
EBernhardson: Looks good to me, approved
jenkins-bot: Verified
diff --git a/autoload.php b/autoload.php
index a7c4532..8dc335b 100644
--- a/autoload.php
+++ b/autoload.php
@@ -1,6 +1,6 @@
<?php
// This file is generated by scripts/gen-autoload.php, do not adjust manually
-
+// @codingStandardsIgnoreFile
global $wgAutoloadClasses;
$wgAutoloadClasses += array(
@@ -344,6 +344,7 @@
'Flow\\Tests\\NotifiedUsersTest' => __DIR__ .
'/tests/phpunit/Notifications/NotifiedUsersTest.php',
'Flow\\Tests\\PagerTest' => __DIR__ . '/tests/phpunit/PagerTest.php',
'Flow\\Tests\\Parsoid\\BadImageRemoverTest' => __DIR__ .
'/tests/phpunit/Parsoid/Fixer/BadImageRemoverTest.php',
+ 'Flow\\Tests\\Parsoid\\BaseHrefFixerTest' => __DIR__ .
'/tests/phpunit/Parsoid/Fixer/BaseHrefFixerTest.php',
'Flow\\Tests\\Parsoid\\Fixer\\MethodReturnsConstraint' => __DIR__ .
'/tests/phpunit/Parsoid/Fixer/WikiLinkFixerTest.php',
'Flow\\Tests\\Parsoid\\Fixer\\WikiLinkFixerTest' => __DIR__ .
'/tests/phpunit/Parsoid/Fixer/WikiLinkFixerTest.php',
'Flow\\Tests\\Parsoid\\ParsoidUtilsTest' => __DIR__ .
'/tests/phpunit/Parsoid/UtilsTest.php',
diff --git a/maintenance/convertLqtPage.php b/maintenance/convertLqtPage.php
index 2dd7dea..cf57ebc 100644
--- a/maintenance/convertLqtPage.php
+++ b/maintenance/convertLqtPage.php
@@ -12,7 +12,7 @@
? getenv( 'MW_INSTALL_PATH' ) . '/maintenance/Maintenance.php'
: dirname( __FILE__ ) . '/../../../maintenance/Maintenance.php' );
-class ConvertLqt extends Maintenance {
+class ConvertLqtPage extends Maintenance {
public function __construct() {
parent::__construct();
$this->mDescription = "Converts LiquidThreads data to Flow
data";
@@ -100,5 +100,5 @@
}
}
-$maintClass = "ConvertLqt";
+$maintClass = "ConvertLqtPage";
require_once ( RUN_MAINTENANCE_IF_MAIN );
--
To view, visit https://gerrit.wikimedia.org/r/197869
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2a30392275b8aec01de4f96277e864324b38360d
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: SG <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits