wiki.techinc.nl/includes/actions
Derick Alangi 2b3a21f5c1 actions: Avoid use of is_null() PHP function where necessary
WRT performance, is_null() is a few nanoseconds slower than === null
due to function call overhead. Also, I personally think using the
identical check on null is slightly more readable than using is_null().

Change-Id: Ie5b1ac17a18907e92eb3042decb7fc75e903123d
2019-01-11 16:40:27 +01:00
..
Action.php Action::checkCanExecute should only block an Action if the user is sitewide blocked 2018-11-14 14:45:30 -05:00
CachedAction.php
CreditsAction.php
DeleteAction.php
EditAction.php
FormAction.php
FormlessAction.php
HistoryAction.php actions: Avoid use of is_null() PHP function where necessary 2019-01-11 16:40:27 +01:00
InfoAction.php Merge "Add namespace to action=info page" 2018-12-06 00:28:44 +00:00
MarkpatrolledAction.php
McrRestoreAction.php Provide a way to restore an old revision with multiple slots. 2018-09-24 19:46:30 +02:00
McrUndoAction.php Replace deprecated calls to OutputPage::parse() 2018-10-29 15:34:43 -04:00
ProtectAction.php
PurgeAction.php
RawAction.php SECURITY: Don't allow loading unprotected JS files 2018-10-21 16:08:44 +00:00
RenderAction.php
RevertAction.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
RollbackAction.php Add TransactionProfiler::redefineExpectations and migrate appropriate callers 2018-12-10 16:02:30 +00:00
SpecialPageAction.php Mass conversion to SpecialPageFactory service 2018-08-17 12:03:12 -07:00
SubmitAction.php
UnprotectAction.php
UnwatchAction.php
ViewAction.php
WatchAction.php