jake%acutex.net
efb7eb3ab8
Fix for bug 65164 - Bugzilla wasn't sending </html> at the end of its pages.
...
Patch by Christian Reis <kiko@async.com.br>
r= gerv@mozilla.org , jake@acutex.net
2001-10-10 13:26:28 +00:00
justdave%syndicomm.com
52bd262467
partial backout of the checkin from bug 103121, because it collided with the patch from bug 51519. This should satifactorily
...
meet the goals of both patches. patch by kiko, r= justdave
2001-10-10 06:36:45 +00:00
timeless%mac.com
d9d2292794
Bugzilla Bug 103121 editusers.cgi needs an Add link on the query page.
...
patch by dkl. r=kiko
2001-10-10 04:57:30 +00:00
timeless%mac.com
3a5a3ff16d
Bugzilla Bug 97185 make_select should add a newline after each option
...
patch by kiko. r=zach, gerv
2001-10-10 04:52:09 +00:00
timeless%mac.com
bdfb4b81ff
Bugzilla Bug 51521 Broken HTML on user permissions page
...
patchwork by john.beranek@pace.co.uk and kiko. r=zach, kiko, gerv
2001-10-10 04:47:17 +00:00
kestes%walrus.com
5cc2a6f34b
wrong format string. I keep using %e instead of %d this puts spaces
...
in the VERSION number which is not allowed.
2001-10-09 19:45:09 +00:00
jake%acutex.net
dbf98eb416
It's also possible to PROCESS another attachment fragment, not just INCLUDE.
...
No review needed for tests at this time. NOT PART OF BUILD.
2001-10-09 19:14:59 +00:00
kestes%walrus.com
458dc29162
add new features.
2001-10-09 15:52:43 +00:00
kestes%walrus.com
45a82f461f
remove the colons from the tar file name. This was a bad idea because the
...
colons mean something special to tar.
2001-10-09 15:51:35 +00:00
kestes%walrus.com
a8ed78963b
clarify the build states.
2001-10-09 15:38:27 +00:00
kestes%walrus.com
f04d4b26f4
make BT and VC column heading configurable.
2001-10-09 15:30:16 +00:00
kestes%walrus.com
f4e0f57965
*** empty log message ***
2001-10-08 20:36:41 +00:00
kestes%walrus.com
546183097a
more discriptions of what program does.
2001-10-08 20:25:52 +00:00
kestes%walrus.com
70143c67ca
better usage discription. Index.html does not list itsself and now
...
displays sizes.
2001-10-08 19:25:33 +00:00
zach%zachlipton.com
e00bb53520
Fix for bug 98074: Attachment manager doesn't html_escape bug titles.
...
r1=caillon <mailto:caillon@returnzero.com>, r2=Jake
<mailto:jake@acutex.net>
2001-10-07 17:50:22 +00:00
jake%acutex.net
442e125a9f
Allow compile tests for files that run in taint mode
...
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 23:22:48 +00:00
jake%acutex.net
5765f690cb
We also need to look for templates that are INCLUDEd in other templates.
...
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 21:37:22 +00:00
bbaetz%cs.mcgill.ca
d1e7019522
Doc type fix, r=kiko
2001-10-06 19:04:08 +00:00
jake%acutex.net
7cfef16aad
Test that scans Bugzilla's code looking for used templates then checks to make sure that:
...
a) All the required templates exist
b) They all have good syntax
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 18:59:36 +00:00
zach%zachlipton.com
f284bf6dda
Fixing issue where excluded files aren't excluded if they end in .pl or
...
.cgi.
2001-10-06 03:49:06 +00:00
zach%zachlipton.com
1bc30500f7
Don't test importxml.pl since you need XML::Parser which is not required,
...
creating a false fail.
No review needed for tests. NOT PART OF BUILD
2001-10-06 03:25:43 +00:00
zach%zachlipton.com
f8fd2021ed
Get rid of our which causes errors on 5.005.
...
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 01:23:38 +00:00
myk%mozilla.org
644c4d90a3
Fix for bug 76714: correctly nests the FORM and TABLE elements.
...
Patch by Gerv Markham <gerv@mozilla.org>.
r=myk@mozilla.org , no second review needed.
2001-10-06 00:03:00 +00:00
jake%acutex.net
62360e8331
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
cac12b0a1b
fix broken parsing and handing of --help --version
2001-10-05 22:42:12 +00:00
jake%acutex.net
16528766ad
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
490e71db30
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
d2bd4509d0
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
d1723cfd09
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
723c3d4495
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
4416f18087
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
7b18e2d7ac
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
0c92d3c1d3
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
af7c721749
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
d3f6f800ce
Correcting minor typo (extraneous ')'s).
2001-10-04 16:09:32 +00:00
timeless%mac.com
86618bd16b
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
5f7fd584d1
Fix for bug 82809: comments in bugs no longer have 
 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
356edd8c39
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
428f579276
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
25a870a14d
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
ef0940e2f5
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
6253da57b9
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
12be070deb
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
18eab3e1d2
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
afa2da21cc
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
4d9df09144
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
be566d9a28
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
e51f621218
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
027423a2f9
*** empty log message ***
2001-09-23 04:02:19 +00:00
ian%hixie.ch
8e3c09a895
The first ContactMethod, namely Email.
2001-09-19 18:56:05 +00:00