- 09 Nov, 2001 8 commits
-
-
matt@zope.com authored
-
Tres Seaver authored
- Unscrew order-of-testing problem, caused by use of 'newSecurityManger' in 'setUp' without corresponding 'noSecurityManager' in teardown.
-
Andreas Jung authored
better using read_raw() instead of direct access
-
Andreas Jung authored
Wrappers. Calling str() on a IAW called html_quote() that should not be allowed for DTML Documents and Methods.
-
Andreas Jung authored
Zope installation process
-
matt@zope.com authored
lib/pythonProducts for collector issue# 3
-
matt@zope.com authored
should not be a string, use permission='string' for that. The behavior for iterating over all elements of a string is of course to create lots of single-letter permissions. This fixes Collector issue 22, from runyaga
-
Martijn Faassen authored
top is now is a link as well (underlined).
-
- 08 Nov, 2001 13 commits
-
-
matt@zope.com authored
by checking that the result is a TransientObject before checking if it is valid.
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
Barry Warsaw authored
module dict with the keys "__version__". Fixes small leaks detected by Insure.
-
Barry Warsaw authored
cobject (added to the module dict with the keys "__version__" and "CAPI" respectively). Fixes small leaks detected by Insure.
-
matt@zope.com authored
-
matt@zope.com authored
remove 'on' button from browser ID manager.
-
Tres Seaver authored
-
- 07 Nov, 2001 11 commits
-
-
Chris McDonough authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
Jim Fulton authored
-
matt@zope.com authored
-
matt@zope.com authored
-
Andreas Jung authored
-
Chris McDonough authored
- Removed advanced (import/export) view - superfluous. - new() and new_or_existing() methods now accept a wrap_with argument. If wrap_with is non-None, the data object returned will be wrapped in (via __of__) with the object passed into the wrap_with argument. This will facilitate the wrapping of data objects in the calling session data manager object. - Transient objects no longer keep a reference to their container. Instead, containers use the isValid method of objects to determine whether an object is valid. An object no longer deletes itself from its container and relies solely on this mechanism. - Callback handling now logs on failure. - Various deletions of commented material. - getToken of data objects returns the key with which they were entered into their container, while getId returns a uniform unique id. getName is now aliased to getId. - data objects now no longer aq-unwrap things stored in them. This is a security change. - repr method of data object now returns simpler structure. - removed stx workarounds from interfaces file (we should just fix the help system instead of doing stuff like _, etc.) - extended some descriptions of interfaces. - extended and edited other docs. TODO: - fix tests to run under testrunner. - "ring" must change to become more conflict resistant. (new data structure and algorithm needs to be put in) - need new icon for data container. - need out of memory protection in container.
-
- 06 Nov, 2001 8 commits
-
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
Evan Simpson authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-