Replace EchoBatchRowUpdate usage with BatchRowUpdate from core. Same for accompanying classes.
The Echo version is used in other extensions (at least Flow); they have to be replaced before the removal is merged.
Replace EchoBatchRowUpdate usage with BatchRowUpdate from core. Same for accompanying classes.
The Echo version is used in other extensions (at least Flow); they have to be replaced before the removal is merged.
Could not find any other affected MediaWiki extensions at least in Wikimedia Git repositories:
$:andre\> pwd
/home/foo/wikimedia/git/mediawiki-extensions
$:andre\> grep -r "EchoBatchRowUpdate" .
./Echo/autoload.php: 'EchoBatchRowUpdate' => __DIR__ . '/includes/BatchRowUpdate.php',
./Echo/maintenance/updateEchoSchemaForSuppression.php: $updater = new EchoBatchRowUpdate(
./Echo/includes/BatchRowUpdate.php: * $updater = new EchoBatchRowUpdate(
./Echo/includes/BatchRowUpdate.php: * An example maintenance script utilizing the EchoBatchRowUpdate can be located in the Echo
./Echo/includes/BatchRowUpdate.php:class EchoBatchRowUpdate {
./Flow/maintenance/FlowUpdateWorkflowPageId.php: $updater = new EchoBatchRowUpdate( $it, $writer, $gen );
./Flow/maintenance/FlowFixWorkflowLastUpdateTimestamp.php: $updater = new EchoBatchRowUpdate(
./Flow/maintenance/FlowFixLog.php: $updater = new EchoBatchRowUpdate(
./Flow/maintenance/FlowExternalStoreMoveCluster.php: $updater = new EchoBatchRowUpdate(Change 259397 had a related patch set uploaded (by Sn1per):
Replace FlowBatchRowUpdate with BatchRowUpdate
Change 259405 had a related patch set uploaded (by Sn1per):
Replace EchoBatchRowUpdate with BatchRowUpdate
Change 259406 had a related patch set uploaded (by Sn1per):
Replace EchoBatchRowUpdate with BatchRowUpdate
Change 259405 abandoned by Sn1per:
Replace EchoBatchRowUpdate with BatchRowUpdate
Reason:
Change-Id mixup