jenkins-bot has submitted this change and it was merged.

Change subject: Implement ChangeTagsListActive hook
......................................................................


Implement ChangeTagsListActive hook

This allows users to visit Special:Tags or use the API to see
which change tags are still in active use.

The ChangeTagsListActive hook was introduced to core in
I77f476c8d0f32c80f720aa2c5e66869c81faa282

Change-Id: I38b3e6073661914444106a12cad0c146f2bd278a
---
M AutoProxyBlock.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Anomie: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/AutoProxyBlock.php b/AutoProxyBlock.php
index 9f5731e..e8f843c 100644
--- a/AutoProxyBlock.php
+++ b/AutoProxyBlock.php
@@ -24,6 +24,7 @@
 $wgHooks['getUserPermissionsErrorsExpensive'][] = 'AutoProxyBlock::checkProxy';
 $wgHooks['RecentChange_save'][] = 'AutoProxyBlock::tagProxyChange';
 $wgHooks['ListDefinedTags'][] = 'AutoProxyBlock::addProxyTag';
+$wgHooks['ChangeTagsListActive'][] = 'AutoProxyBlock::addProxyTag';
 $wgHooks['AbuseFilter-filterAction'][] = 'AutoProxyBlock::AFSetVar';
 $wgHooks['AbuseFilter-builder'][] = 'AutoProxyBlock::AFBuilderVars';
 

-- 
To view, visit https://gerrit.wikimedia.org/r/187350
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I38b3e6073661914444106a12cad0c146f2bd278a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AutoProxyBlock
Gerrit-Branch: master
Gerrit-Owner: TTO <at.li...@live.com.au>
Gerrit-Reviewer: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to