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

2477 Коммитов

Автор SHA1 Сообщение Дата
jake%acutex.net f2720e0228 Fix for bug 57821 - Empty regular expression causes a software error.
Patch by Nick Hibma <n_hibma@qubesoft.com>
r= jake@acutex.net
2001-10-05 23:06:08 +00:00
kestes%walrus.com 1e7c1746d5 fix broken parsing and handing of --help --version 2001-10-05 22:42:12 +00:00
jake%acutex.net 133f72a1e6 Fix for bug 66651 - Include link to attachment in notification mail
Patch by Gavin Shelley <gavins@iplbath.com>
r= jake@acutex.net
2001-10-05 22:38:12 +00:00
jake%acutex.net c9c0f7626c Fix for bug 93006 - The mass change page was auto-selecting the wrong radio button.
r= caillon@returnzero.com
2001-10-05 22:20:33 +00:00
kestes%walrus.com aaca8df50d fix bug in mail processing where errors were not logged. This was a scope
error in the LOG glob. Also we now allow users to run tinderbox via setuid wrappers
and no longer exclude certain uid ranges but require tinderbox to be run via the id which
the user specifies explicitly.
2001-10-05 22:11:50 +00:00
kestes%walrus.com 186309f14a The index files were not being over written but being appeneded to and the
documentation had not been updated.
2001-10-05 22:10:14 +00:00
kestes%walrus.com e179611ea8 add ability to generate index.html files for the directories which are processed
this is because most browsers are truncating our long build file names.
2001-10-05 22:05:10 +00:00
jake%acutex.net 61845a9e58 Fix for bug 55630 - email-suffix is not shown in createaccount-page
Patch by kai morich <mail@kai-morich.de>
r= matty@chariot.net.au
2001-10-05 19:38:26 +00:00
jake%acutex.net e9eb057055 Fix for bug 83474 - The tables were not being unlocked properly when rebuilding the keyword cache if there were no keywords to rebuild.
Patch by Lukasz Engel <Lukasz.Engel@softax.pl>
r= matty@chariot.net.au
2001-10-05 15:18:12 +00:00
zach%zachlipton.com 5e1771bd45 Fix for bug 102032: Fix tinderbox test errors and warnings. Patch to make new_comment.cgi use strict and warnings and make tests run at
100%!

Patch by Jake <jake@acutex.net>, r=justdave, no 2nd review needed.
2001-10-05 02:16:34 +00:00
zach%zachlipton.com 92f724c63f Fix for bug 98095:importxml.pl fails perl -wc test. Simple 1 line addition
that makes importxml.pl not fail the tests. We are on our way to 100%!

Patch by Jake <jake@acutex.net>, r=zach@zachlipton.com, no 2nd review required.
2001-10-05 00:42:06 +00:00
ian%hixie.ch 1a231e506c Correcting minor typo (extraneous ')'s). 2001-10-04 16:09:32 +00:00
timeless%mac.com 3146968916 Bugzilla Bug 69533 enter_bug.cgi does not auto-detect HP-UX as OS
patch by gary@radionics.com r=zach
2001-10-04 00:06:54 +00:00
justdave%syndicomm.com 2d5eda33b3 Fix for bug 82809: comments in bugs no longer have &#013; where the linefeeds should be.
Patch by Dave Miller <justdave@syndicomm.com>
r= timeless@mac.com (no 2nd review needed)
2001-10-03 07:49:19 +00:00
terry%mozilla.org 5416dd6edd Fix for bug 102723: If genstats dies trying to change databases it will now include the name of the statistic it was trying to generate in addition to the name of the database it was trying to change to in the error message.
Patch by Myk Melez <myk@mozilla.org>.
r=dmose
2001-10-02 22:56:50 +00:00
zach%zachlipton.com 62c5c1ebd2 Fix for bug 52885: automatic radio selection for reassign shouldn't
trigger if new text is same as original owner or empty.

