aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding the queryhelp.cgi file that was missing. (There are links to it in ↵dave%intrec.com2001-03-081-0/+1502
| | | | query.cgi)
* Last transfer bombed on me. Added Bugzilla Guide asbarnboy%trilobyte.net2001-03-084-3/+14481
| | | | | single large HTML and TXT files, and updated README.docs with compiling instructions for the Guide.
* Adding back jpg as binary.barnboy%trilobyte.net2001-03-081-0/+0
|
* Oops, forgot to put up dbschema.jpg as a binary file.barnboy%trilobyte.net2001-03-081-0/+0
|
* Documentation update; added docs/sgml, docs/html, docs/txt.barnboy%trilobyte.net2001-03-0895-1577/+30887
| | | | No text version of The Bugzilla Guide availabe yet, however.
* Bug 66149 - nicer wording for the most common Bugzilla error message.gerv%gerv.net2001-03-081-1/+3
|
* Change to update sections 3 and 4, miscellaneous updates.barnboy%trilobyte.net2001-03-081-95/+151
|
* Making query.cgi use the new queryhelp.cgi doctara%tequilarista.org2001-03-071-26/+31
|
* Fixed typos, dated information, and Windows NT instructions.barnboy%trilobyte.net2001-03-071-61/+49
|
* fix for bug 30823. fixed advanced queries on dependencies and cc. added huge ↵endico%mozilla.org2001-03-071-9/+106
| | | | comment about how boolean charts work.
* Fix for bug 62949: Initial Test Component on new install did not have ↵dave%intrec.com2001-03-071-27/+34
| | | | initialOwner, which made sanitycheck complain.
* Backing out Gerv's brainspasm for himtara%tequilarista.org2001-03-031-2/+2
|
* Fix for bug 70544: QuickSearch drops everything after the first negated worddave%intrec.com2001-03-011-1/+1
| | | | patch by afranke@ags.uni-sb.de (Andreas Franke)
* fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)cyeh%bluemartini.com2001-03-011-1/+0
| | | | | patch contributed to dave@intrec.com (Dave Miller). remove useless code.
* fix for 61637: Code bit for upgrading from 2.5cyeh%bluemartini.com2001-03-011-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.
* missed last documentation changecyeh%bluemartini.com2001-03-011-3/+5
|
* fix for 69793: check in new files for QuickSearchcyeh%bluemartini.com2001-03-015-5/+1258
| | | | | patch contributed by franke@ags.uni-sb.de (Andreas Franke) Now add quicksearch functionality to the main index page.
* fix for 58436: javascript strict warnings in query.cgicyeh%bluemartini.com2001-03-011-4/+12
| | | | | patch submitted by sidney@sidney.com (Sidney Markowitz) wrap javascript around Param("usetargetmilestone")
* fix for bug 67482: parens in user's real name was confusing bugzilla. Patch ↵dave%intrec.com2001-02-271-5/+2
| | | | by jake@acutex.net
* Fix for bug 50279: a couple executable files were missing from the list of ↵dave%intrec.com2001-02-271-1/+2
| | | | files that checksetup considers executable when it's resetting permissions.
* fix for 47726: Doesn't display properly in IE5.5 because bug url & are not ↵cyeh%bluemartini.com2001-02-272-4/+4
| | | | | | | encoded patch submitted by rufus@nonstuff.de (Rufus) call QuoteXMLChars on bug_file_loc and attachment desc
* stupid lamo fix for 69621: Keyword cache not updated on keyword rename/delete.cyeh%bluemartini.com2001-02-271-0/+14
| | | | | now give warning to admin that keyword cache should be rebuilt after any keyword edit or deletion.
* fix for bug 51670: Dependency loops are possiblecyeh%bluemartini.com2001-02-271-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.
* Fix for bug 69670: Chart::Base only reports its version number as 0.99, ↵dave%intrec.com2001-02-261-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.
* fix for 54566: Software error generated when adding invalid dependenciescyeh%bluemartini.com2001-02-241-0/+1
| | | | if we call PuntTryAgain(), make sure we've unlocked tables
* Oops, typo in patch. = -> eqdave%intrec.com2001-02-241-2/+2
|
* Fix for bug 69879: initial owner getting set to NULL if someone was ↵dave%intrec.com2001-02-231-2/+2
| | | | specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi)
* cleanup footer when not logged in and if using voting.cyeh%bluemartini.com2001-02-231-2/+2
|
* break Find and Report links to a seperate line so that it looks cleanercyeh%bluemartini.com2001-02-231-1/+1
| | | | | on browser windows with shorter widths. also, the second line matches nicely with the other table cell.
* fix for 69688: buglist.cgi: the intermediate "please stand by" page is uglycyeh%bluemartini.com2001-02-231-5/+9
| | | | patch submitted by st.n@gmx.net (Stephan Niemz [faniz])
* fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com2001-02-237-41/+145
| | | | based on patch submitted by baulig@suse.de (Martin Baulig).
* Made dupe table populating code not break on multi-line dupe comments. ↵gerv%gerv.net2001-02-221-1/+1
| | | | Thanks to Alex Melnick <alex@get.topica.com>. No bug number.
* fix for 67278: Footer lines need separationcyeh%bluemartini.com2001-02-221-25/+44
| | | | | patch submitted by shie9022@msmailhub.oulan.ou.edu (Alan Shields) make saved queries display better
* Fix for bug 49306: Resolution field getting cleared on midair-collision.dave%intrec.com2001-02-221-6/+3
|
* fix for 61648: SQL inserts do not match constraintscyeh%bluemartini.com2001-02-211-10/+11
| | | | | patch submitted by kevin.brannen@springbow.com (Kevin Brannen) change checksetup inserts to match database constraints.
* Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemztara%tequilarista.org2001-02-211-1/+3
|
* Fix for bug 69269: misleading comment for reassign by component when QA ↵dave%intrec.com2001-02-211-1/+3
| | | | Contact is in use.
* fix for 9302: Would be nice if attachment + number was a link too.cyeh%bluemartini.com2001-02-211-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.
* fix for 58436 : javascript strict warnings in query.cgicyeh%bluemartini.com2001-02-211-1/+1
| | | | changed to f.target_milestone
* fix for 68873 : Bugzilla install doesn't work over NFS; mention this in READMEcyeh%bluemartini.com2001-02-171-1/+10
| | | | patch submitted by tstromberg@rtci.com (Thomas Stromberg).
* fix for 17773: Checksetup.pl should create maintainer if database is empty.cyeh%bluemartini.com2001-02-171-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.
* fix for 65396:cyeh%bluemartini.com2001-02-162-8/+12
| | | | | Remember This Query should give option to add to page footer patch submitted by st.n@gmx.net (Stephan Niemz)
* fix for 28676 :cyeh%bluemartini.com2001-02-161-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).
* fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org2001-02-153-43/+134
| | | | was not generating a mail. r=donm@bluemartini.com
* Fix for bug 22041: Bug page title now includes bug summary. Patch by ↵dave%intrec.com2001-02-021-2/+7
| | | | st.n@gmx.net (Stephan Niemz (faniz))
* Fix for bug 66149: better error message on connection failures. Patch by ↵dave%intrec.com2001-02-021-1/+1
| | | | shie9022@msmailhub.oulan.ou.edu (Alan Shields)
* Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug ↵dave%intrec.com2001-01-271-1/+1
| | | | 39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu>
* cleaning up trailing whitespace in buglist.cgi source. (no code changes) ↵dave%intrec.com2001-01-251-21/+21
| | | | Patch by Stephan Niemz [faniz] <st.n@gmx.net>
* Fix for bug 66058: dates in Created and Changed date columns in buglists are ↵dave%intrec.com2001-01-251-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)
* Fix for bug 55429: can't always vote more than once per bug, depending on ↵dave%intrec.com2001-01-251-3/+4
| | | | product. Patch by Matthew Tuck <matty@box.net.au>