wiki.techinc.nl/includes/changes
daniel fed7f0b179 Remove $actor field from UsererIdentityValue
Code that needs to store an actor ID in the database to
represent a UserIdentity, or needs to construct a UserIdentity based on
an actor ID loaded from the database, should use the ActorNormalization
service.

Note: The getActorId() method is removed from the UserIdentity interface,
but all concrete classes continue to support it for now.
UsererIdentityValue::getActorId() is hard deprecated and should
be removed in 1.37. It always returns 0.
User::getActorId() is not deprecated at this point.

Bug: T274179
Depends-On: Id2b3ddf6a2a7cdf90f8936a69148d2cce6fde237
Change-Id: I9925906d11e47efaec3c1f48d5cb3f9896a982c1
2021-04-13 18:18:06 +00:00
..
Hook Improve docs about @param/@return object[] $row to stdClass[] 2020-11-13 23:38:06 +01:00
AtomFeed.php Merge "Explicit return in ChannelFeed::formatTime() implementations" 2020-05-08 22:00:41 +00:00
CategoryMembershipChange.php Convert CategoryMembershipChange to Authority 2021-03-24 11:47:26 -06:00
ChangesFeed.php Improve docs about @param/@return object[] $row to stdClass[] 2020-11-13 23:38:06 +01:00
ChangesList.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
ChangesListBooleanFilter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ChangesListBooleanFilterGroup.php Fix more PSR12.Properties.ConstantVisibility.NotFound 2020-05-15 00:33:32 +01:00
ChangesListFilter.php build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
ChangesListFilterGroup.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ChangesListStringOptionsFilter.php
ChangesListStringOptionsFilterGroup.php Fix more PSR12.Properties.ConstantVisibility.NotFound 2020-05-15 00:33:32 +01:00
ChannelFeed.php Update stability annotations to follow new stable interface policy 2020-07-13 09:40:54 +00:00
EnhancedChangesList.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
FeedItem.php build: Bump mediawiki-codesniffer to 31.0.0 2020-05-30 14:56:28 +00:00
OldChangesList.php Annotate OldChangesList::recentChangesLine as returning a safe value 2020-11-07 15:37:32 +01:00
RCCacheEntry.php Add clock icon to expiring items in Special:Watchlist 2020-06-19 05:48:21 +08:00
RCCacheEntryFactory.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
RecentChange.php RecentChange: directly build the user identity if we have the data 2021-03-25 15:49:12 -06:00
RSSFeed.php Replace use of old $wgVersion constant with MW_VERSION 2020-05-13 15:01:19 -07:00