r95906 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95905‎ | r95906 | r95907 >
Date:19:58, 31 August 2011
Author:demon
Status:ok
Tags:
Comment:
(bug 30420) Add id to user rows in users.php. Apparently people use this and it makes linking easier. (already livehacked, committed so no one yells at me)
Modified paths:
  • /trunk/tools/subversion/users.php (modified) (history)

Diff [purge]

Index: trunk/tools/subversion/users.php
@@ -33,7 +33,7 @@
3434 $link = $userInfo['url'] ? "<a href=\"{$userInfo['url']}\">$encUsername</a>" : $encUsername;
3535
3636 $rows[$parts[0]] = <<<EOT
37 -<tr>
 37+<tr id="$encUsername">
3838 <td>$link</td>
3939 <td>{$userInfo['name']}</td>
4040 </tr>

Status & tagging log