wiki.techinc.nl/tests/phpunit/includes/changes
Brad Jorsch 27c61fb1e9 Add actor table and code to start using it
Storing the user name or IP in every row in large tables like revision
and logging takes up space and makes operations on these tables slower.
This patch begins the process of moving those into one "actor" table
which other tables can reference with a single integer field.

A subsequent patch will remove the old columns.

Bug: T167246
Depends-On: I9293fd6e0f958d87e52965de925046f1bb8f8a50
Change-Id: I8d825eb02c69cc66d90bd41325133fd3f99f0226
2018-02-23 10:06:20 -08:00
..
CategoryMembershipChangeTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ChangesListBooleanFilterGroupTest.php RCFilters: Allows specifying default highlights from the server 2017-10-04 13:51:23 -07:00
ChangesListBooleanFilterTest.php RCFilters: Allows specifying default highlights from the server 2017-10-04 13:51:23 -07:00
ChangesListFilterGroupTest.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
ChangesListFilterTest.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
ChangesListStringOptionsFilterGroupTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
EnhancedChangesListTest.php Unwatch link for pages in Special:Watchlist 2017-08-12 19:36:29 -04:00
OldChangesListTest.php Unwatch link for pages in Special:Watchlist 2017-08-12 19:36:29 -04:00
RCCacheEntryFactoryTest.php Remove superfluous spaces and semicolons in comments 2018-02-05 19:05:57 +00:00
RecentChangeTest.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
TestRecentChangesHelper.php Add comment table and code to start using it 2017-08-30 15:05:00 +10:00