Anjanasasindran123 has uploaded a new change for review.

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


Change subject: Increased  the number of rows in AbuseFilter's Filter testing 
textarea
......................................................................

Increased  the number of rows in AbuseFilter's Filter testing textarea

The text areas for the table row had only 5 rows, which is a lot less than the
default number of rows.So now the number of rows in the testing textarea is 
changed to 15.

Bug: 59869
Change-Id: I9f221e7a49473ae1d473333f7ecf26235366d257
---
M AbuseFilter.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AbuseFilter 
refs/changes/91/106891/1

diff --git a/AbuseFilter.class.php b/AbuseFilter.class.php
index 8039fc8..e34b80e 100644
--- a/AbuseFilter.class.php
+++ b/AbuseFilter.class.php
@@ -1721,7 +1721,7 @@
                }
 
                $rules = rtrim( $rules ) . "\n";
-               $rules = Xml::textarea( $textName, $rules, 40, 5, 
$textareaAttrib );
+               $rules = Xml::textarea( $textName, $rules, 40,15, 
$textareaAttrib );
 
                if ( $canEdit ) {
                        $dropDown = self::getBuilderValues();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f221e7a49473ae1d473333f7ecf26235366d257
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AbuseFilter
Gerrit-Branch: master
Gerrit-Owner: Anjanasasindran123 <anjanasasindran...@gmail.com>
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