Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-26 | Bug 106386 Correct misspellings in source code | timeless%mozdev.org | 1 | -1/+1 | |
patch by unknown@simplemachines.org r=timeless rs=brendan | |||||
2005-07-08 | Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵ | mkanat%kerio.com | 1 | -1/+4 | |
insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2004-04-15 | Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of ↵ | justdave%syndicomm.com | 1 | -1/+2 | |
processmail a=justdave | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -2/+0 | |
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. | |||||
2003-11-22 | Bug 208604 - Make data/template dir locations configurable | bbaetz%acm.org | 1 | -7/+11 | |
2002-09-03 | bug 163024 - bugzilla_email_append calls processmail incorrectly | bbaetz%student.usyd.edu.au | 1 | -1/+1 | |
r=joel, preed | |||||
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=joel x2 | |||||
2002-07-25 | Fix for bug 154008: some basic (but incomplete) maintenance on bug_email.pl, ↵ | justdave%syndicomm.com | 1 | -4/+7 | |
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 | |||||
2000-03-16 | Added a bugzilla.procmailrc as a sample procmailrc file | seth%cs.brandeis.edu | 1 | -1/+3 | |
bugzilla_email_append.pl calls processmail.pl after writing out the changes. | |||||
2000-03-16 | A few changes ... | seth%cs.brandeis.edu | 1 | -0/+187 | |
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. |