wiki.techinc.nl/includes/user
Brad Jorsch 993baa3493 ActorMigration: Remove possibility of read-both
When this was originally written, the plan was to read both the old and
new fields during the transition period, while stopping writes to them
midway through. It turns out that the WHERE conditions to do read-both
correctly are generally not handled well by the database and working
around that would require a lot of complicated code (see what's being
removed from ApiQueryUserContribs here, for example).

We can simplify things greatly by instead having it write both fields
during the transition period, reading from the old for the first part
and the new for the second part, as is being done for MCR.

Bug: T204669
Change-Id: I4764c1c7883dc1003cb12729455c8107319f70b1
Depends-On: I845f6ae462f2539ebd35cbb5f2ca8b5714e2c1fb
Depends-On: I88b31b977543fdbdf69f8c1158e77e448df94e11
2018-10-11 12:12:00 +11:00
..
BotPassword.php Improve ApiLogin test coverage 2018-10-10 11:11:43 +03:00
CentralIdLookup.php Ignore CentralIdLookup::resetCache() in code coverage reports 2018-08-21 00:18:50 -07:00
ExternalUserNames.php ExternalUserNames: Update partly incomplete documentation 2018-06-05 13:50:26 +02:00
LocalIdLookup.php LocalIdLookup: Use DBAccessObjectUtils 2016-09-12 21:47:13 -07:00
LoggedOutEditToken.php Change \\ to \ in phpdoc 2016-04-08 17:46:30 +00:00
PasswordReset.php AuthManager: Don't invalidate BotPasswords if a password reset email is sent 2018-07-17 16:25:28 -04:00
User.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00
UserArray.php Use IResultWrapper in UserArray and TitleArray 2018-04-06 00:06:35 +02:00
UserArrayFromResult.php Use IResultWrapper in UserArray and TitleArray 2018-04-06 00:06:35 +02:00
UserGroupMembership.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
UserIdentity.php Add equals() to UserIdentity 2018-05-08 16:31:03 +02:00
UserIdentityValue.php Add equals() to UserIdentity 2018-05-08 16:31:03 +02:00
UserNamePrefixSearch.php Rename DB_SLAVE constant to DB_REPLICA 2016-09-05 22:55:53 -07:00
UserRightsProxy.php Clean up wiki ID and DB domain ID handling 2017-09-30 10:25:03 +00:00