Commit Graph

3160 Commits

Author SHA1 Message Date
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
kestes%walrus.com
ce0fdbc0bf minor typos fixed. 2001-12-14 20:14:25 +00:00
kestes%walrus.com
6041493f23 typo in print statement. 2001-12-14 20:13:01 +00:00
kestes%walrus.com
a60ec46d66 get_all_treestates name has changed due to the conversion for text browsers. 2001-12-13 16:09:36 +00:00
mcafee%netscape.com
dfb5cacdf3 days=n form submit was ignoring units, ltype, points. 2001-12-13 07:48:34 +00:00
mcafee%netscape.com
a35fc54a19 splitting out separate points UI 2001-12-13 07:42:53 +00:00
mcafee%netscape.com
1c67c0d9e0 Split points out as seperate arg 2001-12-13 07:32:40 +00:00
mcafee%netscape.com
45cdcbdc99 Adding line style UI 2001-12-13 07:17:48 +00:00
mcafee%netscape.com
671c7746c6 Adding ltype argument, lines, steps, or points. 2001-12-13 06:57:07 +00:00
mcafee%netscape.com
be538729d5 pass in units too 2001-12-13 06:38:41 +00:00
mcafee%netscape.com
4819a927a3 pass in autoscale, days for browsing urls 2001-12-13 06:32:17 +00:00
mcafee%netscape.com
62eb0e4218 smaller font for browsing links 2001-12-13 05:37:23 +00:00
mcafee%netscape.com
4918f5a44e Adding machine/test browsing links 2001-12-13 05:35:12 +00:00
mcafee%netscape.com
c409d84056 lowercase some html 2001-12-13 04:58:55 +00:00
mcafee%netscape.com
b2eaf237ca Adding form UI for days=n argument 2001-12-13 04:53:03 +00:00
mcafee%netscape.com
7fe5b2878e Adding yahoo-quote-style Y-axis control UI. 2001-12-13 02:10:16 +00:00
mcafee%netscape.com
a51a9fbbb6 autoscale time axis. move timestamp down a little to allow for two-line time axis labels. 2001-12-13 01:56:52 +00:00
jake%acutex.net
4dc9db546e Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not.
r= ddk, kiko
2001-12-12 22:41:19 +00:00
justdave%syndicomm.com
d89032c7bf Fix for bug 73502: midair collision wasn't catching other bugs changing dependencies
Patch by Dave Miller
r= bbaetz, jake
2001-12-11 02:38:18 +00:00
justdave%syndicomm.com
fab20109ca Re-fix for bug 102141: The prior checkin on this bug caused an error if you could only see one product and you tried to
change a bug.
Fix by David Kilzer <ddk@theracingworld.com>
r= justdave, bbaetz
2001-12-09 20:21:31 +00:00
justdave%syndicomm.com
4ea66d33f2 SECURITY FIX bug 54901: If you were using LDAP authentication it would let you log in as anyone if you left the password
blank.
Patch by David Crowe <crow@waveset.com>
r= jmrobins, justdave
2001-12-09 15:56:23 +00:00
mcafee%netscape.com
9f05d83eea Adding alt text to img src tag. 2001-12-08 03:09:41 +00:00
kestes%walrus.com
470edd1d9e treestate function changed names during last update to treestate class. 2001-12-07 19:30:34 +00:00
mcafee%netscape.com
2eb27dceea query browsing should point at query.cgi, not graph.cgi 2001-12-07 11:43:41 +00:00
mcafee%netscape.com
b1dc9f1e4a pass in units, we might want to hide this by default 2001-12-07 11:35:35 +00:00
mcafee%netscape.com
261e2bd1f4 Adding title to query result 2001-12-07 11:31:10 +00:00
mcafee%netscape.com
2ec5b81976 Solaris wants file modes for mkdir() 2001-12-07 10:20:06 +00:00
mcafee%netscape.com
98e47592de query wrapper for graph.cgi 2001-12-07 10:02:32 +00:00
mcafee%netscape.com
1920fcaacd First attempt at generalizing graph.cgi and collect.cgi 2001-12-07 09:43:54 +00:00
kestes%walrus.com
497e22a89b a new portable library for popups. This library uses layers but is portable between netscape and IE (and hopefully other browsers as well). 2001-12-06 15:59:07 +00:00
ian%hixie.ch
988853e179 Removing a bunch of dump(10, ...) calls. It turns out that dump() is actually quite expensive, and calling it 1000+ times just to do nothing isn't that useful. In addition, most of these dump()s were used to debug the core PLIF code which now works pretty well, so they aren't that useful any more. 2001-12-04 18:06:06 +00:00
ian%hixie.ch
0ac4b20d8e PLIF::Service::XML::Char() was the most expensive function in a typical profile. This takes it completely off the radar by not bothering to merge adjacent strings. 2001-12-04 17:51:23 +00:00
ian%hixie.ch
199ee1a91f Changed the groupsById and groupsByName hashes of arrays into hashes of hashes to make them friendlier to handle. Also fixed some typos (groupByID instead of groupsByID, and one case of groupsByID where groupsByName was meant) and optimised away a call to dataSource.user's getGroupName method (since we already know the name). 2001-12-04 14:34:54 +00:00
ian%hixie.ch
a4d4cebebf Fixing copy/paste error -- the user prefs object isn't the application object... 2001-12-04 13:40:04 +00:00
ian%hixie.ch
b382ef763c Make '0' and '' be equivalent to 'default' for the 'order' attribute of the <set> element. This makes defaulting actually work (missing attributes seem to get set to ''?). 2001-12-04 13:08:39 +00:00
ian%hixie.ch
9868c69a29 Place a 5 second timeout on the SMTP object -- this makes running setup bearable without an SMTP server (the default timeout is 2 minutes). 2001-12-04 12:53:40 +00:00
ian%hixie.ch
1454dc7651 getFieldsHierarchically() will now return an even prettier result. Since it is mainly (currently only?) used for creating the data hash sent to the string expanders, this makes it a lot easier to author the templates. No silly numbers to remember. :-) 2001-12-04 12:51:48 +00:00
mcafee%netscape.com
33e830aebd Adjusting btek yrange hack value 2001-12-03 20:48:38 +00:00
kestes%walrus.com
ecb5b17c4a empty cells need to have text brower string. 2001-12-03 20:02:39 +00:00
kestes%walrus.com
bc12f06bf0 minor changes in now addnote communicates with tinder.cgi. now the note
is rendered on an as needed basis inside tinder.cgi.
2001-12-03 19:57:35 +00:00
kestes%walrus.com
1f0967426d text browser updates. 2001-12-03 19:55:56 +00:00
kestes%walrus.com
15567e3914 add features to allow text browsers to view status tables. 2001-12-03 19:55:12 +00:00
kestes%walrus.com
572164fdd0 update tests to accomidate new text browser features and conventions. 2001-12-03 19:53:31 +00:00
kestes%walrus.com
3c0f636f8f add support for an ALL page.
fix a bunch of minor bugs and typos.
2001-12-03 19:52:38 +00:00
kestes%walrus.com
fe5b24cccf add link back to the current status page from which ever status page
you are looking at.
2001-12-03 19:50:00 +00:00
kestes%walrus.com
e80777fb94 add support for text browser characters. 2001-12-03 19:48:47 +00:00
kestes%walrus.com
2c1da9b53c generalize treestate so that we can provide data to text browsers. 2001-12-03 19:47:24 +00:00
kestes%walrus.com
1033dd75d6 add support for an ALL page. 2001-12-03 19:46:04 +00:00
kestes%walrus.com
28b599eab9 add support for text browsers: colorized characters which discribe the build
cell state.  Also allow users to chose the brief/full log from the
status page.
2001-12-03 19:44:26 +00:00
kestes%walrus.com
22ecd64fd0 add support for text browsers including, special colorized characters
and click through text of notices.
2001-12-03 19:43:28 +00:00
kestes%walrus.com
32d632c2c6 add support for text browsers. 2001-12-03 19:42:45 +00:00
mcafee%netscape.com
813da6c87b removing jrgm's version of &days=, Date::Calc version is working. 2001-12-03 09:07:16 +00:00
mcafee%netscape.com
c649101a71 Adding &days=n argument. 2001-12-03 08:56:28 +00:00
mcafee%netscape.com
0963eca175 Adding &days=n argument. Left in jrgm's attempt as a comment for now. 2001-12-03 08:40:42 +00:00
mcafee%netscape.com
6614130b91 Adding &days=n argument. Needs Bit::Vector and Date::Calc perl modules. 2001-12-03 08:11:15 +00:00
mcafee%netscape.com
d6812466c3 Added &autoscale=1 option, default is still the btek hack [1300:1400] 2001-12-02 21:54:25 +00:00
mcafee%netscape.com
44e080573b First commit. 2001-12-02 21:50:59 +00:00
mcafee%netscape.com
4c2f1c910d Ignore db directory 2001-12-02 21:31:30 +00:00
mcafee%netscape.com
6df2649904 Added &autoscale=1 option to autoscale y-axis. 2001-12-02 21:30:31 +00:00
ian%hixie.ch
09282c5818 Fixed a bug in the main run loop whereby the objects array wasn't freed until shutdown, which sometimes meant objects got destroyed after the application, which is bad when the objects use the application to find services, etc. (This doesn't happen with services since services are not allowed to store references to the application, either directly or indirectly through references to objects or service instances.) Fixed the logout code to wait until the user tries to do something that requires login before clearing the logging out flag. This fixes a bug with HTTP whereby if a user logged out then his UA wouldn't ever be sent a 401 so wouldn't ever lose the authentication info, because browsers send the authentication info regardless of whether a page needs it or not. Also took the opportunity to remove a potential bug in the input validator code: store the admin message instead of a reference to the user object which might end up with a lifetime longer than expected. 2001-12-01 04:37:26 +00:00
ian%hixie.ch
ac14fa1708 Removed an outdated comment. It is now safe to have a single module be a service, one or more service instances, and one or more objects all at the same time. 2001-12-01 04:29:20 +00:00
ian%hixie.ch
7ec6984494 Add support for keyed channels to mozbot. A lot of work, like it said in the INSTALL file. :-) b=112955 r=timeless 2001-11-30 23:38:21 +00:00
jake%acutex.net
8429b5989b Get the file list of files to scan for templates from Support::Files instead of glob('*') 2001-11-30 21:49:47 +00:00
ian%hixie.ch
79c1860606 Made all dependencies load their modules on demand rather than on startup (cuts down the page serving time by about 50%). Also removed some debugging statements in certain high profile areas. 2001-11-30 20:48:36 +00:00
ian%hixie.ch
050ad60758 Added support for easily getting the original key name of a munged key: added a virtual '.coses: original key' entry to all hashes in COSES (works similar to the virtual '.length' item that all arrays have). Edited the debug string to mention these virtual items. 2001-11-30 16:20:22 +00:00
ian%hixie.ch
389c6783a8 Fixing an inconsistency between getArgument() and peekArgument(). peekArgument() now returns an empty list in an array context if there is no such argument, instead of undef. This makes it act like getArgument(), which just returns the list of values in an array context. Similarly, made the default implementation of peekArgument() whine about not being implemented instead of returning undef, since by design peekArgument() should return the same as getArgument() if the argument is present. 2001-11-30 16:13:00 +00:00
ian%hixie.ch
d7607585fc Adding error handling for the case where the user prefs editor is called with bogus user IDs. 2001-11-30 16:06:45 +00:00
ian%hixie.ch
004b78a163 Implemented logout and explicit new account creation in the login service. Had to add removeObject() to the Controller module (the opposite of the exisiting addObject()). 2001-11-30 13:31:29 +00:00
mcafee%netscape.com
6da5b9485f close the file to get it to write to disk 2001-11-30 08:41:27 +00:00
mcafee%netscape.com
1305df405a match changes from startup test. 2001-11-30 08:38:05 +00:00
mcafee%netscape.com
93dce4750e better error message when no data file is found. 2001-11-30 08:32:53 +00:00
mcafee%netscape.com
37703a0ee2 try to fix error-on-first-report 2001-11-30 07:57:19 +00:00
mcafee%netscape.com
2d4846374f avg -> value 2001-11-30 05:53:01 +00:00
mcafee%netscape.com
ba13aea768 switching avg to value 2001-11-30 05:49:19 +00:00
mcafee%netscape.com
906e56e46d Fixing Y axis label 2001-11-30 05:44:07 +00:00
mcafee%netscape.com
d29e4da38d First add. Clone of startup cgis. plans to make this a general graph cgi are in the wings, this is a temporary get-this-going hack 2001-11-30 04:51:04 +00:00
ian%hixie.ch
d0f1adf983 Minor fixes to make the previous checkin actually compile... 2001-11-29 20:23:48 +00:00
ian%hixie.ch
ae996eb3e1 * Corrected some inaccurate comments I came across.
* Added support for group membership levels (now you can be a normal member, as before, but also a group op or a group admin) -- this affected the user data source, the mysql data source, and the user service.
* Added a getFieldsHierarchically() method to the user data source.
* Added a getFieldsByCategory() method to the user data source.
* Fixed a typo in some of the SQL in the rights management part of the MySQL user data source.
* Added support in the arguments input module for treating the arguments as dot-delimited trees and returning a specific branch.
* Added support in the passwords service for encrypting a specific password.
* Added a getFieldByID() method to the user service.
* Made the groups in the user service be indexed by both ID and Name.
* Implemented the user preferences component.
2001-11-29 18:03:38 +00:00
jake%acutex.net
c7e781a010 Bug 108312 - The mid-air collision page was only showing the most recent changes if two people comitted changes to a bug while you were viewing it.
r=louie, myk
2001-11-27 15:04:52 +00:00
mcafee%netscape.com
bc46b41785 Solaris needs LD_LIBRARY_PATH help for /usr/local/lib 2001-11-27 05:01:47 +00:00
mcafee%netscape.com
ce346ab569 Find gnuplot 2001-11-27 04:43:32 +00:00
mcafee%netscape.com
fc6c963c9d First add. code=jrgm, modified by mcafee 2001-11-27 02:26:48 +00:00
mcafee%netscape.com
ce89f9a71b minor html fix 2001-11-27 02:19:00 +00:00
myk%mozilla.org
1e969d3f91 Fix for bug 109802: Make it clear how to enter mysql passwords with special characters into localconfig.
Patch by Dave Miller <justdave@syndicomm.com>.
r=ddkilzer,louie.
2001-11-27 00:49:26 +00:00
myk%mozilla.org
7cf8c8c8a5 Fix for bug 101875: Put the product column before the component column rather than after.
Patch by Paul Baker <pbaker@where2getit.com>.
Low risk, r=myk, no second review needed.
2001-11-26 23:29:29 +00:00
jake%acutex.net
a325f27a1b Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was incorrectly quoted in Bug.pm
r= justdave, louie
2001-11-26 14:16:10 +00:00
timeless%mac.com
51a4520c4a Bugzilla Bug 107823 change nsIFile
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
ian%hixie.ch
ae454984a5 mkdir requires the second argument in perl 5.005. b=111730, r=daniele 2001-11-25 14:17:19 +00:00
ian%hixie.ch
cbd99231b2 Mozbot shipped with a broken default bugsDWIMQueryDefault -- made the code more consistent. b=93203, r=timeless 2001-11-25 13:59:53 +00:00
ian%hixie.ch
ad706350b0 oops, stray dot meant the private karma scores were getting corrupted! r=kerz 2001-11-25 01:25:27 +00:00
ian%hixie.ch
9e4bc32d9a Initial checkin of a karma module. r=kerz b=111757 2001-11-25 01:01:35 +00:00
ian%hixie.ch
c07181231b Changing 'will soon be available as an open source resource' to 'is available as an open source resource' 2001-11-23 16:50:57 +00:00
ian%hixie.ch
002b60fd9c work in progress: a component that provides a way for users and admins to edit user preferences, settings, contact details, password, etc. 2001-11-23 00:16:44 +00:00
ian%hixie.ch
d84431bbb0 changing the argument names from the cosesEditorXYZ form to the cosesEditor.x.y.z form. This will make them more consistent with how things work elsewhere in PLIF. 2001-11-22 20:15:45 +00:00
ian%hixie.ch
ee423a9430 * Created service- and serviceInstance- specific constructors so that a single module can have distinct constructors depending on how it is invoked. These constructors are called serviceInit() and serviceInstanceInit(), and both chain to the existing init() constructor (so no change are required by this).
* Changed FileStrings so that it doesn't have to be updated every time the file string format changes. The format is now one line per piece of metadata, then a blank line, then the string data. If additional metadata is added later then this will automatically support it.
* Renamed the dataSource.strings service to dataSource.strings.customised, and renamed its get() method to getCustomisedString().
* Changed the semantics of dataSource.strings.customised so that it no longer looks for a default string if it can't find a customised one (and thus removed getDefaultString).
* Abstracted the Generic output module even more. It now consists of output.generic (a service instance with its own constructor) and dataSource.strings (a pure service), the latter of which is a wrapper around dataSource.strings.customised and dataSource.strings.defaults.
* Updated Coses to work with the new dataSource.strings insterface.
* Removed the test app DataSource::ConsoleStrings and DataSource::HTTPStrings files, since they were redundant with the default output files.
* Removed all the default strings in the CosesEditor and Login components since they are pretty pointless.
* Factored out the call to dump() in the GenericOutputs module.
* Changed setString in the MySQL string data source so that it will now add a blank string (it used to delete the string if it was blank, but that meant that it was not possible to customise strings away).
* Added a piece of metadata to strings: their version number.
* Updated the customised string data source stubs to mention the version data now stored with all strings
* Added a getAllStringVersions method to the customised strings data source which returns all the string names and their version numbers.
* Made the customised strings data source check the version number of every string in its database during setupInstall to make sure that they are all up to date, version-wise. If any are out of date, the user is notified.
* Added support for the new version column to the MySQL version of the customised string data source.
* Updated the increasingly misnamed CosesEditor to support the versioned strings stuff.
* Factored out some code in the CosesEditor.
* Added version information to all default strings. All default strings are now at version 1.
* Fixed a typo in a FileStrings dump statement.
* Fixed the calls to setProgress in the MySQL user and strings data sources and in the user field factory to use the correct syntax (a parsable dotted string instead of unlocalisable plain English).
* Updated the Generic output module's documentation to match what now happens.
2001-11-22 15:46:42 +00:00
justdave%syndicomm.com
61d6d30534 Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.
patch by Matthew Tuck <matty@chariot.net.au>
r= caillon, justdave
2001-11-22 15:46:27 +00:00
gerv%gerv.net
807c799353 Bug 104261 - incorrect template paths. r=myk, ddk. 2001-11-22 06:12:36 +00:00
justdave%syndicomm.com
cc5c2ee269 Fix for bug 99864: consistant use of "product" vs "program"
Patch by Josh Soref <timeless@mac.com>
r= dkl, justdave
2001-11-21 19:56:28 +00:00
timeless%mac.com
57a399e8a8 Bugzilla Bug 93754�describe should be #directable
r=justdave,dkl
2001-11-21 16:44:38 +00:00
justdave%syndicomm.com
703571611f Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug form listed all products, even if the user didn't
have access to all of them.  It now only shows products the user has access to (and the product the bug is in, if the user is
viewing it because of some other override)
Patch by George Hotelling <george.hotelling@iconideas.com> and Dave Miller <justdave@syndicomm.com>
r= bbaetz, caillon
2001-11-21 08:30:47 +00:00
matty%chariot.net.au
ab62630688 Bug 110276:SQL error in globals.pl.
Patch by me, r=bbaetz,caillon.
2001-11-21 08:09:32 +00:00
barnboy%trilobyte.net
00b81c656f Added blurb about unified diffs. 2001-11-20 20:16:24 +00:00
barnboy%trilobyte.net
6230b92d8f Taint mode note. 2001-11-20 20:11:41 +00:00
barnboy%trilobyte.net
3aa7a50cfc Added Javascript, Cookies, and Templatization requirements to Hacking
Bugzilla.
2001-11-20 20:09:06 +00:00
barnboy%trilobyte.net
e999d8db14 Added tip about checking sanitycheck.cgi if you make schema changes,
per bug 98049.
2001-11-20 19:56:31 +00:00
barnboy%trilobyte.net
4184f599d2 Removed references to bugzilla.mozilla.org so we can avoid
spurious bug postings.  However, this file will need some significant
treatment for 2.16 release since the query.cgi interface has changed.
2001-11-20 18:22:30 +00:00
justdave%syndicomm.com
42c9eb0def Backing out previous checkin, this file is distributed with Bugzilla, we don't need mozilla-specific information in it. 2001-11-20 18:11:05 +00:00
barnboy%trilobyte.net
7c59b3446c Added one liner mentioning that mozilla.org provides only one vote
per bug.
2001-11-20 17:46:14 +00:00
barnboy%trilobyte.net
bdacf2d95f Modified Win32 notes regarding system() calls per bug 99595. 2001-11-20 17:26:45 +00:00
barnboy%trilobyte.net
13f86e9939 Fixed CPAN locations per bug 97582. 2001-11-20 17:18:03 +00:00
barnboy%trilobyte.net
5e4bff4b25 Added bit about needing proper <Directory> permissions in order
for .htaccess to function.  See bug 97668.
2001-11-20 17:09:38 +00:00
barnboy%trilobyte.net
c5f0502819 Changed openjade compilation instructions to match new commands
required by XML conversion of the Guide.
2001-11-20 16:41:23 +00:00
barnboy%trilobyte.net
7d4973fb0c Initial conversion to XML format from SGML.
Note this is a work-in-progress.  It compiles cleanly, but I am not yet
submitting compiled HTML and text.
There is one notable problem: nsgmls barfs on the <imagedata> tag in
database.sgml during validation.  openjade handles it fine. Weird.
2001-11-20 16:36:28 +00:00
mcafee%netscape.com
bab6081aff Removing server-side pageloader data reporting, use client-side scrape mechanism 2001-11-20 06:30:18 +00:00
mcafee%netscape.com
1e3f91e6a2 Remove server-side data reporting for pageloader test, use client-based scrape mechanism now. 2001-11-20 06:27:33 +00:00
mcafee%netscape.com
10ba12205e bloat.pl not needed, use scrape.pl 2001-11-20 05:42:46 +00:00
mcafee%netscape.com
03914cf282 Removing old bloat data reporting stuff, use scrape reporting now. 2001-11-20 05:27:29 +00:00
mcafee%netscape.com
3ede41a072 no more startup.dat 2001-11-20 03:50:25 +00:00
mcafee%netscape.com
99a449b9be startup.pl should use scrape.pl mechanism now. 2001-11-20 03:47:05 +00:00
mcafee%netscape.com
3ab251b448 startup data goes to scrapt.dat now. 2001-11-20 03:43:27 +00:00
myk%mozilla.org
f7e7d5aeff Fix for bug 109240: fixes the regression that changed the way comments regarding attachment creation are formatted.
Patch by Jake <jake@acutex.net>.
r=myk@mozilla.org, no second review needed.
2001-11-20 02:59:55 +00:00
zach%zachlipton.com
e9d0d81126 Fix for bug 107120, templates/default/global/header has invalid HTML.
Patch removes a <meta> tag as per bug 38856.

