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
Actions