Commit Graph

2588 Commits

Author SHA1 Message Date
mcafee%netscape.com
f169efa91a Adding basic scrape functionality. Pick off TinderboxPrint: token and print the argument in the corresponding build box. Currently limited to one line, multi-line change coming next. 2001-11-03 00:50:13 +00:00
mcafee%netscape.com
1960bf88c1 Adding scrape.dat 2001-11-02 22:55:09 +00:00
mcafee%netscape.com
5491c18362 Switching to TinderboxPrint:aaa,bbb,ccc format. r=pchen 2001-11-02 22:41:40 +00:00
justdave%syndicomm.com
63778cf408 Fix for bug 95615: cosmetic change to clarify error message when trying to use too many votes
Patch by Adam Kennedy <bugzilla@ali.as>
r= justdave x2
2001-11-02 20:05:13 +00:00
mcafee%netscape.com
445371fdc5 Adding scrape scan. 2001-11-02 09:43:12 +00:00
mcafee%netscape.com
1485bee767 Tinderbox,aaa,bbb,ccc,ddd format. 2001-11-02 09:37:35 +00:00
mcafee%netscape.com
caa12c0123 General purpose version of bloat.pl 2001-11-02 05:22:00 +00:00
mcafee%netscape.com
4002af17b4 no warn.pl anymore 2001-11-02 05:20:25 +00:00
tara%tequilarista.org
eb04d9ee9c Checking in fix for bug #86920, fix from jake@acutex.net 2001-10-31 04:30:33 +00:00
tara%tequilarista.org
bfc39645e6 Checking in patch for bug #44641, patch from Ian Wells 2001-10-31 04:20:28 +00:00
tara%tequilarista.org
6bddfa73c0 Checking in patch for bug#36597, patch from miri@punknet.cz 2001-10-31 04:07:25 +00:00
jake%acutex.net
c85a5d1839 Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line) 2001-10-31 03:31:00 +00:00
zach%zachlipton.com
5669c51e6b Have the tests test .pm files as well, yes this creates bustage, this is
intentional!

No review needed for tests at this time.
2001-10-31 01:06:31 +00:00
myk%mozilla.org
5c76deb7fa Fix test bustage by removing tabs. 2001-10-31 00:21:28 +00:00
myk%mozilla.org
4ea5f75411 Fix for bug 98602: re-implementation of "create attachment" page.
Patch by Myk Melez <myk@mozilla.org>.
r=gerv@mozilla.org,jake@acutex.net
2001-10-30 23:42:22 +00:00
zach%zachlipton.com
ce040d977a Fix for bug 96675: checksetup should require admin e-mail address satisfy emailregexp. This fix has
checksetup.pl use the emailregexp set in params if the params file exists, or ensures that it matches the
default emailregexp from defparams.pl.

r1=justdave, r2=bbaetz.
2001-10-28 03:40:59 +00:00
jake%acutex.net
c30466ca7c A few enhancements to the template test:
* If there's a compilation error, report what it is
 * Don't try to compile a template if it doesn't exist
   - We already tested for that and issued an ERROR
 * Define the 'url' FILTER
2001-10-27 15:27:31 +00:00
jake%acutex.net
99fb9b92c7 Bug 105879 - Footer links have an extra | by Sanity Check
Patch by Matthew Tuck <matty@chariot.net.au>
r= dkl@redhat.com, jake@acutex.net
2001-10-26 18:49:33 +00:00
jake%acutex.net
5c374686dd Bug 81594 - SQL error after editing user entry when changing numerous things at once (including the login name).
Patch by Matthew Tuck <matty@chariot.net.au>
r= dkl@redhat.com, jake@acutex.net
2001-10-26 18:35:04 +00:00
jake%acutex.net
d6fb901800 Check templates for tabs, also. 2001-10-26 13:21:38 +00:00
waterson%netscape.com
b59ced36fe Change %f to %d for page load times. 2001-10-26 06:37:31 +00:00
waterson%netscape.com
042a622edf Use ms instead of s for pageloader time. 2001-10-26 06:32:58 +00:00
myk%mozilla.org
b227e18dfe Fix for bug 98602: re-implementation of "create attachment" page.
Patch by Myk Melez <myk@mozilla.org>.
r=gerv@mozilla.org,jake@acutex.net
2001-10-25 20:37:53 +00:00
jake%acutex.net
57021053de Bug 104065 - Stop uninitilized string warnings from getting into the error log when the login cookie doesn't exist.
Patch by Dave Miller <justdave@syndicomm.com>
r= gerv@mozilla.org, jake@acutex.net
2001-10-25 14:46:58 +00:00
timeless%mac.com
2117408847 Bug 104540 LXR updates for .idl collaboration diagrams
by mozilla@elemental.com (Brian Bramlett)
r=endico
2001-10-25 01:05:07 +00:00
bbaetz%cs.mcgill.ca
ac3ee32727 Fixed "used only once" warning coming from my patch for bug 97469. The
warning was hidden from the tests by bug 106424.

