Module: appdb
Branch: master
Commit: a02cb79079216adeeeec9a655cd8d4e7e14b1cd5
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=a02cb79079216adeeeec9a65…
Author: Jeremy Newman <jnewman(a)codeweavers.com>
Date: Wed Sep 27 15:29:02 2017 -0500
take live
---
tables/alter.sql | 1 -
1 file changed, 1 deletion(-)
diff --git a/tables/alter.sql b/tables/alter.sql
index 6f536fb..457f8d9 100644
--- a/tables/alter.sql
+++ b/tables/alter.sql
@@ -1,3 +1,2 @@
/* append to this file when changes are required to the live db */
/* it will be cleared when the changes go live */
-ALTER TABLE testResults ADD COLUMN hasProblems ENUM("Yes", "No") DEFAULT NULL;
Module: appdb
Branch: master
Commit: 688664c3a41da8618a653b2c08446edfcc06f0d0
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=688664c3a41da8618a653b2c…
Author: Rosanne DiMesio <dimesio(a)earthlink.net>
Date: Wed Sep 27 13:45:22 2017 -0500
Add hasProblems yes/no question to the test report form
Adds question to form and checks user responses against the
responses to the Installs?, Runs?, and usedWorkarounds questions
and the rating given. The user is shown an error message if the
response/rating combination does not conform to the rating
definitions, e.g., rating cannot be Platinum if the answer
to this question is yes.
Signed-off-by: Rosanne DiMesio <dimesio(a)earthlink.net>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
include/testData.php | 94 ++++++++++++++++++++++++++++++++++------------------
1 file changed, 62 insertions(+), 32 deletions(-)
Diff: http://source.winehq.org/git/appdb.git/?a=commitdiff;h=688664c3a41da8618a65…