An error occurred fetching the project authors.
- 18 Mar, 2005 1 commit
-
-
Sidnei da Silva authored
- Revert my previous two checkins, they are rather broke with ZODB 3.3
-
- 17 Mar, 2005 3 commits
-
-
Sidnei da Silva authored
- Applied patch for http://www.zope.org/Collectors/Zope/1527. The patch installs a windows 'control handler'. Ctrl+C/Break etc are delivered asynchronously (notwithstanding the GIL) to a new thread. This new thread triggers a shutdown, then tricks asyncore into breaking out of its 'select' call.
-
Sidnei da Silva authored
- The ZEO server now records its PID to a file like the ZEO client. Defaults to /var/ZEO.pid, and its configurable in /etc/zeo.conf.
-
Sidnei da Silva authored
- Merge a fix from the five-integration branch, with a test.
-
- 16 Mar, 2005 1 commit
-
-
Brian Lloyd authored
-
- 12 Mar, 2005 1 commit
-
-
Andreas Jung authored
- Collector #1507: Zope now binds again to all available IP addresses if ip-address is unset
-
- 11 Mar, 2005 1 commit
-
-
Sidnei da Silva authored
- Use 'del' instead of 'list.remove()' in Catalog.delColumn(). There can be only one column with the same name, and it could potentially break catalog metadata as remove() may remove more than one element from the list if they have the same value. Also, we already have the list index we are interested in deleting so it doesn't make sense to look up the value and call 'list.remove()' on it.
-
- 21 Feb, 2005 1 commit
-
-
Andreas Jung authored
listings did not work)
-
- 18 Feb, 2005 1 commit
-
-
Christian Heimes authored
-
- 12 Feb, 2005 1 commit
-
-
Andreas Jung authored
-
- 03 Feb, 2005 1 commit
-
-
Andreas Jung authored
No commit message
-
- 02 Feb, 2005 1 commit
-
-
Andreas Jung authored
No commit message
-
- 30 Jan, 2005 4 commits
-
-
Andreas Jung authored
checks in cAccessControl)
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
UnIndex. Exisiting ZCatalog instances must be converted manually by calling the "manage_convertIndexes" method through-the-web for every single ZCatalog instance. - added manage_convertIndexes() - removed manage_convertIndex() (obsolete)
-
Andreas Jung authored
-
- 27 Jan, 2005 1 commit
-
-
Andreas Jung authored
- Collector #1648: Fix bug in Medusa FTP
-
- 18 Jan, 2005 1 commit
-
-
Tres Seaver authored
-
- 15 Jan, 2005 1 commit
-
-
Andreas Jung authored
-
- 14 Jan, 2005 1 commit
-
-
Tres Seaver authored
-
- 11 Jan, 2005 1 commit
-
-
Tres Seaver authored
-
- 10 Jan, 2005 1 commit
-
-
Jens Vagelpohl authored
-
- 08 Jan, 2005 1 commit
-
-
Andreas Jung authored
- Collector #1655: fixed severe memory leak in TemporaryStorage
-
- 03 Jan, 2005 1 commit
-
-
Andreas Jung authored
-
- 22 Dec, 2004 1 commit
-
-
Andreas Jung authored
-
- 18 Dec, 2004 2 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
A RNFR (rename from) request was always responded with a response 350 (succesful). We do now check if the source file really exists and return a 550 response in case if it doest not.
-
- 02 Dec, 2004 1 commit
-
-
Andreas Jung authored
full URL without query string as it appears within the location bar of the browser. The key has been added to provide a single key that is available for vhosted and non-vhosted installations. - Collector #1605: VHM did not quote URLs
-
- 01 Dec, 2004 1 commit
-
-
Sidnei da Silva authored
- webdav.Resource: during COPY, manage_afterClone was called way too early, thus the object wasn't bound to the database and couldn't find a context. Changed to behave the same way as CopySupport.
-
- 29 Nov, 2004 1 commit
-
-
Andreas Jung authored
- RAMCacheManager: opimized performance by using cPickle instead of pickle and by using the highest pickle protocol available instead of using ASCII pickles (patch by Dieter Maurer)
-
- 28 Nov, 2004 1 commit
-
-
Andreas Jung authored
numbers were not rendered correctly
-
- 26 Nov, 2004 9 commits
-
-
Tres Seaver authored
-
Florent Guillaume authored
"foo=bar; hmm; baz=gee" will give an empty value for 'hmm' instead of silently discarding it and the rest of the string. (Thanks to 'sirilyan' for the patch.)
-
Lennart Regebro authored
bin/zopectl test now uses os.execv, instead os os.system, so that options with characters that needs shell quoting doesn't break the command.
-
Tres Seaver authored
-
Lennart Regebro authored
Updated doc/UNITTEST.txt and lib/python/Testing/README.txt to reflect progress made since UNITTEST.txt was originally written.
-
Christian Theune authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Andreas Jung authored
-