r63342 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63341‎ | r63342 | r63343 >
Date:21:18, 6 March 2010
Author:nikerabbit
Status:resolved
Tags:
Comment:
* (bug 22748) Add anchors on Special:ListGroupRights
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/SpecialListgrouprights.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialListgrouprights.php
@@ -63,7 +63,8 @@
6464 } else {
6565 $grouppage = $this->skin->link(
6666 Title::newFromText( $grouppageLocalized ),
67 - htmlspecialchars($groupnameLocalized)
 67+ htmlspecialchars($groupnameLocalized),
 68+ array( 'name' => $group )
6869 );
6970 }
7071
Index: trunk/phase3/RELEASE-NOTES
@@ -25,6 +25,7 @@
2626 === New features in 1.17 ===
2727 * (bug 10183) Users can now add personal styles and scripts to all skins via
2828 User:<name>/common.css and /common.js (if user css/js is enabled)
 29+* (bug 22748) Add anchors on Special:ListGroupRights
2930
3031 === Bug fixes in 1.17 ===
3132 * (bug 17560) Half-broken deletion moved image files to deletion archive without

Follow-up revisions

RevisionCommit summaryAuthorDate
r63495Fix validity and correctness of r63342...simetrical19:47, 9 March 2010

Status & tagging log