getCategoryPath(),$appId, $versionId); echo html_frame_start("",'98%','',2); echo "
Category: $catFullPath
\n";
echo html_frame_end();
}
/* display the SUB apps that belong to this app */
function display_bundle($appId)
{
$result = query_appdb("SELECT appFamily.appId, appName, description FROM appBundle, appFamily ".
"WHERE bundleId = $appId AND appBundle.appId = appFamily.appId");
if(!$result || mysql_num_rows($result) == 0)
{
// do nothing
return;
}
echo html_frame_start("","98%","",0);
echo "
| Application Name | \n"; echo "Description | \n"; echo "
| ".stripslashes($ob->appName)." | \n"; echo "$desc | \n"; echo "
| Name | ".$oApp->sName." | \n"; echo "
| App Id | ".$oApp->iAppId." | \n"; echo "
| Vendor | ". " ".$oVendor->sName." \n"; echo " |
| All Bugs | ". " Look for All bugs in bugzilla \n"; echo " |
| Open Bugs | ". " Look for Open bugs in bugzilla \n"; echo " |
| Submit a New Bug | ". " Submit a new bug in bugzilla \n"; echo " |
| Welcome This is the link between the Wine Application Database and Wine's Buzilla. From here you get search for bugs entered against this application. You can also enter new bugs if you log into Wine's Bugzilla. The link between the Application Database and Bugzilla is based on the bug having the following URL ".APPDB_ROOT."appview.php?appId=".$oApp->iAppId." in the bug's URL Field. If it is not entered, this search page can not find it. |