Note that bugs will be publically archived.
authorDave Page <[email protected]>
Fri, 13 Nov 2009 10:10:51 +0000 (10:10 +0000)
committerDave Page <[email protected]>
Fri, 13 Nov 2009 10:10:51 +0000 (10:10 +0000)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2584 8f5c7a92-453e-0410-a47f-ad33c8a6b003

portal/system/form/submitbug.php

index 1136dd5b12bd682f6263ca96270c8da70eb66c88..33e09cafd6dbd2b71b4ce545df97e83346e58dce 100644 (file)
@@ -10,7 +10,7 @@ class Form_SubmitBug extends PgForm {
        $this->form->addElement('static',     null, null, gettext('Poor performance is not necessarily a bug. Read the documentation or ask on one of the <a href="/community/lists/">mailing lists</a> for help in tuning your applications. Failing to comply to the SQL standard is not necessarily a bug either, unless compliance for the specific feature is explicitly claimed.'));
        $this->form->addElement('static',     null, null, gettext('Before you continue, check on the <a href="http://wiki.postgresql.org/wiki/Todo">TODO list</a> and in the <a href="/docs/faq/">FAQ</a> to see if your bug is already known. If you cannot decode the information on the TODO list, report your problem so we can clarify the TODO list.'));
 
-       $this->form->addElement('static',     null, null, gettext("To report a security bug, please send an email to <a href=\"mailto:[email protected]\">[email protected]</a>."));
+       $this->form->addElement('static',     null, null, gettext("To report a security bug, please send an email to <a href=\"mailto:[email protected]\">[email protected]</a>. All other bugs will be forwarded to the <a href=\"http://archives.postgresql.org/pgsql-bugs/\">pgsql-bugs</a> mailing list where they will be publicly archived."));
       $this->form->addElement('static',     'info', null, gettext('Make sure you are running the latest available minor release for your major <a href="/support/versioning">version</a> before reporting a bug. The current list of supported versions is ') . $this->get_supported_versions() . '.');
 
       $this->form->addElement('text',       'name', gettext("Name:"), array('size' => 40, 'maxlength' => 100));