Last modified: 2012-03-14 16:44:21 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 T36889, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34889 - [Regression] User name should be normalized on Special:Contributions
[Regression] User name should be normalized on Special:Contributions
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.19
All All
: Normal normal (vote)
: 1.19.0 release
Assigned To: Roan Kattouw
https://en.wikipedia.org/w/index.php?...
: code-update-regression
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-02 09:52 UTC by Michael M.
Modified: 2012-03-14 16:44 UTC (History)
5 users (show)

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


Attachments

Description Michael M. 2012-03-02 09:52:52 UTC
Since the update to 1.19 there are several bugs due to missing normalization of the name on Special:Contributions

* Using entities causes a server error (see URL, or just enter Ä as user name)
* Leading whitespace before IPs is not removed, compare [[Special:Contributions/93.157.221.6]] (edits are shown) and [[Special:Contributions/ 93.157.221.6]] (no edits)
Comment 1 Mark A. Hershberger 2012-03-02 22:53:56 UTC
see also http://de.wikipedia.org/w/index.php?diff=100334303&oldid=100333981
Comment 2 db [inactive,noenotif] 2012-03-03 10:04:46 UTC
Special:Contributions is usingn User::newFromName( $target, false ); since r103751, but that method does not do title normalisation like stripping leading/trailing whitespaces for parameter "false", but without false ips does not work.
Comment 3 Bergi 2012-03-03 10:28:54 UTC
> see also http://de.wikipedia.org/w/index.php?diff=100334303&oldid=100333981

...or ignore it, most of it is about template synatx and urlencoded wikilinks (working as usual).

Interesting comment: it worked in 1.18, compare
http://zh.wikipedia.org/wiki/Special:Contribs/111.252.33.110?uselang=en to
http://zh.wikipedia.org/wiki/Special:Contribs/_111.252.33.110?uselang=en
Comment 4 Aaron Schulz 2012-03-14 00:36:30 UTC
(In reply to comment #2)
> Special:Contributions is usingn User::newFromName( $target, false ); since
> r103751, but that method does not do title normalisation like stripping
> leading/trailing whitespaces for parameter "false", but without false ips does
> not work.

Assigning to Roan then :)
Comment 5 Mark A. Hershberger 2012-03-14 16:44:21 UTC
Resolved in r113819.

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


Navigation
Links