Last modified: 2014-06-30 13:26:56 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 T66897, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 64897 - debug=true parameter doesn't work with Windows in Firefox
debug=true parameter doesn't work with Windows in Firefox
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
WikidataRepo (Other open bugs)
master
All Windows 7
: Normal normal with 1 vote (vote)
: ---
Assigned To: Wikidata bugs
: need-volunteer
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-05 14:09 UTC by Christian Dullweber
Modified: 2014-06-30 13:26 UTC (History)
2 users (show)

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


Attachments

Description Christian Dullweber 2014-05-05 14:09:42 UTC
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.

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


Navigation
Links