Граф коммитов

1948 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com cc36a0ef36 Minor comment updates 2000-11-13 23:00:16 +00:00
kestes%staff.mail.com d5e0dc51bc The image module is not used at Mozilla.org in tinderbox1 anymore and
I never got the code working in tinderbox2 anyway.
2000-11-10 19:14:12 +00:00
kestes%staff.mail.com 03db39ae96 move the status table to its own file
improve prediction of when build will finish by adding 'deadtime'

Keep the spacing between builds greater then our HTML grid
spacing.  This used to be done in processmail, but that caused
problems with the MTA.
2000-11-09 19:55:52 +00:00
kestes%staff.mail.com 9d5a502eff add cache_cmd() and fix_time_format() 2000-11-09 19:48:05 +00:00
kestes%staff.mail.com 92e5998ae2 minor clenaup 2000-11-09 19:45:53 +00:00
kestes%staff.mail.com b059c9613a taken from TinderDB::Build.pm 2000-11-09 19:44:47 +00:00
kestes%staff.mail.com c6f7ebb259 make a distinction between: $TINDERBOX_HTML_DIR, $TINDERBOX_DATA_DIR
remove the tests for
        New build started too frequently.
        New build started before the previous one.
mailers are not so rational.
2000-11-09 19:43:49 +00:00
kestes%staff.mail.com 51d1cbc1a3 remove references to image module
make a distinction between: $TINDERBOX_HTML_DIR, $TINDERBOX_DATA_DIR
2000-11-09 19:40:51 +00:00
kestes%staff.mail.com eb64353424 use new module: BuildStatus
make a distinction between: $TINDERBOX_HTML_DIR, $TINDERBOX_DATA_DIR
2000-11-09 19:40:19 +00:00
kestes%staff.mail.com e3b1a72b6b ensure that the filenames are taint clean 2000-11-09 19:39:22 +00:00
kestes%staff.mail.com b8dc891d0a make a distinction between: $TINDERBOX_HTML_DIR, $TINDERBOX_DATA_DIR
general cleanup and improved comments.
2000-11-09 19:38:34 +00:00
kestes%staff.mail.com 67ba9ec4c2 *** empty log message *** 2000-11-09 19:34:36 +00:00
kestes%staff.mail.com f19e6b0d2b add taint support
prevent users from accidentally editing files in
    build or install directory
check that code compiles before installing
2000-11-09 19:34:25 +00:00
kestes%staff.mail.com f913b8c91f regularize use statements 2000-11-09 19:31:05 +00:00
kestes%staff.mail.com 3ad1f7364c regularize the use statements 2000-11-09 19:29:08 +00:00
kestes%staff.mail.com 2e3a52d945 make code taint safe and use a configureation
file for setting #perlflags#
2000-11-09 19:22:00 +00:00
kestes%staff.mail.com 37d9729e8a add a statement:
use lib '#tinder_libdir#';
2000-11-09 19:17:56 +00:00
kestes%staff.mail.com d9bdd2c3d6 add a statement:
use lib '#tinder_libdir#';

