Commit Graph

1822 Commits

Author SHA1 Message Date
kestes%staff.mail.com
dfff1d973b make code taint safe.
add patch by "Paul MacAdam" <paul@eazel.com>
fixing bugs in script.
2000-11-06 15:39:53 +00:00
cyeh%bluemartini.com
ecbc1e7a0b fix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute link
so that saved copies of show_bug are useful. patch by dave@intrec.com, r=cyeh
2000-10-31 21:16:57 +00:00
dbaron%fas.harvard.edu
c6ca62e44c Change to print leak/bloat stats in bytes when under 10000 bytes, rather than 1000. Add "B" to units. b=34485 2000-10-31 21:02:01 +00:00
tara%tequilarista.org
77a5e75043 Last minute adjustments 2000-10-30 23:23:42 +00:00
tara%tequilarista.org
3347f61971 Landing Gerv and Adam's changes for bug #6682 2000-10-30 23:02:41 +00:00
tara%tequilarista.org
eaf8a0ac91 correcting scope 2000-10-30 19:17:43 +00:00
kestes%staff.mail.com
7a7019e8ca add use Time::Local because we need it. Must have removed it by
accident.
2000-10-27 15:29:52 +00:00
dbaron%fas.harvard.edu
7959335ccb Fix the size of the "L" and "*" popups for Mozilla popup code, and shrink the name popup a little bit. 2000-10-25 20:14:34 +00:00
dmose%mozilla.org
c1aa1c70d5 The code was trying to use ConnectToDatabase to connect to the shadow db 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-25 02:34:13 +00:00
dmose%mozilla.org
3b43087632 when invoked with -syncall, have the GET_LOCK time out after 45 minutes 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 01:51:56 +00:00
cyeh%bluemartini.com
25d54d1057 remove problem with newer perl spewing error messages into the CGI 2000-10-24 00:44:21 +00:00
tara%tequilarista.org
8ac6dc25ba whoopsie. 2000-10-23 23:15:04 +00:00
tara%tequilarista.org
f4303b44e5 Landing duplicates stuff from gervase markham 2000-10-23 22:01:31 +00:00
tara%tequilarista.org
3628176ca4 part of gervase markham's duplicates tracking functionality 2000-10-23 21:44:30 +00:00
kestes%staff.mail.com
0d104c480b add the notion of 'dead time' to better predict when builds will be
done at eazel.com.
when $buildstatus is 'building' we still want the popup window
explaining how long this has run.
2000-10-18 20:31:34 +00:00
kestes%staff.mail.com
0f80475eb8 wrong scope for $main::LOCALTIME 2000-10-18 20:27:43 +00:00
kestes%staff.mail.com
a0a94a6c56 clean up some comments, explain some security issues about data
storage in the document root.
2000-10-18 20:26:57 +00:00
kestes%staff.mail.com
99e7653feb clean up the comments.
factor out the pattern used to find variable names in mail
2000-10-18 20:26:04 +00:00
kestes%staff.mail.com
653e11e024 the name TinderDB::MIN_TABLE_SPACING was a mistake, change it to
TinderDB::TABLE_SPACING
2000-10-18 20:24:06 +00:00
kestes%staff.mail.com
a8927483f9 clean up the comments
factor out the pattern used to find variable names in the mail.
2000-10-18 20:22:57 +00:00
kestes%staff.mail.com
a34f6a8974 if we do not load the Build module we can not pick which builds to
ignore.
2000-10-18 20:22:13 +00:00
kestes%staff.mail.com
a5b718bd93 typo, extra dollar sign. 2000-10-18 14:33:57 +00:00
kestes%staff.mail.com
7e9c9d3d14 add more bug summaries. 2000-10-17 23:56:31 +00:00
kestes%staff.mail.com
7aa46e3ec2 If we delete too many duplicate treestates then we loose information
when the database is trimmed.

add more output to the CVS error message for close failures.
2000-10-17 23:55:25 +00:00
kestes%staff.mail.com
11f54dc47a move other sources of popup window code to main HTMLPopUP file. 2000-10-17 23:53:36 +00:00
kestes%staff.mail.com
0ff4f87ddd document other sources of popup window code. 2000-10-17 23:53:09 +00:00
kestes%staff.mail.com
1d973a36d6 It was a mistake to make $table_spacing settable at run time. There is
no MIN setting only a MAX.  This is useless.  So turn the variable to
a hard parameter $TinderDB::TABLE_SPACING.

