Last modified: 2010-05-15 15:38:13 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 T7262, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5262 - Bad CSS path in RSS feeds due to wgServer
Bad CSS path in RSS feeds due to wgServer
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.5.x
PC Windows XP
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: feeds css
  Show dependency treegraph
 
Reported: 2006-03-16 00:00 UTC by Erig
Modified: 2010-05-15 15:38 UTC (History)
0 users

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


Attachments
Proposed fix. (416 bytes, patch)
2006-03-16 00:01 UTC, Erig
Details

Description Erig 2006-03-16 00:00:59 UTC
The path for feed.css in ChannelFeed->outXMLHeader() is using
"$wgServer$wgStylePath". If one is using an alternative (external) style path,
the path is wrong. This is the only case I can see of $wgServer being prepended
to $wgStylePath, so I can only assume it is an error.
Comment 1 Erig 2006-03-16 00:01:46 UTC
Created attachment 1449 [details]
Proposed fix.
Comment 2 Brion Vibber 2008-02-12 22:35:41 UTC
Fixed in r30884. A fully-qualified URL is used here out of paranoia; it may or may not be actually necessaary. Added a check, so $wgServer is now only prepended if the path starts with "/".

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


Navigation
Links