Home
last modified time | relevance | path

Searched refs:bug_id (Results 1 – 16 of 16) sorted by relevance

/web-bugs/www/
H A Dbug-pwd-finder.php17 $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 Dpatch-add.php22 $bug_id = !empty($_REQUEST['bug']) ? (int) $_REQUEST['bug'] : 0; variable
23 if (empty($bug_id)) {
27 if (empty($bug_id)) {
36 if (!($buginfo = $bugRepository->findOneById($bug_id))) {
38 display_bug_error("Invalid bug #{$bug_id} selected");
50 $show_bug_info = bugs_has_access($bug_id, $buginfo, $pw, $user_flags);
70 $patches = $patchRepository->findAllByBugId($bug_id);
110 $patches = $patchRepository->findAllByBugId($bug_id);
120 $patches = $patchRepository->findAllByBugId($bug_id);
147 $patches = $patchRepository->findAllByBugId($bug_id);
[all …]
H A Dgh-pull-add.php18 $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 Dpatch-display.php36 $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 Dfix.php13 $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 …You can <a href="bug.php?id=<?php echo $bug_id; ?>&amp;edit=3">add a comment by following this lin…
120 redirect("bug.php?id={$bug_id}&edit=1&in[resolve]={$reason}");
149 $bug_id,
157 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $log_comment, 'log');
163 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $ncomment, 'comment');
[all …]
H A Dbug.php26 $bug_id = 'PREVIEW'; variable
41 $bug_id = (int) $_REQUEST['id']; variable
66 unsubscribe($bug_id, $hash);
356 WHERE id={$bug_id}
537 WHERE id = {$bug_id}
602 ($bug_id != 'PREVIEW') ? "
719 if ($bug_id !== 'PREVIEW') {
1124 $bug_comments = is_int($bug_id) ? $commentRepository->findByBugId($bug_id) : [];
1159 if ($bug_id == 'PREVIEW') {
1221 global $bug_id;
[all …]
H A Drpc.php12 $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);
/web-bugs/templates/
H A Dpatchdisplay.php1 …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; ?>&amp;patch=<?php echo $patch_name_url; ?>&a…
11 '&amp;bug_id=', $bug_id, '&amp;revision=', $betterpatch['revision'],
23 '&amp;bug_id=', $bug_id,
35 echo '<li><a href="patch-display.php?bug_id=', $bug_id, '&amp;patch=',
40 '&amp;bug_id=', $bug_id, '&amp;diff=1&amp;old=', $rev['revision'], '&amp;revision=',
H A Dpatchdiff.php1 …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; ?>&amp;patch=<?php echo $patch_name_url; ?>…
11 '&amp;bug_id=', $bug_id, '&amp;revision=', $betterpatch['revision'],
23 '&amp;bug_id=', $bug_id,
33 <a href="patch-display.php?bug_id=<?php echo $bug_id; ?>&amp;patch=<?php
H A Dlistpatches.php6 <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; ?>&amp;patch=<?php echo urlencode($pna…
21 …revision <a href="patch-display.php?bug_id=<?php echo $bug_id;?>&amp;patch=<?php echo urlencode($p…
H A Daddghpull.php7 <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 Daddpatch.php4 <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 Dpatchadded.php3 $b = clean($bug_id);
/web-bugs/www/rss/
H A Dbug.php16 $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 Dfunctions.php1047 * @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 Dschema.sql88 bug_id int(8) NOT NULL default '0', field
92 PRIMARY KEY (bug_id,email),

Completed in 95 milliseconds