Merge "Configure direct download of files to browser"

This commit is contained in:
Jenkins 2014-05-22 13:44:51 +00:00 committed by Gerrit Code Review
commit ab3d3e3fb5

View File

@ -81,20 +81,20 @@
email = <%= email %> email = <%= email %>
<% commentlinks.each do |commentlink| -%> <% commentlinks.each do |commentlink| -%>
[commentlink "<%= commentlink['name'] %>"] [commentlink "<%= commentlink['name'] %>"]
match = "<%= commentlink['match'] %>" match = "<%= commentlink['match'] %>"
<% if commentlink['link'] != "" -%> <% if commentlink['link'] != "" -%>
link = "<%= commentlink['link'] %>" link = "<%= commentlink['link'] %>"
<% end -%> <% end -%>
<% if commentlink['html'] != "" -%> <% if commentlink['html'] != "" -%>
html = "<%= commentlink['html'] %>" html = "<%= commentlink['html'] %>"
<% end -%> <% end -%>
<% end -%> <% end -%>
[theme] [theme]
backgroundColor = ffffff backgroundColor = ffffff
topMenuColor = ffffff topMenuColor = ffffff
textColor = 264d69 textColor = 264d69
trimColor = eef3f5 trimColor = eef3f5
selectionColor = d1e6ea selectionColor = d1e6ea
changeTableOutdatedColor = f5cccc changeTableOutdatedColor = f5cccc
tableOddRowColor = ffffff tableOddRowColor = ffffff
tableEvenRowColor = f5f5ff tableEvenRowColor = f5f5ff
@ -124,4 +124,14 @@
type = <%= secondary_index_type %> type = <%= secondary_index_type %>
<% end -%> <% end -%>
[mimetype "image/*"] [mimetype "image/*"]
safe = true safe = true
[mimetype "application/yaml"]
safe = true
[mimetype "application/xml"]
safe = true
[mimetype "application/rst"]
safe = true
[mimetype "application/txt"]
safe = true
[mimetype "application/html"]
safe = true