wiki.techinc.nl/includes/specials/pagers
Tim Starling d3d8dc9965 Schema migration for revison_actor_temp table removal
Introduce a new schema migration stage in which rev_actor is used
directly and the revision_actor_temp table is no longer needed. This
becomes the new "new" stage whereas the previous situation is now
termed SCHEMA_COMPAT_TEMP.

Introduce migrateRevisionActorTemp which copies data from
revision_actor_temp to rev_actor. The code is similar to
migrateImageCommentTemp.php except that it doesn't delete from the old
table.

Partial revert of c29909e59f. That change removed direct
references to $wgActorTableSchemaMigrationStage and made queries
involving revision_actor_temp be unconditional. Such changes need to be
reverted to make the use of revision_actor_temp be conditional again.

In ActorMigrationTest, I compacted provideGetJoin() and
provideGetWhere(), removing most of the duplication between expected
values. I gave all the stages a short name, and mostly used the name in
providers.

Bug: T275246
Change-Id: I7498107dd6433ab7de5bf2e7b3fe2aa5e10e345d
2021-07-14 08:29:04 +10:00
..
ActiveUsersPager.php Use Authority in special pages pagers 2021-02-23 14:29:10 -07:00
AllMessagesTablePager.php Remove index check on page_name_title 2021-07-03 07:04:57 +02:00
BlockListPager.php Use $wgEnablePartialActionBlocks feature flag for block list and block log 2021-06-02 06:51:15 +02:00
CategoryPager.php Inject services into SpecialCategories 2020-10-15 21:23:44 +00:00
ContribsPager.php Schema migration for revison_actor_temp table removal 2021-07-14 08:29:04 +10:00
DeletedContribsPager.php Use getArchiveQueryInfo in DeletedContribsPager. 2021-06-02 20:42:11 +00:00
ImageListPager.php Fix query error in ImageListPager 2021-04-29 07:54:54 +10:00
MergeHistoryPager.php Convert MergeHistory to PageIdentity 2021-05-13 20:35:17 -07:00
NewFilesPager.php Clean up NewFilesPager: remove deprecated and unused services 2021-05-27 13:47:22 +00:00
NewPagesPager.php NewPagesPager: remove unused UserFactory 2021-05-28 00:59:06 +00:00
ProtectedPagesPager.php In BlockListPager and ProtectedPagesPager use userLink() unconditionally 2021-04-28 16:29:04 +10:00
ProtectedTitlesPager.php Inject services into SpecialProtectedtitles 2020-10-25 23:11:56 +01:00
UsersPager.php Fix sub class documentation about SpecialPage::execute accepts null 2021-03-19 22:14:32 +01:00