diff options
author | Tim Starling <tstarling@wikimedia.org> | 2023-02-28 16:51:43 +1100 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2023-03-03 09:39:39 -0500 |
commit | 7efc7f7518edd04ab1c3866d41063f03e9bcb37d (patch) | |
tree | 8753b6f42f55f9c804b24adfe265148ab2df8873 /includes/specials/SpecialLog.php | |
parent | f1fa0aa64c3033dc4cb497e8818eb42f478f8dd4 (diff) | |
download | mediawikicore-7efc7f7518edd04ab1c3866d41063f03e9bcb37d.tar.gz mediawikicore-7efc7f7518edd04ab1c3866d41063f03e9bcb37d.zip |
Copy the Renameuser extension into core
Copy the Renameuser extension into core, with minimal code changes. The
hook handlers are inlined into Article, SpecialLog and
SpecialContributions.
Bug: T27482
Change-Id: I314021f4138773df6aaf2753b33ab8283cd16974
Diffstat (limited to 'includes/specials/SpecialLog.php')
-rw-r--r-- | includes/specials/SpecialLog.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/specials/SpecialLog.php b/includes/specials/SpecialLog.php index 21c29dd02bc5..7c658dbd7f61 100644 --- a/includes/specials/SpecialLog.php +++ b/includes/specials/SpecialLog.php @@ -195,6 +195,7 @@ class SpecialLog extends SpecialPage { 'block', 'newusers', 'rights', + 'renameuser', ]; ( $runner ?? Hooks::runner() )->onGetLogTypesOnUser( $types ); |