From: Gergő Tisza Date: Wed, 27 Jun 2018 18:57:01 +0000 (+0000) Subject: Merge "[MCR] populateContentTables maintenance script" X-Git-Tag: 1.34.0-rc.0~4942 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=2f1e5a8d22d7c005e72f8bdb732e6d7076ac3344;p=lhc%2Fweb%2Fwiklou.git Merge "[MCR] populateContentTables maintenance script" --- 2f1e5a8d22d7c005e72f8bdb732e6d7076ac3344 diff --cc autoload.php index 6b1f981042,46a264c19b..887d32abe3 --- a/autoload.php +++ b/autoload.php @@@ -1103,8 -1099,8 +1103,9 @@@ $wgAutoloadLocalClasses = 'PopulateArchiveRevId' => __DIR__ . '/maintenance/populateArchiveRevId.php', 'PopulateBacklinkNamespace' => __DIR__ . '/maintenance/populateBacklinkNamespace.php', 'PopulateCategory' => __DIR__ . '/maintenance/populateCategory.php', + 'PopulateChangeTagDef' => __DIR__ . '/maintenance/populateChangeTagDef.php', 'PopulateContentModel' => __DIR__ . '/maintenance/populateContentModel.php', + 'PopulateContentTables' => __DIR__ . '/maintenance/populateContentTables.php', 'PopulateExternallinksIndex60' => __DIR__ . '/maintenance/populateExternallinksIndex60.php', 'PopulateFilearchiveSha1' => __DIR__ . '/maintenance/populateFilearchiveSha1.php', 'PopulateImageSha1' => __DIR__ . '/maintenance/populateImageSha1.php',