r=Jake, no 2nd review needed.
2001-10-24 20:33:49 +00:00
jake%acutex.net
6747fcb289 Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files. 2001-10-24 18:41:53 +00:00
jake%acutex.net
670ce08714 Bug 106424 - We weren't going orange on warnings such as "used only once". This script now properly outputs the --WARNING and fails on such a condition. 2001-10-24 13:29:49 +00:00
myk%mozilla.org
131e04c22d Fix for bug 106315: Link on bug list for emailing QA contacts.
Patch by Dave Miller <justdave@syndicomm.com>.
r=myk@mozilla.org, no second review needed.
2001-10-24 01:31:09 +00:00
bbaetz%cs.mcgill.ca
543d7e522a Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists,
tooltips, duplicates, and everywhere else I could see which checked group
bugs.groupset == 0.

Also fxed bug 101560, by clearing BASH_ENV

r=myk,justdave
2001-10-23 15:44:53 +00:00
jake%acutex.net
65fa8f8fc3 Bug 63249 - The Bug Counts report was running very slowly due to unneeded fields/joins in the SQL query.
Patch by Matthew Tuck <matty@chariot.net.au>
r= gerv@mozilla.org, jake@acutex.net
2001-10-23 14:45:45 +00:00
seawood%netscape.com
a6dd3ea4b9 Fix missing description problem for options that required multiple lines for the description. 2001-10-21 19:11:25 +00:00
jake%acutex.net
816b5dd385 Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.
Patch by Gerv <gerv@mozilla.org> and Myself.
r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
2001-10-20 13:03:14 +00:00
jake%acutex.net
8a7f3a8457 Backing out previous change, the wrong patch got checked in. 2001-10-20 12:59:57 +00:00
gerv%gerv.net
46fd032ece Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, jake/gerv. 2001-10-20 01:06:59 +00:00
jake%acutex.net
675c319ea2 Bug 105480 - Use the friendly name from the fielddefs table when reporting strictvalue errors if it's available.
Patch by James A. Laska <jlaska@us.ibm.com>
r= justdave@syndicomm.com, jake@acutex.net
2001-10-20 00:50:27 +00:00
jake%acutex.net
bcb8c54a83 Bug 104340 - Changing the UI of the toolbar for hiding bugs in the dependency tree.
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com, gerv@mozilla.org
2001-10-20 00:22:52 +00:00
jake%acutex.net
b6e9432e59 Bug 73180 - We now put a notice at the top of the versioncache file saying that it should not be edited.
Patch by Matthew Tuck <matty@chariot.net.au>
r= gerv@mozilla.org, jake@acutex.net
2001-10-19 23:49:37 +00:00
jake%acutex.net
e2b7472ba4 Bug 103664 - Tests should "use strict;" and not contain any tabs. We should also use the TEST_VERBOSE environment variable instead of VERBOSE.
Patch by David D. Kilzer <ddkilzer@theracingworld.com>
Additional edits by myself to add the emacs mode line.  Also, the change to runtests.sh was done by me.
2001-10-19 22:39:51 +00:00
jake%acutex.net
7318c1f0c6 Fix for bug 105365 - Hacker's Guide should be in SGML. This will make it easier to do other additions to the hacker's guide. 2001-10-19 16:18:10 +00:00
justdave%syndicomm.com
57dc85bacc yet another meaningless whitespace change to test tinderbox with 2001-10-19 13:03:52 +00:00
justdave%syndicomm.com
84b6128d34 another useless whitespace change to test tinderbox with 2001-10-19 06:19:52 +00:00
mcafee%netscape.com
99976f18e1 Adding one more sig fig for startup time. 2001-10-19 06:15:24 +00:00
mcafee%netscape.com
85fc977983 switching search token to __avg_startuptime, we are going to iterate the test now and report an average time. 2001-10-19 05:56:38 +00:00
justdave%syndicomm.com
95bb6c3a2f whitespace change to test tinderbox again. 2001-10-19 05:33:23 +00:00
justdave%syndicomm.com
eba7113fc2 whitespace change to do a test checkin to see how tinderbox reacts 2001-10-19 04:36:19 +00:00
gerv%gerv.net
ee01d8559d Bug 72177 - reword checkbox to make it consistent with the others on the page. 2001-10-18 21:41:25 +00:00
gerv%gerv.net
d881020ef7 Bug 60818 - make Bugzilla cope with MIME types with parameters. Patch by gerv, r=myk. 2001-10-18 21:28:06 +00:00
kestes%walrus.com
3fa8caccbc Remove the /var/run/ stuff. I need to think this through more carefully.
This only needs to happen on the build script.  This needs to happen as
the user root but currently I do not run the build script ever as root.
2001-10-18 16:19:59 +00:00
kestes%walrus.com
779e9d8b3c bug fixes to get the /var/run stuff to work. 2001-10-18 16:17:24 +00:00