Add a configuration variable $TinderConfig::LOG_PERFORMANCE
2000-10-17 23:51:05 +00:00
kestes%staff.mail.com
20dca862f3 it was a mistake to make $table_spacing settable. There is no MIN
setting only a MAX.  This is useless.  So turn the variable to a hard
parameter  $TinderDB::TABLE_SPACING.
2000-10-17 23:49:24 +00:00
kestes%staff.mail.com
039030ce27 it was a mistake to make $table_spacing settable. There is no MIN
setting only a MAX.  This is useless.  So turn the variable to a hard
parameter  $TinderDB::TABLE_SPACING.

Add a configuration variable $TinderConfig::LOG_PERFORMANCE
2000-10-17 23:49:07 +00:00
kestes%staff.mail.com
72443f0d84 document how to use fetchmail if sendmail causes problems.
begin to explain how to set up the bug tracking system.
clean up all the explantions a bit.
2000-10-17 23:47:08 +00:00
kestes%staff.mail.com
e66564e5e0 clarify the text 2000-10-17 20:30:29 +00:00
dmose%mozilla.org
578496bdbe updated user-agent matching code to be more accurate about Win95 and MacOS 2000-10-13 00:36:39 +00:00
cyeh%bluemartini.com
4d2713180d fix for bug where removing files on a branch causes the BRANCH_TAG name
to show up as a file to be removed. patch and fix by
pzb@lightningcast.net (Peter Bowen)
2000-10-12 01:41:00 +00:00
dave%intrec.com
013c4024da Fix for bug 52921: checksetup.pl fails to create database with password.
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 05:43:53 +00:00
dave%intrec.com
ecb5b5c3db Fix for bug 44076: Editparams falsely detecting text field changes and
NS4Mac putting a single linefeed in empty fields.
2000-09-29 05:29:09 +00:00
mcafee%netscape.com
cac0f1f372 Adding timeout to reload page. 2000-09-27 20:44:55 +00:00
cyeh%bluemartini.com
4db27ae045 fix for 45384: checksetup.pl fails to update very old bugzilla (10/1998) databases.
patch submitted by sstock@iconnect-inc.com
2000-09-27 17:51:36 +00:00
mcafee%netscape.com
93c446285b First add 2000-09-27 08:06:35 +00:00
kestes%staff.mail.com
67de09ef26 clarify the mailing system discriptions 2000-09-22 15:24:16 +00:00
kestes%staff.mail.com
5b68106721 fully tested 2000-09-22 15:17:14 +00:00
kestes%staff.mail.com
fed805bf3b factor out functions to the new package MailProcess 2000-09-22 15:16:52 +00:00
kestes%staff.mail.com
7d643d5d58 use the new named time constants
use BTData
2000-09-22 15:15:00 +00:00
kestes%staff.mail.com
743beec357 *** empty log message *** 2000-09-22 15:08:53 +00:00
kestes%staff.mail.com
8307a66a05 add gen test for the bug tracking system 2000-09-22 15:08:09 +00:00
kestes%staff.mail.com
802da423e0 add information about the bug tracking system 2000-09-22 15:07:28 +00:00
kestes%staff.mail.com
55e3533bdf clarify that the timestamp is for the build mail not any other mail. 2000-09-22 15:03:32 +00:00
kestes%staff.mail.com
7619104614 modify escapeHTML() to escape the "'" as well as standard characters,
so that my popup windows code do not see a "'" in their input as this
confuses them. (It does not help the popup but seems like a good idea
to leave in.)
2000-09-22 15:03:03 +00:00
kestes%staff.mail.com
4cc8de8605 add information about bug tracking module 2000-09-22 15:01:58 +00:00
kestes%staff.mail.com
0b504e1721 add named constants for time. 2000-09-22 15:01:32 +00:00
kestes%staff.mail.com
4ad6f21e74 add use HTMLPopUp; (how did this ever work?) 2000-09-22 14:59:20 +00:00