wiki.techinc.nl/includes/user
Daimona Eaytoy 703b5a045e Clarify usage of $offset in UserTimeCorrection
The constructor param $offset was assigned to $this->offset, but this is
useless and confusing. parse() is called immediately, and it always
overrides $this->offset with a value derived from the $timeCorrection
string, *unless* the correction type is SYSTEM. So rename the parameter
and make it clear that it's only used for SYSTEM.

Also add a FIXME about offsets after "System|" are ignored. This looks
like a leftover from older MW versions, and it's already noted in
SetupDynamicConfig.php, too. However, I'm too scared to remove it,
because I fear it could break something (especially because I've no idea
what the values in the DB could be, considering the other FIXME in the
parse() docblock).

Change-Id: I0156d5f7824f87ba6bc7f395135a4e1c80c517f4
2022-06-03 18:41:51 +02:00
..
CentralId Use User::isRegistered for readability instead of ::getId falsy check 2022-04-29 21:15:57 +02:00
Hook Fix many typos in comments 2022-05-10 12:46:11 +00:00
Options/Hook
TempUser TempUser: ScrambleMapping 2022-05-16 17:36:22 +00:00
ActorCache.php
ActorNormalization.php
ActorStore.php ActorStore: Avoid deprecated way for unique keys in IDatabase::upsert 2022-03-17 20:03:35 +01:00
ActorStoreFactory.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
BotPassword.php Use MainConfigNames instead of string literals, #2 2022-04-13 18:55:46 +03:00
BotPasswordStore.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
DefaultOptionsLookup.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
ExternalUserNames.php Use UserRigorOptions directly 2022-03-25 10:06:34 +11:00
LoggedOutEditToken.php
PasswordReset.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
StaticUserOptionsLookup.php Fix many typos in comments 2022-05-10 12:46:11 +00:00
TalkPageNotificationManager.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
User.php Fix many typos in comments 2022-05-10 12:46:11 +00:00
UserArray.php user: Let UserArray::newFromResult return empty iterator 2022-03-20 18:57:53 +00:00
UserArrayFromResult.php IResultWrapper::next() now returns void 2022-05-02 10:43:51 +03:00
UserEditTracker.php Merge "Start clean up of revision_actor_temp table" 2022-05-23 16:54:28 +00:00
UserFactory.php TempUser infrastructure and services 2022-04-14 09:23:55 +10:00
UserGroupManager.php Merge "Use User::isRegistered for readability instead of ::getId falsy check" 2022-05-23 04:06:10 +00:00
UserGroupManagerFactory.php TempUser EditPage and permissions 2022-04-26 14:10:53 +10:00
UserGroupMembership.php
UserIdentity.php
UserIdentityLookup.php
UserIdentityValue.php Throw for mismatched wiki in UserIdentity::getId 2022-05-01 17:41:48 +03:00
UserNamePrefixSearch.php user: Remove support for UserIdentity audience from UserNamePrefixSearch 2022-03-25 01:11:39 +00:00
UserNamePrefixSearch_deprecated.php
UserNameUtils.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
UserOptionsLookup.php
UserOptionsManager.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
UserRightsProxy.php Use MainConfigNames instead of string literals, #2 2022-04-13 18:55:46 +03:00
UserRigorOptions.php TempUser infrastructure and services 2022-04-14 09:23:55 +10:00
UserSelectQueryBuilder.php [docs] UserSelectQueryBuilder: Add missing @since annotation 2021-12-19 11:58:50 +00:00
UserTimeCorrection.php Clarify usage of $offset in UserTimeCorrection 2022-06-03 18:41:51 +02:00