Patch by Christopher Aillon (caillon@returnzero.com). R=Bradley Baetz
(bbaetz@cs.mcgill.ca). No 2nd review needed.
2001-10-02 01:20:52 +00:00
myk%mozilla.org 792932cb8f Fix for bug 98744: No more software error when the user clicks "remove cc" without specifying users to remove.
Fix by Jake <jake@acutex.net>.
r=myk@mozilla.org, no second review needed.
2001-09-28 19:49:53 +00:00
myk%mozilla.org 8b1f97bb8e Fix for bug 73959: Make buglist.cgi display the "Show Votes" link at the bottom of the screen.
Patch by Jake <jake@acutex.net>.
r=myk@mozilla.org, no second review needed.
2001-09-28 19:17:27 +00:00
myk%mozilla.org 91450a2f49 Fix for bug #53612: The milestone URL appears correctly when deleting a product or a component.
Patch by Jake <jake@acutex.net>.
r=gerv@mozilla.org,myk@mozilla.org
2001-09-27 23:49:07 +00:00
zach%zachlipton.com 55c885d4fd Partil fix for bug 102032: Fix tinderbox test errors and warnings. This patch adds some -w and use strict; work to clean up
most of the '002goodperl.t' errors.

r=Dave Miller <justdave@syndicomm.com> no 2nd review required.
2001-09-27 23:19:33 +00:00
justdave%syndicomm.com 2084da19a0 Fix for bug 101659: emailsuffix was missing from the component owner mailto tag on sites that use emailsuffix.
Patch by Steve Naldrett <snaldrett@transparentnetworks.com>
r= justdave@syndicomm.com x2
2001-09-26 02:37:29 +00:00
zach%zachlipton.com b1ef6bb6e8 Fix for bug 93388: Full name should be trimmed of whitespace before going
into database.

r1=Zach Lipton <zach@zachlipton.com> r2=Andreas Franke
<afranke@ags.uni-sb.de>. Patch by Christopher Aillon
<caillon@returnzero.com>.
2001-09-23 17:20:50 +00:00
zach%zachlipton.com 4914db56bd Fix for bug 97588: localconfig should mention access.conf as well as
httpd.conf (for old apache). Simple 2line comment addition to localconfig
to inform the user they may need to look at access.conf in addition to
httpd.conf if they are using an older version of apache.

Patch by Gavin Shelley <gavins@iplbath.com> r=Zach Lipton
<zach@zachlipton.com> no 2nd review needed for this patch.
2001-09-23 17:07:55 +00:00
zach%zachlipton.com 1d46e21d01 Have checksetup.pl block web-access to runtests.sh (by .htaccess) and
chmod +x runtests.sh so that it can be run with ./

r=bbaetz on irc, no 2nd review needed. No bug filed.
2001-09-23 04:28:17 +00:00
zach%zachlipton.com 2f3b70d35e Renaming *.t to be 00*.t to solve any sorting issues down the road as per
bug 97976.

