https://bugzilla.wikimedia.org/show_bug.cgi?id=30294

duplicate...@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |duplicate...@googlemail.com

--- Comment #19 from duplicate...@googlemail.com 2011-08-15 19:04:12 UTC ---
This is a problem due to the configuration.

You have the same problem with javascript, but when loading javascript you can
use $wgScript, which has the right value in case of the secure server. When
using $wgScript you avoid the hardcoded /w/index.php.

But in style sheets you cannot use $wgScript, you have no change to make a
different import statement for http/https with the current configuration of WMF
wikis. You can load the style sheets per javascript.

It is not a bug, because under https://secure.wikimedia.org/w/index.php are
nothing (that is the 404), because you find the content under
https://secure.wikimedia.org/wikipedia/commons/w/index.php.

You want an enhancement for the ResourceLoader: Supporting a simple syntax for
$wgScript in import statements of style sheets.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to