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 82D0DD1BABF for ; Wed, 21 Apr 2004 09:53:14 -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 44294-09 for ; Wed, 21 Apr 2004 09:53:15 -0300 (ADT) Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by svr1.postgresql.org (Postfix) with ESMTP id 291BCD1BABD for ; Wed, 21 Apr 2004 09:53:11 -0300 (ADT) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=salem.vale-housing.co.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 3.35 #1) id 1BGHE1-000EY1-0W; Wed, 21 Apr 2004 13:53:13 +0100 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: Re: progress update, some questions Date: Wed, 21 Apr 2004 13:53:13 +0100 Message-ID: <03AF4E498C591348A42FC93DEA9661B889FAEE@mail.vale-housing.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] progress update, some questions Thread-Index: AcQnnV6eeD41L8+UTSeOiDiS/nonmQAAXf4Q From: "Dave Page" To: "Alexey Borzov" , X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200404/187 X-Sequence-Number: 4291 =20 > -----Original Message----- > From: Alexey Borzov [mailto:borz_off@cs.msu.su]=20 > Sent: 21 April 2004 13:34 > To: pgsql-www@postgresql.org > Subject: [pgsql-www] progress update, some questions >=20 > Greetings. >=20 > I almost finished the work on user-level form submits=20 > (surveys, bugs, doc comments, events and news) and have a few=20 > questions. >=20 > 1) Is 'active' field in 'events' table really needed? Maybe=20 > just consider the events with end date in the future as valid? No, that field is now obsolete. > 2) Bug submit through the website just increments some=20 > sequence but the bug itself is not stored in the database. Is=20 > this the expected behaviour? What came out of a lengthy=20 > discussion about a "real" bug tracker? Yes, that is the intended behaviour for the moment. > 3) There is *no* moderation at all for the doc comments, I=20 > suppose? You know why PHP's have such a good signal-to-noise=20 > ratio? Here is the > reason: http://lists.php.net/group.php?group=3Dphp.notes There is no moderation, though I believe some of the docs guys go through them before any releases to incorporate anything useful.=20 Feel free to add some moderation if you like - an email to the list with a link to an 'approve' script in /admin would do the job I guess. Regards Dave.