From: Dave Page Date: Fri, 13 Nov 2009 10:10:51 +0000 (+0000) Subject: Note that bugs will be publically archived. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dadb45d4ab9630ff7f917a34fa6d9c996abcb1fa;p=pgweb-old.git Note that bugs will be publically archived. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2584 8f5c7a92-453e-0410-a47f-ad33c8a6b003 --- diff --git a/portal/system/form/submitbug.php b/portal/system/form/submitbug.php index 1136dd5b..33e09caf 100644 --- a/portal/system/form/submitbug.php +++ b/portal/system/form/submitbug.php @@ -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 mailing lists 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 TODO list and in the FAQ 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 security@postgresql.org.")); + $this->form->addElement('static', null, null, gettext("To report a security bug, please send an email to security@postgresql.org. All other bugs will be forwarded to the pgsql-bugs 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 version 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));