User "Tim Starling" changed the status of MediaWiki.r96560.

Old Status: new
New Status: ok

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96560
Commit summary:

OggHandler: Address issues with protocol-relative URLs. Live hack in r96400.
* Use $wgExtensionAssetsPath instead of "$wgScriptPath/extensions"
* Use wfExpandUrl() rather than the DIY method of detecting whether the URL 
needs expanding and prepending $wgServer. Left the detection for 
$wgCortadoJarFile alone since that needs $scriptPath prepended to it if it's 
not absolute
* Expand $this->videoUrl using PROTO_RELATIVE instead of r96400 's 
PROTO_CURRENT to avoid cache pollution, and add a protocol the second the URL 
arrives on the JS side

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to