wiki.techinc.nl/includes/actions
Umherirrender 8de3b7d324 Use static closures where safe to use
This is micro-optimization of closure code to avoid binding the closure
to $this where it is not needed.

Created by I25a17fb22b6b669e817317a0f45051ae9c608208

Change-Id: I0ffc6200f6c6693d78a3151cb8cea7dce7c21653
2021-02-11 00:13:52 +00:00
..
Hook Add typehints to three hooks 2020-10-07 11:20:55 +00:00
pagers Replace deprecated Title::getNotificationTimestamp in HistoryAction 2020-11-07 12:42:04 +00:00
Action.php Replace deprecated WikiPage::factory in action related classes 2020-11-11 22:23:33 +00:00
CachedAction.php Hard deprecate CacheHelper, ICacheHelper, CachedAction, SpecialCachedPage. 2021-01-25 13:34:31 -06:00
CreditsAction.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
DeleteAction.php Remove direct access to Action::page and Article::page properties 2020-03-27 04:10:51 +00:00
EditAction.php Replace "@stable for overriding" with "@stable to override" 2020-07-13 10:57:12 +02:00
FormAction.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
FormlessAction.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
HistoryAction.php Inline HistoryAction::hasUnseenRevisionMarkers 2020-11-12 06:58:14 +00:00
InfoAction.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
MarkpatrolledAction.php
McrRestoreAction.php Replace uses and hard deprecate Article:: and WikiPage::getRevision 2020-04-20 23:06:48 +00:00
McrUndoAction.php Handle undos in action=mcrundo properly 2020-07-04 21:32:38 +02:00
ProtectAction.php Remove direct access to Action::page and Article::page properties 2020-03-27 04:10:51 +00:00
PurgeAction.php Remove direct access to Action::page and Article::page properties 2020-03-27 04:10:51 +00:00
RawAction.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
RenderAction.php Remove direct access to Action::page and Article::page properties 2020-03-27 04:10:51 +00:00
RevertAction.php Complete WikiPage/Article split and deprecate Page interface 2020-03-28 00:50:37 +03:00
RollbackAction.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SpecialPageAction.php
SubmitAction.php
UnprotectAction.php Remove direct access to Action::page and Article::page properties 2020-03-27 04:10:51 +00:00
UnwatchAction.php
ViewAction.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
WatchAction.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00