kestes%staff.mail.com
c2fb5c1f88
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
45bf2b820f
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
f9573587e6
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
80e30fac42
Last minute adjustments
2000-10-30 23:23:42 +00:00
tara%tequilarista.org
f9ba63a7e0
Landing Gerv and Adam's changes for bug #6682
2000-10-30 23:02:41 +00:00
tara%tequilarista.org
6a1f7a0e04
correcting scope
2000-10-30 19:17:43 +00:00
kestes%staff.mail.com
baac20d1ea
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
f92a1cb254
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
9e3e8fade9
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
4580a35a0d
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
f834f30fb4
remove problem with newer perl spewing error messages into the CGI
2000-10-24 00:44:21 +00:00
tara%tequilarista.org
d2770898e5
whoopsie.
2000-10-23 23:15:04 +00:00
tara%tequilarista.org
14d7309972
Landing duplicates stuff from gervase markham
2000-10-23 22:01:31 +00:00
tara%tequilarista.org
7f1fa390e1
part of gervase markham's duplicates tracking functionality
2000-10-23 21:44:30 +00:00
kestes%staff.mail.com
41094187c0
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
ae48291745
wrong scope for $main::LOCALTIME
2000-10-18 20:27:43 +00:00
kestes%staff.mail.com
3a27ac9f70
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
46bd846548
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
8f77276a48
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
9b3d896365
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
153446b0d8
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
3128e64a00
typo, extra dollar sign.
2000-10-18 14:33:57 +00:00
kestes%staff.mail.com
3332fa379a
add more bug summaries.
2000-10-17 23:56:31 +00:00
kestes%staff.mail.com
26ae75d9b9
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
c6514c4872
move other sources of popup window code to main HTMLPopUP file.
2000-10-17 23:53:36 +00:00
kestes%staff.mail.com
1b0687a8d9
document other sources of popup window code.
2000-10-17 23:53:09 +00:00
kestes%staff.mail.com
99e8c6f8a9
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
b05c3ad158
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
f3e18c518b
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
9057c7bfb2
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
455841536b
clarify the text
2000-10-17 20:30:29 +00:00
dmose%mozilla.org
4103c2ec88
updated user-agent matching code to be more accurate about Win95 and MacOS
2000-10-13 00:36:39 +00:00
cyeh%bluemartini.com
d19f4832c4
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
849dd77367
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
464417da64
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
2c235147de
Adding timeout to reload page.
2000-09-27 20:44:55 +00:00
cyeh%bluemartini.com
d54fca0716
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
4a3c18c0cb
First add
2000-09-27 08:06:35 +00:00
kestes%staff.mail.com
7dbcd9c8c5
clarify the mailing system discriptions
2000-09-22 15:24:16 +00:00
kestes%staff.mail.com
df312912ed
fully tested
2000-09-22 15:17:14 +00:00
kestes%staff.mail.com
7aeb0de251
factor out functions to the new package MailProcess
2000-09-22 15:16:52 +00:00
kestes%staff.mail.com
79cc47a59e
use the new named time constants
...
use BTData
2000-09-22 15:15:00 +00:00
kestes%staff.mail.com
27b422da1a
*** empty log message ***
2000-09-22 15:08:53 +00:00
kestes%staff.mail.com
29fb79deba
add gen test for the bug tracking system
2000-09-22 15:08:09 +00:00
kestes%staff.mail.com
1f90c953dc
add information about the bug tracking system
2000-09-22 15:07:28 +00:00
kestes%staff.mail.com
7ac5fab637
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
6a5031c4a8
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
1727584f3b
add information about bug tracking module
2000-09-22 15:01:58 +00:00
kestes%staff.mail.com
670957fa01
add named constants for time.
2000-09-22 15:01:32 +00:00
kestes%staff.mail.com
9d9324314d
add use HTMLPopUp; (how did this ever work?)
2000-09-22 14:59:20 +00:00