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
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
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
MoveLogFormatterTest.php
NewUsersLogFormatterTest.php
PageLangLogFormatterTest.php
PatrolLogFormatterTest.php
ProtectLogFormatterTest.php
RightsLogFormatterTest.php
UploadLogFormatterTest.php