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

2981 Коммитов

Автор SHA1 Сообщение Дата
dkl%redhat.com be9e066b76 Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=jake,dkl 2002-01-18 16:50:08 +00:00
jake%acutex.net 5b56a33252 Bug 120081 - Bugzilla now requires version 2.06 of the Template Toolkit.
r= bbaetz, justdave
2002-01-17 01:57:24 +00:00
justdave%syndicomm.com 5ff55b992b Fix for bug 99608: dependency mails are no longer sent if the dependent bug can't be seen by the would-be recipient of the email.
Patch by Jake Steenhagen and David Kilzer
r= gerv, justdave
2002-01-16 03:25:52 +00:00
mcafee%netscape.com 89f22f938c Make each subplot a link to a larger version of itself, so you can click for more detail 2002-01-14 08:22:59 +00:00
mcafee%netscape.com 2ae61e8f27 adding multiquery links at the bottom 2002-01-13 22:18:03 +00:00
zach%zachlipton.com 479c20a58b Additional fix for bug 112914: "Test should not `cat $file`" Previous
patch fixed the problem, but this patch stops once it finds strict so
it will not take as long to run.

Patch by ddkilzer@theracingworld.com. R=zach@zachlipton.com though review
is not required for tests.
2002-01-11 03:53:18 +00:00
myk%mozilla.org db8b3403ab Fix for bug 113383: Add a link to the dependent bug in emails about a dependent bug changing state.
Patch by Myk Melez <myk@mozilla.org>.
r=caillon,jake
2002-01-10 21:47:04 +00:00
timeless%mac.com ba52b0aacf Bugzilla Bug 118574 JavaScript strict warnings in showbuilds.cg
r=caillon
2002-01-08 03:11:43 +00:00
mcafee%netscape.com e859c4ccfb re-ordering multiquery machines 2002-01-07 22:33:03 +00:00
mcafee%netscape.com 65c99ada89 Comments, multiquery links 2002-01-07 07:35:19 +00:00
mcafee%netscape.com b5aaf2a339 one-click to see other tests links 2002-01-06 20:13:05 +00:00
mcafee%netscape.com 537fce1285 Average was losing points setting 2002-01-06 20:07:25 +00:00
jake%acutex.net 6f658a8b68 Bug 113975 - Changing only cc on mass change page incorrectly gives an error that you didn't select anything to change.
r= myk x2
2002-01-06 14:36:00 +00:00
kestes%walrus.com 3a32f5e4c7 don't forget january is month 0 this means my out of bounds check for month
number was wrong.
2002-01-04 19:24:48 +00:00
jake%acutex.net 21bfc9968e Bug 112914 - This test was relying on the existance of the unix "cat" command instead of using perl's standard open() function. This caused a test failed when running the tinderbox script on win32. 2002-01-04 16:04:09 +00:00
kestes%walrus.com 1f012a21cc Spelling fixes from Adam Di Carlo adam@onshore-devel.com 2002-01-02 18:09:59 +00:00
mcafee%netscape.com 0620365dde multiquery 2002-01-01 05:58:12 +00:00
mcafee%netscape.com 97c07411db First stab at multiquery, give it arguments like testname=startup&tboxes=comet,sleestack 2002-01-01 03:13:50 +00:00
kestes%walrus.com 3ae8703dac break out the Install file into separate files. 2001-12-31 20:03:15 +00:00
kestes%walrus.com e9e256356f new documentation files. 2001-12-31 20:02:05 +00:00
kestes%walrus.com 0749982b94 add much explanation and overview documentation to the Install page.
I will split this out into separate pages in a bit so that the structure
is clearer.
2001-12-31 18:39:20 +00:00
ian%hixie.ch 12b85d652a Removed some excessive brackets that made it impossible to log in. 2001-12-31 06:48:48 +00:00
ian%hixie.ch c80c11fad9 getting rid of the last traces of the newFieldXXX stuff 2001-12-31 06:28:59 +00:00
ian%hixie.ch 962c42b7cb Minor changes to whitespace so as to make the output prettier. 2001-12-31 06:10:38 +00:00
ian%hixie.ch 1a1174b51b Changed two inappropriate uses of comparisons between a possibly undefined value and an empty string into uses of the <with> element. This fixes the problem whereby output did not include the 200 OK status flag. 2001-12-31 06:09:56 +00:00
ian%hixie.ch 7674dacda9 abstracted out some common code. Made the flushing of pending text happen after each end tag as well as each start tag. (Not doing this was causing whitespace between sibling elements to be treated as trailing whitespace of the first element, resulting in excessive whitespace -- typically newlines -- in the output stream.) 2001-12-31 06:07:04 +00:00
ian%hixie.ch 1bb8d54c2c Fixing SQL error (DROP COLUMN not REMOVE COLUMN) 2001-12-31 06:04:30 +00:00
mcafee%netscape.com 4d40e8139f Adding moving point average support. 2001-12-31 05:03:23 +00:00
mcafee%netscape.com 68e2296cef Adding moving average option, &avg=1. computes average using last 10 points 2001-12-31 04:55:18 +00:00
mcafee%netscape.com e6b70a164f Compute moving average for last 10 points and write to foo_avg file for foo machine name 2001-12-31 04:52:15 +00:00
ian%hixie.ch fa701c948c delete() doesn't work with array references in old versions of perl5. 2001-12-31 02:40:49 +00:00
justdave%syndicomm.com 607a648600 SECURITY FIX for bug 109679: It was possible to send arbitrary SQL to buglist.cgi by altering the HTML form before submitting.
Patch by Dave Miller <justdave@syndicomm.com>
r= dkl, gerv
2001-12-30 05:46:24 +00:00
ian%hixie.ch b451ec0af9 * Enabled Taint mode.
* Added the HTTP Logout module, integer user fields, and the user prefs module to the test app.
* Changed unknownCommand to noCommand. Unknown commands now cause errors.
* Changed the arbitrary default command to some other arbitrary default command and made the login command consistent with it.
* Filled in the stylesheet a little.
* Added an error page.
* Reworked the hello page.
* Moved some stuff into the common footer.
* Added a request login page.
* Did some other minor fixups.
* Added some incomplete userPrefs pages.
2001-12-30 02:33:44 +00:00
ian%hixie.ch 530363a93e Added some details on profiling to the README. 2001-12-30 02:29:49 +00:00
ian%hixie.ch eccb9aca1d Checking in a list of things that still need doing. 2001-12-30 01:03:45 +00:00
ian%hixie.ch 7bb48dfffc Changing e-mail address now sends a confirmation mail to the old address too. Implemented by making changing fields a generic mechanism. Also fixed some minor nits. 2001-12-30 00:33:36 +00:00
mcafee%netscape.com 551b363277 Docs for cgi's 2001-12-29 05:43:22 +00:00
ian%hixie.ch 41564734e3 * Removed incorrect comments.
* Added some XXX comments.
* Changed the way text nodes are handled so that adjacent text nodes are merged.
* Changed the way original keys are kept so that they work across flattening, rounding, and that there is no 'coses: original keys' hash getting in the way.
* Fixed a bug whereby empty arrays and hashes caused extraneous iterations in <set> elements.
* Removed some redundant scalar()s.
2001-12-26 19:30:16 +00:00
ian%hixie.ch dc80936c17 Made debug() be level 6 instead of level 7. Added various comments. 2001-12-26 19:12:57 +00:00
ian%hixie.ch 6cf0f6394c Removed an unused variable. Made the selecting array always return an array even in scalar context. This makes using it in |if| statements a lot easier. 2001-12-26 19:03:07 +00:00
ian%hixie.ch 6415154def Removing debug() calls. 2001-12-26 19:01:07 +00:00
ian%hixie.ch ff47917188 Removing debug() calls, and removed the mention of a user 'logged out' state now that logging our is protocol specific. 2001-12-26 18:52:23 +00:00
ian%hixie.ch 0c63b62da7 Adding some error handling for the case where connecting to the AIM server fails. Also removing an extraneous dump() statement. 2001-12-26 18:35:16 +00:00
ian%hixie.ch caac55f5f3 An implementation of a logout service for HTTP. 2001-12-26 18:34:01 +00:00
ian%hixie.ch c869b6822d Since User.pm is now calling this object's 'hash' method instead of using 'data' directly, we had better implement 'hash'. Also make setting the property always check that the value being set is valid. 2001-12-26 18:19:15 +00:00
ian%hixie.ch f1129a6449 Since logout is now protocol specific, removing support for logging out from the user object. Also making the 'hash' method more generic by making it call the field 'hash' method instead of assuming it will never pass more than the data of a field. 2001-12-26 18:15:14 +00:00
ian%hixie.ch 25ba099600 Changed the implementation of cmdSetup to store the results of the selecting service lists in an array instead of a scalar. 2001-12-26 17:45:05 +00:00
ian%hixie.ch 39a7e0dafe Change from a hard-coded logout mechanism to a generic per-protocol logout mechanism. 2001-12-26 17:38:41 +00:00
myk%mozilla.org 5d3d8e4241 Fix for bug 97784: Wrap comments properly on "edit attachment" page.
Fix by Myk Melez <myk@mozilla.org>.
r=kiko,justdave
2001-12-26 17:25:32 +00:00
ian%hixie.ch 763aa79b24 A new type of user field for strings that are in the form of integers. 2001-12-26 17:18:00 +00:00
ian%hixie.ch 8be4dec718 Removed some |scalar()|s where they were redundant, added some XXX comments, and fixed a couple of logic errors (>2 should have been >=2 and stuff like that -- this code really should use named constants) 2001-12-26 16:46:06 +00:00
ian%hixie.ch a8a4ffb711 |not| implies a scalar context, so there's no need for an explicit |scalar()| 2001-12-26 16:10:17 +00:00
ian%hixie.ch 6a8b581138 Removed a redundant |scalar()| -- |if| implies a scalar context anyway. 2001-12-26 16:05:54 +00:00
ian%hixie.ch 77fac412e2 Clarified a comment. 2001-12-26 16:03:55 +00:00
ian%hixie.ch 5bb8ed02a5 A few minor fixes: checked for a reference being defined rather than being true (twice), replaced some double quotes with single quotes, and removed a trailing dot on a call to error(). 2001-12-26 15:45:01 +00:00
ian%hixie.ch a75437cefb Removing a level 10 dump statement that was being hit a lot. 2001-12-26 15:42:21 +00:00
jake%acutex.net 28afeb3cb3 Re-fixing bug 37339 - Checking an undefined variable for a specific value didn't work in Netscape 4 (and was probably a strict warning everywhere else).
Fix by Christian Reis <kiko@async.com.br>
r= afranke, jake
2001-12-24 22:24:35 +00:00
timeless%mac.com 61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
mcafee%netscape.com ef1f0d0f95 removing test-specific cgi's, we have generalized this. 2001-12-23 21:47:44 +00:00
mcafee%netscape.com 38fe14bbd7 removing test-specific cgi, we have generalized this. 2001-12-23 21:44:37 +00:00
sfraser%netscape.com 300f9bd37a Nuking images that have disappeard. 2001-12-22 02:39:05 +00:00
mcafee%netscape.com 923618312e update 2001-12-22 02:27:53 +00:00
mcafee%netscape.com 519403ffa5 removing a few bogus ones 2001-12-22 02:19:17 +00:00
mcafee%netscape.com a53ac9a976 updating from SeaMonkey tree 2001-12-22 02:14:32 +00:00
sfraser%netscape.com 07608c5bfc Nuking images that have disappeard. r=sleestasck 2001-12-22 01:34:46 +00:00
kestes%walrus.com 3151e0df6d explain my usage of RPMS. 2001-12-21 20:10:05 +00:00
kestes%walrus.com f921dbe2e9 review and clean up the instructions. Explain a bit about where to find extra
documentation.  Explain about Makefile,Configure variables. Explain
clientbin directory, explain postfix configuration.
2001-12-21 19:45:31 +00:00
kestes%walrus.com aaacb0a75e add text browser support as a goal. 2001-12-21 19:42:02 +00:00
kestes%walrus.com 5b2fbb858e erase work I have already completed. 2001-12-21 19:41:10 +00:00
kestes%walrus.com 258f60311e change cgibin prefix to better default 2001-12-21 19:40:34 +00:00
kestes%walrus.com 4226f87493 add info about tree state and change the 'will soon' since the code works. 2001-12-21 19:39:50 +00:00
kestes%walrus.com 6ec7e43e84 explain all the client code. This readme had not been updated since
tinderbox1 days and was badly out of date.
2001-12-21 19:37:54 +00:00
timeless%mac.com 0aa6b67ecf Bug 98080 ask for an attachment number when no params are given
r=dkl r=justdave
2001-12-20 23:42:28 +00:00
timeless%mac.com 6034436643 Bug 106470 Bonsai rview.cgi unclosed html comment tag
patch by pzb@datastacks.com r=justdave
2001-12-20 20:46:01 +00:00
timeless%mac.com f09cad0452 Bugzilla Bug 90598 spelling and minor syntactic correctness
r=zach
2001-12-20 18:31:56 +00:00
kestes%walrus.com 1dcd7423ca put a <pre> arround the main build log section. This is needed for opera to render
the section correctly, otherwise opera shows no \n.  IE and netscape render
the pages fine without it, but it is a mistake not to have it.
2001-12-20 17:19:03 +00:00
mcafee%netscape.com b51ee2d5ba Adding two m.performance links 2001-12-18 07:52:18 +00:00
mcafee%netscape.com ae6b56d7c3 minor wording change 2001-12-17 09:35:28 +00:00
zach%zachlipton.com e4ba5888ef Fix for bug 113646, midair when changing assignee gives error. Fix changes sub trim() in globals.pl not to use $_ so as not to conflict with $_ values allready
set.

