Home
last modified time | relevance | path

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

/web-bugs/www/
H A Dgh-pull-add.php69 $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 Dpatch-add.php87 $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 Dbug.php22 $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 Dfix.php156 … $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 Dfunctions.php172 $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 Daddghpull.php32 <input type="text" name="email" value="<?php echo clean($email); ?>">
H A Daddpatch.php31 <input type="text" name="email" value="<?php echo clean($email); ?>">
/web-bugs/
H A Dcomposer.lock50 "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 Dlocal_config.php.sample11 'email' => 'php-bugs@lists.php.net',
/web-bugs/sql/
H A Dschema.sql9 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 Duserlisting.php58 'email' => md5($row['username'] . '@php.net'),

Completed in 24 milliseconds