Actions
Patch #610
closedAdd XSD as accepted XML Filetype.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-02-05
Due date:
% Done:
0%
Estimated time:
Description
Easy patch:
Index: lib/redmine/mime_type.rb
===================================================================
--- lib/redmine/mime_type.rb (revision 1118)
+++ lib/redmine/mime_type.rb (working copy)
@@ -31,7 +31,7 @@
'text/x-python' => 'py',
'text/x-ruby' => 'rb,rbw,ruby,rake',
'text/x-sh' => 'sh',
- 'text/xml' => 'xml',
+ 'text/xml' => 'xml,xsd',
'text/yaml' => 'yml,yaml',
'image/gif' => 'gif',
'image/jpeg' => 'jpg,jpeg,jpe',
Files
Updated by Thomas Lecavelier almost 18 years ago
WARNING! You let your proposal for a previous patch in your local copy. The correct patch is attached.
Updated by Kit Plummer almost 18 years ago
- File added_xsd_mxml.patch added_xsd_mxml.patch added
There's a whole slew of XML filetypes...like Adobe's Flash. Not sure if those should be captured in this patch too. Would help me out - so, I'm adding mxml to the list now.
Updated by Jean-Philippe Lang almost 18 years ago
- Status changed from New to Closed
Added with a few other extensions in r1128.
Actions