- 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 9 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
-
matt@zope.com authored
-
- 05 Nov, 2001 7 commits
-
-
matt@zope.com authored
-
Andreas Jung authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
matt@zope.com authored
-
- 04 Nov, 2001 1 commit
-
-
Jim Fulton authored
misshandles URLs containing semicolons (path-segment parameters.
-
- 02 Nov, 2001 11 commits
-
-
matt@zope.com authored
-
Evan Simpson authored
-
matt@zope.com authored
-
Barry Warsaw authored
None. If a non-resolvable conflict error occurs, we try to coerce serial to something more humanly readable, but U64() can't be passed a None, so let's be a bit more robust.
-
Barry Warsaw authored
-
Barry Warsaw authored
the environment. No type checking is done, except that if env is not a string or not None, then it's the caller's responsibility to pass in a valid DBEnv.
-
Barry Warsaw authored
that a pickle could contain references to objects we don't know about (i.e. that isn't in our _serials table). I'm not completely sure why this could happen, but this makes pack() a little more robust in the face of such anomolies.
-
matt@zope.com authored
-
matt@zope.com authored
-
Andreas Jung authored
-
Andreas Jung authored
This broke at least WebDAVs MOVE and COPY operations.
-
- 01 Nov, 2001 1 commit
-
-
Barry Warsaw authored
-