Last modified: 2006-04-15 15:19:34 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T7426, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5426 - The bureaucrat log makes incorrect red links
The bureaucrat log makes incorrect red links
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.6.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-04-01 23:14 UTC by David Benbennick
Modified: 2006-04-15 15:19 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description David Benbennick 2006-04-01 23:14:25 UTC
See http://en.wikipedia.org/w/index.php?title=Special:Log&type=rights&limit=100
 Under February 17, [[User:xaosflux]] is a red link, presumably because it was
lowercase in [[Special:Makesysop]].

The problem, of course, is that this part of MediaWiki is using some weird code
to generate the link, instead of the normal routine that's used everywhere else
in the program.  For that reason, there are probably other bugs in the same code.

An easy way to fix the problem is to simply make
[[MediaWiki:Bureaucratlogentry]] more general.  Let it be

$1 [[User:$2|$2]] set rights for "[[User:$3]]" ''($4)''

(where $1, $2, $3, and $4 are the obvious parameters).  An added benefit of that
solution is that the log list becomes more flexible, and more easily customized.
Comment 1 Rob Church 2006-04-15 15:19:34 UTC
This should now be sorted in SVN trunk, r13655. The problem is not the general
title handling code, as it happens; it's the fact that the custom extension in
use on Wikimedia sites does something stupid when it saves a log item. The
regular, core-code  Special:Userrights page does not.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links