Last modified: 2013-01-17 18:44:45 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 T18784, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 16784 - test.wikipedia.org should pull skin/style/javascript files from NFS
test.wikipedia.org should pull skin/style/javascript files from NFS
Status: RESOLVED WONTFIX
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://test.wikipedia.org
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-24 21:58 UTC by Brion Vibber
Modified: 2013-01-17 18:44 UTC (History)
2 users (show)

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


Attachments

Description Brion Vibber 2008-12-24 21:58:39 UTC
Currently test.wikipedia.org is served out of the main Wikipedia docroot and has the deployed copies of the skin CSS/JS/icon files. This makes it difficult to test new changes which require CSS and JS files.

It should pull the live copies from the NFS master. (Since it's on an isolated system this shouldn't be a perf/stability issue)
Comment 1 Sam Reed (reedy) 2011-07-09 01:30:13 UTC
#$wgStyleSheetPath = '/w/skins-1.17';
if ( $wgDBname == 'testwiki' ) {
    // Make testing skin/JS changes easier
    $wgExtensionAssetsPath = 'http://test.wikipedia.org/w/extensions-1.17';
    $wgStyleSheetPath = 'http://test.wikipedia.org/w/skins-1.17';

} else {
    $wgExtensionAssetsPath = 'http://bits.wikimedia.org/w/extensions-1.17';
    $wgStyleSheetPath = 'http://bits.wikimedia.org/skins-1.17';
}


I'm presuming this isn't the case any more?
Comment 2 Roan Kattouw 2011-07-15 00:06:04 UTC
That code has been in there for a long time, at least since the 1.17 deployment. However, per this http://wikitech.wikimedia.org/index.php?title=How_to_deploy_code&diff=34863&oldid=34586 this bug is not fixed yet.
Comment 3 Sam Reed (reedy) 2013-01-17 18:44:45 UTC
WONTFIX per bug 43722

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


Navigation
Links