- 21 Oct, 2003 6 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
- Collector #951: DateTime(None) is now equal to DateTime()
-
Andreas Jung authored
- Collector #951: DateTime(None) now raises a proper SyntaxError
-
Andreas Jung authored
-
Andreas Jung authored
in the Zope Book.
-
Andreas Jung authored
-
- 20 Oct, 2003 1 commit
-
-
Christian Heimes authored
flattenInterfaces now walks recursivly into tuples. Tuples are used if the __implements__ declaration is like (IFoo.__implements__, IBar)
-
- 19 Oct, 2003 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 17 Oct, 2003 1 commit
-
-
Andreas Jung authored
some Zope products.
-
- 14 Oct, 2003 1 commit
-
- 12 Oct, 2003 1 commit
-
-
Chris McDonough authored
Fix after namespace issue fix. Because 'action' always exists in a manage_options entry for an item, its existence in the entry is not a reliable indicator that the entry is not the "View" tab. Since it was tested for by "has_key", the View tab always pointed back to the current page (manage_workspace). We fix it here by using "get" instead of "has_key".
-
- 07 Oct, 2003 3 commits
-
-
Fred Drake authored
-
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).
-