wiki.techinc.nl/tests/phpunit/includes/Revision
Brad Jorsch c29909e59f Mostly drop old pre-actor user schemas
This removes most of the pre-actor user and user_text columns, and the
$wgActorTableSchemaMigrationStage setting that used to determine
whether the columns were used.

rev_user and rev_user_text remain in the code, as on Wikimedia wikis the
revision table is too large to alter at this time. A future change will
combine that with the removal of rev_comment, rev_content_model, and
rev_content_format (and the addition of rev_comment_id and rev_actor).

ActorMigration's constructor continues to take a $stage parameter, and
continues to have the logic for handling it, for the benefit of
extensions that might need their own migration process. Code using
ActorMigration for accessing the core fields should be updated to use
the new actor fields directly. That will be done for in a followup.

Bug: T188327
Change-Id: Id35544b879af1cd708f3efd303fce8d9a1b9eb02
2019-09-09 11:38:36 -04:00
..
create-pre-mcr-fields.sql
drop-mcr-tables.sql
drop-pre-mcr-fields.sql
drop-pre-mcr-fields.sqlite.sql
MainSlotRoleHandlerTest.php phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
McrReadNewRevisionStoreDbTest.php Join slot and content tables when dumping XML 2019-06-27 22:26:22 +02:00
McrReadNewSchemaOverride.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
McrRevisionStoreDbTest.php Introduce RevisionStore::newRevisionsFromBatch 2019-09-03 12:23:01 -07:00
McrSchemaDetection.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
McrSchemaOverride.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
McrWriteBothRevisionStoreDbTest.php Join slot and content tables when dumping XML 2019-06-27 22:26:22 +02:00
McrWriteBothSchemaOverride.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
MutableRevisionRecordTest.php Clear the title cache in MutableRevisionRecordTest 2018-10-25 21:16:27 +00:00
MutableRevisionSlotsTest.php Fix @param tags 2019-02-03 16:49:10 +01:00
NoContentModelRevisionStoreDbTest.php Join slot and content tables when dumping XML 2019-06-27 22:26:22 +02:00
PreMcrRevisionStoreDbTest.php Join slot and content tables when dumping XML 2019-06-27 22:26:22 +02:00
PreMcrSchemaOverride.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
RenderedRevisionTest.php Fix @param tags 2019-02-03 16:49:10 +01:00
RevisionArchiveRecordTest.php
RevisionQueryInfoTest.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
RevisionRecordTests.php build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-07 18:39:42 +00:00
RevisionRendererTest.php Re-apply: Factors out permissions check from User into PermissionManager service 2019-06-28 13:19:38 -07:00
RevisionSlotsTest.php Fix @param tags 2019-02-03 16:49:10 +01:00
RevisionStoreCacheRecordTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
RevisionStoreDbTestBase.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
RevisionStoreFactoryTest.php Unset all globals unneeded for unit tests, assert correct directory 2019-07-09 14:09:29 -04:00
RevisionStoreRecordTest.php
RevisionStoreTest.php Make wfGetDB() return a MaintainableDBConnRef instance (take 2) 2019-07-25 15:28:27 +00:00
SlotRecordTest.php phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
SlotRoleRegistryTest.php Replace very trivial mock builders with createMock() 2019-06-24 08:36:16 +00:00