Last modified: 2010-05-15 14:36: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 T2357, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 357 - : in URL after ; parsed as list item
: in URL after ; parsed as list item
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: need-parsertest, parser
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-09-03 03:30 UTC by Timwi
Modified: 2010-05-15 14:36 UTC (History)
1 user (show)

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


Attachments

Description Timwi 2004-09-03 03:30:24 UTC
BUG MIGRATED FROM SOURCEFORGE
http://sourceforge.net/tracker/index.php?func=detail&aid=595869&group_id=34373&atid=411192
Originally submitted by Brion Vibber (vibber)<a href="/help/icon_legend.php?context=user_wantsdonations&amp;user_id=446709&amp;return_to=%2F"><IMG src="http://images.sourceforge.net/images/icons/donate.png" alt="Accepting Donations" border="0" width="16" height="16"></a>  2002-08-16 08:21


This source:
;Well :this is ok
;Ooops http://this.renders.wrong :though
;Ooops [http://this.renders.wrong too] :ack!

Renders as:
Well
         this is ok
Ooops http
         //this.renders.wrong :though
Ooops [http
         //this.renders.wrong too] :ack!

which is a bit unintuitive. The URLs perhaps ought to
be parsed before the ;s and :s are separated.

In Usemod, this rendered as the expected:
Well
        this is ok
Ooops http://this.renders.wrong
        though
Ooops [too]
        ack

Phase II seems to have had the same error as phase III.
It doesn't come up often though, as definition lists
are extremely rare. I found one in the FAQ though, and
it barfs when I try to put URL links into the entry (;)
portion.

------------------------- Additional comments ------------------------
Date: 2004-04-24 10:15
Sender: SF user vibber

Tested in current 1.3; still awful, it's also invalid markup:

>This source:

Well this is ok
Ooops //this.renders.wrong" 
class='external'>http://this.renders.wrong :though
Ooops //this.renders.wrong' 
class='external'>too (http://
this.renders.wrong) :ack!


-------------------------------------------------
Date: 2004-04-29 08:20
Sender: SF user vibber

Partial fix is checked in, but not yet complete. See demo:
http://test.wikipedia.org/wiki/List_link_bug
Comment 1 Wil Mahan 2004-09-27 21:17:54 UTC
All the test cases mentioned should be fixed in HEAD.
Comment 2 Brion Vibber 2005-03-10 03:39:56 UTC
Fixed in 1.4, resolving.

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


Navigation
Links