summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
1999-06-12Give administrators a clue that upgrading is possible, even straightforward.bryce-mozilla%nextbus.com1-1/+11
1999-06-12Display components in alphabetical order.terry%mozilla.org2-2/+2
1999-06-12Some apache servers seem not to deliever the REMOTE_HOST environment var.terry%mozilla.org1-0/+7
1999-06-12Was choking if not using qacontact field.terry%mozilla.org1-0/+5
1999-06-12Update some things for more modern mysql's.terry%mozilla.org1-9/+17
1999-06-12Make nospam comparison case insensitive, since BugZilla keeps thebryce-mozilla%nextbus.com1-2/+3
case of the login, which might differ from the case in the database.
1999-06-04Explain how to configure things so that big attachments will work.terry%mozilla.org1-0/+7
1999-06-02Added simple sanity checking of the dependencies table.terry%mozilla.org1-0/+18
1999-05-28Oops; was flailing if rankdir wasn't defined.terry%mozilla.org1-1/+3
1999-05-28Allow user to control orientation of graph; default it to left-to-right.terry%mozilla.org1-1/+8
1999-05-28Notify by mail whenever a related bug changes status.terry%mozilla.org2-7/+14
1999-05-28Patched minor security hole; don't show summary of bugs that the userterry%mozilla.org2-2/+12
doesn't have permission to see.
1999-05-27Make sure every node that we asked about shows up in the graph, eventerry%mozilla.org1-1/+5
if it doesn't have any dependency relationships.
1999-05-27Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org8-33/+546
other ones.
1999-05-26Fixed bug 7000 -- handle hyphens in hostnames of email addresses whenterry%mozilla.org1-1/+1
highlighting.
1999-05-26Avoid mid-air collisions (implementing a suggestion byterry%mozilla.org4-32/+94
py8ieh=bugzilla@bath.ac.uk).
1999-05-26Fixed stupid typo.terry%mozilla.org1-1/+1
1999-05-25Added "Neutrino" to the list of operating systemsterry%mozilla.org2-3/+4
1999-05-25Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) --terry%mozilla.org2-26/+44
Allow case insensitive and regexp based searches for strings in bugs.
1999-05-25Get rid of stupid debugging code.terry%mozilla.org1-5/+0
1999-05-25Added Mac System 8.6.terry%mozilla.org2-1/+7
1999-05-25Make sure login name is in canonical form.terry%mozilla.org1-2/+5
1999-05-25Oops; fixed stupid typo.terry%mozilla.org1-1/+1
1999-05-25Don't put the filename in the content-type field; it's apparently not legal ↵terry%mozilla.org1-3/+2
MIME for some content-types.
1999-05-13Don't do javascript on browsers older than 4.06; it seems not to be working.terry%mozilla.org1-0/+7
1999-05-13Minor formatting tweak.terry%mozilla.org1-1/+1
1999-05-13Added user preference controlling how much email they get.terry%mozilla.org5-35/+105
1999-05-13navigation_header() should work even if $::FORM{'id'} isn't defined.terry%mozilla.org1-1/+2
1999-05-12"nospam" feature. BugZilla will no longer email the person submittingbryce-mozilla%nextbus.com5-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.
1999-05-12Add new section on MySQL security, give hints for setting up the bugbryce-mozilla%nextbus.com1-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.
1999-05-12I keep chipping away at the Mozilla-specific things.bryce-mozilla%nextbus.com1-20/+1
1999-05-12Remove dead codebryce-mozilla%nextbus.com1-10/+0
1999-05-12Make URL an actual linkbryce-mozilla%nextbus.com1-1/+2
1999-05-11Oops; back out last change; was checked in by mistake (and with the wrong ↵terry%mozilla.org4-64/+59
log comment, too).
1999-05-11Remember the 'changedin' field when memorizing queries.terry%mozilla.org5-60/+66
1999-05-11Do some sanity checking on the entered bug number.terry%mozilla.org1-1/+1
1999-05-11Try to save Ry4an from getting some spam.terry%mozilla.org1-2/+5
1999-05-11Allow querying by groupset (though there is no UI for it yet; can onlyterry%mozilla.org1-1/+1
use this by manually hacking the URL string.)
1999-05-11Give better error messages when we can't display a bug.terry%mozilla.org2-12/+27
1999-05-08Oops. Accounts created via the "createaccount.cgi" page were notterry%mozilla.org2-30/+36
getting their password emailed to them.
1999-05-08Provide an option to tell mysql "set option SQL_BIG_TABLES=1". Thisterry%mozilla.org2-0/+8
is necessary for very big queries, but it will slow things up some otherwise.
1999-05-06Present people an immediate opportunity to attach something to a bug.terry%mozilla.org1-0/+3
1999-05-06Sigh. Fix some indentation I just screwed up.terry%mozilla.org1-14/+14
1999-05-06Get rid of tabs. (We try to keep tabs out of bugzilla source. Weterry%mozilla.org1-37/+37
often fail.)
1999-05-06Added newlines to the end of some messages; the last line was gettingterry%mozilla.org1-5/+10
eaten sometimes.
1999-05-06Was not properly remembering email addresses in memorized queries.terry%mozilla.org1-1/+1
1999-05-06Allow querying of bug creation times.terry%mozilla.org4-3/+28
1999-05-04Add parameter "usebrowserinfo", to allow disabling the setting of OS and ↵bryce-mozilla%nextbus.com2-43/+54
Platform based on the brower the user makes the report from. Realign text box for narrower windows. Remove Mozilla-specific default parameter.
1999-05-04Create a summary report for "-All-" bugs. Default links on. Switch sense ofbryce-mozilla%nextbus.com2-27/+43
banner flag. Add commented-out line to enable showing SQL line.
1999-05-02Fix HTML syntax errors, validate with http://validator.w3.org . Showbryce-mozilla%nextbus.com1-7/+8
on the the login name that will be used as the "reporter" (to more completely represent the bug report, and to prevent people from forgetting to switch logins when using another person's browser).