- 18 Jun, 1999 9 commits
-
-
Jim Fulton authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Amos Latteier authored
Added simple minded ownership detection to FTP long directory listings, by looking for users with local roles of 'Owner'.
-
Amos Latteier authored
-
Amos Latteier authored
-
- 17 Jun, 1999 1 commit
-
-
Amos Latteier authored
Fixed z2.py to reject negative port numbers. This fixes Daniel Drucker's problem of starting ZServer with "-w -2" as command line arguments.
-
- 16 Jun, 1999 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
We want this for xml-rpc.
-
- 15 Jun, 1999 7 commits
-
-
Amos Latteier authored
Changed the user interface for the ZClass Factory and add method wizard. I think it is much clearer now.
-
Amos Latteier authored
Updated to a newer version of select_trigger.py It seems to work OK with win32 now that Jim changed the way ZServer shutsdown medusa. Also this new select trigger should resolve the sort of permissions problems reported by Alex Rice since it uses a pipe, not a socket file in the /tmp directory.
-
Jim Fulton authored
-
Jim Fulton authored
the compiler was in pickly mode. Got rid of the fatal error check in the module initialization. Added some needed variable initializations.
-
Amos Latteier authored
Relabeled 'manage_security' from 'Security' to 'Define Permissions'. This makes things clearer and consistent with a related change in App/Management.py
-
Amos Latteier authored
Changed tabs labels so the 'manage_access' is labeled as 'Define Permissions' not 'Security' when the object is being used as a method.
-
- 14 Jun, 1999 8 commits
-
-
Amos Latteier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
<dtml-var foo> Added an entity reference syntax for var: &dtml-foo; As in: <a HREF="&dtml-URL1;/manage_workspace">
-
Jim Fulton authored
-
- 13 Jun, 1999 1 commit
-
-
Jim Fulton authored
-
- 11 Jun, 1999 5 commits
-
-
Jim Fulton authored
Added a -D option to make it easier to spell debug mode.
-
Jim Fulton authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 10 Jun, 1999 2 commits
-
-
Amos Latteier authored
Made enivorment variable settings work with the http server. So now you can do things like ./z2.py -w 8888 SCRIPT_NAME=Zope and actually have the specified SCRIPT_NAME override the normal SCRIPT_NAME. Useful for keeping ZServer behind a proxy.
-
Jim Fulton authored
to SSI syntax, you can now use ordinary HTML syntax, as in: <dtml.in objectIds> <dtml.var sequence-item> </dtml.in> Both the new syntax and the SSI syntax are allowed in the same document. In fact, if you were really twisted, you could: <dtml.in objectIds> <dtml.var sequence-item> <!--#/in--> ;)
-