- 21 Oct, 2003 20 commits
-
-
Andreas Jung authored
-
Brian Lloyd authored
-
Andreas Jung authored
- Workaround for Collector #1081: The 'title' property for objects derived from OFS.Folder or PropertyManager can now be removed and replaced with a ustring property. This allows the usage of non-ISO-8859-1 or ASCII charsets
-
Andreas Jung authored
and replaced with a ustring property
-
Chris McDonough authored
-
Brian Lloyd authored
-
Lennart Regebro authored
Two new methods have been added to WebDAV resources, "manage_DAVget" and "listDAVObjects". These are now used by WebDAV instead of the earlier "manage_FTPget" and "objectValues". This separates the permissions, and allows WebDAV specific overriding of these methods.
-
Christian Heimes authored
-
Chris McDonough authored
Make 'publisher-profile-file' configuration file setting work. Note that the environment variable "PROFILE_PUBLISHER" has been banished with this change. We also change the core of Publish.py to not conditionally define functions in order to have a bit more control over the process.
-
Tres Seaver authored
-
Brian Lloyd authored
-
Andreas Jung authored
- rearranged order
-
Brian Lloyd authored
-
Andreas Jung authored
-
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 5 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
-