https://bugzilla.wikimedia.org/show_bug.cgi?id=21239

           Summary: External links on comments differ from wikitext
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: CodeReview
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to