No review required for tests at this time. NOT_PART_OF_BUILD
2001-09-23 04:08:44 +00:00
zach%zachlipton.com 88ae8c099f *** empty log message *** 2001-09-23 04:02:19 +00:00
ian%hixie.ch 49d7b16b9e The first ContactMethod, namely Email. 2001-09-19 18:56:05 +00:00
ian%hixie.ch a17ac495d6 Added a hook for installing new user fields so that setupInstall handlers don't have to go through the same process multiple times. Also corrected an obvious error (using a variable after checking that it couldn't be used...). 2001-09-19 18:43:06 +00:00
ian%hixie.ch c9be1f1f46 Correcting the misspelling of the package names ('Components' not 'Component') to match the directory. 2001-09-19 18:29:39 +00:00
ian%hixie.ch 7f340633ab Corrected the order of return values (newPassword) and removed the extraneous argument (output). 2001-09-19 18:11:03 +00:00
ian%hixie.ch bd7993d9f4 Cached the SMTP object to improve performance. 2001-09-19 18:05:28 +00:00
ian%hixie.ch 49808c73e4 Made the outputter be a simple service rather than a service instance to improve performance. 2001-09-19 18:01:23 +00:00
ian%hixie.ch f21e5053e8 Corrected an oversight in the service instance creation code: if a service acts as both a service instance and a normal service, it needs a special constructor to force the creation of the instance, otherwise if the service is created first it will be used again for the instances. 2001-09-19 17:56:15 +00:00
jake%acutex.net d93a7d31b6 Fix for bug 97971 - Sanity check should check statuses, resolutions, everconfirmed & number of votes.
Patch by Matthew Tuck <matty@chariot.net.au>
r= jake@acutex.net
2001-09-19 15:06:43 +00:00
mcafee%netscape.com a052e7453e Adding branch page 2001-09-18 23:24:28 +00:00
rginda%netscape.com 87adc9573f patch from Pavel Hlavnicka pavel@gingerall.cz
fix ordering of user footer and menu
2001-09-17 18:58:14 +00:00
myk%mozilla.org 4e68305b35 Fix for bug 90333: Bugzilla now displays an appropriate error message if a user hits process_bug.cgi without specifying any bugs to change.
Patch by Myk Melez <myk@mozilla.org>
r=jake@acutex.net
2001-09-17 18:55:31 +00:00
ian%hixie.ch ad4943568c Fixed error messages to be more accurate. 2001-09-17 00:13:16 +00:00
zach%zachlipton.com f19ab6c7a1 Fix to make the tests generate the list of files to test instead of having to update the list manually whenever a file is added
or removed. The main logic is in t/Support/Files.pm, changes to the test files are needed to allow it to function properly.

NOT_PART_OF_BUILD. No review needed for tests at this time.
2001-09-16 18:35:18 +00:00
zach%zachlipton.com d4b24ad2a9 Make this file test for exec calls in addition to system calls that are
one-argument and are therefore insecure.

NOT_PART_OF_BUILD, no review needed.
2001-09-16 17:52:19 +00:00
myk%mozilla.org 7d2ff6bfc3 Fix for bug 97877: changed* operators now work for attachment statuses on query form.
Fix by Myk Melez <myk@mozilla.org>
r=jake@acutex.net
2001-09-15 07:26:21 +00:00
jake%acutex.net f1aceec2a8 Fix for bug 30731 - Reassigning closed bugs from the mass change page caused their status to be set to new.
r= myk@mozilla.org, zach@zachlipton.com
2001-09-14 21:50:08 +00:00
timeless%mac.com 711cbca1a8 bugzilla wasn't catching mozilla on 98 which was annoying. r=jake 2001-09-13 20:41:59 +00:00
jake%acutex.net c61a77568d Fix for bug 58436 - javascript strict warnings in query.cgi
Patch by Christian Reis <kiko@async.com.br>
r= caillon@returnzero.com, jake@acutex.net
2001-09-13 20:04:40 +00:00
timeless%mac.com 098a9cdc80 Bugzilla Bug 99465 FreeBSD not recognized!
r=jake
2001-09-13 18:21:07 +00:00
gerv%gerv.net 535b1d0d56 Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon. 2001-09-10 21:26:05 +00:00
jake%acutex.net 00ce158d12 Fix for bug 76140 - Adding some more sanity checks.
Patch by Matthew Tuck <matty@chariot.net.au>
r= caillon@returnzero.com, jake@acutex.net
2001-09-10 15:20:11 +00:00
jake%acutex.net f3c75e5233 Fix for bug 97657 - in defparams.pl, the sillyness sub should be called defparams_pl_sillyness
Patch by David D. Kilzer <ddkilzer@theracingworld.com>
r= jake@acutex.net
2001-09-10 14:57:12 +00:00
jake%acutex.net cb7ffd851a Fix for bug 71664 - Don't complain about a bad keyword cache for a bug that doesn't exist.
Patch by Matthew Tuck <matty@chariot.net.au>
r= afranke@ags.uni-sb.de, jake@acutex.net
2001-09-10 14:12:10 +00:00
jake%acutex.net 76d1271bf3 Fix for bug 95060 - Correct the instructions on how to view your current votes.
Patch by Gavin Shelley <gavins@iplbath.com>
r= jake@acutex.net x2
2001-09-10 14:00:48 +00:00