r57925 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57924‎ | r57925 | r57926 >
Date:22:20, 19 October 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Filter authors list against white/blacklist
Modified paths:
  • /trunk/extensions/Translate/ffs/OpenLayers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/OpenLayers.php
@@ -113,6 +113,7 @@
114114
115115 // Generate list of authors for comment.
116116 $authors = $collection->getAuthors();
 117+ $authors = $this->filterAuthors( $authors, $collection->code );
117118 $authorList = '';
118119 foreach( $authors as $author ) {
119120 $authorList .= " * - $author\n";

Status & tagging log