|
From: <sv...@va...> - 2005-06-30 01:44:04
|
Author: njn
Date: 2005-06-30 02:43:59 +0100 (Thu, 30 Jun 2005)
New Revision: 126
Log:
Give more helpful instructions for using Bugzilla.
Modified:
trunk/info/contact.html
trunk/php/.htconfx
trunk/support/bug_reports.html
trunk/support/features.html
Modified: trunk/info/contact.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/info/contact.html 2005-06-30 01:08:06 UTC (rev 125)
+++ trunk/info/contact.html 2005-06-30 01:43:59 UTC (rev 126)
@@ -11,7 +11,7 @@
=20
<dt>Submitting patches:</dt>
<dd>If you'd like to contribute a patch, please use our=20
-<?php echo vglink('vgbugs'); ?> page.</dd>
+<?php echo vglink('vgbugsreport'); ?> page.</dd>
=20
<dt>Bug reports:</dt>
<dd>Please see the=20
Modified: trunk/php/.htconfx
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/php/.htconfx 2005-06-30 01:08:06 UTC (rev 125)
+++ trunk/php/.htconfx 2005-06-30 01:43:59 UTC (rev 126)
@@ -40,9 +40,15 @@
'vgusers' =3D> array(=20
'txt'=3D>'valgrind-users',
'url'=3D>'http://lists.sourceforge.net/lists/listinfo/valgrind-users'=
),
- 'vgbugs' =3D> array(=20
- 'txt'=3D>'bugzilla',
+ 'vgbugsreport' =3D> array(=20
+ 'txt'=3D>'Bugzilla report',
'url'=3D>'http://bugs.kde.org/enter_valgrind_bug.cgi' ),
+ 'vgbugsquery' =3D> array(=20
+ 'txt'=3D>'Bugzilla query',
+ 'url'=3D>'http://bugs.kde.org/query.cgi' ),
+ 'vgbugsopenlist' =3D> array(=20
+ 'txt'=3D>'Bugzilla all open bugs',
+ 'url'=3D>'http://bugs.kde.org/buglist.cgi?product=3Dvalgrind&bug_stat=
us=3DUNCONFIRMED&bug_status=3DNEW&bug_status=3DASSIGNED&bug_status=3DREOP=
ENED&cmdtype=3Ddoit ),
=20
/* email addresses
The 'fwds' are set on exonetric in /usr/local/etc/postfix/virtual */
Modified: trunk/support/bug_reports.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/support/bug_reports.html 2005-06-30 01:08:06 UTC (rev 125)
+++ trunk/support/bug_reports.html 2005-06-30 01:43:59 UTC (rev 126)
@@ -7,9 +7,16 @@
the failures people seem to encounter in practice.</p>
=20
<p>If that fails, please file a report using our=20
-<?php echo vglink( 'vgbugs' ); ?> page. For how to report a bug
-effectively, check out these resources:</p>
+<?php echo vglink( 'vgbugsreport' ); ?> page. You can search for exist=
ing
+bugs using the=20
+<?php echo vglink( 'vgbugsquery' ); ?> page (make sure you choose Valgri=
nd
+as the "component"), or see all open bug reports at the=20
+<?php echo vglink( 'vgbugsopenlist' ); ?> page. Anyone can search the
+database, but you need to open a Bugzilla account (instructions are on t=
he
+page) to report a bug.</p>
=20
+</p>To help you write effective bug reports, check out these resources:<=
/p>
+
<ul>
<li> Eric Raymond's and Rick Moen's <a href=3D"http://www.catb.org/~esr=
/faqs/smart-questions.html">How To Ask Questions The Smart Way</a></li>
<li> mozilla.org's <a href=3D"http://www.mozilla.org/quality/bug-writin=
g-guidelines.html">bug writing guidelines</a></li>
Modified: trunk/support/features.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/support/features.html 2005-06-30 01:08:06 UTC (rev 125)
+++ trunk/support/features.html 2005-06-30 01:43:59 UTC (rev 126)
@@ -1,8 +1,10 @@
<h1>Feature Requests</h1>
=20
<p>To request a feature, please use our=20
-<?php echo vglink( 'vgbugs' ); ?> page; make an entry with the
-severity <code>wishlist</code>.</p>
+<?php echo vglink( 'vgbugsreport' ); ?> page; make an entry with the
+severity <code>wishlist</code>. You can search for existing bugs using =
the
+<?php echo vglink( 'vgbugsquery' ); ?> page (make sure you choose Valgri=
nd
+as the "component", and "wishlist" as the severity).</p>
=20
<p>If you have trouble with Bugzilla, or for some reason you
don't think Bugzilla is appropriate for your request (although it
|