Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding the queryhelp.cgi file that was missing. (There are links to it in ↵ | dave%intrec.com | 2001-03-08 | 1 | -0/+1502 |
| | | | | query.cgi) | ||||
* | Last transfer bombed on me. Added Bugzilla Guide as | barnboy%trilobyte.net | 2001-03-08 | 4 | -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.net | 2001-03-08 | 1 | -0/+0 |
| | |||||
* | Oops, forgot to put up dbschema.jpg as a binary file. | barnboy%trilobyte.net | 2001-03-08 | 1 | -0/+0 |
| | |||||
* | Documentation update; added docs/sgml, docs/html, docs/txt. | barnboy%trilobyte.net | 2001-03-08 | 95 | -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.net | 2001-03-08 | 1 | -1/+3 |
| | |||||
* | Change to update sections 3 and 4, miscellaneous updates. | barnboy%trilobyte.net | 2001-03-08 | 1 | -95/+151 |
| | |||||
* | Making query.cgi use the new queryhelp.cgi doc | tara%tequilarista.org | 2001-03-07 | 1 | -26/+31 |
| | |||||
* | Fixed typos, dated information, and Windows NT instructions. | barnboy%trilobyte.net | 2001-03-07 | 1 | -61/+49 |
| | |||||
* | fix for bug 30823. fixed advanced queries on dependencies and cc. added huge ↵ | endico%mozilla.org | 2001-03-07 | 1 | -9/+106 |
| | | | | comment about how boolean charts work. | ||||
* | Fix for bug 62949: Initial Test Component on new install did not have ↵ | dave%intrec.com | 2001-03-07 | 1 | -27/+34 |
| | | | | initialOwner, which made sanitycheck complain. | ||||
* | Backing out Gerv's brainspasm for him | tara%tequilarista.org | 2001-03-03 | 1 | -2/+2 |
| | |||||
* | Fix for bug 70544: QuickSearch drops everything after the first negated word | dave%intrec.com | 2001-03-01 | 1 | -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.com | 2001-03-01 | 1 | -1/+0 |
| | | | | | patch contributed to dave@intrec.com (Dave Miller). remove useless code. | ||||
* | fix for 61637: Code bit for upgrading from 2.5 | cyeh%bluemartini.com | 2001-03-01 | 1 | -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 change | cyeh%bluemartini.com | 2001-03-01 | 1 | -3/+5 |
| | |||||
* | fix for 69793: check in new files for QuickSearch | cyeh%bluemartini.com | 2001-03-01 | 5 | -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.cgi | cyeh%bluemartini.com | 2001-03-01 | 1 | -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.com | 2001-02-27 | 1 | -5/+2 |
| | | | | by jake@acutex.net | ||||
* | Fix for bug 50279: a couple executable files were missing from the list of ↵ | dave%intrec.com | 2001-02-27 | 1 | -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.com | 2001-02-27 | 2 | -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.com | 2001-02-27 | 1 | -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 possible | cyeh%bluemartini.com | 2001-02-27 | 1 | -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.com | 2001-02-26 | 1 | -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 dependencies | cyeh%bluemartini.com | 2001-02-24 | 1 | -0/+1 |
| | | | | if we call PuntTryAgain(), make sure we've unlocked tables | ||||
* | Oops, typo in patch. = -> eq | dave%intrec.com | 2001-02-24 | 1 | -2/+2 |
| | |||||
* | Fix for bug 69879: initial owner getting set to NULL if someone was ↵ | dave%intrec.com | 2001-02-23 | 1 | -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.com | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | break Find and Report links to a seperate line so that it looks cleaner | cyeh%bluemartini.com | 2001-02-23 | 1 | -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 ugly | cyeh%bluemartini.com | 2001-02-23 | 1 | -5/+9 |
| | | | | patch submitted by st.n@gmx.net (Stephan Niemz [faniz]) | ||||
* | fix for 66876: Using userids (mediumint) for initialowner and initialqacontact | cyeh%bluemartini.com | 2001-02-23 | 7 | -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.net | 2001-02-22 | 1 | -1/+1 |
| | | | | Thanks to Alex Melnick <alex@get.topica.com>. No bug number. | ||||
* | fix for 67278: Footer lines need separation | cyeh%bluemartini.com | 2001-02-22 | 1 | -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.com | 2001-02-22 | 1 | -6/+3 |
| | |||||
* | fix for 61648: SQL inserts do not match constraints | cyeh%bluemartini.com | 2001-02-21 | 1 | -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 Niemz | tara%tequilarista.org | 2001-02-21 | 1 | -1/+3 |
| | |||||
* | Fix for bug 69269: misleading comment for reassign by component when QA ↵ | dave%intrec.com | 2001-02-21 | 1 | -1/+3 |
| | | | | Contact is in use. | ||||
* | fix for 9302: Would be nice if attachment + number was a link too. | cyeh%bluemartini.com | 2001-02-21 | 1 | -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.cgi | cyeh%bluemartini.com | 2001-02-21 | 1 | -1/+1 |
| | | | | changed to f.target_milestone | ||||
* | fix for 68873 : Bugzilla install doesn't work over NFS; mention this in README | cyeh%bluemartini.com | 2001-02-17 | 1 | -1/+10 |
| | | | | patch submitted by tstromberg@rtci.com (Thomas Stromberg). | ||||
* | fix for 17773: Checksetup.pl should create maintainer if database is empty. | cyeh%bluemartini.com | 2001-02-17 | 1 | -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.com | 2001-02-16 | 2 | -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.com | 2001-02-16 | 1 | -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.org | 2001-02-15 | 3 | -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.com | 2001-02-02 | 1 | -2/+7 |
| | | | | st.n@gmx.net (Stephan Niemz (faniz)) | ||||
* | Fix for bug 66149: better error message on connection failures. Patch by ↵ | dave%intrec.com | 2001-02-02 | 1 | -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.com | 2001-01-27 | 1 | -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.com | 2001-01-25 | 1 | -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.com | 2001-01-25 | 1 | -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.com | 2001-01-25 | 1 | -3/+4 |
| | | | | product. Patch by Matthew Tuck <matty@box.net.au> |