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

            Bug ID: 64897
           Summary: debug=true parameter doesn't work with Windows in
                    Firefox
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: WikidataRepo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
       Web browser: ---
   Mobile Platform: ---

Several resource.php files create a 'remoteExtPath' with backslashes. Apache
returns 404 for all javascript/css files that contain these backslashes.

The removeExtPath could be fixed with something like this in all Wikibase
projects:

'remoteExtPath' => str_replace( '\\', '/', $remoteExtPathParts[1])

to solve this issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to