Patch by myk@mozilla.org, r1=bbaetz, r2=dave.
2001-12-17 01:29:52 +00:00
mcafee%netscape.com a872073700 adding number count column 2001-12-16 20:38:57 +00:00
mcafee%netscape.com a8ab38a1d2 commenting main routine 2001-12-16 00:23:09 +00:00
mcafee%netscape.com e16af41548 Added graph size UI. Made lead UI smaller font=-1. 2001-12-16 00:06:51 +00:00
justdave%syndicomm.com 840d1c4527 Fix for bug 102487: If you had "comment on product change required" turned on in your installation, Bugzilla would warn you of
a forgotten comment AFTER allowing you to choose new components, versions, and milestones, forcing you to hit your back button
TWICE to correct your mistake.  This checkin corrects that.
Patch by David Kilzer <ddkilzer@theracingworld.com>
r= caillon, gerv
2001-12-16 00:05:54 +00:00
mcafee%netscape.com 04a8134ad3 Add support for size=X, X=.5, 1, etc. scales the graph size 2001-12-15 22:46:07 +00:00
mcafee%netscape.com 98c22d2152 better html 2001-12-15 10:59:29 +00:00
mcafee%netscape.com aa9df2da92 adding rawdata link 2001-12-15 10:54:56 +00:00
mcafee%netscape.com efded144c1 better title 2001-12-15 10:52:12 +00:00
mcafee%netscape.com 34b90fa385 cgi to print out the raw data we are plotting 2001-12-15 10:50:38 +00:00
mcafee%netscape.com 8224222734 Add perl emacs header 2001-12-15 10:33:05 +00:00
rginda%netscape.com db79537e16 whitespace nits 2001-12-15 04:13:24 +00:00
rginda%netscape.com 96935af74f remove #_PH_ comments 2001-12-15 03:55:54 +00:00
rginda%netscape.com b4aa7802d7 add Petr Cimprich to contributor list 2001-12-15 03:53:38 +00:00
rginda%netscape.com 50b81b33ca patch from Petr Cimprich petr@gingerall.cz to allow the output to be nested in a frameset.
refer to parent.frames, instead of top.frames in navToGroup functions.
2001-12-15 03:09:00 +00:00
mcafee%netscape.com 16408d486d forgot to pass in points settings for a few urls 2001-12-15 00:55:20 +00:00
mcafee%netscape.com ecc086ff9b blue points, comments 2001-12-15 00:41:01 +00:00
kestes%walrus.com d7b508ac69 I can not keep up with portable /bin/echo syntax. Make /bin/echo
a variable and let the users figure out what they need.
2001-12-14 20:20:03 +00:00
kestes%walrus.com 72e72d1536 too many people ask me silly questions about the two different build states
both being colored yellow.  Make one of them white to quiet the masses.
2001-12-14 20:19:10 +00:00
kestes%walrus.com 26a7e2a2bb document new portable popup window code. 2001-12-14 20:18:13 +00:00
kestes%walrus.com 5174a2bb14 fixed typos in the Link() commands. 2001-12-14 20:17:34 +00:00
kestes%walrus.com 1bfd9cbc42 explain the mail time format. 2001-12-14 20:15:43 +00:00