Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2003:
[Freeciv-Dev] Re: (PR#6919) 2 RT bugs/misfeatures
Home

[Freeciv-Dev] Re: (PR#6919) 2 RT bugs/misfeatures

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: bh@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6919) 2 RT bugs/misfeatures
From: "Paul Zastoupil" <paul@xxxxxxxxxxxxx>
Date: Fri, 21 Nov 2003 13:46:10 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=6919 >

On Fri, Nov 21, 2003 at 12:33:07PM -0800, Benoit Hudson wrote:
> 
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=6919 >
> 
> On Fri, Nov 21, 2003 at 11:18:06AM -0800, Paul Zastoupil wrote:
> > > As someone noticed, RT seems to attach .patch files as
> > > application/octet-stream rather than text/plain ; is this easy to fix?
> > 
> > Can you point me to one?  I suspect its a problem with the users mail
> > agent and not RT.
> 
> Here's one:
>     http://rt.freeciv.org/Ticket/Display.html?id=6912
> 
> I sent it in using the web form.

Yes, the webserver has no way of knowing what kind of file a .patch is.

I've added it to text/plain in mime.types.

mysql> update Attachments set ContentType="text/plain" where Filename
like "%.patch" and ContentType="application/octet-stream";
Query OK, 40 rows affected (14.32 sec)
Rows matched: 40  Changed: 40  Warnings: 0

I updated the db.  There are still some in there that are marked as
text/x-patch.  Not sure if we should make them all text/plain or
x-patch.

> 
> 
> > > Also, less annoyingly, the 'resolved' column on the home page is
> > > actually the stalled tickets (notice the numbers are the same, and when
> > > you click on one you get to the list of stalled, not resolved, tickets
> > > for that queue).
> > 
> > I fixed this.
> 
> You fixed the numbers but not the link apparently: when I click on that
> '106' on the AI column I get 12 tickets, all stalled.

Once again you are correct, and I have "fixed" it.

-- 
Paul Zastoupil




[Prev in Thread] Current Thread [Next in Thread]