| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
|
|
|
|
| |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
|
|
|
|
| |
BugzillaEmail.pm, bug_email.pl and bugzilla_email_append.pl in contrib - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
|
|
|
|
| |
patch by unknown@simplemachines.org r=timeless rs=brendan
|
|
|
|
|
|
| |
insensitive
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
|
|
|
|
|
|
| |
processmail
a=justdave
|
|
|
|
|
|
|
| |
quietly_check_login()/confirm_login() calls. Cleans up callsites
(consisting of most of our CGIs), swapping (where appropriate) for calls
to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
r=bbaetz, kiko. a=justdave.
|
| |
|
|
|
|
| |
r=joel, preed
|
|
|
|
| |
r=joel x2
|
|
|
|
|
|
|
|
| |
also fixes a possible security hole with a misuse
of a system() call.
Patches by Erik Anderson <erikba@teamworkgroup.com> and Brad Baetz <bbaetz@student.usyd.edu.au>
r= myk, justdave
|
|
|
|
| |
bugzilla_email_append.pl calls processmail.pl after writing out the changes.
|
|
1. BugzillaEmail.pm is a (kinda, sorta) module which is going to hold the various code which is common between all the scripts which access bugzilla via email.
2. bug_email.pl uses this module
3. bugzilla_email_append.pl is a mostly ready script which will append messages to existing bugs.
|