Last modified: 2006-05-22 09:43:20 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 T7511, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5511 - Fix URL-encoding of usernames in links on Special:Ipblocklist
Fix URL-encoding of usernames in links on Special:Ipblocklist
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-04-09 04:36 UTC by Kkkdc @jawiki
Modified: 2006-05-22 09:43 UTC (History)
0 users

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


Attachments

Description Kkkdc @jawiki 2006-04-09 04:36:59 UTC
in Special:Ipblocklist, if a blocked username is not ASCII string,
The link to the contributions of the user is garble.
This is reproduced with IE6.

This cause is doesn't url-encode a username,

227c227
< 			$target .= ' (' . $sk->makeKnownLinkObj( Title::makeTitle( 
NS_SPECIAL, 'Contributions' ), $msg['contribslink'], 'target=' . $block-
>mAddress ) . ')';
---
> 			$target .= ' (' . $sk->makeKnownLinkObj( Title::makeTitle( 
NS_SPECIAL, 'Contributions' ), $msg['contribslink'], 'target=' . urlencode( $block-
>mAddress ) ) . ')';

Perhaps, it solve by this. (in SVN HEAD : Tue Mar 7 01:10:39 2006 UTC)
Comment 1 Rob Church 2006-05-22 09:43:20 UTC
Fixed in SVN trunk, r14339.

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


Navigation
Links