User tests: Successful: Unsuccessful:
This PR add woof mime type for iis web.config because it is not configured by default. This causes 404 errors on files of type ".woff ". Only configure this for media folder.
No 404 errors
You must use IIS for test this PR
1. In administration, edit article,
2. You must see 404 errors,
3. Apply the patch and refesh the page,
4. There are more error.
Labels |
Added:
?
|
Category | ⇒ | IIS |
Status | New | ⇒ | Pending |
@vinespie can you send a clean pull request with only the needed changes and without e.g. the javascript one?
I guess only the following here: web.config.txt?
+ <location path="media">
+ <system.webServer>
+ <staticContent>
+ <mimeMap fileExtension=".woff" mimeType="application/x-woff" />
+ </staticContent>
+ </system.webServer>
+ </location>
Github GUI: https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests
Setting to information required until the PR is corrected so testers dont waste their time just yet
Status | Pending | ⇒ | Information Required |
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-26 21:38:50 |
Closed_By | ⇒ | brianteeman | |
Rel_Number | 0 | ⇒ | 7273 |
Relation Type | ⇒ | Related to |
Please see #7273
There appears to be a lot of unrelated changes in this PR
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7168.