ensure that all filnames are taint free, they can come from globs
2000-11-09 19:17:39 +00:00
kestes%staff.mail.com cd043f78b4 add a statement:
use lib '#tinder_libdir#';
cache CVS calls during run for increased speed.
2000-11-09 19:16:08 +00:00
kestes%staff.mail.com 988ba33d74 make a distinction between $TINDERBOX_HTML_DIR and
$TINDERBOX_DATA_DIR
2000-11-09 19:14:31 +00:00
kestes%staff.mail.com 1f04f05bc7 add test for fix_time_format_tst() 2000-11-09 19:13:17 +00:00
kestes%staff.mail.com 3c284a469e regularize the use statements. 2000-11-09 19:12:55 +00:00
kestes%staff.mail.com 8d18461d34 make code taint safe by filtering output of globs. 2000-11-09 19:11:22 +00:00
kestes%staff.mail.com cafa2b38ea make code taint safe by filtering output of globs. 2000-11-09 19:10:45 +00:00
terry%mozilla.org 9ffb1cc795 Make 'doomed' reports honor the per-product defaultmilestone setting, rather than looking at the obsolete system-wide 'curmilestone' param. 2000-11-09 18:57:51 +00:00
dmose%mozilla.org 390cd6d680 updated comments relating to cvs patch requirements 2000-11-08 19:53:40 +00:00
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
kestes%staff.mail.com d173e44d0d 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 ba137f46d3 typo 2000-09-22 14:56:14 +00:00
kestes%staff.mail.com 71564d8b16 use configure to set #!perl 2000-09-22 14:55:58 +00:00
kestes%staff.mail.com d32fe97941 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 eaf3761c52 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 cb28da37a5 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 8f52f8fd95 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 546148660d convert to new style tinderbox variables 2000-09-18 19:34:08 +00:00
kestes%staff.mail.com 1118d407c3 new regression test 2000-09-18 19:33:32 +00:00
kestes%staff.mail.com aa8be01246 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 9e99561a5f 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 a0a6b87cf5 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 fbfc1603c9 security (taint) fixes 2000-09-18 19:28:32 +00:00
kestes%staff.mail.com 78a49c0692 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 7fd8aa43f9 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 efb6d83e75 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 2cfdf5a494 modules must end in 1; 2000-09-18 19:23:53 +00:00
kestes%staff.mail.com 4ebaebc379 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 c949726fdb this must use atomic_rename_file() 2000-09-18 19:21:56 +00:00
kestes%staff.mail.com b8a971dd06 use extract_user() for untainting 2000-09-18 19:21:18 +00:00
kestes%staff.mail.com 3847fd9f3c 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 e344ec6b70 update file with current status 2000-09-18 19:18:34 +00:00
kestes%staff.mail.com d8b4feba25 add users section
add 'security' as a goal
2000-09-18 19:18:03 +00:00
dave%intrec.com a8b9e30b12 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 1086d3e077 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 b11c2767ae 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 5f18a20d2d 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
cyeh%bluemartini.com 1c6f4f4d4a put little comment in here about apostrophe's in enums 2000-09-15 01:00:56 +00:00
cyeh%bluemartini.com 4c5d1ab34c fix for 47561:Incorrect group bit used for new group.
patch by dave@intrec.com
2000-09-14 23:53:24 +00:00
cyeh%bluemartini.com 8eb7c4896e fix for 13626: loaded query doesn't show "Sort By" correctly.
patch by dave@intrec.com
2000-09-13 22:04:30 +00:00
cyeh%bluemartini.com 44fddf3b1e fix for 29820: Remove "Changed" from email subject line
patch submitted by zach@math.berkeley.edu, additional commentary by
cyeh@bluemartini.com.
2000-09-13 21:25:25 +00:00
cyeh%bluemartini.com b2de760455 fix for 51520: Missing uses of Param('emailsuffix')
patch submitted by john.beranek@pace.co.uk (John Beranek)
2000-09-13 17:45:48 +00:00
cyeh%bluemartini.com 43bd0deb3d fix for 51521: Broken HTML on user permissions page, patch by john.beranek@pace.co.uk 2000-09-13 00:09:36 +00:00
cyeh%bluemartini.com 9045f8404b fix for 50647: RFE: yp_nomail.sh contribution. contributed by mtakacs@pacbell.net 2000-09-12 23:50:31 +00:00
cyeh%bluemartini.com 0343853d5e fix for 44653: Products with / in don't get any chart data
patch submitted by gavins@iplbath.com
2000-09-12 21:35:46 +00:00
cyeh%bluemartini.com 2e62d1d1d3 fix for 51299: RemoveVotes email should use the 'sendmailnow' Param. patch by dave@intrec.com 2000-09-12 16:29:38 +00:00
kestes%staff.mail.com 0da9c3f53a add more interesting types of builds to better simulate real
environments and because we missed a few errors using the old test
script.
2000-09-10 20:44:03 +00:00
kestes%staff.mail.com 2bd43d9f97 document rmlogs 2000-09-10 17:33:42 +00:00
kestes%staff.mail.com 0f3e0ccf9a add configs for rmlogs 2000-09-10 17:32:00 +00:00
kestes%staff.mail.com b1ead786ca script to clean out old log files.
untested.
2000-09-10 17:30:40 +00:00
kestes%staff.mail.com 3eab49b3f3 add security checks to get_env so users do not accidentally run any
programs as root.
2000-09-10 17:29:17 +00:00
dave%intrec.com 11e0517dfa Fix for bug 51487: Now only checks for a valid QA Contact if it actually
asked you for one.  Thanks to bg.mahesh@team.indiainfo.com (B.G. Mahesh)
for catching this.
2000-09-10 16:54:04 +00:00
kestes%staff.mail.com 8d5fc3ec65 typo, missing parenthesis around arguments in encrypt_passwd()
fixed also in  security_problem()
2000-09-10 16:01:28 +00:00
dave%intrec.com 5353c7483c Fix for bug 51519: Links to index are too specific. Patch by
john.beranek@pace.co.uk (John Beranek)
2000-09-07 06:31:12 +00:00
dave%intrec.com bd580c2745 Fix for bug 51508: Unclosed <NOBR> around named queries in command menu.
Patch by john.beranek@pace.co.uk (John Beranek)
2000-09-07 06:22:10 +00:00
mcafee%netscape.com fc5575f46d 4 rows for sheriff blurb 2000-09-06 19:22:52 +00:00
mcafee%netscape.com 2c84fa4cef One more row for sheriff blurb. 2000-09-06 19:04:11 +00:00
dave%intrec.com 60dd308343 Fix for bug 38791: scipped -> skipped spelling correction. 2000-09-06 06:01:10 +00:00
dave%intrec.com c2eb36c560 Fix for bug 33491: adds comment about configuration items for Apache being
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 05:37:57 +00:00
dave%intrec.com ad5e1c0d3c Fix for bug 21782: add instructions for using CPAN to install Perl modules
to the README.
2000-09-06 04:57:24 +00:00
kestes%staff.mail.com 7ddb6abbe3 add tidnerbox version number to header output 2000-09-06 01:24:18 +00:00
kestes%staff.mail.com c92012a459 change: build_update_time_stamp to update_time_stamp
add: alltree_headers
2000-09-06 01:22:47 +00:00
cyeh%bluemartini.com a91867a028 html fix to reclose 21583 2000-09-05 17:48:22 +00:00
dave%intrec.com cbfc28ce92 Fix for bug 43821: PutHeader has unbalanced <TABLE> tags. 2000-09-04 04:10:51 +00:00
dave%intrec.com c6661d2638 Removing duplicate variable declaration from patch for bug 50698. The
sendmail deferred vs immediate delivery Param is now honored even in Perl
5.6.
2000-09-02 04:26:36 +00:00
dave%intrec.com bd7d9e2d5e Fix for bug 46913: xml.cgi produces SQL error when accessed while not
logged in yet.  Thanks to luke_harless@attglobal.net for discovering this
one.
2000-09-02 02:44:54 +00:00
dave%intrec.com 489a678c11 Fix for bug 50892: extra space in chmod command causes creation of
data/checkinlog to fail
2000-09-02 02:38:28 +00:00
kestes%staff.mail.com f24c77db50 imbed the version number in the generated html 2000-09-01 18:39:54 +00:00
kestes%staff.mail.com a2ed4c7a72 export_alltree_headers
function signature has changed.
2000-09-01 18:39:19 +00:00
kestes%staff.mail.com 1d825bdc28 better comments to discribe the settings. 2000-09-01 18:38:23 +00:00
kestes%staff.mail.com 5109cf4f6b $link was in the wrong scope.
I was returning undef instead of $link.
2000-09-01 18:37:52 +00:00
cyeh%bluemartini.com eb02be381a fix for 6944: buglist: summary and whiteboard fight for space
patch by the ever present dave@intrec.com
2000-08-31 23:26:51 +00:00
cyeh%bluemartini.com 1ddba93fb7 fix for 45583: all users get added to a group if userregexp is null in editproducts.cgi
patch by jmrobins@tgix.com
2000-08-31 22:56:21 +00:00
kestes%staff.mail.com 55a6cd74f5 turn on the all_headers file for the bots 2000-08-31 22:00:26 +00:00
kestes%staff.mail.com 66264882b2 forgot that if I change peristance then the admin code changes also.
I use persistance for the passwd table.
2000-08-31 21:59:53 +00:00
cyeh%bluemartini.com fc7d0aeca1 fix for 35604: indicate on bug lists if a bug is not visible to the public
patch submitted by dave@intrec.com (Dave Miller), legend added
by cyeh@bluemartini.com
2000-08-31 21:53:29 +00:00
cyeh%bluemartini.com 45380ba742 fix for 44609 : Remove the useless "project" column in the Change columns page
patch submitted by cdurst@world.std.com (Charles Durst)
2000-08-31 18:19:46 +00:00
tara%tequilarista.org 439bae9bcb fix for bug #24806 2000-08-31 06:07:26 +00:00
cyeh%bluemartini.com 89cb993e96 fix for 44617: edit*.cgi: Should show which product you're working on
patches by mtakacs@pacbell.net (Tak)
2000-08-30 23:44:36 +00:00
cyeh%bluemartini.com d7b2e64541 fix for 32828: Redirect fails on Internet explorer: colchange.cgi
patch from mtakacs@pacbell.net
2000-08-30 23:01:26 +00:00
cyeh%bluemartini.com 7bf6b3cead fix for 40603: query.cgi shutdownhtml PutHeader
patch submitted by JRobertson@medevolve.com (Jon Robertson)
2000-08-30 22:49:17 +00:00
cyeh%bluemartini.com 4dd018a6bb fix for 40603: Assumes user is coming from different page
patch by zach@zachlipton.com
2000-08-30 22:42:44 +00:00
cyeh%bluemartini.com 4a9c55c4f5 fix submitted for 42809: bug_email.pl doesn't allow for priority = 0
patch submitted by brad@xyu.dhs.org (Brad Sarsfield)
2000-08-30 21:47:17 +00:00
cyeh%bluemartini.com 9b2e821c15 fix for 37684 and 42609: trying to deal with malformed url's in the URL field
during bug entry. instead of trying to be really intelligent over what a valid
url field is, or doing any kind of complicated regexping and forcing http://
on everyone, what we do instead is pre-seed enter_bug.cgi bug_file_loc with http://
in the text field. if that is all there is in the field when we are in post_bug.cgi,
then the value gets set to null (no URL entered into the new bug form). this allows
for you to enter in any valid url that you want, but also make it obvious that
http:// should be there for http:// urls at bug entry time
2000-08-30 21:32:43 +00:00