wiki.techinc.nl/includes/changes
Tim Starling 28ae2a60e9 Introduce ProtectedHookAccessorTrait and pilot the Hooks::run() migration
* ProtectedHookAccessorTrait provides protected getHookContainer() and
  getHookRunner() methods, getting them from the global service
  container. The point of this is to ease migration to DI by ensuring
  that call sites ask their local friendly base class rather than
  getting a HookRunner from the service container directly.
* Migrate ChangesList and subclasses from Hooks::run() to the new system,
  as a pilot for full migration.

Change-Id: Ic2d408fdb108087d81d0981aa670b35e0a6bb0ce
2020-05-13 13:50:32 +10:00
..
Hook Hook interface doc comment followup 2020-04-21 09:12:23 +10:00
AtomFeed.php Merge "Explicit return in ChannelFeed::formatTime() implementations" 2020-05-08 22:00:41 +00:00
CategoryMembershipChange.php Remove usages and hard deprecate Revision::newFromRow 2020-03-25 11:42:36 -07:00
ChangesFeed.php build: Upgrade phan to 0.9.0 2019-12-07 20:16:19 +00:00
ChangesList.php Introduce ProtectedHookAccessorTrait and pilot the Hooks::run() migration 2020-05-13 13:50:32 +10:00
ChangesListBooleanFilter.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
ChangesListBooleanFilterGroup.php
ChangesListFilter.php Remove auto-generated and empty lines in comments 2020-03-17 09:55:24 +01:00
ChangesListFilterGroup.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
ChangesListStringOptionsFilter.php
ChangesListStringOptionsFilterGroup.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
ChannelFeed.php Set method visibility for various constructors 2019-12-03 20:17:30 +01:00
EnhancedChangesList.php Introduce ProtectedHookAccessorTrait and pilot the Hooks::run() migration 2020-05-13 13:50:32 +10:00
FeedItem.php Set method visibility for various constructors 2019-12-03 20:17:30 +01:00
OldChangesList.php Introduce ProtectedHookAccessorTrait and pilot the Hooks::run() migration 2020-05-13 13:50:32 +10:00
RCCacheEntry.php Add missing public visibility on some methods 2020-05-08 21:25:36 +00:00
RCCacheEntryFactory.php
RecentChange.php Fix mismatching type hints in PHPDoc tags 2020-03-24 09:59:02 +01:00
RSSFeed.php Merge "Explicit return in ChannelFeed::formatTime() implementations" 2020-05-08 22:00:41 +00:00