/web-bugs/www/ |
H A D | gh-pull-add.php | 69 $email = isset($_POST['email']) ? $_POST['email'] : ''; variable 71 if (!is_valid_email($email, $logged_in)) { 94 $email = $auth_user->email; variable 99 $newpr = $pullinfo->attach($bug_id, $_POST['repository'], $_POST['pull_id'], $email); 128 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); 131 mail_bug_updates($buginfo, $buginfo, $email, $text, 4, $bug_id); 139 $email = isset($_GET['email']) ? $_GET['email'] : ''; variable
|
H A D | patch-add.php | 87 $email = isset($_POST['email']) ? $_POST['email'] : ''; variable 89 if (!is_valid_email($email, $logged_in)) { 107 … $revision = $patchTracker->attach($bug_id, 'patch', $patch_name, $email, $_POST['obsoleted']); 122 $email = $auth_user->email; variable 125 …$revision = $patchTracker->attach($bug_id, 'patch', $patch_name, $auth_user->email, $_POST['obsole… 149 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); 152 mail_bug_updates($buginfo, $buginfo, $email, $text, 4, $bug_id); 160 $email = isset($_GET['email']) ? $_GET['email'] : ''; variable
|
H A D | bug.php | 22 $email = null; variable 85 $email = $auth_user->email; variable 89 if ($email == '' || !is_valid_email($email, $logged_in)) { 95 unsubscribe_hash($bug_id, $email); 490 $from = $auth_user->email; 569 $from = $auth_user->email; 722 (!$email || $bug['email'] == $email? control(2, 'Edit') : ''), 1233 function link_to_people($email, $text) argument 1235 $domain = strstr($email, "@"); 1237 $username = strstr($email, "@", true); [all …]
|
H A D | fix.php | 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'); 166 mail_bug_updates($bug, $in, $auth_user->email, $ncomment);
|
/web-bugs/include/ |
H A D | functions.php | 172 $auth_user->email = isset($_POST['in']['email']) ? $_POST['in']['email'] : ''; 274 * @return string the altered email address 1008 $email = $in['assign'] . '@php.net'; 1011 if ($email == $from) { 1016 $email, 1078 $email = spam_protect($row[1], 'text'); 1091 $email = spam_protect($row[1], 'text'); 1096 {$output}[{$row[0]}] {$email} 1358 function unsubscribe_hash($bug_id, $email) argument 1363 $hash = crypt($email . $bug_id, $now); [all …]
|
/web-bugs/templates/ |
H A D | addghpull.php | 32 <input type="text" name="email" value="<?php echo clean($email); ?>">
|
H A D | addpatch.php | 31 <input type="text" name="email" value="<?php echo clean($email); ?>">
|
/web-bugs/ |
H A D | composer.lock | 50 "email": "ocramius@gmail.com", 180 "email": "arne@blankerts.de", 190 "email": "sebastian@phpunit.de", 237 "email": "arne@blankerts.de", 247 "email": "sebastian@phpunit.de", 756 "email": "github@wallbash.com" 959 "email": "github@wallbash.com" 963 "email": "aharvey@php.net" 967 "email": "bschussek@gmail.com" 1210 "email": "aharvey@php.net" [all …]
|
H A D | local_config.php.sample | 11 'email' => 'php-bugs@lists.php.net',
|
/web-bugs/sql/ |
H A D | schema.sql | 9 email varchar(40) NOT NULL default '', field 29 FULLTEXT KEY email (email,sdesc,ldesc) 35 email varchar(40) NOT NULL default '', field 89 email varchar(40) NOT NULL default '', field 92 PRIMARY KEY (bug_id,email),
|
/web-bugs/www/js/ |
H A D | userlisting.php | 58 'email' => md5($row['username'] . '@php.net'),
|