- 09 Aug, 1999 1 commit
-
- 06 Aug, 1999 2 commits
-
- 05 Aug, 1999 27 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
-
Jim Fulton authored
-
Jim Fulton authored
Fixed a problem in setting user permissions.
-
Jim Fulton authored
-
- 04 Aug, 1999 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
get set even if we fail setting traceback.
-
Jim Fulton authored
We can't pretify it, but at least we can restart.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-