Last modified: 2011-01-25 01:39:01 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 T23239, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21239 - External links on comments differ from wikitext
External links on comments differ from wikitext
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
CodeReview (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
: 22529 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-22 16:21 UTC by Platonides
Modified: 2011-01-25 01:39 UTC (History)
2 users (show)

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


Attachments

Description Platonides 2009-10-22 16:21:52 UTC
Write on CodeReview comments: "[http://example.com Foo]" and press preview.
Expected: <a href="http://example.com" class="external text" rel="nofollow">Foo</a>
Output: [<a href="http://example.com" class="external free" rel="nofollow">http://example.com</a> Foo]


Enter "Hello [http://example.com] World"
Expected: Hello <a href="http://example.com" class="external autonumber" rel="nofollow">[1]</a> World
Output: Hello [<a href="http://example.com" class="external free" rel="nofollow">http://example.com</a>] World


Enter: "Hello [http://example.com]
World"
Expected: Hello <a href="http://example.com" class="external autonumber" rel="nofollow">[1]</a> World
Output: Hello [<a href="http://example.com" class="external autonumber" rel="nofollow">[1]</a>
World <a href="http://example.com" class="external free" rel="nofollow">http://example.com</a>]
World]


Enter "Hello [http://example.com]
World of MediaWiki"
Expected: Hello <a href="http://example.com" class="external autonumber" rel="nofollow">[1]</a> World of MediaWiki
Output: Hello [<a href="http://example.com" class="external autonumber" rel="nofollow">[1]</a>
World <a href="http://example.com" class="external free" rel="nofollow">http://example.com</a>]
World] of MediaWiki
Comment 1 Roan Kattouw 2010-02-15 14:54:33 UTC
*** Bug 22529 has been marked as a duplicate of this bug. ***
Comment 2 Platonides 2010-10-05 14:06:42 UTC
Fixed in r61581

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


Navigation
Links