Re: Changes to the docs comments system

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "PostgreSQL www" <pgsql-www(at)postgresql(dot)org>
Subject: Re: Changes to the docs comments system
Date: 2005-05-13 15:52:46
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C74A5@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> Hi!
>
> I've just committed a bunch of changes to how the interactive
> docs comment system works. Here's a summary of what has changed:
>
>
> * Reject and Save for later are now two separate actions. Reject will
> *remove* the comment (and notify the author, that's what's
> different from delete), Save for later will keep it in the
> database but *not* show it on the website.
>
> * Comments are now *hidden* by default, and need to be
> approved before they appear on the webpage. To make them
> easier to check in this case, there is now a comment preview function.
>
> * The management page (wwwmaster/admin) now lists all
> unhandled comments by default without needing to search for
> anything. The search/filter box is still there to find
> specific comments. This also means there is now an interface
> available to view all "saved for later" articles for the
> person who wants to go through them and incorporate ni the docs.
>
> * A comment can now be in three states: pending, approved,
> saved-for-later. Should be self-explaining.
>
> * All previous comments are in a fourth, non-existant state.
> That means they will be shown on the website, but they will
> also appear in th epending list. That is intentional. Now we
> just need *everybody* to help out and go through the old
> comments and delete/approve/reject them once again. Note that
> emails will *not* be sent out for old comments. All new
> comments will appear before the old ones. Once all the old
> ones are processed, the list will go back down to a nicer size.

Oh yeah, forgot one thing. There is also a blackhole-listing for
comments, to get rid of coment-spammers. The table "comment_rejects"
contains regexps that are matched to the comment text. If they match,
the comment is silently ignored (the author does *not* get a message
about it, in a small attempt to fool the bots that hit the site..).
Rightn ow this list contains "jsvelho\.org" and nothing more.

//Magnus

Browse pgsql-www by date

  From Date Subject
Next Message Bruce Momjian 2005-05-13 17:06:30 Re: New Chinese FAQ
Previous Message Magnus Hagander 2005-05-13 15:41:32 Changes to the docs comments system