https://bugzilla.wikimedia.org/show_bug.cgi?id=24082
Summary: Thread summary -> Link to -> Link URL isn't a URL,
just a relative path
Product: MediaWiki extensions
Version: any
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: Normal
Component: LiquidThreads
AssignedTo: [email protected]
ReportedBy: [email protected]
The code that gets the "Link URL" in the "link to" popup window is:
var linkURL = $j(this).attr('href');
var linkTitle =
$j(this).parent().find('input[name=summary-title]').val();
liquidThreads.showLinkWindow( linkTitle, linkURL )
The problem is that href for that element is just a relative path, so I just
get:
/Summary:Spjall/D%C3%A6mi_um_spjall%C3%BEr%C3%A1%C3%B0
Surely that should be an absolute URL?
--
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