Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-09 | add sec disclaimer, move installation on NT note to the installation | cyeh%bluemartini.com | 1 | -5/+11 | |
section where it should have gone in the first place | |||||
2000-05-09 | fix warnings on DBID_to_real_or_loginname. thanks to endico@mozilla.org | cyeh%bluemartini.com | 1 | -2/+2 | |
2000-05-09 | Validate value of $::FORM{who}. Thanks to Ed Korthof (edk@collab.net) for patch. | cyeh%bluemartini.com | 1 | -0/+5 | |
2000-05-06 | add little blurb about flush privs | cyeh%bluemartini.com | 1 | -0/+6 | |
2000-04-30 | duhhh. backout unique index change for versions table. | cyeh%bluemartini.com | 1 | -2/+1 | |
thanks to dave@intrec.com for catching my complete brain lock this one. | |||||
2000-04-29 | Fix for bug #1105--no more annoying blank quips | tara%tequilarista.org | 1 | -1/+11 | |
2000-04-28 | Fixed a typo that was causing Perl to abort before printing the HTML | dmose%mozilla.org | 1 | -1/+1 | |
footer when a certain database inconsistency was detected. | |||||
2000-04-27 | bug 25010 need a way to edit groups | donm%bluemartini.com | 4 | -47/+508 | |
2000-04-27 | slightly more paranoid database schema:. | cyeh%bluemartini.com | 1 | -1/+2 | |
made column 'program' in table 'versions' be not null, and unique. optimally you would want a unique index on 'value' and 'program' but indexes are not supported on datatype 'tinytext' until mysql 3.23 | |||||
2000-04-27 | bug 30823, advanced querying didn't work for dependencies. | donm%bluemartini.com | 1 | -2/+10 | |
2000-04-26 | better implementation of realnames support. remove overhead of two sql | cyeh%bluemartini.com | 2 | -12/+13 | |
calls from bug_form. | |||||
2000-04-26 | patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won't | donm%bluemartini.com | 1 | -3/+10 | |
produce gifs. | |||||
2000-04-22 | added Windows NT blurb to disclaimer section. | cyeh%bluemartini.com | 1 | -0/+7 | |
2000-04-22 | Add conditional support to display users real name in bug reports if user | cyeh%bluemartini.com | 2 | -9/+28 | |
entered in that information. Thanks to Chris Baldwin <cbaldwin@redback.com> for providing the patch. | |||||
2000-04-22 | change field name to more accurately reflect what it is | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-04-19 | backing out because this has broken bugzilla.mozilla.org. the choice is no ↵ | endico%mozilla.org | 5 | -509/+48 | |
longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates. | |||||
2000-04-19 | bug 25010 add ability to easily edit groups | donm%bluemartini.com | 5 | -48/+509 | |
2000-04-12 | use sendmail deferred delivery to avoid long hangs at bug submission time | dmose%mozilla.org | 2 | -3/+8 | |
2000-04-08 | add link to unconfirmed | endico%mozilla.org | 1 | -1/+2 | |
2000-04-07 | Queries should fully qualify the field name, in case there is more | terry%mozilla.org | 1 | -13/+18 | |
than one table that have a field with that name. | |||||
2000-04-05 | Extra special disgusting hack: if we are ordering by target_milestone, | terry%mozilla.org | 1 | -1/+10 | |
change it to order by the sortkey of the target_milestone first. | |||||
2000-03-31 | Fixed perl warning which occurs if $ENV{"CONTENT_TYPE"} is not set. | dmose%mozilla.org | 1 | -1/+1 | |
2000-03-30 | Fixing a warning which happened if $ENV{'HTTP_USER_AGENT'} wasn't defined. | dmose%mozilla.org | 1 | -1/+1 | |
2000-03-29 | removing ShowCCList from globals.pl, as it is no longer used | dmose%mozilla.org | 1 | -8/+0 | |
2000-03-29 | adding a 'can confirm' radiobutton to 'reassign by component' | dmose%mozilla.org | 2 | -0/+6 | |
2000-03-29 | fix another warning | dmose%mozilla.org | 1 | -2/+3 | |
2000-03-29 | get rid of perl warning | dmose%mozilla.org | 1 | -1/+0 | |
2000-03-29 | allow users to watch the bugs of other users | dmose%mozilla.org | 10 | -191/+763 | |
2000-03-24 | Wasn't finding anything if requesting target_milestone == "---". | terry%mozilla.org | 1 | -1/+1 | |
2000-03-24 | Fix stupid perl warning. | terry%mozilla.org | 1 | -0/+1 | |
2000-03-24 | Wasn't working right if usetargetmilestone was off. | terry%mozilla.org | 1 | -1/+5 | |
2000-03-24 | Added the concept of a "default milstone" for products, and make sure | terry%mozilla.org | 4 | -36/+127 | |
that all products have at least that milestone defined. | |||||
2000-03-24 | Add a bit of helpful debugging info when we get a consistancy check problem. | terry%mozilla.org | 1 | -1/+6 | |
2000-03-23 | Quick hack to fix the fact that new bugs have target_milestone of "" | terry%mozilla.org | 1 | -2/+12 | |
when it really oughta be "---". | |||||
2000-03-22 | Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition | terry%mozilla.org | 9 | -21/+781 | |
of different target milestones by product. | |||||
2000-03-21 | Clear the shadow log when doing a full sync; the data isn't good for | terry%mozilla.org | 1 | -1/+2 | |
anything anyway. | |||||
2000-03-21 | Make the syncing process low priority, so that we won't hang up | terry%mozilla.org | 1 | -0/+8 | |
shadowdb operations. | |||||
2000-03-21 | Make it so that we can (hopefully!) rebuild the shadow db without | terry%mozilla.org | 2 | -17/+82 | |
busting other people trying to use the system. | |||||
2000-03-19 | fixed bug where the everconfirmed field was not being properly set via a ↵ | seth%cs.brandeis.edu | 1 | -3/+14 | |
bug_email. | |||||
2000-03-17 | doh! my last checkin broke -v. fixed. | dmose%mozilla.org | 1 | -3/+1 | |
2000-03-16 | get rid of undefined warning | dmose%mozilla.org | 1 | -1/+1 | |
2000-03-16 | Added a bugzilla.procmailrc as a sample procmailrc file | seth%cs.brandeis.edu | 3 | -2/+37 | |
bugzilla_email_append.pl calls processmail.pl after writing out the changes. | |||||
2000-03-16 | A few changes ... | seth%cs.brandeis.edu | 3 | -50/+270 | |
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. | |||||
2000-03-16 | Add a "send mail to bug owners" link (under circumstances where it | terry%mozilla.org | 1 | -0/+14 | |
seems useful and appropriate.) | |||||
2000-03-15 | updated to better reflect reality in terms of recent changes to bug_email.pl. | seth%cs.brandeis.edu | 1 | -6/+15 | |
2000-03-11 | Sigh. We now need to lock the attachments table, too, just in case a | terry%mozilla.org | 1 | -1/+1 | |
midair collision happens which needs to generate text which needs to look at the attachments table. Sigh. | |||||
2000-03-11 | updated to reflect that only specific versions of GD.pm and Chart will work. | dmose%mozilla.org | 2 | -20/+22 | |
2000-03-11 | Whoops; left out the "mailto:" part of a mailto link. | terry%mozilla.org | 1 | -3/+3 | |
2000-03-11 | Italicize the "Additional Comments From" stuff, so that you can tell | terry%mozilla.org | 5 | -96/+134 | |
the difference between new comments and people copying stuff in from old comments. | |||||
2000-03-11 | Removed warning. | terry%mozilla.org | 1 | -1/+3 | |