Home
last modified time | relevance | path

Searched refs:status (Results 1 – 9 of 9) sorted by path

/web-bugs/include/
H A Dquery.php30 $status = !empty($_GET['status']) ? (string)$_GET['status'] : 'Open'; variable
109 switch ($status) {
124 $where_clause .= " AND bugdb.status='$status'";
258 if ($status == 'Feedback') {
/web-bugs/sql/
H A Dschema.sql15 status varchar(16) default NULL, field
27 KEY status (status),
78 status varchar(16) default NULL, field
/web-bugs/src/Repository/
H A DReasonRepository.php117 'status' => 'Feedback',
126 report and change the status back to "Open". Thank you for helping
134 'status' => 'Feedback',
/web-bugs/www/
H A Dbug.php513 $status = 'Assigned'; variable
515 $status = 'Open'; variable
517 $status = $_POST['in']['status']; variable
521 if ($status == 'Closed' && $_POST['in']['assign'] == '') {
540 $status,
1292 function canvote($thanks, $status) argument
1294 …return ($thanks != 4 && $thanks != 6 && $status != 'Closed' && $status != 'Not a bug' && $status !…
H A Dfix.php109 $status = $RESOLVE_REASONS[$reason]['status']; variable
119 if ($status == $bug['status']) {
125 'status' => $status,
133 if ($status == 'Closed' && $in['assign'] == '') {
147 $status,
H A Dlstats.php7 function status_print ($status, $num, $width, $align = STR_PAD_LEFT) argument
9 echo ucfirst($status), ':', str_pad($num, $width - strlen($status), ' ', $align), "\n\n";
12 function get_status_count ($status, $category = '') argument
26 $query.= " {$status} AND bug_type = 'Bug' AND package_name = " . $dbh->quote($category);
28 $query.= " status='{$status}' ";
66 foreach ($tla as $status => $short) {
67 if (!in_array($status, ['Duplicate'])) {
68 $count = get_status_count ($status);
69 status_print($status, $count, 30);
H A Dsearch.php116 $link .= '&status=' . urlencode($status);
246 <td><select id="status" name="status"><?php show_state_options($status);?></select></td>
H A Dstats.php162 function bugstats($status, $name) argument
167 if (isset($all[$status])) {
169 'bug_type='.$bug_type.'&amp;status=' .$status .
171 $all[$status] . "</a>\n";
174 if (empty($pkg[$status][$name])) {
179 $status .
182 $pkg[$status][$name] . "</a>\n";
/web-bugs/www/rss/
H A Drdf.php15 switch ($bug['status']) {

Completed in 30 milliseconds