Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable custom bug creation pages that try to set more fields than | terry%mozilla.org | 1999-07-08 | 1 | -4/+10 |
| | | | | enter_bug.cgi does. | ||||
* | The next logical extension of the fixes for non-Netscape browsers | bryce-mozilla%nextbus.com | 1999-07-01 | 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. | ||||
* | Added "entryheaderhtml" parameter which lets you specify text to | endico%mozilla.org | 1999-06-29 | 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. | ||||
* | Another battle in the HTML syntax error war. Two bodies, and a hanging | bryce-mozilla%nextbus.com | 1999-06-27 | 1 | -4/+3 |
| | | | | table data. Hope this is OK, Terry. | ||||
* | Make attachments remember who submitted that attachment. | terry%mozilla.org | 1999-06-23 | 3 | -1/+45 |
| | |||||
* | Explain some history. | terry%mozilla.org | 1999-06-15 | 1 | -0/+12 |
| | |||||
* | Assorted minor UI cleanups (mostly putting navigation headers in, and | bryce-mozilla%nextbus.com | 1999-06-15 | 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 | ||||
* | Fix several browsers, Lynx and Opera at least. HTML syntax errors here | bryce-mozilla%nextbus.com | 1999-06-15 | 4 | -19/+16 |
| | | | | | and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it. | ||||
* | A null quip file was causing errors. | terry%mozilla.org | 1999-06-15 | 1 | -1/+2 |
| | |||||
* | Added the ability to configure bugzilla so that we only allow local | terry%mozilla.org | 1999-06-15 | 3 | -7/+23 |
| | | | | usernames for email addresses. | ||||
* | Added BeOS to the list of OS's. | terry%mozilla.org | 1999-06-14 | 2 | -1/+6 |
| | |||||
* | Give administrators a clue that upgrading is possible, even straightforward. | bryce-mozilla%nextbus.com | 1999-06-12 | 1 | -1/+11 |
| | |||||
* | Display components in alphabetical order. | terry%mozilla.org | 1999-06-12 | 2 | -2/+2 |
| | |||||
* | Some apache servers seem not to deliever the REMOTE_HOST environment var. | terry%mozilla.org | 1999-06-12 | 1 | -0/+7 |
| | |||||
* | Was choking if not using qacontact field. | terry%mozilla.org | 1999-06-12 | 1 | -0/+5 |
| | |||||
* | Update some things for more modern mysql's. | terry%mozilla.org | 1999-06-12 | 1 | -9/+17 |
| | |||||
* | Make nospam comparison case insensitive, since BugZilla keeps the | bryce-mozilla%nextbus.com | 1999-06-11 | 1 | -2/+3 |
| | | | | case of the login, which might differ from the case in the database. | ||||
* | Explain how to configure things so that big attachments will work. | terry%mozilla.org | 1999-06-04 | 1 | -0/+7 |
| | |||||
* | Added simple sanity checking of the dependencies table. | terry%mozilla.org | 1999-06-02 | 1 | -0/+18 |
| | |||||
* | Oops; was flailing if rankdir wasn't defined. | terry%mozilla.org | 1999-05-28 | 1 | -1/+3 |
| | |||||
* | Allow user to control orientation of graph; default it to left-to-right. | terry%mozilla.org | 1999-05-28 | 1 | -1/+8 |
| | |||||
* | Notify by mail whenever a related bug changes status. | terry%mozilla.org | 1999-05-28 | 2 | -7/+14 |
| | |||||
* | Patched minor security hole; don't show summary of bugs that the user | terry%mozilla.org | 1999-05-27 | 2 | -2/+12 |
| | | | | doesn't have permission to see. | ||||
* | Make sure every node that we asked about shows up in the graph, even | terry%mozilla.org | 1999-05-27 | 1 | -1/+5 |
| | | | | if it doesn't have any dependency relationships. | ||||
* | Added dependencies, so that you can mark which bugs depend on which | terry%mozilla.org | 1999-05-27 | 8 | -33/+546 |
| | | | | other ones. | ||||
* | Fixed bug 7000 -- handle hyphens in hostnames of email addresses when | terry%mozilla.org | 1999-05-26 | 1 | -1/+1 |
| | | | | highlighting. | ||||
* | Avoid mid-air collisions (implementing a suggestion by | terry%mozilla.org | 1999-05-26 | 4 | -32/+94 |
| | | | | py8ieh=bugzilla@bath.ac.uk). | ||||
* | Fixed stupid typo. | terry%mozilla.org | 1999-05-26 | 1 | -1/+1 |
| | |||||
* | Added "Neutrino" to the list of operating systems | terry%mozilla.org | 1999-05-25 | 2 | -3/+4 |
| | |||||
* | Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) -- | terry%mozilla.org | 1999-05-25 | 2 | -26/+44 |
| | | | | Allow case insensitive and regexp based searches for strings in bugs. | ||||
* | Get rid of stupid debugging code. | terry%mozilla.org | 1999-05-25 | 1 | -5/+0 |
| | |||||
* | Added Mac System 8.6. | terry%mozilla.org | 1999-05-25 | 2 | -1/+7 |
| | |||||
* | Make sure login name is in canonical form. | terry%mozilla.org | 1999-05-25 | 1 | -2/+5 |
| | |||||
* | Oops; fixed stupid typo. | terry%mozilla.org | 1999-05-25 | 1 | -1/+1 |
| | |||||
* | Don't put the filename in the content-type field; it's apparently not legal ↵ | terry%mozilla.org | 1999-05-25 | 1 | -3/+2 |
| | | | | MIME for some content-types. | ||||
* | Don't do javascript on browsers older than 4.06; it seems not to be working. | terry%mozilla.org | 1999-05-13 | 1 | -0/+7 |
| | |||||
* | Minor formatting tweak. | terry%mozilla.org | 1999-05-13 | 1 | -1/+1 |
| | |||||
* | Added user preference controlling how much email they get. | terry%mozilla.org | 1999-05-13 | 5 | -35/+105 |
| | |||||
* | navigation_header() should work even if $::FORM{'id'} isn't defined. | terry%mozilla.org | 1999-05-13 | 1 | -1/+2 |
| | |||||
* | "nospam" feature. BugZilla will no longer email the person submitting | bryce-mozilla%nextbus.com | 1999-05-12 | 5 | -62/+71 |
| | | | | | | the change (after all, they are right there viewing things interactively). To make this clear to everyone, print out the exact email list as each bug is processed. | ||||
* | Add new section on MySQL security, give hints for setting up the bug | bryce-mozilla%nextbus.com | 1999-05-12 | 1 | -24/+94 |
| | | | | | characterization enums, and a fix a few minor glitchies. A BugZilla novice, however, is the only person who can properly proof these instructions. | ||||
* | I keep chipping away at the Mozilla-specific things. | bryce-mozilla%nextbus.com | 1999-05-12 | 1 | -20/+1 |
| | |||||
* | Remove dead code | bryce-mozilla%nextbus.com | 1999-05-12 | 1 | -10/+0 |
| | |||||
* | Make URL an actual link | bryce-mozilla%nextbus.com | 1999-05-12 | 1 | -1/+2 |
| | |||||
* | Oops; back out last change; was checked in by mistake (and with the wrong ↵ | terry%mozilla.org | 1999-05-11 | 4 | -64/+59 |
| | | | | log comment, too). | ||||
* | Remember the 'changedin' field when memorizing queries. | terry%mozilla.org | 1999-05-11 | 5 | -60/+66 |
| | |||||
* | Do some sanity checking on the entered bug number. | terry%mozilla.org | 1999-05-11 | 1 | -1/+1 |
| | |||||
* | Try to save Ry4an from getting some spam. | terry%mozilla.org | 1999-05-11 | 1 | -2/+5 |
| | |||||
* | Allow querying by groupset (though there is no UI for it yet; can only | terry%mozilla.org | 1999-05-11 | 1 | -1/+1 |
| | | | | use this by manually hacking the URL string.) | ||||
* | Give better error messages when we can't display a bug. | terry%mozilla.org | 1999-05-11 | 2 | -12/+27 |
| |