Test results are not displayed for applications https://bugs.winehq.org/show_bug.cgi?id=58473
Test results are not displayed for applications (https://bugs.winehq.org/show_bug.cgi?id=58473)
Fixes latest merge request: !22 (merged)
Pardon the previous commit which apparently only worked on my local machine where a bugzilla.version table existed.
The code removed by !22 (merged) was partially restored but with a solution that retrieves the Wine versions via HTTP request similar to the bugs table using the version listing at https://bugs.winehq.org/query.cgi?format=advanced.
The previous code attempted to cut down traffic and give version update control over AppDB admins by saving Bugzilla Wine version listing out to a .txt file.
This commit instead saves the listing per user session.