Lines Matching refs:bug_id
29 $bug_id = !empty($_REQUEST['bug']) ? (int) $_REQUEST['bug'] : 0; variable
30 if (empty($bug_id)) {
31 $bug_id = !empty($_REQUEST['bug_id']) ? (int) $_REQUEST['bug_id'] : 0; variable
34 if (empty($bug_id)) {
43 if (!($buginfo = $bugRepository->findOneById($bug_id))) {
45 display_bug_error("Invalid bug #{$bug_id} selected");
57 $show_bug_info = bugs_has_access($bug_id, $buginfo, $pw, $user_flags);
61 display_bug_error("The bug #{$bug_id} is not available to public");
77 $patches = $patchRepository->findAllByBugId($bug_id);
107 … $revision = $patchTracker->attach($bug_id, 'patch', $patch_name, $email, $_POST['obsoleted']);
109 $patches = $patchRepository->findAllByBugId($bug_id);
111 … $errors[] = 'Could not attach patch "'.htmlspecialchars($patch_name).'" to Bug #'.$bug_id;
117 $patches = $patchRepository->findAllByBugId($bug_id);
125 …$revision = $patchTracker->attach($bug_id, 'patch', $patch_name, $auth_user->email, $_POST['obsole…
127 $patches = $patchRepository->findAllByBugId($bug_id);
130 … 'Could not attach patch "'.htmlspecialchars($patch_name, ENT_QUOTES).'" to Bug #'.$bug_id
139 …$patch_url = "{$site_method}://{$site_url}{$basedir}/patch-display.php?bug={$bug_id}&patch={$patch…
149 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch');
152 mail_bug_updates($buginfo, $buginfo, $email, $text, 4, $bug_id);
154 $patches = $patchRepository->findAllByBugId($bug_id);
161 $patches = $patchRepository->findAllByBugId($bug_id);