TTO has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/187350

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AutoProxyBlock 
refs/changes/50/187350/1

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: newchange
Gerrit-Change-Id: I38b3e6073661914444106a12cad0c146f2bd278a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AutoProxyBlock
Gerrit-Branch: master
Gerrit-Owner: TTO <at.li...@live.com.au>

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

Reply via email to