- 07 Oct, 2003 2 commits
-
-
Fred Drake authored
-
Chris McDonough authored
Revert feature of never updaing metadata if index is specified in catalog_object. This broke several applications. Instead, we provide the catalog_object method (and the Catalog.py's catalogObject method) with an update_metadata keyword argument. If the update_metadata keyword argument is set false (the default is true), metadata is not updated.
-
- 05 Oct, 2003 1 commit
-
-
Chris McDonough authored
Merge 'dont-update-metadata' fix from 2.6 branch. When the caller specifies that only a particular set of indexes should be updated, don't update the object metadata unconditionally.
-
- 04 Oct, 2003 1 commit
-
-
Shane Hathaway authored
This unifies the convention in templates, scripts, and Zope 3.
-
- 03 Oct, 2003 4 commits
-
-
Evan Simpson authored
'default' are still fully escaped.
-
Chris McDonough authored
-
Chris McDonough authored
-
Tim Peters authored
-
- 02 Oct, 2003 7 commits
-
-
Jeremy Hylton authored
-
Tim Peters authored
-
Fred Drake authored
without an emergency user (the original test was failing; now we're more thorough)
-
Jeremy Hylton authored
caught by pychecker
-
Jeremy Hylton authored
-
Chris McDonough authored
In the past, if you ran an appserver as ZEO client with a persistent cache, the startup logic prevented products from being loaded. This was a hack that got baked in via the weird interaction between the FORCE_PRODUCT_LOAD and ZEO_CLIENT environment variables and was carried over into Zope 2.7 by inertia. Now they have nothing to do with each other and can be specified independently.
-
Jeremy Hylton authored
-
- 01 Oct, 2003 4 commits
-
-
Evan Simpson authored
dynamic attribute values as well as static values.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
- 29 Sep, 2003 5 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
- Collector #851: Traversable.py: A bare try..except shadowed conflict errors
-
Andreas Jung authored
- Collector #1058: Several fixes for PropertySheets when used outside ZClasses
-
Andreas Jung authored
outside ZClasses
-
Andreas Jung authored
terms into unrestricted search.
-
- 26 Sep, 2003 3 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Dont attempt to get a message from the FTPResponse object and show it in the message response (it could be HTML and could contain newlines).
-
- 24 Sep, 2003 1 commit
-
-
Chris Withers authored
so that they now log exceptions that occur.
-
- 23 Sep, 2003 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 20 Sep, 2003 1 commit
-
- 19 Sep, 2003 1 commit
-
-
Godefroid Chapelle authored
-fix for 1 attribute only
-
- 18 Sep, 2003 1 commit
-
-
Christian Theune authored
-
- 16 Sep, 2003 2 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
This code looks for the __error_log__ attribute in order to report an error. If it finds no such attribute, it reports the error in a different way. Unfortunately, the alternative branch was reporting the exception that just happened to occur most recently, which is irrelevant; it needs to report the error that was passed to it. Fixed.
-
- 15 Sep, 2003 1 commit
-
-
Jeremy Hylton authored
Please make all future changes on the Zope-2_7-branch instead.
-
- 14 Sep, 2003 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Sidnei da Silva authored
-
- 11 Sep, 2003 1 commit
-
-
Chris Withers authored
-