- 11 Aug, 1999 11 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
so that we can map permissions of explicit acquirers.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
as well as unusable with ZODB 3.
-
- 10 Aug, 1999 2 commits
-
-
Amos Latteier authored
Changed HTTPServer, PCGIServer and FTPServer to override Medusa's listen queue limit under NT. This should drastically improve ZServer's performace on NT under heavy loads and should prevent refused connections under most circumstances.
- 09 Aug, 1999 2 commits
-
-
Jim Fulton authored
less sloppy and unforgivving acquisition to fail when looking up attributes of factory dispatchers.
-
- 06 Aug, 1999 2 commits
-
- 05 Aug, 1999 23 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
when trying to get attributes during acquisition. For example, it was common for acquisition to mask errors occuring when trying to load object state from the database, since this is typically triggered by a getattr call. I wanted to do something like: try: foo.bar except AttributeError, v: if v != 'bar': raise # Bogus attribute error # keep looking up the acquisition tree Unfortunately, this fails because v is (sometimes) an instance, not a string. For now, we'll check for attribute errors, but ingore the values.
-
Amos Latteier authored
(in order to enable REMOTE_USER mode) also opens the monitor to any user connecting through localhost.
-
Amos Latteier authored
-
Amos Latteier authored
Brought ZDOM more in line with DOM spec by changing Root class to be an Element sub-class. Now the top-level Zope object is a normal Element, not an Element/Document/DOMInterface hybrid. Also added Document and DOMImplementation classes. Added permissions to ZDOM classes.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Hide the delete button if the user doesn't have 'Delete objects' permission. Hide the export button if the user doesn't have the 'Import/Export objects' permission.
-
Amos Latteier authored
-
Amos Latteier authored
Added a 'getobject' method to ZCatalog. This makes it easy to retrieve a cataloged object from the searchResults list.
-
Amos Latteier authored
-
Ken Manheimer authored
-
Jim Fulton authored
-
Jim Fulton authored
database.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-