wiki.techinc.nl/includes/user
vladshapik aac67c6c38 Drop User methods which were deprecated since 1.37
The following User methods, deprecated in 1.37, have been removed:
- ::resetIdByNameCache,
- ::getStubThreshold,
- ::matchEditTokenNoSuffix,
- ::changeableByGroup
- ::changeableGroups,
- ::isAllowUsertalk
ActorStore::clearCaches() has been removed, since User::resetIdByNameCache
has been removed. User::$mAllowUsertalk has been removed, since
User::isAllowUsertalk has been removed.

Bug: T277511
Change-Id: I608a5277924fc50cc3d9fca6ba958bc6d9c321d0
2021-11-06 07:24:08 -07:00
..
CentralId Hard-deprecate CentralIdLookup::factory and ::factoryNonLocal 2021-09-02 12:09:52 -04:00
Hook UserOptions: remove deprecated hooks. 2021-10-26 12:55:01 +00:00
Options/Hook Adjust method signature of onSaveUserOptions 2021-07-26 21:18:21 +00:00
ActorCache.php Replace User::idFromName with ActorStore 2021-05-11 07:44:38 -07:00
ActorNormalization.php ActorNormalization::acquireActorId - require IDatabase 2021-05-25 07:49:13 -07:00
ActorStore.php Drop User methods which were deprecated since 1.37 2021-11-06 07:24:08 -07:00
ActorStoreFactory.php ActorStoreFactory: fetch local domain from LBFactory 2021-07-13 09:28:36 -07:00
BotPassword.php BotPasswordStore: accept UserIdentity objects 2021-07-21 18:50:25 +00:00
BotPasswordStore.php Replace some more isset() with shorter ?? syntax 2021-11-02 10:39:38 +01:00
DefaultOptionsLookup.php user: Add default value for all "variant" user option keys 2021-10-25 19:45:59 +00:00
ExternalUserNames.php Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName"" 2021-05-31 16:01:36 +03:00
LoggedOutEditToken.php
PasswordReset.php PasswordReset: remove use of PermissionManager 2021-05-26 03:26:02 +00:00
StaticUserOptionsLookup.php Make UserOptionsLookup::getDefaultOption() not abstract 2021-05-12 21:07:14 +00:00
TalkPageNotificationManager.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
User.php Drop User methods which were deprecated since 1.37 2021-11-06 07:24:08 -07:00
UserArray.php docs: Declare UserArray/TitleArray as Iterator<User>/Iterator<Title> 2021-08-30 22:37:54 +02:00
UserArrayFromResult.php docs: Declare UserArray/TitleArray as Iterator<User>/Iterator<Title> 2021-08-30 22:37:54 +02:00
UserEditTracker.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
UserFactory.php Merge "UserFactory: Simplify and type hint newAnonymous" 2021-08-18 00:16:42 +00:00
UserGroupManager.php Create new UserGroupManager::addUserToMultipleGroups method 2021-08-30 10:24:46 -04:00
UserGroupManagerFactory.php Inject JobQueueGroup into UserGroupManager 2021-07-31 07:09:27 +00:00
UserGroupMembership.php Add message parameter type for User Groups 2021-10-14 15:02:13 -04:00
UserIdentity.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
UserIdentityLookup.php Support ActorStore::newSelectQueryBuilder with query flags 2021-07-21 15:32:44 +00:00
UserIdentityValue.php Replace Assert::parameterType with typehints 2021-08-03 10:03:48 -04:00
UserNamePrefixSearch.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
UserNamePrefixSearch_deprecated.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
UserNameUtils.php UserNameUtils: cache message formatting for reserved usernames 2021-07-29 23:57:09 +00:00
UserOptionsLookup.php Make UserOptionsLookup::getDefaultOption() not abstract 2021-05-12 21:07:14 +00:00
UserOptionsManager.php Exclude null values for flag UserOptionsManager::EXCLUDE_DEFAULTS 2021-11-01 20:44:13 +01:00
UserRightsProxy.php Make UserRightsProxy implement UserIdentity 2021-09-05 16:51:25 +02:00
UserRigorOptions.php Add UserRigorOptions interface 2020-09-29 17:11:16 +00:00
UserSelectQueryBuilder.php Rename where* methods in UserSelectQueryBuilder 2021-08-04 16:32:03 -04:00
UserTimeCorrection.php build: Updating dependencies 2021-07-22 03:36:05 +00:00