wiki.techinc.nl/tests/phpunit/includes
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
..
actions Replace User::isAllowed with PermissionManager. 2019-08-20 14:43:51 -07:00
api Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
auth Fix method/function names case mismatch in core files 2019-08-31 23:17:51 +00:00
block Allow CompositeBlock::appliesToRight to return null when unsure 2019-09-01 21:41:18 +01:00
cache Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
changes
changetags ChangeTags: turn private getPrevTags() into public getTags() 2019-08-07 15:19:20 +02:00
collation
config Test that classes use all their ServiceOptions 2019-08-19 20:42:28 +03:00
content Add UnknownContentHandler. 2019-08-29 10:43:11 +00:00
context
db rdbms: expand on LoadBalancer ownership concept 2019-09-05 12:08:13 -07:00
debug
deferred deferred: make DeferredUpdates::attemptUpdate() use callback owners for $fnameTrxOwner 2019-08-03 05:48:02 +00:00
diff phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
editpage
exception
externalstore
filebackend filebackend: optimize 'move' in FSFileBackend to avoid is_file() calls 2019-09-07 15:18:43 -07:00
filerepo LocalRepo: Remove leading 0 from 32-byte SHA1 keys 2019-09-03 16:04:14 +02:00
GlobalFunctions Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
htmlform
http
import Include change tags in revision import structure 2019-09-03 21:14:16 +02:00
interwiki Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
jobqueue
language language: Move ConverterRule to includes/ and add test case 2019-08-26 12:32:14 +01:00
libs Merge "libs/Message: Improve documentation" 2019-09-06 01:45:24 +00:00
linkeddata
linker
logging Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
mail
media phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
Message lib/Message: Support MessageValue as a parameter 2019-08-30 15:14:37 -04:00
Navigation
objectcache Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
page Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
pager
parser phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
password Remove hard deprecation of PasswordPolicyChecks::checkPopularPasswordBlacklist 2019-08-27 17:53:27 +01:00
Permissions Merge "Move User::getAllRights to PermissionManager." 2019-08-29 21:00:23 +00:00
poolcounter
preferences Test that classes use all their ServiceOptions 2019-08-19 20:42:28 +03:00
rcfeed Clear test user registry between tests 2019-08-14 10:27:21 +03:00
registration registration: Avoid redundant LBYL check in ExtensionRegistry::queue() 2019-09-01 18:28:41 +00:00
resourceloader Merge "resourceloader: Compile documentElement.className server-side" 2019-09-03 21:04:23 +00:00
Rest rest: Use ParamValidator library, add BodyValidator 2019-09-04 10:12:35 -04:00
Revision Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
search Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
session
shell
site phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
skins
sparql
specialpage Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
specials Merge "Rework ApiUploadTest" 2019-09-02 16:54:56 +00:00
Storage Introduce BlobStore::getBlobBatch method 2019-08-30 09:40:49 +00:00
title Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
upload
user Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
utils phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
watcheditem createNoOpMock() method for PHPUnit tests 2019-08-29 18:00:37 +03:00
ActorMigrationTest.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
ActorMigrationTest.sql Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
AutoLoaderTest.php
AutopromoteTest.php
CategoryTest.php
CommentStoreCommentTest.php
CommentStoreTest.php
CommentStoreTest.sql
ContentSecurityPolicyTest.php Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
DeprecatedGlobalTest.php
DiffHistoryBlobTest.php
EditPageTest.php
ExportTest.php
ExtraParserTest.php
FauxRequestTest.php
GitInfoTest.php
HooksTest.php
HtmlTest.php
LinkerTest.php
LinkFilterTest.php
ListToggleTest.php
MagicWordFactoryTest.php
MediaWikiServicesTest.php
MediaWikiTest.php
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php Don't use new MCR schema without using DB 2019-08-13 17:05:24 +03:00
MessageTest.php Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
MovePageTest.php Merge "createNoOpMock() method for PHPUnit tests" 2019-08-29 18:15:43 +00:00
MultiHttpClientTest.php
MWTimestampTest.php
OutputPageTest.php resourceloader: Reduce width of module hash from 7 chars to 5 2019-09-02 01:25:48 +00:00
PagePropsTest.php
PrefixSearchTest.php Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
ReadOnlyModeTest.php
RevisionDbTestBase.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
RevisionMcrDbTest.php
RevisionMcrReadNewDbTest.php
RevisionMcrWriteBothDbTest.php
RevisionNoContentModelDbTest.php
RevisionPreMcrDbTest.php
RevisionTest.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
RevisionTestModifyableContent.php
RevisionTestModifyableContentHandler.php
SampleTest.php
SiteStatsTest.php
StatusTest.php
SystemBlockTest.php
TemplateCategoriesTest.php
TemplateParserTest.php
TestLogger.php
TestUser.php Drop last bits of oracle 2019-08-14 23:44:22 +02:00
TestUserRegistry.php
TimeAdjustTest.php
TitleMethodsTest.php
TitlePermissionTest.php Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
TitleTest.php Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
WebRequestTest.php
WikiMapTest.php
WikiReferenceTest.php phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
XmlTest.php