Last modified: 2014-07-16 13:53: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 T67678, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65678 - Apostrophe (single quote) in internal links is percent-escaped unnecessarily (and against the standards)
Apostrophe (single quote) in internal links is percent-escaped unnecessarily ...
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.24rc
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-23 15:01 UTC by Scott
Modified: 2014-07-16 13:53 UTC (History)
2 users (show)

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


Attachments

Description Scott 2014-05-23 15:01:24 UTC
As an example, on Wikipedia, [[Earth's Rotation]] should render as:
<a href="/wiki/Earth's_rotation" title="Earth's rotation">Earth's rotation</a>

but instead incorrectly renders as:
<a href="/wiki/Earth%27s_rotation" title="Earth's rotation">Earth's rotation</a>

According to the relevant standards, an apostrophe (single quote) should no longer be percent-escaped.

--

Note that visiting either an escaped or unescaped URL serves up the correct page in both cases.

Also note that *external* links *are* handled correctly, for example rendering:
<a class="external free" href="http://en.wikipedia.org/wiki/Earth's_rotation">http://en.wikipedia.org/wiki/Earth's_rotation</a>
Comment 1 Étienne Beaulé 2014-07-16 13:53:20 UTC
Confirmed.

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


Navigation
Links