X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id CF09DD1E21A for ; Wed, 12 May 2004 14:37:12 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 21019-04 for ; Wed, 12 May 2004 14:36:50 -0300 (ADT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by svr1.postgresql.org (Postfix) with ESMTP id 7EBEED1DDF3 for ; Wed, 12 May 2004 14:36:48 -0300 (ADT) Received: from cs.msu.su (ppp149-14.dialup.mtu-net.ru [62.118.149.14]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id F282D1590A1; Wed, 12 May 2004 21:36:46 +0400 (MSD) (envelope-from borz_off@cs.msu.su) Message-ID: <40A2608A.3050906@cs.msu.su> Date: Wed, 12 May 2004 21:36:10 +0400 From: Alexey Borzov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Dave Page Cc: pgsql-www@postgresql.org Subject: Re: Status update on "new" website, testing needed References: <03AF4E498C591348A42FC93DEA9661B889FD20@mail.vale-housing.co.uk> In-Reply-To: <03AF4E498C591348A42FC93DEA9661B889FD20@mail.vale-housing.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.1 tagged_above=0.0 required=5.0 tests=RCVD_IN_SORBS X-Spam-Level: X-Archive-Number: 200405/36 X-Sequence-Number: 4415 Hi! Dave Page wrote: >>Someone'll have to go over the templates and sync 'em with >>the current site. > > Perhaps you could summarise what needs checking - for example, does any > of the DB stuff need resyncing, or is it just static pages? Only the static pages. The stuff that's currently kept in DB should be OK. There is a script to update the DB structure, if more scripts are needed, I'll do them. >>>- You cannot preview news/events from the admin pages (at least, I >>>couldn't see how) >> >>Hmm. I can add a preview feature as a JS popup window which >>will use the site's CSS. How does this sound? > > > Currently we fire it off in the original php page that used to be > displayed. Now of course, the site displays the statically generated > version but in theory that looks the same as the active version. If you > can make the popup use the same format template and css as the user will > actually see, then I think that would be the best option. OK, understood, I'll see what can be done.