Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-09-15 | Whining mail wasn't generated correctly if usernames != email addresses. | terry%mozilla.org | 2 | -2/+3 | |
1999-09-14 | add milestone and bug owner to each bug, where appropriate. (repleaces ↵ | endico%mozilla.org | 1 | -3/+17 | |
chofmann.cgi) | |||||
1999-09-11 | Patch by fred@dicad.de (Friedhelm Goesling) -- make Javascript work under IE. | terry%mozilla.org | 1 | -9/+11 | |
1999-09-09 | Limit graph sizes to 64 inches in either dimension. (Yikes!) | terry%mozilla.org | 1 | -1/+1 | |
1999-08-31 | Updated version string to 2.7 (development) | terry%mozilla.org | 1 | -1/+1 | |
1999-08-31 | Updated version string to 2.6 (shipping) | terry%mozilla.org | 1 | -1/+1 | |
1999-08-30 | Don't spuriously quote newlines in the comment description. | terry%mozilla.org | 1 | -0/+1 | |
1999-08-30 | another M9 hard coded in to most doomed | endico%mozilla.org | 1 | -1/+1 | |
1999-08-28 | Don't even mention bugs that the user does not have permission to see. | terry%mozilla.org | 1 | -4/+5 | |
1999-08-28 | Added a missing </form>. | terry%mozilla.org | 1 | -0/+1 | |
1999-08-28 | Don't use "GET" for a form with a password in the obvious case where | terry%mozilla.org | 1 | -1/+1 | |
we have no other bookmarkable data that we'll want to put in the URL. | |||||
1999-08-27 | fixed a typo | endico%mozilla.org | 1 | -1/+1 | |
1999-08-27 | oops. M9 was haredwired in | endico%mozilla.org | 1 | -1/+1 | |
1999-08-25 | Patch suggested by dbaron@fas.harvard.edu -- kick the javascript on | terry%mozilla.org | 2 | -3/+7 | |
loading, in case the default query has some relevant fields set. | |||||
1999-08-19 | Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optional | terry%mozilla.org | 4 | -9/+31 | |
entry of the user's realname. Note that nothing actually makes use of this info at present. | |||||
1999-08-17 | Added OpenVMS to the list of operating systems. | terry%mozilla.org | 2 | -1/+5 | |
1999-08-14 | Wasn't using the 'emailsuffix' param. | terry%mozilla.org | 1 | -1/+2 | |
1999-08-07 | only claim that these are the 20 most doomed if we've left people off the list | endico%mozilla.org | 1 | -1/+3 | |
1999-08-07 | limit Most Recently Doomed to the 20 most doomed. the full report takes forever | endico%mozilla.org | 1 | -0/+5 | |
1999-08-07 | Add a new report "most recently doomed". | endico%mozilla.org | 1 | -3/+112 | |
1999-08-07 | Last patch didn't work -- perl doesn't like the "scaler" function. | terry%mozilla.org | 1 | -1/+1 | |
1999-08-06 | Oops. was counting closed bugs too. | endico%mozilla.org | 1 | -1/+13 | |
1999-08-06 | don't offer most doomed report if this bugzilla installation doesn't use ↵ | endico%mozilla.org | 1 | -4/+8 | |
milestones. remove semicolons from sql queries. the version of mysql running on lounge throws an error on semicoloned queries. | |||||
1999-08-06 | Add a current milestone variable and a most doomed report that's like the ↵ | endico%mozilla.org | 2 | -4/+129 | |
ones chofmann posts listing engineers with Mx bugs by number of bugs. | |||||
1999-08-05 | add image/jpeg, image/png and image/gif mime types | endico%mozilla.org | 1 | -0/+3 | |
1999-08-05 | Patch by msrex@suse.de -- don't send mail to the same address more | terry%mozilla.org | 1 | -1/+2 | |
than once (in case our mail transport is too stupid to remove the dups for us). | |||||
1999-08-04 | Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify ↵ | terry%mozilla.org | 1 | -1/+1 | |
a bunch of bugs at once. | |||||
1999-08-03 | Fix a typo in the "process any SQL" feature, that has made this | terry%mozilla.org | 1 | -1/+1 | |
feature completely busted for about a year now. I guess people don't use it... | |||||
1999-07-27 | Patch by jtg@varesearch.com -- fixed stupid typo in default value for | terry%mozilla.org | 1 | -1/+1 | |
blurbhtml. | |||||
1999-07-27 | Get rid of extra semicolons. | terry%mozilla.org | 1 | -2/+2 | |
1999-07-26 | Not really having time to really finish this, I'll put it up for others to ↵ | bryce-mozilla%nextbus.com | 1 | -0/+145 | |
work with. This is a login-centric view of the database. It is very slow for systems ith large numbers of logins. | |||||
1999-07-09 | Spurious &. Remove $::buffer feature, as it was unused and broken. | bryce-mozilla%nextbus.com | 1 | -2/+1 | |
1999-07-09 | More tiny battles in the HTML syntax error war | bryce-mozilla%nextbus.com | 4 | -6/+5 | |
1999-07-09 | Another battle in the HTML syntax error war. | bryce-mozilla%nextbus.com | 1 | -3/+3 | |
1999-07-08 | Enable custom bug creation pages that try to set more fields than | terry%mozilla.org | 1 | -4/+10 | |
enter_bug.cgi does. | |||||
1999-07-01 | The next logical extension of the fixes for non-Netscape browsers | bryce-mozilla%nextbus.com | 1 | -65/+53 | |
from the last checkin. Non-serverpush browsers have always been sent incorrect HTML headers, causing assorted problems (see Bug #8069 affecting MSIE). The code paths are very convoluted, but I think I have now straightened them out. | |||||
1999-06-29 | Added "entryheaderhtml" parameter which lets you specify text to | endico%mozilla.org | 3 | -13/+41 | |
add to beginning of bug entry form. also aligned text in the form to make it pretty. Uncomment the <!--</tr><tr>--> if people complain the 80 col description text box doesn't fit narrow screens. | |||||
1999-06-27 | Another battle in the HTML syntax error war. Two bodies, and a hanging | bryce-mozilla%nextbus.com | 1 | -4/+3 | |
table data. Hope this is OK, Terry. | |||||
1999-06-23 | Make attachments remember who submitted that attachment. | terry%mozilla.org | 3 | -1/+45 | |
1999-06-16 | Explain some history. | terry%mozilla.org | 1 | -0/+12 | |
1999-06-15 | Assorted minor UI cleanups (mostly putting navigation headers in, and | bryce-mozilla%nextbus.com | 5 | -21/+19 | |
rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html | |||||
1999-06-15 | Fix several browsers, Lynx and Opera at least. HTML syntax errors here | bryce-mozilla%nextbus.com | 4 | -19/+16 | |
and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it. | |||||
1999-06-15 | A null quip file was causing errors. | terry%mozilla.org | 1 | -1/+2 | |
1999-06-15 | Added the ability to configure bugzilla so that we only allow local | terry%mozilla.org | 3 | -7/+23 | |
usernames for email addresses. | |||||
1999-06-15 | Added BeOS to the list of OS's. | terry%mozilla.org | 2 | -1/+6 | |
1999-06-12 | Give administrators a clue that upgrading is possible, even straightforward. | bryce-mozilla%nextbus.com | 1 | -1/+11 | |
1999-06-12 | Display components in alphabetical order. | terry%mozilla.org | 2 | -2/+2 | |
1999-06-12 | Some apache servers seem not to deliever the REMOTE_HOST environment var. | terry%mozilla.org | 1 | -0/+7 | |
1999-06-12 | Was choking if not using qacontact field. | terry%mozilla.org | 1 | -0/+5 | |
1999-06-12 | Update some things for more modern mysql's. | terry%mozilla.org | 1 | -9/+17 | |