wiki.techinc.nl/includes/changes
DannyS712 47d70dbfba Post Revision-removal cleanup
Updates for the removal of the Revision class itself
and the various methods/hooks/variables removed in the
process, including:

- Update some documentation removing most references
to the Revision class and updating the MCR migration
notes to reflect the past tense for Revision methods.

- Change some capitalization from "Revision" to "revision"
to make it clear comments are about revisions in general,
not the Revision class in particular.

- Minor code tweaks including removing unused variables that
were around for the old hooks that were removed, and
removing the use of DeprecatablePropertyArray where no
longer needed for anything.

- Fix incorrect documentation for PageUpdater::getStatus(),
the status value changed a while ago to have revision-record
in addition to revision, and recently to only have the
revision-record, but ironically PageUpdater was never updated.

- Removed Parser::$mRevisionObject, used to be a Revision object
and was deprecated in 1.35, missed earlier because it was no
longer being set to Revision objects, always null.

- Add RevisionRecord typehints in DummyLinker to match those
in the corresponding Linker methods

This should be a no-op in terms of functionality.

Bug: T247143
Change-Id: I03bbb94fc29085855448780b1a5ad9063911ecc4
2021-06-24 00:32:39 +00:00
..
Hook Improve docs about @param/@return object[] $row to stdClass[] 2020-11-13 23:38:06 +01:00
AtomFeed.php
CategoryMembershipChange.php Post Revision-removal cleanup 2021-06-24 00:32:39 +00:00
ChangesFeed.php Improve docs about @param/@return object[] $row to stdClass[] 2020-11-13 23:38:06 +01:00
ChangesList.php Post Revision-removal cleanup 2021-06-24 00:32:39 +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 Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00: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 Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
RSSFeed.php