Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 11 of 11) sorted by relevance

/web-bugs/www/
H A Dgh-pull-add.php59 $errors = []; variable
61 $errors[] = 'No repository selected';
64 $errors[] = 'No Pull request selected';
72 $errors[] = 'Email address must be valid!';
81 $errors[] = 'Incorrect Captcha';
84 if (count($errors)) {
97 if (!count($errors)) {
104 $errors[] = 'This pull request is already added.';
108 $errors[] = $e->getMessage();
113 if (count($errors)) {
[all …]
H A Dbug-pwd-finder.php15 $errors = []; variable
24 $errors[] = 'Incorrect Captcha';
28 if (empty($errors)) {
35 $errors[] = "Invalid bug id provided: #{$bug_id}";
38 $errors[] = "No password found for #$bug_id bug report, sorry.";
56 $errors[] = 'Sorry. Mail can not be sent at this time, please try again later.';
70 display_bug_error($errors);
H A Dbug.php46 $errors = []; variable
83 if (empty($errors)) {
108 display_bug_error($errors);
227 $errors[] = $message;
236 if (!$errors) {
267 $errors[] = $message;
320 $errors[] = $message;
335 if (!$errors && !($errors = incoming_details_are_valid($_POST['in'], false))) { variable
391 $errors[] = $message;
493 if (!$errors && !($errors = incoming_details_are_valid($_POST['in']))) { variable
[all …]
H A Dpatch-add.php71 $errors[] = 'No patch name entered';
78 $errors = []; variable
83 $errors[] = 'Email address must be valid!';
92 $errors[] = 'Incorrect Captcha';
95 if (count($errors)) {
103 $errors[] = $e->getMessage();
104 … $errors[] = 'Could not attach patch "'.htmlspecialchars($patch_name).'" to Bug #'.$bug_id;
121 $errors = [ variable
148 $errors = []; variable
H A Dfix.php34 $RESOLVE_REASONS = $FIX_VARIATIONS = $errors = []; variable
37 $errors[] = 'The username or password you supplied was incorrect.';
50 $errors[] = 'You have to use a valid reason to resolve this bug.';
54 $errors[] = 'You must provide a comment when marking a bug \'Not a bug\'';
58 if ($errors) {
60 display_bug_error($errors);
H A Dsearch.php42 $errors[] = 'Invalid query';
112 $errors[] = 'No bugs were found.';
113 display_bug_error($errors, 'warnings', '');
210 display_bug_error($errors);
/web-bugs/templates/
H A Daddghpull.php16 if (!empty($errors)) {
17 foreach ($errors as $err) {
H A Daddpatch.php15 if (!empty($errors)) {
16 foreach ($errors as $err) {
/web-bugs/include/
H A Dfunctions.php64 global $errors;
1177 $errors = [];
1179 $errors[] = 'Invalid data submitted!';
1180 return $errors;
1184 $errors[] = 'Please provide a valid email address.';
1189 $errors[] = 'Please provide a password for this bug report.';
1197 $errors[] = 'Please select a valid PHP version.';
1201 $errors[] = 'Please select an appropriate package.';
1203 $errors[] = 'Please select an appropriate package.';
1207 $errors[] = 'Please select a valid bug type.';
[all …]
H A Dquery.php5 $errors = []; variable
271 $errors[] = 'BAD HACKER!! No database cracking for you today!';
278 $errors[] = 'Invalid query' /*. $e->getMessage() */;
/web-bugs/www/css/
H A Dstyle.css182 div.errors,
194 div.errors {
226 div.errors ul,

Completed in 29 milliseconds