summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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).
1999-05-01Added a "blocker" severity.terry%mozilla.org3-2/+9
1999-05-01Updated version string to 2.5 (development)terry%mozilla.org1-1/+1
1999-05-01Updated version string to 2.4 (shipping)terry%mozilla.org1-1/+1
1999-05-01Stop populating the default database with mozilla-specific stuff.terry%mozilla.org3-167/+5
1999-04-29Patch by mhamby@logicon.com -- provide a UI for adding new components.terry%netscape.com3-0/+201
1999-04-29Added a tiny bit of bulletproofing.terry%netscape.com1-1/+1
1999-04-28Patch by Ry4an Brase <rbrase@cyrus.net> -- fixed silly typo.terry%netscape.com1-1/+1
1999-04-28Added links to "a duplicate of" bug ids.terry%netscape.com1-1/+8
1999-04-28Added a link from a bug that points back to itself, so you canterry%netscape.com1-1/+1
middle-click on it and stuff.
1999-04-28Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtmlterry%netscape.com3-16/+32
param to allow people to customize the html put in the <HEAD> portion of generated documents. Also, a few other minor patches.
1999-04-23Fixed a bug where the long descriptions of bugs had a variety ofterry%netscape.com1-0/+37
newline characters at the end, depending on the operating system of the browser that submitted the text.
1999-04-22Ignore blanks when doing diff. In particular, this helps hide anyterry%netscape.com1-1/+1
problems we may have with differing end-of-line characters.
1999-04-22Fixed a bug where the long descriptions of bugs had a variety ofterry%netscape.com2-2/+13
newline characters at the end, depending on the operating system of the browser that submitted the text.
1999-04-18Oops; wasn't sending out mail when someone attached a file.terry%netscape.com1-0/+2
1999-04-11Fixed bug 4928 -- wasn't encoding multi-line value fields properly,terry%netscape.com1-10/+2
which busted modern browsers (like, Mozilla itself).
1999-04-11Patch from James Huff <james.huff@cdg.cendant.com> -- was missing oneterry%netscape.com1-0/+1
file from list of scripts to run.
1999-04-09Patch by jay@invengen.com -- fixed bug 4106 (was busting on IE).terry%netscape.com1-0/+4
1999-04-08Bugzilla now has the ability to store patches and other attachments with bugs.terry%netscape.com6-2/+283
1999-03-27Added stuff to make it more obvious how to create an account.terry%netscape.com4-13/+102
1999-03-26Look for text like "bug 213" and make it a link to that bug...terry%netscape.com1-1/+10
1999-03-26Redo the linkifying of URLs and email addresses to not munge up weirdterry%netscape.com3-13/+62
cases so badly.
1999-03-25Quote URLs and email addresses in the long description of bugs.terry%netscape.com3-2/+18
1999-03-25On re-reading bug 4133, I see that I should just turn off theterry%netscape.com1-2/+1
javascript stuff on all instances of IE.
1999-03-25Don't try to run our javascript if running on IE4.terry%netscape.com1-2/+9
1999-03-24Can now query for a specified field being changed at a specified time,terry%netscape.com5-5/+87
optionally to a specified value.
1999-03-23Patch by Dru Nelson <dnelson@redwoodsoft.com> -- quote theterry%netscape.com1-1/+1
logincookie, just in case some silly user mucked with their cookie file.
1999-03-23Turns out the javascript I was using was version 1.2, not 1.1. Who knew?terry%netscape.com1-1/+1
1999-03-20Patch by David Gardiner <david.gardiner@unisa.edu.au> (with furtherterry%netscape.com1-1/+127
hacks by me): Added javascript magic to adjust component/version lists when products get selected.
1999-03-12Added new pages to edit existing components.terry%netscape.com3-1/+267
1999-03-12Allow importing of groupset.terry%netscape.com1-2/+2
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com18-84/+279
put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
1999-03-11Redistributed some QA folks.terry%netscape.com1-5/+5
1999-03-10Patch by Ry4an Brase <ry4an@ry4an.org> -- fix typo.terry%netscape.com1-1/+1
1999-03-09Added params to control how priorities are set in a new bug. You canterry%netscape.com4-5/+45
now choose whether to let submitters of new bugs choose a priority, or whether they should just accept the default priority (which is now no longer hardcoded to "P2", but is instead a param.) The default value of the params will cause the same behavior as before.
1999-03-09Changed some QA contacts.terry%netscape.com1-2/+2