/web-bugs/www/ |
H A D | bug-pwd-finder.php | 17 $bug_id = isset($_REQUEST['id']) ? (int) $_REQUEST['id'] : 0; variable 18 $bug_id = $bug_id ? $bug_id : ''; variable 20 if (isset($_POST['captcha']) && $bug_id != '') { 29 $query = "SELECT email, passwd FROM bugdb WHERE id = '{$bug_id}'"; 35 $errors[] = "Invalid bug id provided: #{$bug_id}"; 38 $errors[] = "No password found for #$bug_id bug report, sorry."; 46 ')->execute([bugs_get_hash($new_passwd), $bug_id]); 49 "Password for {$siteBig} bug report #{$bug_id}", 50 … "The password for {$siteBig} bug report #{$bug_id} has been set to: {$new_passwd}", 54 …$success = "The password for bug report #{$bug_id} has been sent to the address associated with th… [all …]
|
H A D | patch-add.php | 29 $bug_id = !empty($_REQUEST['bug']) ? (int) $_REQUEST['bug'] : 0; variable 30 if (empty($bug_id)) { 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); 77 $patches = $patchRepository->findAllByBugId($bug_id); 117 $patches = $patchRepository->findAllByBugId($bug_id); 127 $patches = $patchRepository->findAllByBugId($bug_id); 154 $patches = $patchRepository->findAllByBugId($bug_id); [all …]
|
H A D | gh-pull-add.php | 18 $bug_id = !empty($_REQUEST['bug']) ? (int) $_REQUEST['bug'] : 0; variable 19 if (empty($bug_id)) { 20 $bug_id = !empty($_REQUEST['bug_id']) ? (int) $_REQUEST['bug_id'] : 0; variable 23 if (empty($bug_id)) { 32 if (!($buginfo = $bugRepository->findOneById($bug_id))) { 34 display_bug_error("Invalid bug #{$bug_id} selected"); 46 $show_bug_info = bugs_has_access($bug_id, $buginfo, $pw, $user_flags); 89 $pulls = $pullRequestRepository->findAllByBugId($bug_id); 114 $pulls = $pullRequestRepository->findAllByBugId($bug_id); 133 $pulls = $pullRequestRepository->findAllByBugId($bug_id); [all …]
|
H A D | patch-display.php | 36 $bug_id = !empty($_GET['bug']) ? (int) $_GET['bug'] : 0; variable 37 if (empty($bug_id)) { 38 $bug_id = (int) $_GET['bug_id']; variable 43 if (!($buginfo = $bugRepository->findOneById($bug_id))) { 45 display_bug_error("Invalid bug #{$bug_id} selected"); 50 if (!bugs_has_access($bug_id, $buginfo, $pw, $user_flags)) { 52 display_bug_error("You have no access to bug #{$bug_id}"); 95 $patches = $patchRepository->findAllByBugId($bug_id); 98 response_header("Bug #{$bug_id} :: Patches"); 126 $patches = $patchTracker->listPatches($bug_id); [all …]
|
H A D | rpc.php | 12 $bug_id = (isset($_REQUEST['id']) ? (int) $_REQUEST['id'] : 0); variable 14 if (!$bug_id) { 34 $bug = $bugRepository->findOneById($bug_id); 54 bugs_add_comment($bug_id, $from, $user, $ncomment, 'svn'); 61 bugs_status_change($bug_id, 'Closed'); 72 bugs_add_comment($bug_id, $from, '', $log_comment, 'log'); 77 mail_bug_updates($bug, $in, $from, $ncomment, 1, $bug_id);
|
H A D | fix.php | 13 $bug_id = (int) $_REQUEST['id']; variable 15 if (!$bug_id) { 24 $bug = $bugRepository->findOneById($bug_id); 28 display_bug_error("No such bug #{$bug_id}"); 64 <input type="hidden" name="id" value="<?php echo $bug_id; ?>"> 76 …If you reported this bug, you can <a href="bug.php?id=<?php echo $bug_id; ?>&edit=2">edit this… 119 redirect("bug.php?id={$bug_id}&edit=1&in[resolve]={$reason}"); 148 $bug_id, 156 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $log_comment, 'log'); 162 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $ncomment, 'comment'); [all …]
|
H A D | bug.php | 26 $bug_id = 'PREVIEW'; variable 41 $bug_id = (int) $_REQUEST['id']; variable 66 unsubscribe($bug_id, $hash); 355 WHERE id={$bug_id} 536 WHERE id = {$bug_id} 601 ($bug_id != 'PREVIEW') ? " 718 if ($bug_id !== 'PREVIEW') { 1123 $bug_comments = is_int($bug_id) ? $commentRepository->findByBugId($bug_id) : []; 1158 if ($bug_id == 'PREVIEW') { 1220 global $bug_id; [all …]
|
/web-bugs/templates/ |
H A D | patchdisplay.php | 1 …cho clean($patch_name); ?> for <?php echo clean($package_name); ?> Bug #<?php echo $bug_id; ?></h2> 3 <a href="bug.php?id=<?php echo $bug_id; ?>">Return to Bug #<?php echo $bug_id; ?></a> | 4 <a href="patch-display.php?bug_id=<?php echo $bug_id; ?>&patch=<?php echo $patch_name_url; ?>&a… 11 '&bug_id=', $bug_id, '&revision=', $betterpatch['revision'], 23 '&bug_id=', $bug_id, 35 echo '<li><a href="patch-display.php?bug_id=', $bug_id, '&patch=', 40 '&bug_id=', $bug_id, '&diff=1&old=', $rev['revision'], '&revision=',
|
H A D | patchdiff.php | 1 …cho clean($patch_name); ?> for <?php echo clean($package_name); ?> Bug #<?php echo $bug_id; ?></h2> 3 <a href="bug.php?id=<?php echo $bug_id; ?>">Return to Bug #<?php echo $bug_id; ?></a> 4 | <a href="patch-display.php?bug_id=<?php echo $bug_id; ?>&patch=<?php echo $patch_name_url; ?>… 11 '&bug_id=', $bug_id, '&revision=', $betterpatch['revision'], 23 '&bug_id=', $bug_id, 33 <a href="patch-display.php?bug_id=<?php echo $bug_id; ?>&patch=<?php
|
H A D | listpatches.php | 6 <a href="bug.php?id=<?php echo $bug_id; ?>">Return to Bug #<?php echo $bug_id; ?></a> 8 | <a href="patch-add.php?bug_id=<?php echo $bug_id; ?>">Add a Patch</a> 17 …Patch <a href="patch-display.php?bug_id=<?php echo $bug_id; ?>&patch=<?php echo urlencode($pna… 21 …revision <a href="patch-display.php?bug_id=<?php echo $bug_id;?>&patch=<?php echo urlencode($p…
|
H A D | addghpull.php | 7 <h2>Add a Pull Request to <a href="bug.php?id=<?php echo $bug_id; ?>">Bug #<?php echo $bug_id; ?></… 14 <input type="hidden" name="bug" value="<?php echo $bug_id; ?>">
|
H A D | addpatch.php | 4 <h2>Add a Patch to <a href="bug.php?id=<?php echo $bug_id; ?>">Bug #<?php echo $bug_id; ?></a></h2> 13 <input type="hidden" name="bug" value="<?php echo $bug_id; ?>">
|
H A D | patchadded.php | 3 $b = clean($bug_id);
|
/web-bugs/www/rss/ |
H A D | bug.php | 16 $bug_id = isset($_REQUEST['id']) ? (int)$_REQUEST['id'] : 0; variable 20 $bug = $bugRepository->findOneById($bug_id); 33 $comments = $commentRepository->findByBugId($bug_id);
|
/web-bugs/include/ |
H A D | functions.php | 1047 * @param int $bug_id the bug's id number 1067 ")->execute([$bug_id]); 1286 if ($bug_id) { 1287 $bug_id = (int) $bug_id; 1358 function unsubscribe_hash($bug_id, $email) argument 1363 $hash = crypt($email . $bug_id, $now); 1381 {$siteBig} bug #{$bug_id} 1397 "X-PHP-Bug: {$bug_id}\r\n". 1412 function unsubscribe($bug_id, $hash) argument 1416 $bug_id = (int) $bug_id; [all …]
|
/web-bugs/sql/ |
H A D | schema.sql | 88 bug_id int(8) NOT NULL default '0', field 92 PRIMARY KEY (bug_id,email),
|