$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));