Re: [PATCH] Fix colspan of commitfest topic headers

Lists: pgsql-www
From: Marti Raudsepp <marti(at)juffo(dot)org>
To: pgsql-www <pgsql-www(at)postgresql(dot)org>
Subject: [PATCH] Fix colspan of commitfest topic headers
Date: 2014-10-06 15:03:20
Message-ID: CABRT9RBT8prpp5tGy4mj0HUFe7gv3SXzNEgBkFMFLM=SSiHYNw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Hi www,

After my last pgweb contributions ended in a disaster, I have shied
away from hacking on the website. But it may be time to give it
another shot. :)

Here's a patch to fix the upper right corner of the table on
commitfest pages, for example:
https://commitfest.postgresql.org/action/commitfest_view?id=24

Previously, together with the separate last column, the topic headers
were 6 cols wide, compared to other rows with 5 cols, which made the
layout look odd.

Beware, I only tried change in the browser, without actually running
my own pgcommitfest system, so there's always a chance I could have
broken something.

Regards,
Marti

Attachment Content-Type Size
0001-Fix-colspan-of-commitfest-topic-headers.patch binary/octet-stream 1.1 KB

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: pgsql-www <pgsql-www(at)postgresql(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: [PATCH] Fix colspan of commitfest topic headers
Date: 2014-10-22 14:44:33
Message-ID: CABRT9RDyo6zhkOD_o8vMGVxGSO15bSCzWiJDXC-sXc2vB6MHXA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Mon, Oct 6, 2014 at 6:03 PM, Marti Raudsepp <marti(at)juffo(dot)org> wrote:
> Here's a patch to fix the upper right corner of the table on
> commitfest pages, for example:
> https://commitfest.postgresql.org/action/commitfest_view?id=24

Ping, what's the process for getting patches into pgcommitfest? Cc'ing
Robert and Magnus because they wrote most of it.

Regards,
Marti


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Marti Raudsepp <marti(at)juffo(dot)org>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: [PATCH] Fix colspan of commitfest topic headers
Date: 2014-10-22 14:52:33
Message-ID: CABUevEyer5e_GhCjtPpALPjYPFJOQ5JDZqbP3fGxTYA-yWEhPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Oct 22, 2014 4:45 PM, "Marti Raudsepp" <marti(at)juffo(dot)org> wrote:
>
> On Mon, Oct 6, 2014 at 6:03 PM, Marti Raudsepp <marti(at)juffo(dot)org> wrote:
> > Here's a patch to fix the upper right corner of the table on
> > commitfest pages, for example:
> > https://commitfest.postgresql.org/action/commitfest_view?id=24
>
> Ping, what's the process for getting patches into pgcommitfest? Cc'ing
> Robert and Magnus because they wrote most of it.
>

HI!

The plan is to switch to the new app. Of course, my schedule has been
entirely out of sync with the cf schedule, so I've been unable to get that
done in the very short moments we've not been in an active cf so far, thus
it has been greatly delayed.

/Magnus