- 04 Nov, 2003 11 commits
-
-
Evan Simpson authored
-
Chris McDonough authored
-
Lennart Regebro authored
-
Chris McDonough authored
-
Fred Drake authored
-
Lennart Regebro authored
to REQUEST.URL to prevent accidental overriding.
-
Andreas Jung authored
-
Andreas Jung authored
-
Lennart Regebro authored
-
Lennart Regebro authored
-
Chris McDonough authored
notice that the date is a long.
-
- 03 Nov, 2003 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
Make the cache manager report correct values for the object cache size.
-
- 02 Nov, 2003 3 commits
-
-
Florent Guillaume authored
_delObject. This could break code expecting to do cleanups before deletion.
-
Chris McDonough authored
DateRangeIndexes blew up when attempting to store a date far in the future ( > Y2038 ). This is a workaround. The real fix would be to come up with a different conversion algorithm or to use OOBTrees to store datum.
-
Fred Drake authored
-
- 31 Oct, 2003 3 commits
-
-
Fred Drake authored
configuration setting
-
Fred Drake authored
we get the port number we thought we had
-
Chris McDonough authored
Add <warnfilter> section, which allows you to configure Python warning filters in zope.conf. Useful for suppressing the USELESS DeprecationWarnings that emanate from TALGenerator wrt i18n.
-
- 30 Oct, 2003 1 commit
-
-
Fred Drake authored
additional MIME type to filename extension mappings. The "mime-types" setting may be given more than once in the configuration file; the files have the same format at the mime.types file distributed with Apache. Not sure if this should be ported to the Zope 2.7 branch.
-
- 27 Oct, 2003 1 commit
-
-
Fred Drake authored
-
- 24 Oct, 2003 5 commits
-
-
Fred Drake authored
configuration file can be used for both the runzeo and zeoctl scripts. This makes it easier to keep all the configuration needed to support the ZEO server process in a single file. For more explanation of the changes, see http://zope.org/Members/fdrake/WikiBlog/ZEOServerConfiguration
-
Evan Simpson authored
-
Evan Simpson authored
-
Fred Drake authored
objects since the value of their str() is not part of their API, and can vary between releases.
-
Chris McDonough authored
Update AccessControl package to deal with various forms of Unicode and add some tests to make sure. This fixes Collector #1034.
-
- 23 Oct, 2003 2 commits
-
-
Lennart Regebro authored
Continuing on #572. manage_DAVget is now used from the WebDAV source port as well as the standard HTTP port.
-
Fred Drake authored
prefix while using Expat in namespace mode; this violates the "Prefix Declared" namespace constraint. Expat 1.95.7 now checks this constraint properly, so raises an exception.
-
- 22 Oct, 2003 6 commits
-
-
Chris McDonough authored
-
Chris Withers authored
-
Jens Vagelpohl authored
with the revived CVS key management system.
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
-
Jens Vagelpohl authored
-
- 21 Oct, 2003 6 commits
-
-
Brian Lloyd authored
-
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
-