Issue177

Title Set content type of .diff, .patch and .py to text/plain
Priority feature Status resolved
Superseder Nosy List loewis, tiran
Assigned To Topics

Created on 2008-01-10.17:44:11 by tiran, last changed 2008-03-06.19:05:38 by loewis.

Messages
msg914 (view) Author: tiran Date: 2008-01-10.17:44:11
Could you please set the content type of existing and future files with the
extension .diff, .patch and .py to text/plain? They are currently
application/octed-stream in most cases. I like to review the files in my browser
instead of downloading them every time.
msg930 (view) Author: draghuram Date: 2008-01-29.21:07:09
This seems to have been done for ".patch" (see #1966 for an example) but not for
".diff" and ".py".
msg988 (view) Author: loewis Date: 2008-02-23.20:51:38
This is now fixed in r61014.
msg989 (view) Author: loewis Date: 2008-02-23.20:54:00
Reopening - the existing patches still need to be changed.
msg1015 (view) Author: loewis Date: 2008-03-06.19:05:37
I have now changed the content-type for all existing patches.
History
Date User Action Args
2008-03-06 19:05:38loewissetstatus: in-progress -> resolved
messages: + msg1015
2008-02-23 20:54:00loewissetstatus: resolved -> in-progress
messages: + msg989
2008-02-23 20:51:38loewissetstatus: chatting -> resolved
nosy: + loewis
messages: + msg988
2008-01-29 21:07:09draghuramsetstatus: unread -> chatting
messages: + msg930
2008-01-10 17:44:11tirancreate