Last modified: 2011-07-05 19:23:32 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 T31670, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29670 - Redirect in WikiLove breaks if non-latin characters are included
Redirect in WikiLove breaks if non-latin characters are included
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
WikiLove (Other open bugs)
unspecified
All All
: Normal major (vote)
: ---
Assigned To: Ryan Kaldari
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-07-01 18:13 UTC by Ryan Kaldari
Modified: 2011-07-05 19:23 UTC (History)
2 users (show)

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


Attachments

Description Ryan Kaldari 2011-07-01 18:13:36 UTC
Reported by elektryk:

In polish language 'User_talk' is 'Dyskusja_użytkownika'. After giving an award we are redirected to the user's talk page. But WikiLove messes up the characters and there is displayed "Dyskusja_u%25C5%25BCytkownika:Nickname#award_title". This page does't exists of course. It should be "Dyskusja_użytkownika:Nickname#award_title"
Comment 1 Derk-Jan Hartman 2011-07-01 19:55:50 UTC
Simple double uri encoding.

decodeURIComponent( %25C5%25BC ) == %C5%BC
decodeURIComponent(%C5%BC) == ż
Comment 2 Ryan Kaldari 2011-07-01 20:32:18 UTC
Fixed in r91287.

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


Navigation
Links