2000-03-21 |
terry%mozilla.org | Make the syncing process low priority, so that we won... |
commit | commitdiff | tree |
2000-03-21 |
terry%mozilla.org | Make it so that we can (hopefully!) rebuild the shadow... |
commit | commitdiff | tree |
2000-03-19 |
seth%cs.brandeis.edu | fixed bug where the everconfirmed field was not being... |
commit | commitdiff | tree |
2000-03-17 |
dmose%mozilla.org | doh! my last checkin broke -v. fixed. |
commit | commitdiff | tree |
2000-03-16 |
dmose%mozilla.org | get rid of undefined warning |
commit | commitdiff | tree |
2000-03-16 |
seth%cs.brandeis.edu | Added a bugzilla.procmailrc as a sample procmailrc... |
commit | commitdiff | tree |
2000-03-16 |
seth%cs.brandeis.edu | A few changes ... |
commit | commitdiff | tree |
2000-03-16 |
terry%mozilla.org | Add a "send mail to bug owners" link (under circumstanc... |
commit | commitdiff | tree |
2000-03-15 |
seth%cs.brandeis.edu | updated to better reflect reality in terms of recent... |
commit | commitdiff | tree |
2000-03-11 |
terry%mozilla.org | Sigh. We now need to lock the attachments table, too... |
commit | commitdiff | tree |
2000-03-11 |
dmose%mozilla.org | updated to reflect that only specific versions of GD... |
commit | commitdiff | tree |
2000-03-11 |
terry%mozilla.org | Whoops; left out the "mailto:" part of a mailto link. |
commit | commitdiff | tree |
2000-03-11 |
terry%mozilla.org | Italicize the "Additional Comments From" stuff, so... |
commit | commitdiff | tree |
2000-03-11 |
terry%mozilla.org | Removed warning. |
commit | commitdiff | tree |
2000-03-11 |
terry%mozilla.org | Never let ", <, or > be matched as part of a URL. |
commit | commitdiff | tree |
2000-03-11 |
terry%mozilla.org | Patch by Joe Robins <jmrobins@tgix.com> -- allow automa... |
commit | commitdiff | tree |
2000-03-10 |
terry%mozilla.org | Patch by "Peter Schweiger" <Schweiger.Peter@litef.de... |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Whoops; removed extra double-quote. |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Patch by Dave Miller <dave@intrec.com> -- allow setting of |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Patch by Peter Schweiger <schweiger.peter@litef.de... |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Oops! canconfirm bit wasn't actually working. |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Was choking on order='Importance'. |
commit | commitdiff | tree |
2000-03-08 |
seth%cs.brandeis.edu | * this adds in DEFAULT_PRODUCT and DEFAULT_COMPONENT... |
commit | commitdiff | tree |
2000-03-08 |
dmose%mozilla.org | added hack for NSS bug injection |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Fixed stupid syntax error in last patch. |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Patch by "David Gardiner" <david.gardiner@unisa.edu... |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Patch by Brian Duggan <bduggan@oven.com> -- security... |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Contribution by Eli Goldberg <eli@prometheus-music... |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Submission by Klaas Freitag <freitag@suse.de>. |
commit | commitdiff | tree |
2000-03-08 |
terry%mozilla.org | Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed... |
commit | commitdiff | tree |
2000-03-07 |
terry%mozilla.org | Fixed very stupid typo. |
commit | commitdiff | tree |
2000-02-26 |
terry%mozilla.org | Make a universal routine to report errors in forms... |
commit | commitdiff | tree |
2000-02-26 |
terry%mozilla.org | If there is only one project allowing new bugs, don... |
commit | commitdiff | tree |
2000-02-25 |
terry%mozilla.org | Fixed to cope with new longdescs table. |
commit | commitdiff | tree |
2000-02-19 |
terry%mozilla.org | Cut down on the number of syncshadowdb processes we... |
commit | commitdiff | tree |
2000-02-19 |
terry%mozilla.org | Don't stomp on bugs timestamps when adding the new... |
commit | commitdiff | tree |
2000-02-19 |
terry%mozilla.org | Check that we have defined a shadow db before trying... |
commit | commitdiff | tree |
2000-02-18 |
terry%mozilla.org | Make reports work off of the the shadow database. |
commit | commitdiff | tree |
2000-02-18 |
terry%mozilla.org | Fixed some functions in buglist.cgi that won't work... |
commit | commitdiff | tree |
2000-02-18 |
terry%mozilla.org | Wasn't always tweaking LOCK TABLES commands correctly... |
commit | commitdiff | tree |
2000-02-18 |
terry%mozilla.org | Added an optional ability to keep a read-only shadow... |
commit | commitdiff | tree |
2000-02-18 |
terry%mozilla.org | Fixed bug where it was complaining that people without... |
commit | commitdiff | tree |
2000-02-18 |
terry%mozilla.org | Was crashing when logging profile activity. |
commit | commitdiff | tree |
2000-02-17 |
terry%mozilla.org | Oops; had the name of the "editbugs" group typed in... |
commit | commitdiff | tree |
2000-02-17 |
terry%mozilla.org | Display all possible state transitions in a bug if... |
commit | commitdiff | tree |
2000-02-17 |
terry%mozilla.org | Put the "users" link in the trailer for people who... |
commit | commitdiff | tree |
2000-02-17 |
terry%mozilla.org | Ignore leading and trailing whitespace when trying... |
commit | commitdiff | tree |
2000-02-17 |
terry%mozilla.org | Removed stupid debugging printf. |
commit | commitdiff | tree |
2000-02-17 |
terry%mozilla.org | Fixed icky infinite loop bug. |
commit | commitdiff | tree |
2000-02-17 |
terry%mozilla.org | Was crapping out if strictvaluechecks was turned on. |
commit | commitdiff | tree |
2000-02-17 |
terry%mozilla.org | Major spankage. Added a new state, UNCONFIRMED. Added... |
commit | commitdiff | tree |
2000-02-16 |
terry%mozilla.org | Lock the tables as low-priority when writing. Maybe... |
commit | commitdiff | tree |
2000-02-16 |
terry%mozilla.org | Patches by Ken Jenks <kjenks@abiblion.com> and jug... |
commit | commitdiff | tree |
2000-02-15 |
terry%mozilla.org | Patches by Ken Jenks <kjenks@abiblion.com> and jug... |
commit | commitdiff | tree |
2000-02-13 |
seth%cs.brandeis.edu | This implements canonical email address transformation... |
commit | commitdiff | tree |
2000-02-13 |
seth%cs.brandeis.edu | o this is a minor step towards getting canonical email... |
commit | commitdiff | tree |
2000-02-13 |
seth%cs.brandeis.edu | this is the initial checkin of the bug_email.pl script... |
commit | commitdiff | tree |
2000-02-09 |
terry%mozilla.org | Patch by Hugo Frappier <hfrappier@dreammechanics.com... |
commit | commitdiff | tree |
2000-02-09 |
terry%mozilla.org | Get rid of a bit of unused Javascript code. |
commit | commitdiff | tree |
2000-02-08 |
terry%mozilla.org | Make the "mail a new password" text be a param. |
commit | commitdiff | tree |
2000-02-05 |
terry%mozilla.org | The "put this named query in the footer" feature was... |
commit | commitdiff | tree |
2000-02-04 |
terry%mozilla.org | Add an optional ability to stagger the headers in the... |
commit | commitdiff | tree |
2000-02-03 |
terry%mozilla.org | Simplify dependency wording. |
commit | commitdiff | tree |
2000-02-02 |
terry%mozilla.org | Whoops, searches of "Comment changed (before|after... |
commit | commitdiff | tree |
2000-02-02 |
terry%mozilla.org | Nothing was checking that the bug number you entered... |
commit | commitdiff | tree |
2000-02-01 |
terry%mozilla.org | REOPENing a bug now clears the resolution; most people... |
commit | commitdiff | tree |
2000-02-01 |
terry%mozilla.org | The "And" and "Or" buttons now work faster, if you... |
commit | commitdiff | tree |
2000-01-31 |
terry%mozilla.org | Allow searching of attachment stuff using boolean charts. |
commit | commitdiff | tree |
2000-01-30 |
terry%mozilla.org | Patch by aclark@ghoti.org -- use localconfig file to... |
commit | commitdiff | tree |
2000-01-30 |
terry%mozilla.org | Patch by aclark@ghoti.org -- clear the accumulation... |
commit | commitdiff | tree |
2000-01-30 |
terry%mozilla.org | Don't regenerate the shadow database until we're sure... |
commit | commitdiff | tree |
2000-01-29 |
terry%mozilla.org | Fixed busted mailto: link. |
commit | commitdiff | tree |
2000-01-29 |
terry%mozilla.org | The "Show list" link that is supposed to quickly get... |
commit | commitdiff | tree |
2000-01-29 |
terry%mozilla.org | Apparently, you're supposed to put "#foo" stuff in... |
commit | commitdiff | tree |
2000-01-28 |
terry%mozilla.org | Was crashing if you weren't already logged in. |
commit | commitdiff | tree |
2000-01-28 |
terry%mozilla.org | Allow searching by "last change date" in the boolean... |
commit | commitdiff | tree |
2000-01-28 |
terry%mozilla.org | Massive stomp on the query page and buglist page. ... |
commit | commitdiff | tree |
2000-01-27 |
terry%mozilla.org | Patch by granrose@netscape.com -- put initial focus... |
commit | commitdiff | tree |
2000-01-27 |
terry%mozilla.org | Add support for keywords. |
commit | commitdiff | tree |
2000-01-27 |
terry%mozilla.org | Patch by Rob Baham <robb@scitechsoft.com> -- links... |
commit | commitdiff | tree |
2000-01-27 |
terry%mozilla.org | Allow searches for "all keywords" or "no keywords"... |
commit | commitdiff | tree |
2000-01-27 |
terry%mozilla.org | Add a way to log all SQL requests made. |
commit | commitdiff | tree |
2000-01-27 |
terry%mozilla.org | If adding the new "lastdiffed" field, it works out... |
commit | commitdiff | tree |
2000-01-25 |
terry%mozilla.org | Fixed minor grammatical typo. |
commit | commitdiff | tree |
2000-01-25 |
terry%mozilla.org | Reworked preferences UI. Added ability to turn off... |
commit | commitdiff | tree |
2000-01-25 |
terry%mozilla.org | Added a way to query by bug numbers. Added an "edit... |
commit | commitdiff | tree |
2000-01-24 |
terry%mozilla.org | Very minor HTML tweaking. |
commit | commitdiff | tree |
2000-01-24 |
terry%mozilla.org | New email code wasn't sending to people who had voted... |
commit | commitdiff | tree |
2000-01-24 |
terry%mozilla.org | Fixed bug causing named queries to get all screwed... |
commit | commitdiff | tree |
2000-01-24 |
terry%mozilla.org | Named queries (and the default query) are now stored... |
commit | commitdiff | tree |
2000-01-24 |
terry%mozilla.org | Add a way to remove a default query that you may have... |
commit | commitdiff | tree |
2000-01-24 |
terry%mozilla.org | Remove unused file |
commit | commitdiff | tree |
2000-01-23 |
terry%mozilla.org | Added much more crosschecks, and simplified a lot of... |
commit | commitdiff | tree |
2000-01-23 |
terry%mozilla.org | Fixed stupid typo that caused exact email searches... |
commit | commitdiff | tree |
2000-01-23 |
terry%mozilla.org | Oops; previous change would cause delta_ts values to... |
commit | commitdiff | tree |
2000-01-23 |
terry%mozilla.org | The "login_name" field in the "profiles" table was... |
commit | commitdiff | tree |
2000-01-23 |
terry%mozilla.org | Can now search for people who have added text to a... |
commit | commitdiff | tree |
2000-01-23 |
terry%mozilla.org | New email code wasn't notifying people of changes in... |
commit | commitdiff | tree |
2000-01-23 |
terry%mozilla.org | Honor the emailregexp param when checking email addresses. |
commit | commitdiff | tree |
2000-01-23 |
terry%mozilla.org | Removed stupid test. |
commit | commitdiff | tree |
next |