aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding a comment to the top to hopefully prevent some of the confusion that ↵dave%intrec.com2001-03-201-0/+5
| | | | new Bugzilla maintainers are often running into with hacking Bugzilla installs.
* Re-re-fix for bug 71550. This will quite likely fix a number of bugs in ↵dave%intrec.com2001-03-201-0/+8
| | | | other places. The DBID<->Name conversion routines in globals.pl were not pushing/popping the SQL state around their SQL calls, which could result in lost data if called from inside a loop which is handling other SQL data.
* fix bug 72487 Create Attachment should allow user to create another attachtimeless%mac.com2001-03-201-1/+3
| | | | | Also adds link+desc to created patch. r=jake,terry
* Re-fix for bug 71550: all watchers are now accounted for instead of only the ↵dave%intrec.com2001-03-161-3/+5
| | | | first watcher found.
* Fix for bug 71550: watchers now get email based on their own preferences ↵dave%intrec.com2001-03-151-23/+21
| | | | rather than the preferences of the person they are watching. Patch by jake@acutex.net, r= dave@intrec.com
* Checking in Jake's <jake@acutex.net> interim patches from bug 30694. ↵endico%mozilla.org2001-03-133-9/+11
| | | | Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the summary if the viewer had the proper permissions.
* Fixed bug 71600: mail would be sent about a given bug iff all flags for ↵dmose%mozilla.org2001-03-121-2/+13
| | | | stuff changed in a given group were set. Should have sent mail if any flags for stuff changed in a given group were set. r=dave@intrec.com,endico@mozilla.org
* Fix for bug 71606: Duplicates not getting marked in comments which bug ↵dave%intrec.com2001-03-121-1/+1
| | | | they're a dupe of.
* Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to ↵dave%intrec.com2001-03-111-32/+36
| | | | make sure a) the user is allowed to dupe it, and b) the change hasn't caused a midair collision.
* Attempted fix for bug 71574: footer anomoly cleanupdave%intrec.com2001-03-111-10/+13
|
* Fixing broken OS detection code for Mac PPCdave%intrec.com2001-03-101-1/+1
|
* backing out the changes to queries on CC since they broke normal cc queries ↵endico%mozilla.org2001-03-101-7/+3
| | | | in the standard email address box at the top of the page
* Removed windows linefeeds.gerv%gerv.net2001-03-101-1502/+1502
|
* fix for "My Votes" floating in space like a disconnected astronautcyeh%bluemartini.com2001-03-101-4/+7
|
* Whitespace changes only; removing tabs and reformatting my changes to match ↵gerv%gerv.net2001-03-101-61/+56
| | | | the rest of the file. Long overdue.
* back out changecyeh%bluemartini.com2001-03-101-2/+4
|
* fix for 70039: Mid-air collision page confusing, users think comments will ↵cyeh%bluemartini.com2001-03-101-4/+2
| | | | be lost
* Fix for bug 71510: permissions not set correctly on graphs directorydave%intrec.com2001-03-101-1/+1
|
* add notation about securing web installationcyeh%bluemartini.com2001-03-101-0/+7
|
* refix for 40603: Assumes user is coming from different pagecyeh%bluemartini.com2001-03-101-4/+2
| | | | reduce wording
* fix for 6682: Chart all bug statescyeh%bluemartini.com2001-03-101-32/+43
| | | | | | patch submitted by gervase.markham@univ.ox.ac.uk (Gervase Markham)
* Re-fix for bug 17464: oldemailtech prefs work again.dave%intrec.com2001-03-091-3/+5
|
* Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the ↵endico%mozilla.org2001-03-092-0/+2
| | | | same problem. HTML meta characters in the summary were not being quoted before being printed to html.
* Refix for bug 25693: more accurate regexp to find duplicates when generating ↵dave%intrec.com2001-03-091-3/+3
| | | | initial duplicates table.
* 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
|