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