http://bugs.winehq.org/show_bug.cgi?id=3034
Summary: AppDB - Bugzilla link broken again Product: WineHQ Apps Database Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: major Priority: P2 Component: website-bugs AssignedTo: wine-bugs@winehq.org ReportedBy: lamber45@cse.msu.edu
As things currently stand, "www.winehq.org" is what we use for the link-to-application in Bugzilla, but the application database is actually at "appdb.winehq.org". Therefore, if someone tries to click on a link in Bugzilla, he gets the WineHQ "Not Found" page. (By the way, this page comes back with a 200 HTTP response code, but says "404" in the middle in big red letters. That's another bug.)
I've written a patch that should solve this. Someone should also do the following SQL query, since the old links didn't have the keyword "appdb" in them:
UPDATE bugs SET bug_file_loc=REPLACE(bug_file_loc,"www.winehq.org","appdb.winehq.org") WHERE bug_file_loc LIKE "http://www.winehq.org/appview.php?appId=%";