bugzilla/template/en/default attachment/list.h ...

Jeremy Newman jnewman at wine.codeweavers.com
Tue Mar 13 11:09:54 CDT 2007


ChangeSet ID:	30960
CVSROOT:	/opt/cvs-commit
Module name:	bugzilla
Changes by:	jnewman at winehq.org	2007/03/13 11:09:54

Modified files:
	template/en/default/attachment: list.html.tmpl 
	template/en/default/bug: edit.html.tmpl 
	template/en/default/bug/create: create.html.tmpl 
	                                user-message.html.tmpl 

Log message:
	Lei Zhang <thestig at google.com>
	more clear instructions to help prevent pasting logs into bug reports

Patch: http://cvs.winehq.org/patch.py?id=30960

Old revision  New revision  Changes     Path
 1.1.1.1       1.2           +1 -1       bugzilla/template/en/default/attachment/list.html.tmpl
 1.3           1.4           +1 -1       bugzilla/template/en/default/bug/edit.html.tmpl
 1.2           1.3           +1 -1       bugzilla/template/en/default/bug/create/create.html.tmpl
 1.1.1.1       1.2           +3 -2       bugzilla/template/en/default/bug/create/user-message.html.tmpl

Index: bugzilla/template/en/default/attachment/list.html.tmpl
diff -u -p bugzilla/template/en/default/attachment/list.html.tmpl:1.1.1.1 bugzilla/template/en/default/attachment/list.html.tmpl:1.2
--- bugzilla/template/en/default/attachment/list.html.tmpl:1.1.1.1	13 Mar 2007 16: 9:54 -0000
+++ bugzilla/template/en/default/attachment/list.html.tmpl	13 Mar 2007 16: 9:54 -0000
@@ -83,7 +83,7 @@
 
   <tr>
     <td colspan="[% show_attachment_flags ? 4 : 3 %]">
-      <a href="attachment.cgi?bugid=[% bugid %]&amp;action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.)
+      <a href="attachment.cgi?bugid=[% bugid %]&amp;action=enter">Create a New Attachment</a> (back traces, logs, proposed patch, testcase, etc.)
     </td>
     <td colspan="1">
       <a href="attachment.cgi?bugid=[% bugid %]&amp;action=viewall">View All</a>
Index: bugzilla/template/en/default/bug/edit.html.tmpl
diff -u -p bugzilla/template/en/default/bug/edit.html.tmpl:1.3 bugzilla/template/en/default/bug/edit.html.tmpl:1.4
--- bugzilla/template/en/default/bug/edit.html.tmpl:1.3	13 Mar 2007 16: 9:54 -0000
+++ bugzilla/template/en/default/bug/edit.html.tmpl	13 Mar 2007 16: 9:54 -0000
@@ -392,7 +392,7 @@
 [%# *** Comments Groups *** %]
 
   <br>
-  <b>Additional <u>C</u>omments:</b><font size"-1"> Please do not PASTE logs and back traces, (attach them instead).<font>
+  <b>Additional <u>C</u>omments:</b><font size"-1"> Please <b>do not PASTE</b> logs and back traces, (attach them instead).<font>
   [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %]
     <input type="checkbox" name="commentprivacy" value="1"> Private
   [% END %]
Index: bugzilla/template/en/default/bug/create/create.html.tmpl
diff -u -p bugzilla/template/en/default/bug/create/create.html.tmpl:1.2 bugzilla/template/en/default/bug/create/create.html.tmpl:1.3
--- bugzilla/template/en/default/bug/create/create.html.tmpl:1.2	13 Mar 2007 16: 9:54 -0000
+++ bugzilla/template/en/default/bug/create/create.html.tmpl	13 Mar 2007 16: 9:54 -0000
@@ -184,7 +184,7 @@
       <input name="short_desc" size="60" value="[% short_desc FILTER html %]">
     </td>
   </tr>
-  <tr><td></td><td>Please do not PASTE logs and back traces (create an attachment instead)</td></tr> 
+  <tr><td></td><td>Please <b>do not PASTE</b> logs and back traces (create an attachment after you submit this bug)</td></tr> 
   <tr><td align="right" valign="top"><strong>Description:</strong></td>
     <td colspan="3">
       <textarea wrap="hard" name="comment" rows="10" cols="80">
Index: bugzilla/template/en/default/bug/create/user-message.html.tmpl
diff -u -p bugzilla/template/en/default/bug/create/user-message.html.tmpl:1.1.1.1 bugzilla/template/en/default/bug/create/user-message.html.tmpl:1.2
--- bugzilla/template/en/default/bug/create/user-message.html.tmpl:1.1.1.1	13 Mar 2007 16: 9:54 -0000
+++ bugzilla/template/en/default/bug/create/user-message.html.tmpl	13 Mar 2007 16: 9:54 -0000
@@ -28,7 +28,8 @@
   # the 'product' variable.
   #%]
 
-Before reporting a bug, please read the <a href="bugwritinghelp.html">
+Before reporting a bug, please read the <a href="http://wiki.winehq.org/Bugs">
 bug writing guidelines</a>, please look at the list of
 <a href="duplicates.cgi">most frequently reported bugs</a>, and please
-<a href="query.cgi">search</a> for the bug.
+<a href="query.cgi">search</a> for the bug to avoid submitting a duplicate
+report.



More information about the wine-cvs mailing list