- 19 Apr, 2000 3 commits
-
-
Jeffrey Shell authored
-
Jeffrey Shell authored
defined in a ZClass
-
Jeffrey Shell authored
Defined Instance Method. But you should be able to guess that.
-
- 18 Apr, 2000 3 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 17 Apr, 2000 1 commit
-
-
Tres Seaver authored
-
- 14 Apr, 2000 1 commit
-
-
Jim Fulton authored
-
- 13 Apr, 2000 1 commit
-
-
Tres Seaver authored
-
- 12 Apr, 2000 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 11 Apr, 2000 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Jim Fulton authored
database area. This is thanks to a request from. Gregor Hoffleit <flight@hoffleit.de>.
-
- 10 Apr, 2000 1 commit
-
-
Tres Seaver authored
-
- 08 Apr, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 06 Apr, 2000 3 commits
-
-
Christopher Petrilli authored
-
Jim Fulton authored
-
Tres Seaver authored
(in order to enable REMOTE_USER mode) also opens the monitor to any user connecting through localhost.
-
- 05 Apr, 2000 5 commits
-
-
Tres Seaver authored
* Merge #1045: propagate extra URL parameters through tree tag.
-
Amos Latteier authored
Fixed a bug that broke Zope during startup because it was trying to set the Owner local role when the REQUEST was not available.
-
Tres Seaver authored
-
Amos Latteier authored
Changed 'registerHelp' to do nothing if the help files haven't changed on disk since that last time help was registered.
-
Amos Latteier authored
Changed helpValues to only report ProductHelps that actually have help. Also added support for smarter help registration.
-
- 04 Apr, 2000 4 commits
-
-
Jim Fulton authored
objects with the ID 'REQUEST'. Added support for getPhysicalRoot method, which is actually acquired from the top-level object. We actually set the attribute to Acquisition.Acquired to make sure. We also provide a security setting that makes it callable only from Python. Added unrestrictedTraverse, which does publisher-style traversal (__bobo_traverse__, getattr, getitem) without security checks. Provide a setting that makes it private.
-
Jim Fulton authored
Added getPhysicalRoot method, which just returns self. This methof is acquired by objects that need to get hold of the top-level application object.
-
Amos Latteier authored
-
Jim Fulton authored
and asking for a user from a user database given an ID. The default implementations, in BasicUser and BasicUserFolder assume that user names are used as IDs. Refactored the user classes so that super and nobody aren't persistent and don't have IDs. There is now a SimpleUser that is the same as User, sans persistence. There is a SpecialUser that subclasses SimpleUser. The special user nobody is a SpecialUser. The class Super not subclasses SpecialUser.
-
- 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 1 commit
-
-
Michel Pelletier authored
-