add some explaination on where to report bugs and issues with "external" projects
authorStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Wed, 16 Dec 2009 09:34:06 +0000 (09:34 +0000)
committerStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Wed, 16 Dec 2009 09:34:06 +0000 (09:34 +0000)
in the hope of improving the S/N ratio on bugs submitted using this form.
per discussion on pgsql-bugs.

git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2602 8f5c7a92-453e-0410-a47f-ad33c8a6b003

portal/system/form/submitbug.php

index 33e09cafd6dbd2b71b4ce545df97e83346e58dce..e33b8383f5f9d346fa524be340ec695e45601130 100644 (file)
@@ -12,6 +12,7 @@ class Form_SubmitBug extends PgForm {
 
        $this->form->addElement('static',     null, null, gettext("To report a security bug, please send an email to <a href=\"mailto:security@postgresql.org\">security@postgresql.org</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('static',             null, null, gettext("This bug report form should only be used for reporting bugs and problems with the PostgreSQL database.  Problems with database connectors such as ODBC and JDBC, graphical administration tools such as pgAdmin or other external projects <b>should not be reported here</b>; please report to those projects directly.  For products closely connected with PostgreSQL, there may be an appropriate <a href='/community/lists'>mailing list</a> available."));
 
       $this->form->addElement('text',       'name', gettext("Name:"), array('size' => 40, 'maxlength' => 100));
       $this->form->addElement('text',       'email', gettext("Email:"), array('size' => 40, 'maxlength' => 100));