[Bug 3034] New: AppDB - Bugzilla link broken again

Wine Bugs wine-bugs at winehq.org
Fri Jun 3 23:56:07 CDT 2005


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 at winehq.org
        ReportedBy: lamber45 at 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=%";

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list