Module: appdb
Branch: master
Commit: 64f4aef4e810c581be9235af94697256b1c33c32
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=64f4aef4e810c581be9235af…
Author: Rosanne DiMesio <dimesio(a)earthlink.net>
Date: Wed Aug 16 14:29:03 2017 -0500
Revise ratings hints
Signed-off-by: Rosanne DiMesio <dimesio(a)earthlink.net>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
js/utils.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/js/utils.js b/js/utils.js
index 26128a9..0fdcb92 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -119,11 +119,11 @@ $(document).ready(function()
{
var ratingdesc=[
"",
- " Works flawlessly out of the box - no problems ",
- " Works flawlessly with DLL overrides, third party software or other settings ",
- " Works excellently for normal use;works fine in singleplayer but not multi ",
- " Works but has issues for normal use ",
- " Does not run or cannot be installed with Wine "
+ " Works as well as (or better than) on Windows out of the box ",
+ " Works as well as (or better than) on Windows with workarounds ",
+ " Works excellently for normal use, but has some problems ",
+ " Works, but has problems for normal use ",
+ " Problems are severe enough that the application cannot be used for the purpose it was designed for "
];
var ratingstyle =[
"",
Module: appdb
Branch: master
Commit: 425fb629980bd1da47ac56d87c1d518d7341770e
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=425fb629980bd1da47ac56d8…
Author: Jeremy Newman <jnewman(a)codeweavers.com>
Date: Wed Aug 16 11:32:09 2017 -0500
taking changes live
---
tables/alter.sql | 1 -
1 file changed, 1 deletion(-)
diff --git a/tables/alter.sql b/tables/alter.sql
index f61f3fb..0e977b2 100644
--- a/tables/alter.sql
+++ b/tables/alter.sql
@@ -1,4 +1,3 @@
/* 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 usedWorkaround ENUM("Yes", "No") DEFAULT NULL AFTER runs, ADD COLUMN workarounds TEXT DEFAULT NULL AFTER usedWorkaround;
Module: appdb
Branch: master
Commit: 4a1506322966340d3ad42151ffa31f551e7e9f4c
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=4a1506322966340d3ad42151…
Author: Rosanne DiMesio <dimesio(a)earthlink.net>
Date: Wed Aug 16 11:26:57 2017 -0500
Add Workarounds section to test report
Adds a yes/no question about whether workarounds were used
and a textarea to enter details if yes. Prohibits Platinum
ratings when workarounds are reported used. Fixes bug 16169.
Signed-off-by: Rosanne DiMesio <dimesio(a)earthlink.net>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
include/testData.php | 103 +++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 91 insertions(+), 12 deletions(-)
Diff: http://source.winehq.org/git/appdb.git/?a=commitdiff;h=4a1506322966340d3ad4…