- 26 Oct, 2001 5 commits
-
-
matt@zope.com authored
-
matt@zope.com authored
from cAccessControl-review-branch.
-
Andreas Jung authored
- WebDAV: '(' and ')' are now allowed in Ids for Zope objects. This is needed when one tries to duplicate files using cut&paste through Microsoft webfolders.
-
matt@zope.com authored
raise an error on duplicat removal due to recursive entry.
-
Andreas Jung authored
internal dav__* functions in PropertySheets.py although they are considered to be safe and do not need any escaping. This caused Zope to be completely incomplete with Windows XP. Fixed !
-
- 25 Oct, 2001 5 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Tres Seaver authored
- TAL now cononicalizes singleton attributes, so expected output must follow suit.
-
- 24 Oct, 2001 1 commit
-
-
Barry Warsaw authored
than what BaseStorage provides.
-
- 23 Oct, 2001 16 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Evan Simpson authored
-
matt@zope.com authored
-
Evan Simpson authored
XML or HTML with an 'is_html' property. If this property doesn't exist, the default content-type-sniffing behavior is used.
-
matt@zope.com authored
-
matt@zope.com authored
call these)
-
matt@zope.com authored
-
matt@zope.com authored
-
Evan Simpson authored
-
matt@zope.com authored
-
matt@zope.com authored
notification targets.
-
Tres Seaver authored
- Test "record-style" parameters (caught typo on 'range', which was the built-in, rather than the parameter). - Ensure that queries which mix 'range' and 'operator' for a given index do the Right Thing (TM) (FieldIndexes ignore 'operator'; KeywordIndexes ignore 'range').
-
Jeremy Hylton authored
XXX Future issue to resolve: How to shut up deprecation warnings in the test suite when running with Python 2.2. The Zope trunk isn't required to work w/ 2.2 yet, so it's a non-issue at the moment.
-
Tres Seaver authored
-
Amos Latteier authored
* There is now a ZPT Reference to go along with the DTML and API references in the online help system. * I changed the titles of some TAL and METAL help topics to make them look better in the help system.
-
- 22 Oct, 2001 13 commits
-
-
Amos Latteier authored
-
matt@zope.com authored
-
Jeremy Hylton authored
Add some comments that make it clear that the traceback object is not referenced when the function exits.
-
matt@zope.com authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
This code was correct, because of the outer try/finally that set tb to None. This change localizes the handling of the traceback, so that it's safety can be determined by local inspection.
-
Jeremy Hylton authored
-
matt@zope.com authored
for object expiry.
-
Evan Simpson authored
-
Evan Simpson authored
-
matt@zope.com authored
-
Andreas Jung authored
-
Andreas Jung authored
did not show the Webdav LockManager entry in the control panel
-