Age | Commit message (Expand) | Author | Files | Lines |
2000-03-08 | Patch by "David Gardiner" <david.gardiner@unisa.edu.au> -- recognize | terry%mozilla.org | 1 | -0/+3 |
2000-03-08 | Patch by Brian Duggan <bduggan@oven.com> -- security improvements. | terry%mozilla.org | 6 | -5/+13 |
2000-03-08 | Contribution by Eli Goldberg <eli@prometheus-music.com> -- generic | terry%mozilla.org | 2 | -1/+282 |
2000-03-08 | Submission by Klaas Freitag <freitag@suse.de>. | terry%mozilla.org | 3 | -0/+299 |
2000-03-08 | Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed HTML typos. | terry%mozilla.org | 1 | -2/+2 |
2000-03-07 | Fixed very stupid typo. | terry%mozilla.org | 1 | -1/+1 |
2000-02-26 | Make a universal routine to report errors in forms, so that we can | terry%mozilla.org | 5 | -95/+60 |
2000-02-26 | If there is only one project allowing new bugs, don't bother prompting | terry%mozilla.org | 1 | -3/+12 |
2000-02-25 | Fixed to cope with new longdescs table. | terry%mozilla.org | 1 | -2/+13 |
2000-02-19 | Cut down on the number of syncshadowdb processes we fork off. | terry%mozilla.org | 2 | -2/+12 |
2000-02-19 | Don't stomp on bugs timestamps when adding the new everconfirmed field. | terry%mozilla.org | 1 | -1/+1 |
2000-02-19 | Check that we have defined a shadow db before trying to use it. | terry%mozilla.org | 1 | -1/+1 |
2000-02-18 | Make reports work off of the the shadow database. | terry%mozilla.org | 1 | -1/+1 |
2000-02-18 | Fixed some functions in buglist.cgi that won't work if we're hooked up | terry%mozilla.org | 2 | -3/+10 |
2000-02-18 | Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And fi... | terry%mozilla.org | 1 | -3/+3 |
2000-02-18 | Added an optional ability to keep a read-only shadow database, so that | terry%mozilla.org | 8 | -8/+224 |
2000-02-18 | Fixed bug where it was complaining that people without permissions | terry%mozilla.org | 1 | -0/+6 |
2000-02-18 | Was crashing when logging profile activity. | terry%mozilla.org | 1 | -3/+6 |
2000-02-18 | Oops; had the name of the "editbugs" group typed in wrong in a couple | terry%mozilla.org | 2 | -3/+3 |
2000-02-18 | Display all possible state transitions in a bug if the user is not | terry%mozilla.org | 2 | -4/+14 |
2000-02-18 | Put the "users" link in the trailer for people who are able to tweak | terry%mozilla.org | 1 | -4/+4 |
2000-02-18 | Ignore leading and trailing whitespace when trying to decide if | terry%mozilla.org | 1 | -0/+3 |
2000-02-18 | Removed stupid debugging printf. | terry%mozilla.org | 1 | -1/+0 |
2000-02-17 | Fixed icky infinite loop bug. | terry%mozilla.org | 1 | -3/+4 |
2000-02-17 | Was crapping out if strictvaluechecks was turned on. | terry%mozilla.org | 1 | -17/+17 |
2000-02-17 | Major spankage. Added a new state, UNCONFIRMED. Added new groups, | terry%mozilla.org | 16 | -186/+942 |
2000-02-16 | Lock the tables as low-priority when writing. Maybe makes people making chan... | terry%mozilla.org | 1 | -1/+6 |
2000-02-16 | Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Java... | terry%mozilla.org | 1 | -2/+3 |
2000-02-15 | Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Java... | terry%mozilla.org | 1 | -16/+11 |
2000-02-13 | This implements canonical email address transformation. i.e., you have the o... | seth%cs.brandeis.edu | 1 | -9/+33 |
2000-02-13 | o this is a minor step towards getting canonical email addresses to work, and... | seth%cs.brandeis.edu | 1 | -9/+41 |
2000-02-13 | this is the initial checkin of the bug_email.pl script into the bugzilla cvs ... | seth%cs.brandeis.edu | 1 | -0/+1258 |
2000-02-09 | Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the | terry%mozilla.org | 1 | -0/+1 |
2000-02-09 | Get rid of a bit of unused Javascript code. | terry%mozilla.org | 1 | -2/+0 |
2000-02-08 | Make the "mail a new password" text be a param. | terry%mozilla.org | 2 | -17/+27 |
2000-02-05 | The "put this named query in the footer" feature was choking if the | terry%mozilla.org | 1 | -8/+24 |
2000-02-04 | Add an optional ability to stagger the headers in the bug list, which | terry%mozilla.org | 2 | -8/+50 |
2000-02-03 | Simplify dependency wording. | terry%mozilla.org | 1 | -2/+2 |
2000-02-02 | Whoops, searches of "Comment changed (before|after)" were not working | terry%mozilla.org | 1 | -2/+2 |
2000-02-02 | Nothing was checking that the bug number you entered for a duplicate | terry%mozilla.org | 1 | -7/+9 |
2000-02-01 | REOPENing a bug now clears the resolution; most people will agree it | terry%mozilla.org | 1 | -0/+1 |
2000-02-01 | The "And" and "Or" buttons now work faster, if you have Javascript | terry%mozilla.org | 1 | -4/+6 |
2000-01-31 | Allow searching of attachment stuff using boolean charts. | terry%mozilla.org | 2 | -1/+32 |
2000-01-30 | Patch by aclark@ghoti.org -- use localconfig file to get database | terry%mozilla.org | 1 | -1/+14 |
2000-01-30 | Patch by aclark@ghoti.org -- clear the accumulation buffer before using it. | terry%mozilla.org | 1 | -0/+1 |
2000-01-30 | Don't regenerate the shadow database until we're sure that our DB is | terry%mozilla.org | 1 | -2/+11 |
2000-01-29 | Fixed busted mailto: link. | terry%mozilla.org | 1 | -2/+2 |
2000-01-29 | The "Show list" link that is supposed to quickly get you back to the | terry%mozilla.org | 1 | -1/+1 |
2000-01-29 | Apparently, you're supposed to put "#foo" stuff in a URL after all the | terry%mozilla.org | 1 | -2/+4 |
2000-01-28 | Was crashing if you weren't already logged in. | terry%mozilla.org | 1 | -0/+1 |