Age | Commit message (Expand) | Author | Files | Lines |
2000-06-09 | Allow sorting by summary, since you can already sort by everything else... | terry%mozilla.org | 1 | -2/+2 |
2000-06-03 | Landing fix for keyword column handling--bug #39647 | tara%tequilarista.org | 1 | -4/+7 |
2000-04-27 | bug 30823, advanced querying didn't work for dependencies. | donm%bluemartini.com | 1 | -2/+10 |
2000-04-07 | Queries should fully qualify the field name, in case there is more | terry%mozilla.org | 1 | -13/+18 |
2000-04-05 | Extra special disgusting hack: if we are ordering by target_milestone, | terry%mozilla.org | 1 | -1/+10 |
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 | get rid of perl warning | dmose%mozilla.org | 1 | -1/+0 |
2000-03-24 | Wasn't finding anything if requesting target_milestone == "---". | terry%mozilla.org | 1 | -1/+1 |
2000-03-22 | Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition | terry%mozilla.org | 1 | -3/+6 |
2000-03-16 | Add a "send mail to bug owners" link (under circumstances where it | terry%mozilla.org | 1 | -0/+14 |
2000-03-08 | Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formatting | terry%mozilla.org | 1 | -2/+2 |
2000-03-08 | Was choking on order='Importance'. | terry%mozilla.org | 1 | -2/+2 |
2000-03-08 | Patch by Brian Duggan <bduggan@oven.com> -- security improvements. | terry%mozilla.org | 1 | -0/+3 |
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 | 1 | -8/+2 |
2000-02-18 | Fixed some functions in buglist.cgi that won't work if we're hooked up | 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 | 1 | -1/+3 |
2000-02-18 | Oops; had the name of the "editbugs" group typed in wrong in a couple | terry%mozilla.org | 1 | -2/+2 |
2000-02-17 | Major spankage. Added a new state, UNCONFIRMED. Added new groups, | terry%mozilla.org | 1 | -2/+17 |
2000-02-09 | Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the | terry%mozilla.org | 1 | -0/+1 |
2000-02-04 | Add an optional ability to stagger the headers in the bug list, which | terry%mozilla.org | 1 | -8/+34 |
2000-02-02 | Whoops, searches of "Comment changed (before|after)" were not working | terry%mozilla.org | 1 | -2/+2 |
2000-01-31 | Allow searching of attachment stuff using boolean charts. | terry%mozilla.org | 1 | -1/+28 |
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 | Massive stomp on the query page and buglist page. Added the ability | terry%mozilla.org | 1 | -361/+567 |
2000-01-27 | Allow searches for "all keywords" or "no keywords"; fixed some other | terry%mozilla.org | 1 | -2/+18 |
2000-01-25 | Reworked preferences UI. Added ability to turn off "My bugs" link at | terry%mozilla.org | 1 | -3/+12 |
2000-01-25 | Added a way to query by bug numbers. Added an "edit this query" link | terry%mozilla.org | 1 | -6/+27 |
2000-01-24 | Named queries (and the default query) are now stored server side, in | terry%mozilla.org | 1 | -58/+90 |
2000-01-23 | Fixed stupid typo that caused exact email searches in descriptions to crash. | terry%mozilla.org | 1 | -1/+1 |
2000-01-23 | Can now search for people who have added text to a bug. | terry%mozilla.org | 1 | -3/+22 |
2000-01-23 | Stupid typo caused "any words" and "all words" searches on the long | terry%mozilla.org | 1 | -2/+2 |
2000-01-23 | If no sort order is specified, use the cookie if available. | terry%mozilla.org | 1 | -2/+6 |
2000-01-23 | Remember the previous sort order in a cookie, and make that the | terry%mozilla.org | 1 | -1/+26 |
2000-01-23 | Patch by Christine Begle <cbegle@mozilla.org>>, with heavy | terry%mozilla.org | 1 | -5/+32 |
2000-01-22 | Added a new table fielddefs that records information about the | terry%mozilla.org | 1 | -1/+1 |
2000-01-21 | Moved all the long descriptions out of the bugs table, and into a new | terry%mozilla.org | 1 | -7/+15 |
2000-01-20 | Allow whitespace to be used to separate keywords. | terry%mozilla.org | 1 | -2/+5 |
2000-01-17 | Use new "keywords" cache to display keywords in bug lists. Not only | terry%mozilla.org | 1 | -15/+1 |
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -3/+48 |
2000-01-14 | Allow displaying of a "keywords" column. | terry%mozilla.org | 1 | -21/+36 |
2000-01-13 | "Change several bugs" was losing the sort order. | terry%mozilla.org | 1 | -1/+4 |
2000-01-11 | Asking for both keywords and CC info was creating corrupted SQL. | terry%mozilla.org | 1 | -2/+2 |
2000-01-07 | Whoops; SQL doesn't seem to want me to mention a table in a SELECT statement | terry%mozilla.org | 1 | -2/+2 |
2000-01-07 | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 1 | -3/+39 |
2000-01-05 | When no bugs are found, give links to make another query or to submit | terry%mozilla.org | 1 | -0/+3 |
1999-12-03 | a bug fix or two and a whole bunch of sanity-checking of form submissions stuff | dmose%mozilla.org | 1 | -1/+2 |
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 1 | -14/+15 |
1999-10-20 | Fixed stupid perl warning. | terry%mozilla.org | 1 | -1/+3 |