Module: bugzilla
Branch: master
Commit: bec592171b632297d6212982e2e5ff0fe51738ce
URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=bec592171b632297d6212…
Author: Lei Zhang <thestig(a)google.com>
Date: Wed Sep 12 15:20:32 2007 -0700
replace generic severity descriptions with wine specific ones (try 2)
Hi,
This is for bug 9110. I changed some of the severity descriptions
based on feedback on wine-devel.
>From 05a44e8b333ae3b76427f683c287271c146e7818 Mon Sep 17 00:00:00 2001
From: Lei Zhang <thestig(a)google.com>
Date: Wed, 12 Sep 2007 15:14:57 -0700
Subject: [PATCH] [bugzilla] replace generic severity descriptions with wine specific ones
---
template/en/default/pages/fields.html.tmpl | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index 6b77f8b..ac2a0d8 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -217,27 +217,32 @@ This field describes the impact of [% terms.abug %].
<tr>
<th>Critical</th>
- <td>crashes, loss of data, severe memory leak</td>
+ <td>Critical problem that prevents all applications from working</td>
</tr>
<tr>
<th>Major</th>
- <td>major loss of function</td>
+ <td>Major loss of functionality for a wide range of applications</td>
+ </tr>
+
+ <tr>
+ <th>Normal</th>
+
+ <td>For an application crash or loss of functionality</td>
</tr>
<tr>
<th>Minor</th>
- <td>minor loss of function, or other problem where easy
+ <td>For minor loss of functionality, or other problem where an easy
workaround is present</td>
</tr>
<tr>
<th>Trivial</th>
- <td>cosmetic problem like misspelled words or misaligned
- text</td>
+ <td>For a UI glitch that doesn't affect running of a program</td>
</tr>
<tr>
ChangeSet ID: 31376
CVSROOT: /opt/cvs-commit
Module name: CVSROOT
Changes by: julliard(a)winehq.org 2007/09/13 07:20:21
Modified files:
. : config
Log message:
Comment out PreservePermissions to avoid warnings with new CVS version.
Patch: http://cvs.winehq.org/patch.py?id=31376
Old revision New revision Changes Path
1.8 1.9 +1 -1 CVSROOT/config
Index: CVSROOT/config
diff -u -p CVSROOT/config:1.8 CVSROOT/config:1.9
--- CVSROOT/config:1.8 13 Sep 2007 12:20:21 -0000
+++ CVSROOT/config 13 Sep 2007 12:20:21 -0000
@@ -5,7 +5,7 @@ SystemAuth=no
# in the repository.
# Note: +x gets preserved anyway, and ``yes'' results in no write perms,
# so ``no'' is a better choice
-PreservePermissions=no
+# PreservePermissions=no
# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
# level of the new working directory when using the `cvs checkout'