Last modified: 2009-07-28 00:45: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 T18357, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 16357 - RSS/Atom feeds use fully-qualified URIs rather than relative ones
RSS/Atom feeds use fully-qualified URIs rather than relative ones
Status: CLOSED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
: 17538 (view as bug list)
Depends on:
Blocks: feeds
  Show dependency treegraph
 
Reported: 2008-11-15 22:51 UTC by Laurence 'GreenReaper' Parry
Modified: 2009-07-28 00:45 UTC (History)
2 users (show)

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


Attachments

Description Laurence 'GreenReaper' Parry 2008-11-15 22:51:45 UTC
Most URIs in the head are relative, but feed URIs are fully-qualified. It is unclear why this is the case. If they were relative, the feed hrefs would take up less space in the output.

The relevant code is in OutputPage.php
$tags[] = $this->feedLink(
					'rss',
					$rctitle->getFullURL( 'feed=rss' ),
					wfMsg( 'site-rss-feed', $wgSitename ) );

Changing this to use getLocalURL appears to work.

(There's a similar issue with the UniversalEditButton extension. I understand this is to be integrated into 1.14.0; if so, this code may also need modification.)
Comment 1 Chad H. 2009-04-22 16:29:23 UTC
Was fixed when bug 17538 was fixed in r47583
Comment 2 Dan Jacobson 2009-04-23 21:55:12 UTC
*** Bug 17538 has been marked as a duplicate of this bug. ***

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


Navigation
Links