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
kestes%staff.mail.com
cf9d3ef546
localize variables which had not been declared.
...
add comments to generated html to help debugging.
remove comments about $HTMLPopUp::EMPTY_TABLE_CELL,
they belong in HTMLPopUp.pm.
Add more data to popup window title.
2000-09-22 14:58:40 +00:00
kestes%staff.mail.com
743354e1bb
typo
2000-09-22 14:56:14 +00:00
kestes%staff.mail.com
1edfec969e
use configure to set #!perl
2000-09-22 14:55:58 +00:00
kestes%staff.mail.com
6d7ef91e52
increase time for tipClose so that IE users get a chance to read the
...
popup windows while javascript fights for focus.
2000-09-22 14:55:12 +00:00
terry%mozilla.org
72a672ad12
Oops! This was changed a couple of months ago in such a way that a
...
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 15:42:53 +00:00
cyeh%bluemartini.com
4d68001099
fix for 52228: Bug list title should be name of query if running named query
...
patch by dave@intrec.com (Dave Miller)
2000-09-18 21:29:45 +00:00
kestes%staff.mail.com
12d6d63bae
add new arguments --skip-check --force-time
...
add parse_args to parse new arguments
add fix_nonunix_times() so that all dates can be in either format
send errors to stderr as well as logfile
debug check_required_vars();
2000-09-18 19:40:56 +00:00
kestes%staff.mail.com
e2a87abd9c
convert to new style tinderbox variables
2000-09-18 19:34:08 +00:00
kestes%staff.mail.com
f2fd93292a
new regression test
2000-09-18 19:33:32 +00:00
kestes%staff.mail.com
9eb8a6edaa
document HTMLPopUp implementations
...
document new $DEFAULT_HTML_PAGE = 'status.html';
document TRIM_DAYS for rmlogs
2000-09-18 19:32:46 +00:00
kestes%staff.mail.com
f96c29b91a
security (taint) fixes
...
use $MAX_DISPLAY_HOURS to peg the display used in links
2000-09-18 19:30:28 +00:00
kestes%staff.mail.com
56b064b826
security (taint) fixes
...
allow null message of the day
do not hardcode <a href instead call Link()
2000-09-18 19:29:31 +00:00
kestes%staff.mail.com
1248b6c657
security (taint) fixes
2000-09-18 19:28:32 +00:00
kestes%staff.mail.com
b1d83e521a
security fixes
...
rename of file is not nessary
use new generalization: $FileStructure::DEFAULT_HTML_PAGE
2000-09-18 19:27:42 +00:00
kestes%staff.mail.com
9b352073db
use extract_filename_chars()
...
document passwd can be global or pertree
use new generalization: $FileStructure::DEFAULT_HTML_PAGE
2000-09-18 19:26:22 +00:00
kestes%staff.mail.com
18f6a8a881
dont hard code <a href> use link()
...
use new generalization: $FileStructure::DEFAULT_HTML_PAGE
2000-09-18 19:25:17 +00:00
kestes%staff.mail.com
af7a629a54
modules must end in 1;
2000-09-18 19:23:53 +00:00
kestes%staff.mail.com
c8c7709000
add support for taint checking
...
add support for time checking
centrallize all 'atomic move' operations
2000-09-18 19:23:17 +00:00
kestes%staff.mail.com
080409cb18
this must use atomic_rename_file()
2000-09-18 19:21:56 +00:00
kestes%staff.mail.com
25fe136641
use extract_user() for untainting
2000-09-18 19:21:18 +00:00
kestes%staff.mail.com
dd4a8164ce
add sanity check for record
...
fix gunzip URL (it had appeared twice in the string)
2000-09-18 19:20:44 +00:00
kestes%staff.mail.com
eb39d03881
update file with current status
2000-09-18 19:18:34 +00:00
kestes%staff.mail.com
19ace39cd5
add users section
...
add 'security' as a goal
2000-09-18 19:18:03 +00:00
dave%intrec.com
bd49c741bd
Fix for bug 51270: param for bodyhtml to allow sites to customize
...
background colors/image and link colors.
2000-09-16 14:08:37 +00:00
cyeh%bluemartini.com
4c81648e80
fix for 41303: new email tech doesn't work with emailregexp
...
patch by JRobertson@medevolve.com (Jon Robertson)
2000-09-15 22:39:35 +00:00
cyeh%bluemartini.com
cffb5b60cf
front end fix for 31456: Editing a superuser clears their access flags
...
patch by jmrobin@tgix.com
2000-09-15 22:20:55 +00:00
cyeh%bluemartini.com
22a1752faf
fixes for 51184, 51185, 51186: allow for ldap authentication. patches
...
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 18:35:18 +00:00