Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-15 | Fixed problem with ranges in regexps that I dreamt about a few nights ago. | gerv%gerv.net | 1 | -2/+2 | |
2000-12-14 | Fixed dupes table detection code; added check for graphs directory. | gerv%gerv.net | 1 | -7/+14 | |
2000-12-14 | Formatting change. Trivial. | gerv%gerv.net | 1 | -1/+1 | |
2000-12-12 | add a stack to save the current global SQL state so that queries can be ↵ | dmose%mozilla.org | 1 | -1/+41 | |
nested. used this mechanism to fix the 62618 regression. r=encido@mozilla.org | |||||
2000-12-07 | patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title ↵ | dmose%mozilla.org | 2 | -5/+14 | |
attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org | |||||
2000-12-06 | Bug 6682: moving location of graph creation dir to graphs instead of ↵ | gerv%gerv.net | 2 | -8/+9 | |
data/mining, for security reasons. | |||||
2000-11-21 | Fix for bug 45586: Component, Version, and Milestone values are no longer | dave%intrec.com | 1 | -15/+47 | |
shown that belong to products the user can't see if usebuggroups is active. Patch by Matthias Radestock <rade@lshift.net> | |||||
2000-11-10 | Make 'doomed' reports honor the per-product defaultmilestone setting, rather ↵ | terry%mozilla.org | 1 | -0/+6 | |
than looking at the obsolete system-wide 'curmilestone' param. | |||||
2000-11-01 | fix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute link | cyeh%bluemartini.com | 1 | -1/+1 | |
so that saved copies of show_bug are useful. patch by dave@intrec.com, r=cyeh | |||||
2000-10-31 | Last minute adjustments | tara%tequilarista.org | 1 | -2/+2 | |
2000-10-31 | Landing Gerv and Adam's changes for bug #6682 | tara%tequilarista.org | 2 | -576/+639 | |
2000-10-31 | correcting scope | tara%tequilarista.org | 1 | -7/+7 | |
2000-10-25 | The code was trying to use ConnectToDatabase to connect to the shadow db ↵ | dmose%mozilla.org | 1 | -1/+1 | |
after quietly_check_login() had already called it for us under the covers _without_ the useshadowdb parameter. So reports were being run against the main database, triggering UI stalls. r=endico@mozilla.org | |||||
2000-10-24 | when invoked with -syncall, have the GET_LOCK time out after 45 minutes ↵ | dmose%mozilla.org | 1 | -2/+6 | |
rather than 1 second, since we want syncall to happen anyway, even if other individual syncs are currently in progress. r=endico@mozilla.org | |||||
2000-10-24 | remove problem with newer perl spewing error messages into the CGI | cyeh%bluemartini.com | 1 | -11/+17 | |
2000-10-24 | whoopsie. | tara%tequilarista.org | 1 | -2/+2 | |
2000-10-24 | Landing duplicates stuff from gervase markham | tara%tequilarista.org | 4 | -2/+177 | |
2000-10-24 | part of gervase markham's duplicates tracking functionality | tara%tequilarista.org | 1 | -0/+186 | |
2000-10-13 | updated user-agent matching code to be more accurate about Win95 and MacOS | dmose%mozilla.org | 1 | -2/+2 | |
2000-09-29 | Fix for bug 52921: checksetup.pl fails to create database with password. | dave%intrec.com | 1 | -37/+49 | |
Now it won't choke on this anymore. Patch also includes a Perl 5.6 compatibility update (see bug 52921 and bug 44622 for details). | |||||
2000-09-29 | Fix for bug 44076: Editparams falsely detecting text field changes and | dave%intrec.com | 1 | -1/+4 | |
NS4Mac putting a single linefeed in empty fields. | |||||
2000-09-28 | fix for 45384: checksetup.pl fails to update very old bugzilla (10/1998) ↵ | cyeh%bluemartini.com | 1 | -0/+16 | |
databases. patch submitted by sstock@iconnect-inc.com | |||||
2000-09-20 | Oops! This was changed a couple of months ago in such a way that a | terry%mozilla.org | 1 | -1/+1 | |
large class of problems wouldn't be reported. (It wouldn't show most cases where a table had an invalid ID pointing into another table.) | |||||
2000-09-19 | fix for 52228: Bug list title should be name of query if running named query | cyeh%bluemartini.com | 2 | -5/+7 | |
patch by dave@intrec.com (Dave Miller) | |||||
2000-09-16 | Fix for bug 51270: param for bodyhtml to allow sites to customize | dave%intrec.com | 2 | -2/+6 | |
background colors/image and link colors. | |||||
2000-09-16 | fix for 41303: new email tech doesn't work with emailregexp | cyeh%bluemartini.com | 1 | -1/+6 | |
patch by JRobertson@medevolve.com (Jon Robertson) | |||||
2000-09-16 | front end fix for 31456: Editing a superuser clears their access flags | cyeh%bluemartini.com | 2 | -20/+30 | |
patch by jmrobin@tgix.com | |||||
2000-09-16 | fixes for 51184, 51185, 51186: allow for ldap authentication. patches | cyeh%bluemartini.com | 4 | -59/+261 | |
by jmrobins@tgix.com (Joe Robins). LDAP sections haven't been tested yet, but the code is arranged such that it shouldn't disturb existing user authentication system. | |||||
2000-09-15 | put little comment in here about apostrophe's in enums | cyeh%bluemartini.com | 1 | -1/+4 | |
2000-09-15 | fix for 47561:Incorrect group bit used for new group. | cyeh%bluemartini.com | 1 | -1/+1 | |
patch by dave@intrec.com | |||||
2000-09-14 | fix for 13626: loaded query doesn't show "Sort By" correctly. | cyeh%bluemartini.com | 1 | -0/+2 | |
patch by dave@intrec.com | |||||
2000-09-14 | fix for 29820: Remove "Changed" from email subject line | cyeh%bluemartini.com | 1 | -1/+6 | |
patch submitted by zach@math.berkeley.edu, additional commentary by cyeh@bluemartini.com. | |||||
2000-09-14 | fix for 51520: Missing uses of Param('emailsuffix') | cyeh%bluemartini.com | 2 | -2/+5 | |
patch submitted by john.beranek@pace.co.uk (John Beranek) | |||||
2000-09-13 | fix for 51521: Broken HTML on user permissions page, patch by ↵ | cyeh%bluemartini.com | 1 | -2/+2 | |
john.beranek@pace.co.uk | |||||
2000-09-13 | fix for 50647: RFE: yp_nomail.sh contribution. contributed by ↵ | cyeh%bluemartini.com | 2 | -0/+80 | |
mtakacs@pacbell.net | |||||
2000-09-13 | fix for 44653: Products with / in don't get any chart data | cyeh%bluemartini.com | 1 | -3/+5 | |
patch submitted by gavins@iplbath.com | |||||
2000-09-13 | fix for 51299: RemoveVotes email should use the 'sendmailnow' Param. patch ↵ | cyeh%bluemartini.com | 1 | -1/+5 | |
by dave@intrec.com | |||||
2000-09-11 | Fix for bug 51487: Now only checks for a valid QA Contact if it actually | dave%intrec.com | 1 | -8/+4 | |
asked you for one. Thanks to bg.mahesh@team.indiainfo.com (B.G. Mahesh) for catching this. | |||||
2000-09-07 | Fix for bug 51519: Links to index are too specific. Patch by | dave%intrec.com | 2 | -2/+2 | |
john.beranek@pace.co.uk (John Beranek) | |||||
2000-09-07 | Fix for bug 51508: Unclosed <NOBR> around named queries in command menu. | dave%intrec.com | 1 | -1/+1 | |
Patch by john.beranek@pace.co.uk (John Beranek) | |||||
2000-09-06 | Fix for bug 38791: scipped -> skipped spelling correction. | dave%intrec.com | 1 | -2/+2 | |
2000-09-06 | Fix for bug 33491: adds comment about configuration items for Apache being | dave%intrec.com | 1 | -3/+11 | |
in httpd.conf in never versions of apache, rather than in srm.conf or access.conf. Also adds comment in the "adding a maintainer by hand" section that you may need command-line options for the mysql command if you've enabled security in MySQL. | |||||
2000-09-06 | Fix for bug 21782: add instructions for using CPAN to install Perl modules | dave%intrec.com | 1 | -1/+8 | |
to the README. | |||||
2000-09-06 | html fix to reclose 21583 | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-09-04 | Fix for bug 43821: PutHeader has unbalanced <TABLE> tags. | dave%intrec.com | 1 | -2/+0 | |
2000-09-02 | Removing duplicate variable declaration from patch for bug 50698. The | dave%intrec.com | 1 | -2/+2 | |
sendmail deferred vs immediate delivery Param is now honored even in Perl 5.6. | |||||
2000-09-02 | Fix for bug 46913: xml.cgi produces SQL error when accessed while not | dave%intrec.com | 2 | -0/+2 | |
logged in yet. Thanks to luke_harless@attglobal.net for discovering this one. | |||||
2000-09-01 | fix for 6944: buglist: summary and whiteboard fight for space | cyeh%bluemartini.com | 1 | -8/+1 | |
patch by the ever present dave@intrec.com | |||||
2000-09-01 | fix for 45583: all users get added to a group if userregexp is null in ↵ | cyeh%bluemartini.com | 1 | -12/+12 | |
editproducts.cgi patch by jmrobins@tgix.com | |||||
2000-09-01 | fix for 35604: indicate on bug lists if a bug is not visible to the public | cyeh%bluemartini.com | 1 | -1/+7 | |
patch submitted by dave@intrec.com (Dave Miller), legend added by cyeh@bluemartini.com |