cvsweb.cgi missing colors

Started by Andrew Dunstanover 19 years ago3 messages
#1Andrew Dunstan
andrew@dunslane.net

What has our cvsweb.cgi recently lost its colors? It has made it almost
completely unusable. Example:
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.195;r2=1.196;f=h

cheers

andrew

#2Magnus Hagander
mha@sollentuna.net
In reply to: Andrew Dunstan (#1)
Re: [HACKERS] cvsweb.cgi missing colors

The stylesheet (/css/cvsweb/cvsweb.css) is a 404, that's why.

I don't really know my way around that box, so I don't know why it
happened and what to fix, but that's what's broken.

//Magnus

Show quoted text

-----Original Message-----
From: pgsql-hackers-owner@postgresql.org [mailto:pgsql-hackers-
owner@postgresql.org] On Behalf Of Andrew Dunstan
Sent: Wednesday, October 04, 2006 1:30 AM
To: PostgreSQL Hackers
Subject: [HACKERS] cvsweb.cgi missing colors

What has our cvsweb.cgi recently lost its colors? It has made it
almost completely unusable. Example:
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/
misc/postgresql.conf.sample.diff?r1=1.195;r2=1.196;f=h

cheers

andrew

---------------------------(end of broadcast)----------------------
-----
TIP 9: In versions below 8.0, the planner will ignore your desire
to
choose an index scan if your joining column's datatypes do
not
match

#3Dave Page
dpage@vale-housing.co.uk
In reply to: Magnus Hagander (#2)
Re: [HACKERS] cvsweb.cgi missing colors

-----Original Message-----
From: pgsql-hackers-owner@postgresql.org
[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of
Magnus Hagander
Sent: 04 October 2006 08:36
To: Andrew Dunstan; PostgreSQL Hackers
Cc: pgsql-www@postgresql.org
Subject: Re: [HACKERS] cvsweb.cgi missing colors

The stylesheet (/css/cvsweb/cvsweb.css) is a 404, that's why.

I don't really know my way around that box, so I don't know why it
happened and what to fix, but that's what's broken.

Sorry, my bad - fixed now.

Regards Dave.