- 03 Apr, 2000 3 commits
-
-
Jim Fulton authored
(in order to enable REMOTE_USER mode) also opens the monitor to any user connecting through localhost.
-
Jim Fulton authored
- Made it easier to disable servers. o You can now disable a server by giving a '-' as an argument to a server option. For example, to disable FTP, use "-f -" o You can disable all servers with -X. For example, a simple way to get *just* a web server is to use: "-X -w8080". - Specifying an option multiple times causes multiple servers to run. For example, to run multiple web servers:: z2.py -w80 -w81 -w82 - A separate address can be sp[ecified for each HTTP, FTP, or monitor server, by providing address:port, rather than just port, as in: z2.py -wkorak.digicool.com:80 -w127.0.0.1:81
-
Michel Pelletier authored
-
- 31 Mar, 2000 1 commit
-
-
Jim Fulton authored
raise '123', 'blah' and get a return status of 123.
-
- 30 Mar, 2000 4 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
Changed ftp server start up to bind to the given ip. Also added a commented out stanza showing how to turn on debug logging.
-
Amos Latteier authored
-
- 29 Mar, 2000 2 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
- 28 Mar, 2000 5 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Amos Latteier authored
-
- 27 Mar, 2000 1 commit
-
-
Amos Latteier authored
-
- 25 Mar, 2000 2 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
vocabularies. redid Lexicon interface.
-
- 23 Mar, 2000 3 commits
-
-
Evan Simpson authored
Changed 'password' and 'confirm' default values to use new User protocol for leaving password alone while changing roles/domains.
-
Evan Simpson authored
Modified _doChangeUser to leave password unchanged if the 'password' parameter is None. _changeUser now always accepts "password == confirm == None", and sets 'password' to None if "password == 'password' and confirm == 'confirm'". This gives Users an unambiguous protocol for both DTML and Python code to change roles/domains without touching the password. editUser.dtml has a somewhat magical protocol, which users need not worry about.
-
Evan Simpson authored
-
- 22 Mar, 2000 1 commit
-
-
Jens Vagelpohl authored
-
- 21 Mar, 2000 1 commit
-
-
Evan Simpson authored
-
- 20 Mar, 2000 1 commit
-
-
Jim Fulton authored
createInObjectManager. There is probably a better solution.
-
- 18 Mar, 2000 1 commit
-
-
Ken Manheimer authored
Anthony's collector submission: Title: current cvs zcatalog lexicon/vocab support is broken At: http://classic.zope.org:8080/Collector/Collector/1071/sview Submitter: Anthony Baxter Description: The current CVS version of ZCatalog has a couple of nasty bugs in it. First off, the standard Lexicon uses a variable 'self.counter', without ever initialising it. Oops. Secondly, Catalog handles the default Lexicon inconsistently. In the case of a lexicon being provided, it stores the name as self.lexicon, otherwise it stores a Lexicon _object_ as self.lexicon. Later on, it tries to do a getattr with the lexicon object as the second arg. The first bug utterly breaks non-globbing Lexicons. The second bug breaks textindexes that don't provide a lexicon at creation time. A patch for both follows. [Rather, this checkin commits both.] Note that the patch tries to handle gracefully existing Catalogs and Lexicons that might be broken.
-
- 17 Mar, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
a mapping that is not a web request is passed in.
-
- 16 Mar, 2000 3 commits
-
-
Evan Simpson authored
Added optional 'multipart' argument to dtml-mime, to allow specifying 'alternative' or whatever instead of 'mixed'.
-
Michel Pelletier authored
- 15 Mar, 2000 6 commits
-
-
Michel Pelletier authored
-
Amos Latteier authored
Added check for streaming responses when determing whether to add a content-length header and setting a 204 response. This should fix the problem of streaming response having content-length 0 respone headers. Thanks to Toby Dickenson.
-
Amos Latteier authored
Added a lock to tempfile producers. Thanks to Toby Dickenson. This should avoid possible corruption of responses from FCGI and large HTTP responses.
-
- 14 Mar, 2000 4 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
-