Searched refs:display_bug_error (Results 1 – 9 of 9) sorted by relevance
/web-bugs/www/ |
H A D | patch-display.php | 23 display_bug_error('No patch selected to view'); 45 display_bug_error("Invalid bug #{$bug_id} selected"); 52 display_bug_error("You have no access to bug #{$bug_id}"); 68 display_bug_error('Invalid patch/revision specified'); 86 …display_bug_error('Internal error: Invalid patch/revision specified (is in database, but not in fi… 106 display_bug_error('Internal error: Invalid patch revision specified for diff');
|
H A D | patch-add.php | 21 display_bug_error('Only developers are allowed to add patches'); 36 display_bug_error('No bug selected to add a patch to (no bug or bug_id!)'); 45 display_bug_error("Invalid bug #{$bug_id} selected"); 61 display_bug_error("The bug #{$bug_id} is not available to public");
|
H A D | gh-pull-add.php | 25 display_bug_error('No bug selected to add a patch to (no bug or bug_id!)'); 34 display_bug_error("Invalid bug #{$bug_id} selected"); 50 display_bug_error("The bug #{$bug_id} is not available to public");
|
H A D | fix.php | 28 display_bug_error("No such bug #{$bug_id}"); 60 display_bug_error($errors); 171 display_bug_error($e->getMessage());
|
H A D | search.php | 113 display_bug_error($errors, 'warnings', ''); 115 display_bug_error($warnings, 'warnings', 'WARNING:'); 210 display_bug_error($errors); 211 display_bug_error($warnings, 'warnings', 'WARNING:');
|
H A D | bug-pwd-finder.php | 70 display_bug_error($errors);
|
H A D | bug.php | 108 display_bug_error($errors); 141 display_bug_error($bug); 149 display_bug_error("No such bug #{$bug_id}"); 163 display_bug_error("You're not allowed to add a comment to bug #{$bug_id}"); 205 …display_bug_error("The bug #{$bug_id} is not available to public, if you are the original reporter… 214 …display_bug_error('Only developers are allowed to comment; if you are the original reporter use th… 284 display_bug_error("The bug #{$bug_id} is not available to public"); 402 display_bug_error("The bug #{$bug_id} is not available to public"); 647 display_bug_error($errors);
|
H A D | vote.php | 35 display_bug_error("No such bug #{$id}");
|
/web-bugs/include/ |
H A D | functions.php | 712 function display_bug_error($in, $class = 'errors', $head = 'ERROR:') function
|
Completed in 15 milliseconds