Mattflaschen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/344566 )

Change subject: RC Filters docs: Directly mention group classes
......................................................................

RC Filters docs: Directly mention group classes

Directly mention ChangesListBooleanFilterGroup and
ChangesListStringOptionsFilterGroup so people know what to construct.

Change-Id: I3c105d072889c1da26f94402326ba48635081833
---
M docs/hooks.txt
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/66/344566/1

diff --git a/docs/hooks.txt b/docs/hooks.txt
index cf4e3ab..3a57563 100644
--- a/docs/hooks.txt
+++ b/docs/hooks.txt
@@ -1018,7 +1018,8 @@
 new ChangesListBooleanFilter or ChangesListStringOptionsFilter objects.
 
 When constructing them, you specify which group they belong to.  You can reuse
-existing groups (accessed through $special->getFilterGroup), or create your 
own.
+existing groups (accessed through $special->getFilterGroup), or create your own
+(ChangesListBooleanFilterGroup or ChangesListStringOptionsFilterGroup).
 If you create new groups, you must register them with 
$special->registerFilterGroup.
 $special: ChangesListSpecialPage instance
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c105d072889c1da26f94402326ba48635081833
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>

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

Reply via email to