wiki.techinc.nl/tests/phpunit/includes/logging
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
..
BlockLogFormatterTest.php Add permission check for user is permitted to view the log type 2019-07-25 20:32:37 +00:00
ContentModelLogFormatterTest.php Added Tests for ContentModelLogFormatter 2018-01-07 18:10:41 -05:00
DatabaseLogEntryTest.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
DeleteLogFormatterTest.php Add permission check for user is permitted to view the log type 2019-07-25 20:32:37 +00:00
ImportLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
LogFormatterTest.php Revert "Make LocalisationCache a service" 2019-08-26 18:28:26 +02:00
LogFormatterTestCase.php Add permission check for user is permitted to view the log type 2019-07-25 20:32:37 +00:00
LogTests.i18n.php
MergeLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
MoveLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
NewUsersLogFormatterTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PageLangLogFormatterTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PatrolLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
ProtectLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
RightsLogFormatterTest.php Add @covers tags to logging tests 2017-12-24 23:29:00 -08:00
UploadLogFormatterTest.php Add separate log action for file reverts 2019-03-02 22:16:55 +00:00