Last modified: 2013-06-07 14:51:48 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 T34391, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 32391 - url-encoding of URL link in "Link to"
url-encoding of URL link in "Link to"
Status: RESOLVED DUPLICATE of bug 31244
Product: MediaWiki extensions
Classification: Unclassified
LiquidThreads (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-13 04:15 UTC by aokomoriuta
Modified: 2013-06-07 14:51 UTC (History)
3 users (show)

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


Attachments

Description aokomoriuta 2011-11-13 04:15:25 UTC
Now URL link text in "More"->"Link to" shows "Thread:Base_page/Thread's_row_text" format.
It works well in English and other similar languages but doesn't in languages like Japanese.

For example in translatewiki.net,
Link URL shows: http://translatewiki.net/wiki/Thread:Portal_talk:Ja/MediaWiki翻訳の停滞
but this URL doesn't work well if the browser doesn't support UTF8 encode URL.
It should be
http://translatewiki.net/wiki/Thread:Portal_talk:Ja/MediaWiki%E7%BF%BB%E8%A8%B3%E3%81%AE%E5%81%9C%E6%BB%9E
so that anyone can get the correct page.
Comment 1 Mark A. Hershberger 2011-11-14 17:23:06 UTC
It looks like the server still responds correctly even without URL encoding:

  $ nc -C translatewiki.net
  GET /wiki/Thread:Portal_talk:Ja/MediaWiki翻訳の停滞 HTTP/1.1
  Host: translatewiki.net

  HTTP/1.1 200 OK
  X-Powered-By: PHP/5.3.2-1ubuntu4.10
  X-Content-Type-Options: nosniff
  Content-type: text/html; charset=UTF-8
  Content-language: en
  X-Frame-Options: SAMEORIGIN
  Vary: Accept-Encoding, Cookie
  Expires: Thu, 01 Jan 1970 00:00:00 GMT
  Cache-Control: private, must-revalidate, max-age=0
  Transfer-Encoding: chunked
  Date: Mon, 14 Nov 2011 17:19:18 GMT
  Server: lighttpd/1.4.26

  7ef0
  <!DOCTYPE html>
  <html lang=en dir=ltr class=client-nojs>
  <title>MediaWiki翻訳の停滞 - translatewiki.net</title>
  ...

Reopen if you can show a server that doesn't respond correctly.
Comment 2 Mark A. Hershberger 2013-05-21 15:27:58 UTC
Re-opening this bug.  You can see the problem on this posting: https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Is_there_a_way_to_disable_localization_cache%3f

LQT provides the URL with the question mark not URI encoded.  This means the URL won't work if you cut-n-paste it into a browser.
Comment 3 Jesús Martínez Novo (Ciencia Al Poder) 2013-06-07 14:51:48 UTC

*** This bug has been marked as a duplicate of bug 31244 ***

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


Navigation
Links