summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-03-09Refix for bug 25693: more accurate regexp to find duplicates when generating ↵dave%intrec.com1-3/+3
initial duplicates table.
2001-03-08Adding the queryhelp.cgi file that was missing. (There are links to it in ↵dave%intrec.com1-0/+1502
query.cgi)
2001-03-08Last transfer bombed on me. Added Bugzilla Guide asbarnboy%trilobyte.net4-3/+14481
single large HTML and TXT files, and updated README.docs with compiling instructions for the Guide.
2001-03-08Adding back jpg as binary.barnboy%trilobyte.net1-0/+0
2001-03-08Oops, forgot to put up dbschema.jpg as a binary file.barnboy%trilobyte.net1-0/+0
2001-03-08Documentation update; added docs/sgml, docs/html, docs/txt.barnboy%trilobyte.net95-1577/+30887
No text version of The Bugzilla Guide availabe yet, however.
2001-03-08Bug 66149 - nicer wording for the most common Bugzilla error message.gerv%gerv.net1-1/+3
2001-03-08Change to update sections 3 and 4, miscellaneous updates.barnboy%trilobyte.net1-95/+151
2001-03-07Making query.cgi use the new queryhelp.cgi doctara%tequilarista.org1-26/+31
2001-03-07Fixed typos, dated information, and Windows NT instructions.barnboy%trilobyte.net1-61/+49
2001-03-07fix for bug 30823. fixed advanced queries on dependencies and cc. added huge ↵endico%mozilla.org1-9/+106
comment about how boolean charts work.
2001-03-07Fix for bug 62949: Initial Test Component on new install did not have ↵dave%intrec.com1-27/+34
initialOwner, which made sanitycheck complain.
2001-03-03Backing out Gerv's brainspasm for himtara%tequilarista.org1-2/+2
2001-03-01Fix for bug 70544: QuickSearch drops everything after the first negated worddave%intrec.com1-1/+1
patch by afranke@ags.uni-sb.de (Andreas Franke)
2001-03-01fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)cyeh%bluemartini.com1-1/+0
patch contributed to dave@intrec.com (Dave Miller). remove useless code.
2001-03-01fix for 61637: Code bit for upgrading from 2.5cyeh%bluemartini.com1-0/+29
based on patch submitted by ehanson@talkware.net (Eric Hanson) support for changes comments table to longdescs, but only if comments table exists.
2001-03-01missed last documentation changecyeh%bluemartini.com1-3/+5
2001-03-01fix for 69793: check in new files for QuickSearchcyeh%bluemartini.com5-5/+1258
patch contributed by franke@ags.uni-sb.de (Andreas Franke) Now add quicksearch functionality to the main index page.
2001-03-01fix for 58436: javascript strict warnings in query.cgicyeh%bluemartini.com1-4/+12
patch submitted by sidney@sidney.com (Sidney Markowitz) wrap javascript around Param("usetargetmilestone")
2001-02-27fix for bug 67482: parens in user's real name was confusing bugzilla. Patch ↵dave%intrec.com1-5/+2
by jake@acutex.net
2001-02-27Fix for bug 50279: a couple executable files were missing from the list of ↵dave%intrec.com1-1/+2
files that checksetup considers executable when it's resetting permissions.
2001-02-27fix for 47726: Doesn't display properly in IE5.5 because bug url & are not ↵cyeh%bluemartini.com2-4/+4
encoded patch submitted by rufus@nonstuff.de (Rufus) call QuoteXMLChars on bug_file_loc and attachment desc
2001-02-27stupid lamo fix for 69621: Keyword cache not updated on keyword rename/delete.cyeh%bluemartini.com1-0/+14
now give warning to admin that keyword cache should be rebuilt after any keyword edit or deletion.
2001-02-27fix for bug 51670: Dependency loops are possiblecyeh%bluemartini.com1-1/+23
we now search each list (dependson, blocks) to see if a bug number shows up in each list. a bug can't be dependent upon and block the same bug. also make it so you can't set a bug blocking or dependent on itself.
2001-02-26Fix for bug 69670: Chart::Base only reports its version number as 0.99, ↵dave%intrec.com1-1/+1
regardless of the fact that you have 0.99b or 0.99c installed. So checksetup.pl needs to look for 0.99 instead of 0.99b.
2001-02-24fix for 54566: Software error generated when adding invalid dependenciescyeh%bluemartini.com1-0/+1
if we call PuntTryAgain(), make sure we've unlocked tables
2001-02-24Oops, typo in patch. = -> eqdave%intrec.com1-2/+2
2001-02-23Fix for bug 69879: initial owner getting set to NULL if someone was ↵dave%intrec.com1-2/+2
specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi)
2001-02-23cleanup footer when not logged in and if using voting.cyeh%bluemartini.com1-2/+2
2001-02-23break Find and Report links to a seperate line so that it looks cleanercyeh%bluemartini.com1-1/+1
on browser windows with shorter widths. also, the second line matches nicely with the other table cell.
2001-02-23fix for 69688: buglist.cgi: the intermediate "please stand by" page is uglycyeh%bluemartini.com1-5/+9
patch submitted by st.n@gmx.net (Stephan Niemz [faniz])
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com7-41/+145
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-02-22Made dupe table populating code not break on multi-line dupe comments. ↵gerv%gerv.net1-1/+1
Thanks to Alex Melnick <alex@get.topica.com>. No bug number.
2001-02-22fix for 67278: Footer lines need separationcyeh%bluemartini.com1-25/+44
patch submitted by shie9022@msmailhub.oulan.ou.edu (Alan Shields) make saved queries display better
2001-02-22Fix for bug 49306: Resolution field getting cleared on midair-collision.dave%intrec.com1-6/+3
2001-02-21fix for 61648: SQL inserts do not match constraintscyeh%bluemartini.com1-10/+11
patch submitted by kevin.brannen@springbow.com (Kevin Brannen) change checksetup inserts to match database constraints.
2001-02-21Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemztara%tequilarista.org1-1/+3
2001-02-21Fix for bug 69269: misleading comment for reassign by component when QA ↵dave%intrec.com1-1/+3
Contact is in use.
2001-02-21fix for 9302: Would be nice if attachment + number was a link too.cyeh%bluemartini.com1-0/+8
patch submitted by afranke@ags.uni-sb.de (Andreas Franke) thanks for the patch. Now can reference attachments in other bugs as an HTML link.
2001-02-21fix for 58436 : javascript strict warnings in query.cgicyeh%bluemartini.com1-1/+1
changed to f.target_milestone
2001-02-17fix for 68873 : Bugzilla install doesn't work over NFS; mention this in READMEcyeh%bluemartini.com1-1/+10
patch submitted by tstromberg@rtci.com (Thomas Stromberg).
2001-02-17fix for 17773: Checksetup.pl should create maintainer if database is empty.cyeh%bluemartini.com1-17/+126
patch submitted by dave@intrec.com (Dave Miller) create an administrator if we don't find one in the db or if new.
2001-02-16fix for 65396:cyeh%bluemartini.com2-8/+12
Remember This Query should give option to add to page footer patch submitted by st.n@gmx.net (Stephan Niemz)
2001-02-16fix for 28676 :cyeh%bluemartini.com1-0/+22
When a bug is marked duplicate, the reporter should be added to the bug that it duplicated. patch submitted by jake@acutex.net (Jake).
2001-02-15fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org3-43/+134
was not generating a mail. r=donm@bluemartini.com
2001-02-02Fix for bug 22041: Bug page title now includes bug summary. Patch by ↵dave%intrec.com1-2/+7
st.n@gmx.net (Stephan Niemz (faniz))
2001-02-02Fix for bug 66149: better error message on connection failures. Patch by ↵dave%intrec.com1-1/+1
shie9022@msmailhub.oulan.ou.edu (Alan Shields)
2001-01-27Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug ↵dave%intrec.com1-1/+1
39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu>
2001-01-25cleaning up trailing whitespace in buglist.cgi source. (no code changes) ↵dave%intrec.com1-21/+21
Patch by Stephan Niemz [faniz] <st.n@gmx.net>
2001-01-25Fix for bug 66058: dates in Created and Changed date columns in buglists are ↵dave%intrec.com1-2/+16
now in context with how old the bug is. within the last 18 hours: time only (12:24:34) within the last 6 days: weekday and time (Fri 12:24) within the last 100 days: month and day (01-19) older than 100 days: previous behaviour (2001-01-19)