wiki.techinc.nl/includes/user
DannyS712 1f1793dc06 Convert UserNamePrefixSearch to a service
Replace existing class with static ::search method
with a service under MediaWiki\User\ and with
dependencies injected

Similar to the creation of the SpecialPageFactory
service, rename the old file to UserNamePrefixSearch_deprecated
so that UserNamePrefixSearch.php can be used for
the service.

Follow-up patches will:
* Inject and use the new service
* Update the release notes
* Replace the use of the UserFactory with UserNameUtils

Change-Id: Ib78b9bdc96c935d75bd03a8af789b8b359c58b07
2020-10-08 00:14:41 +00:00
..
Hook Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
BotPassword.php Add a maintenance script to create bot passwords. 2020-08-21 07:25:33 +00:00
CentralIdLookup.php CentralIdLookup: Add @since to factoryNonLocal() 2020-09-03 03:20:59 +01:00
DefaultOptionsLookup.php Mark CONSTRUCTOR_OPTIONS as internal 2020-08-21 00:18:45 -04:00
ExternalUserNames.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
LocalIdLookup.php
LoggedOutEditToken.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
PasswordReset.php Inject dependencies into PasswordReset, and cleanup 2020-10-03 00:23:59 +00:00
StaticUserOptionsLookup.php Add StaticUserOptionsLookup 2020-08-03 10:30:16 +00:00
TalkPageNotificationManager.php Mark CONSTRUCTOR_OPTIONS as internal 2020-08-21 00:18:45 -04:00
User.php Migrate more User::newFrom* methods to UserFactory 2020-10-05 23:47:53 +00:00
UserArray.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
UserArrayFromResult.php Fix more Squiz.Scope.MethodScope.Missing 2020-05-18 20:42:50 +00:00
UserEditTracker.php UserEditTracker: Minor code clean up and follow-ups 2020-09-18 02:21:11 +00:00
UserFactory.php Migrate more User::newFrom* methods to UserFactory 2020-10-05 23:47:53 +00:00
UserGroupManager.php Mark CONSTRUCTOR_OPTIONS as internal 2020-08-21 00:18:45 -04:00
UserGroupManagerFactory.php Move autopromote groups logic into UserGroupManager 2020-06-11 22:13:48 +00:00
UserGroupMembership.php Remove all hard-deprecated methods of UserGroupMembership 2020-10-03 15:08:42 -06:00
UserIdentity.php
UserIdentityValue.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
UserNamePrefixSearch.php Convert UserNamePrefixSearch to a service 2020-10-08 00:14:41 +00:00
UserNamePrefixSearch_deprecated.php Convert UserNamePrefixSearch to a service 2020-10-08 00:14:41 +00:00
UserNameUtils.php Add UserRigorOptions interface 2020-09-29 17:11:16 +00:00
UserOptionsLookup.php UserOptionsManager: take into account $queryFlags when caching 2020-06-01 09:42:45 -07:00
UserOptionsManager.php Mark CONSTRUCTOR_OPTIONS as internal 2020-08-21 00:18:45 -04:00
UserRightsProxy.php Create UserGroupManager 2020-06-03 16:46:51 -07:00
UserRigorOptions.php Add UserRigorOptions interface 2020-09-29 17:11:16 +00:00
WatchlistNotificationManager.php Mark CONSTRUCTOR_OPTIONS as internal 2020-08-21 00:18:45 -04:00