[MediaWiki-commits] [Gerrit] mediawiki/core[master]: SpecialActiveUsers: escape group names

2016-12-01 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: SpecialActiveUsers: escape group names
..


SpecialActiveUsers: escape group names

Change-Id: I1a4d1501b8481d9f670916818fe7f75e983c2800
---
M includes/specials/SpecialActiveusers.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/specials/SpecialActiveusers.php 
b/includes/specials/SpecialActiveusers.php
index 7e29be0..a01e9b2 100644
--- a/includes/specials/SpecialActiveusers.php
+++ b/includes/specials/SpecialActiveusers.php
@@ -86,7 +86,7 @@
$groups = User::getAllGroups();
 
foreach ( $groups as $group ) {
-   $msg = User::getGroupName( $group );
+   $msg = htmlspecialchars( User::getGroupName( $group ) );
$options[$msg] = $group;
}
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1a4d1501b8481d9f670916818fe7f75e983c2800
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Legoktm 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] mediawiki/core[master]: SpecialActiveUsers: escape group names

2016-11-30 Thread Nikerabbit (Code Review)
Nikerabbit has uploaded a new change for review.

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

Change subject: SpecialActiveUsers: escape group names
..

SpecialActiveUsers: escape group names

Change-Id: I1a4d1501b8481d9f670916818fe7f75e983c2800
---
M includes/specials/SpecialActiveusers.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/43/324443/1

diff --git a/includes/specials/SpecialActiveusers.php 
b/includes/specials/SpecialActiveusers.php
index 7e29be0..a01e9b2 100644
--- a/includes/specials/SpecialActiveusers.php
+++ b/includes/specials/SpecialActiveusers.php
@@ -86,7 +86,7 @@
$groups = User::getAllGroups();
 
foreach ( $groups as $group ) {
-   $msg = User::getGroupName( $group );
+   $msg = htmlspecialchars( User::getGroupName( $group ) );
$options[$msg] = $group;
}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a4d1501b8481d9f670916818fe7f75e983c2800
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit 

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