- 05 Oct, 2001 2 commits
-
-
Steve Alexander authored
-
Andreas Jung authored
-
- 04 Oct, 2001 7 commits
-
-
Jeremy Hylton authored
-
Barry Warsaw authored
bypassed unlinking of the commit log file. This broke Full and Minimal storage. :(
-
matt@zope.com authored
appearance of a leak, particularly noticible with imPermissionRole objects.
-
Barry Warsaw authored
not work to pass in a DBEnv object, and that isn't the right way to increase the lock size anyway (should use a DB_CONFIG file as per the BerkeleyDB specs).
-
matt@zope.com authored
objects as changed when OFS.DTMLMethod inserted DTMLValidate as self.validate. This sidesteps the problem by modifying the object's __dict__ instead.
-
matt@zope.com authored
if the object is a dictionary, and do a PyDict_GetItem instead if possible. This avoids the error machinery overhead if the key is not found in the dictionary. PyDict_GetItem returns a borrowed reference, so the refcount is also bumped in these cases.
-
Steve Alexander authored
using the Indexes tab.
-
- 03 Oct, 2001 9 commits
-
-
Evan Simpson authored
-
Andreas Jung authored
-
Andreas Jung authored
*sigh*
-
Andreas Jung authored
-
Andreas Jung authored
broken.
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
attribute with the same name as the index name to provide a customized path information other than using getPhysicalPath().
-
- 02 Oct, 2001 20 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Amos Latteier authored
added tal and metal prefixes to titles - this makes things easier to understand in the Zope Book Appendix C
-
Amos Latteier authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Amos Latteier authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
the statement tag.
-
Andreas Jung authored
-
Andreas Jung authored
-
matt@zope.com authored
maxlistusers property (managed from user folder properties tab) which limits the number of roles that rolemanager's get_valid_users will return before raising an OverflowError. The DTML for listLocalRoles will insert a text box for user id entry if OverflowError is raised.
-
Andreas Jung authored
-
Shane Hathaway authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 01 Oct, 2001 2 commits
-
-
matt@zope.com authored
discovered for a media client. DTMLValidate is just validate with different arguments -- this eliminates an argument remapping step.
-
Fred Drake authored
_request(): Avoid recompiling the regular expression on every call.
-