Patch by David D. Kilzer <mailto:ddkilzer@theracingworld.com>.
r1=Christopher Aillon <mailto:caillon@returnzero.com>. No 2nd review
required as per caillon.
2001-11-20 01:59:57 +00:00
gerv%gerv.net
37c09d1017 Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, r=justdave, mattyt. Wahey! 2001-11-18 22:23:31 +00:00
gerv%gerv.net
86418ea974 Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, layout by mpt and others, r=justdave,matty. Wahey! 2001-11-18 22:20:20 +00:00
matty%chariot.net.au
677692909a Moving a comment to the right place, in order to be able to make a comment about my previous check in that accidentally got checked in without a comment, and hence didn't show up on Tinderbox I think.
It was a change to CGI.pl, a fix for bug 105812: Rename "Components" link in sub GetCommandMenu() to "Products".

The patch was by James A Laska <jlaska@us.ibm.com>.
2001-11-18 03:54:54 +00:00
matty%chariot.net.au
fb8ca6d4cd *** empty log message *** 2001-11-18 03:22:50 +00:00
justdave%syndicomm.com
14122fd43e Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or not a partial URL needed an http:// added to the
front of it, which had the side-effect of duplicating the http:// on the front when a URL was passed from Bugzilla Helper.
Patch by Josh Soref <timeless@mac.com>
r= justdave, caillon
2001-11-17 23:05:48 +00:00
justdave%syndicomm.com
bc2ba9abf9 Fix for bug 109354: After entering a new bug, the link offering to add an attachment to the bug you just created pointed at
the old attachment form instead of the new one.
Patch by Josh Soref <timeless@mac.com>
r= myk x2
2001-11-17 22:40:02 +00:00
justdave%syndicomm.com
7e069b138f Fix for bug 107120: templates/default/global/header was generating HTML that wouldn't validate as HTML 4.01 Transitional
Patch by Dave Miller <justdave@syndicomm.com>
r= jake, bbaetz
2001-11-17 22:25:15 +00:00
justdave%syndicomm.com
a66257c75e Fix for bug 92500: line-feeds were not being properly converted when submitting parameter changes with some Mac browsers.
Patch by Gervase Markham <gerv@mozilla.org>
r= ddk, justdave
2001-11-17 22:18:07 +00:00
justdave%syndicomm.com
5a3a1fe26f Backing out previous checkin, it broke the tree. :( 2001-11-17 21:28:24 +00:00
justdave%syndicomm.com
5828cbd866 Fix for bug 102487: If admin has set preferences to require a comment on a product/component change, prompt the user that they
forgot to comment first, before prompting for component, milestone, and version for new product.
Patch by Garvase Markham <gerv@mozilla.org>
r= kiko, ddk
2001-11-17 21:12:53 +00:00
justdave%syndicomm.com
c510bfa682 Fix for bug 12284: allow user to specify which columns to display in a bug list
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= gerv, kiko
2001-11-17 21:04:37 +00:00
ian%hixie.ch
c1593016d6 Correct some XML errors in the default output strings. 2001-11-17 20:57:42 +00:00
zach%zachlipton.com
68a56e9d2b Fix the double testing of .pm files.
No review needed for tests at this time.
2001-11-17 17:29:06 +00:00
matty%chariot.net.au
8cd4f2a450 Bug 104677 : Votes field (text style) on showvotes.cgi defaults to size 5, not natural size and doesn't include a maxlength attribute.
Patch by Christoper Aillon <caillon@returnzero.com>.
2001-11-17 10:29:55 +00:00
bbaetz%cs.mcgill.ca
befb702df6 Bug 101560, pt 2. Perl 5.00503 gives a (bogus?) warning which 5.6 doesn't.
Quote manually rather than using qw to get arround this
2001-11-17 07:57:25 +00:00
bbaetz%cs.mcgill.ca
a4ce4d1898 Bug 101560 - clear some more env vars so that system calls will run in
taint mode. The perforce integration stuff needs this.

r=gerv,mattyt
2001-11-17 07:19:46 +00:00
mcafee%netscape.com
a04fba1c5d removing server-side startup data reporting, use client-side TinderboxPrint: now. 2001-11-17 06:52:50 +00:00
kestes%walrus.com
81161fffbe leave the update function early if we have not updated anything. 2001-11-16 20:45:24 +00:00
kestes%walrus.com
b4c7ff96c3 remove comment which was left over from the original code copy. It refered
to some other code.
2001-11-16 20:44:54 +00:00
kestes%walrus.com
6bc80bec3b add support for the Req Ticketing system. 2001-11-16 20:43:30 +00:00
gerv%gerv.net
25f260c715 Bug 6419 - command-line query tools by Andreas Franke <afranke@ags.uni-sb.de>. 2001-11-15 17:04:58 +00:00
kestes%walrus.com
dfd9b8fa51 turn apostrophe into accute accent to work arround netscape bug. 2001-11-14 21:59:55 +00:00
kestes%walrus.com
ecdc8de5e6 document most important change. 2001-11-14 21:25:49 +00:00
kestes%walrus.com
d3e78a0f85 admin scripts I use. 2001-11-14 21:24:36 +00:00
kestes%walrus.com
618b9d7704 my echo statements had leading '$', how did they get there?
I added to the test command so that you can see exactly how it was called.
change the example to show how --tree now works.
2001-11-14 21:23:40 +00:00
kestes%walrus.com
1006ed316d make the checkouts of -D be in sync with the tinderbox boxes by ensuring
-D is really the start time.
2001-11-14 21:22:13 +00:00
kestes%walrus.com
7a5db2003c allow for alternating builds using a single build process. 2001-11-14 21:21:02 +00:00
bbaetz%cs.mcgill.ca
91fafca168 Bug 107718 pt 2 - use subtraction instead of the ~ operator, which older
mysql versions don't support. Remove the checksetup.pl restriction, too.

r=jake x2
2001-11-14 15:12:23 +00:00
jake%acutex.net
cca68c9a93 We don't really need to look for fragments that are pulled in by [% INCLUDE %] or [% PROCESS %]. While removing this code bit doesn't allow us to seperatly check that those fragments exist and compile, they'll be checked atomatically when the the template that wants them is run through the process() routine by the 004template.t test. This issue was raised because bug 98707 introduced a [% BLOCK %] element and the syntax for using that is the same as for including a template fragment. 2001-11-14 03:44:07 +00:00
gerv%gerv.net
da7e725db3 Fix license headers and make attachment changed page look like bug changed page. Bug 99518 and 98110. r-myk, no second review. 2001-11-13 17:24:24 +00:00
jake%acutex.net
07e2f4e3ac Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once.
r= mattyt, gerv
2001-11-12 13:43:59 +00:00
bbaetz%cs.mcgill.ca
963817d4d2 Oops. Bug 109690 again, r=justdave, gerv 2001-11-12 05:47:24 +00:00
bbaetz%cs.mcgill.ca
67fff67155 Bug 109690: Check $bug before using it.
r=justdave,gerv
2001-11-12 05:39:14 +00:00
ian%hixie.ch
305453a450 Some very primitive default HTML output files for login.accessDenied and login.detailsSent. 2001-11-11 15:37:48 +00:00
ian%hixie.ch
c1fbe83087 We should be able to access strings with uppercase letters -- oops. Changing regexp to include 'A-Z' as well as 'a-z'. Also adding a dump statement in the failure case to help when analysing the log looking for a bug. 2001-11-11 15:33:59 +00:00
ian%hixie.ch
a98c451be4 Missed a return statement in the setupInstall method. This was causing setup to fail every time, because the function returned a defined value. Also took the opportunity to add a call to setupProgress. 2001-11-11 11:54:06 +00:00
ian%hixie.ch
c2b7af4e48 Missed a return statement in the setupInstall method. This was causing setup to fail every time, because the function returned a defined value. 2001-11-11 11:48:14 +00:00
ian%hixie.ch
333b70e6e1 Should have been checking for a defined value, not a true value -- there is nothing to stop a failure from being '0', for instance. (The important thing is to be consistent with the SelectingServiceList code, really, and it uses defined().) 2001-11-11 11:47:02 +00:00
ian%hixie.ch
538669aedd Implement a module to give the main application the ability to add rights and do other configuration related stuff. 2001-11-11 09:36:02 +00:00
mcafee%netscape.com
c36586eccb Switching to arg form of system call to avoid security hole (76109) 2001-11-11 09:08:56 +00:00
mcafee%netscape.com
be9eedb5d2 typo! fixes bug 2001-11-11 08:30:21 +00:00
ian%hixie.ch
ebf177c5db Mute the Net::AIM warnings and add some null-checking code to the close() method. 2001-11-11 08:08:26 +00:00
ian%hixie.ch
c9fdcfec0f First stab at primitive AIM output support as an alternative to e-mail. 2001-11-11 04:18:09 +00:00
ian%hixie.ch
fb9e84ff2d Fix typo (PLIFF->PLIF) 2001-11-11 00:58:48 +00:00
ian%hixie.ch
a538c2a0cd Fix the DESTROY method to actually call the close() method like it was supposed to. 2001-11-11 00:14:07 +00:00
ian%hixie.ch
085c309f7d Change the order of the settings so as to match the order in which they are requested. This causes the error message to mention the setting that the user aborted on, instead of some random later setting. 2001-11-10 22:06:54 +00:00
ian%hixie.ch
65d308d967 Change createArgument so that we drop the default on the floor -- the default should only be used when explicitly requested (e.g. by the user in interactive mode), not in all cases. CommandLine.pm was in fact already assume that this was the case. 2001-11-10 22:04:34 +00:00
ian%hixie.ch
4c322128a7 Switching to batch mode involves changing the 'batch' argument, not the one being requested... ahem. 2001-11-10 21:59:13 +00:00
ian%hixie.ch
7c4f16563f Bracket shuffling to fix a warning in Perl 5.0.x. 2001-11-10 21:57:07 +00:00
ian%hixie.ch
2d3f1dc3de Handle the case where the user hits Ctrl+D during input, and the case where the user piped a file into us and the file was too short. 2001-11-10 21:53:49 +00:00
ian%hixie.ch
2f00ddd8dc Correct an error in the default handler of the namespaced XML walker: we have to shift out the first argument otherwise weird things will naturally happen. 2001-11-10 21:44:28 +00:00
ian%hixie.ch
b9400f341d The User object was not saving anything if its userID started off as undef (i.e., new user) and the code never changed any properties (which is normal for a new user). Changed the code to automatically assume it is dirty if it starts with an undefined userID. Changed writeProperties to use the return value from the data source to save any changes to userID, so that when it is defined (by inserting a new record, probably) then we can remember it. Finally, changed propertySet so that when userID is changed from an undefined value to a defined value, the change is propagated to the fields and the groups are marked dirty, which will force them to be written out too. 2001-11-10 21:00:37 +00:00
ian%hixie.ch
5139796ce4 Fix the output template to support multiple authentication protocols now that the code is not lying about that. 2001-11-10 20:55:39 +00:00
ian%hixie.ch
503d696c7e Changed a comment in UserField.pm to be more accurate: it is actually safe to change the userID on the fly from an undefined value to a defined value because the code only uses it at two points: creation, if it was defined (used by the caller) and destruction (at which point it is passed to the data source to save any changes). 2001-11-10 20:53:37 +00:00
ian%hixie.ch
ceb11d6d7f s/smtp/email/go -- have to be consistent with the rest of the code\! 2001-11-10 20:46:29 +00:00
ian%hixie.ch
760684e638 Return the user ID even when the user exists, so that there is no need for callers to check the return value. 2001-11-10 20:43:44 +00:00
ian%hixie.ch
755f8317fa Fixing ill-formedness error. 2001-11-10 20:34:00 +00:00
mcafee%netscape.com
11792d7e2d fixing perl error 2001-11-10 20:21:38 +00:00
mcafee%netscape.com
c0f007744b Switching to proper log-header variable 2001-11-10 19:26:42 +00:00
ian%hixie.ch
b5ef59ba98 implemented getFieldNamesByCategory() in the user data source, and used it to fill in the list of contact methods for the loginFailed output handler. 2001-11-10 10:55:33 +00:00
ian%hixie.ch
25760a3e0a Made the phrase 'or to have your password sent to you,' appear regardless of the value of data.tried 2001-11-10 10:51:10 +00:00
ian%hixie.ch
168f7364e4 Fix a typo on the To: line which was resulting in a blank To: field, made the Subject: line be dynamically generated, and made the text actually be useful. 2001-11-10 06:26:28 +00:00
mcafee%netscape.com
75d4cd33b4 proper checking for scrape_builds data 2001-11-10 06:01:35 +00:00
ian%hixie.ch
653db8eef9 Oops, syntax error. 2001-11-10 05:21:17 +00:00
ian%hixie.ch
73e0c55c22 Use the actual From: address (now that the outputter tells us what it is...). 2001-11-10 05:12:06 +00:00
ian%hixie.ch
4a03227913 Added another set of data to the data hash: the outputter hash. This will be useful for strings that have to embed things like the e-mail address of the application itself. Added hash methods to the Email and Stdout generic outputter modules to support this change. Renamed 'from' to 'address' in the Email outputter to make it easier to reuse the code (hehe). Also, in the same module, changed some of the comments, changed a double quote string literal to a single quote string literal, and added the word 'configure' where it was missing in one of the dump statements. 2001-11-10 05:00:14 +00:00
ian%hixie.ch
d433d136be Implement some primitive error handling for sending mail. 2001-11-09 21:59:21 +00:00
mcafee%netscape.com
8e94200878 Adding scrapebuilds.pl check 2001-11-09 21:37:02 +00:00
mcafee%netscape.com
fbdc6f515c Adding scrape_builds 2001-11-09 21:35:25 +00:00
mcafee%netscape.com
a2023e4533 Adding scrapebuilds toggle ui 2001-11-09 21:32:41 +00:00
mcafee%netscape.com
5f50ff180f Adding scrapebuilds.pl 2001-11-09 21:31:19 +00:00
ian%hixie.ch
b6d1378fa1 Removing unnecessary spammy debug output (this code works now... honest\!) 2001-11-09 21:22:32 +00:00
ian%hixie.ch
91d903d8df Decode %XX-encoded strings. 2001-11-09 21:19:59 +00:00
ian%hixie.ch
e9904215c0 Added some more comments that might help people get this working on Apache. 2001-11-09 20:23:42 +00:00
ian%hixie.ch
197ee7192a Factored out the connect/disconnect code, added settings for the host and the from address and made them be handled by a setup.configure handler, wrapped the call to Net::SMTP->new() in a warning-free block. 2001-11-09 20:21:11 +00:00
ian%hixie.ch
4d542c9a80 Adding support for generic saving and retrieving of settings. 2001-11-09 20:13:21 +00:00
ian%hixie.ch
3ae1b10178 Adding a comment on the use of assert() 2001-11-09 20:09:22 +00:00
ian%hixie.ch
e2ceae0e2f Refactored the Database::DBI code. Added support for default values in the setup code. Added support to create the database and the user (although some of this may need refactoring into separate MySQL submodules). 2001-11-09 17:23:41 +00:00
ian%hixie.ch
7d4ba9fdd4 Changing the order of loaded modules to make sure they are set up in the right order. 2001-11-09 17:16:50 +00:00
ian%hixie.ch
27c0a625e9 Added a missing 'return' statement so that the user.fields setup routine doesn't appear to have failed when it hasn't (without a return statement, the value of the last statement is the return value). 2001-11-09 17:15:13 +00:00
ian%hixie.ch
df6f9d0b23 Changed the DESTROY method to make sure it calls its parent. 2001-11-09 17:13:27 +00:00
ian%hixie.ch
d8ed08b9c5 Added support for printing the default value for requests. 2001-11-09 17:12:18 +00:00
ian%hixie.ch
2605f093c1 Added the ability to find the length of an array (array.length to go with array.0, array.1, etc). Added assertions to handle the case of invalid order or sort attributes on <set>. Added two new sort types ('default' and 'reverse default'). 2001-11-09 17:10:22 +00:00
ian%hixie.ch
2dc794285b Added two assertions to make sure the handle is defined before using it, and added a check that the handle is defined before releasing it. Also changed the DESTROY method to call its parent. 2001-11-09 17:07:18 +00:00
ian%hixie.ch
d11f28591a Removing excess trailing spaces on one line, and moving a warn from level 5 ('important events') to level 8 ('frequent important events'). 2001-11-09 17:03:40 +00:00
ian%hixie.ch
a5b875e7b1 Fixed DESTROY method to make sure it calls its parent. 2001-11-09 17:00:28 +00:00
ian%hixie.ch
2913cffeec Removing the @arguments array from a dump statement, because if any of the elements in the array are undef then a runtime warning is printed (undef elements is not always a bug). 2001-11-09 16:58:38 +00:00
ian%hixie.ch
ac58840368 Added a level 5 dump indicating the completion of the PLIF program. 2001-11-09 16:56:49 +00:00
ian%hixie.ch
1f8a352b1d Fixed DESTROY method to make sure it called it's parent. 2001-11-09 16:52:08 +00:00
ian%hixie.ch
fd84ee0b49 Change default DEBUG level from 9 to 4, which is what it should be in production releases. Added comments explaining debug levels 6 (reserved for personal use) and 8. Added level 10 debug info to the DESTROY method (makes it easier to track down bugs during shutdown). 2001-11-09 16:50:47 +00:00
ian%hixie.ch
90d2164530 Made it so the setupEnding event is sent out after the setup failure message is printed but before the setup success message is printed (reduces the number of error messages if you cancel during setup). Changed the semantics of the output.progress string's data.component data. It is now a dotted hierarchical string giving progressively more detail about what is being set up. e.g., 'database', 'database.default.settings', 'database.default.settings.connection.port'. If outputters are interpreting data.component then any trailing unknown levels of detail should be ignored. This allows the setup routines to potentially give much more useful output. Fixed the default stdout output string for setup (it has <text variable=""> instead of value=""). 2001-11-09 16:39:29 +00:00
timeless%mac.com
55777ba07e Bugzilla Bug 109138 platform detection not working on macintosh
r=bbaetz,dkl
2001-11-09 05:32:43 +00:00
myk%mozilla.org
306a373344 Fix for bug 109048: fixes error when creating attachments without logging in.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2001-11-09 01:11:09 +00:00
ian%hixie.ch
0530fac9f3 Also send default values to output. 2001-11-08 17:27:07 +00:00
ian%hixie.ch
003293a088 Implement default values for arguments. getArgument() and createArgument() now take two parameters like setArgument(). Changed the CommandLine module's createArgument() method so that if the user hits enter at the prompt, the default value is used. Added some comments to clarify what is going on with the 'batch' argument. Changed setArgument() and createArgument() in the Arguments module and createArgument() in the CommandLine module to be more efficient (less array copying). 2001-11-08 17:09:11 +00:00
ian%hixie.ch
a6fc410cbf Adding comments to clearly indicate that no dump()s, warn()s or error()s should have a level lower than 5 unless they are not expected to occur during normal operation. Also changing the default level at which the user is notified of problems from 3 to 1. 2001-11-08 16:47:25 +00:00
ian%hixie.ch
ade117cf45 Added two new hooks into the setup code: a start notification and an end notification. Added the ability to disable the string datasource (causes it to only use the default strings and not the database). Made the string datasource automatically disable itself during configuration, using the two hooks added to the setup code. This removes the warning messages that are output during a clean setup ('could not get string from database', etc). 2001-11-08 16:42:42 +00:00
ian%hixie.ch
a15a7b4506 Improved error handling for the case where the database configuration doesn't exist and therefore every output attempt raises database errors. Fatal database errors are now fatal, missing database configurations is not. This would be a lot cleaner if Perl exceptions were objects... Also improved some of the error messages. 2001-11-08 16:10:21 +00:00
ian%hixie.ch
477622872e Added a little more level 9 verbose debugging feedback to help track down where output is going wrong. 2001-11-08 05:07:42 +00:00
ian%hixie.ch
f9a76a2609 Stop complaining about the configuration file missing -- if it is not there then just assume there is nothing to worry about. This makes the output of the initial run with the 'setup' argument a lot quieter. 2001-11-08 05:06:27 +00:00