- 24 Oct, 2005 1 commit
-
-
Tim Peters authored
ZopeDatabase.createDB(): Plug database_name into config rather than passing it to ZODBDatabase.open(). More should be done to detect conflicting <zodb_db> section name and database_name, but I'm not sure where all the relevant code is. There are a number of DeprecationWarnings about subtransactions when running the tests. Should be repaired. One test failure, but doesn't look like it's related to ZODB: File "C:\Code\Zope\lib\python\Products\Five\tests\forms.txt", line 35, in forms.txt Failed example: print http(r""" GET /test_folder_1_/ftf/+/protectedaddform.html HTTP/1.1 Authorization: Basic viewer:secret """, handle_errors=False) Exception raised: Traceback (most recent call last): File "C:\Code\Zope\lib\python\zope\testing\doctest.py", line 1315, in __run compileflags, 1) in test.globs File "<doctest forms.txt[4]>", line 1, in ? print http(r""" File "C:\Code\Zope\lib\python\Testing\ZopeTestCase\zopedoctest\functional.py", line 181, in http debug=not handle_errors, File "C:\Code\Zope\lib\python\ZPublisher\Test.py", line 193, in publish_module response = publish(request, module_name, after_list, debug=debug) File "C:\Code\Zope\lib\python\ZPublisher\Publish.py", line 144, in publish sys.exc_info()[2], File "C:\Code\Zope\lib\python\Zope2\App\startup.py", line 199, in zpublisher_exception_hook f(client, REQUEST, t, v, traceback, error_log_url=error_log_url) File "C:\Code\Zope\lib\python\ZPublisher\Publish.py", line 104, in publish object=request.traverse(path, validated_hook=validated_hook) File "C:\Code\Zope\lib\python\ZPublisher\BaseRequest.py", line 461, in traverse response.unauthorized() File "C:\Code\Zope\lib\python\ZPublisher\HTTPResponse.py", line 682, in unauthorized raise Unauthorized, m Unauthorized: <html> <head><title></title></head> <body bgcolor="#FFFFFF"> <strong>You are not authorized to access this resource.</strong> </body> </html>
-
- 26 Sep, 2005 1 commit
-
-
Chris McDonough authored
- Remove the DBTab package (moved code into Zope2.Startup.datatypes) - Consolidate Mount.py code into MountedObject.py in ZODBMountPoint. - Remove cant-work-now autoClassFactory. - Removed test that was dependent on old mounting implementation.
-
- 25 Sep, 2005 6 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
Initial changes to support the use of multidatabases instead of Mount.py's homegrown mounting support.
-
Chris McDonough authored
Create a temporary Zope branch which will supply a working environment for ZODB blob support development. Since we are using a branch of the ZODB HEAD to do blob development, this branch must also include ZODB database mounting support compatible with the HEAD ZODB version (we use multidatabases instead of patching Connection.py)
-
Chris McDonough authored
Prevent 'render' function in Expressions.py for being called for basic types (minor speed improvement). See http://www.zope.org/Collectors/Zope/1890.
-
Stefan H. Holek authored
-
Tres Seaver authored
-
- 24 Sep, 2005 3 commits
-
-
Andreas Jung authored
- Collector #1879: applied patch by Dieter Maurer to fix a bug in ac_aquire() ignoring the default argument
-
Andreas Jung authored
Collector #1864, #1906: fixed header normalization in appendHeader()
-
Andreas Jung authored
-
- 16 Sep, 2005 3 commits
-
-
Tres Seaver authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 15 Sep, 2005 1 commit
-
-
Andreas Jung authored
- Collector #1899: fixed migration issue when using export/import for ZCatalog instances
-
- 09 Sep, 2005 2 commits
-
-
Chris McDonough authored
-
Florent Guillaume authored
-
- 08 Sep, 2005 1 commit
-
-
Tres Seaver authored
-
- 07 Sep, 2005 1 commit
-
-
Lennart Regebro authored
-
- 02 Sep, 2005 1 commit
-
-
Tres Seaver authored
-
- 26 Aug, 2005 5 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
packages than single pieces
-
Tim Peters authored
-
- 25 Aug, 2005 1 commit
-
-
Tres Seaver authored
-
- 24 Aug, 2005 6 commits
-
-
Fred Drake authored
with Python - remove use of the long-deprecated xmllib module, again using the Expat that comes with Python as a replacement
-
Fred Drake authored
use it
-
Fred Drake authored
-
Fred Drake authored
-
Zachery Bir authored
In the interest of keeping myself sane, I've left the "Trunk only (unreleased)" section alone
-
Zachery Bir authored
-
- 20 Aug, 2005 1 commit
-
-
Stefan H. Holek authored
and not just when the file is missing. This is a forward port from Zope-2_7-branch.
-
- 18 Aug, 2005 1 commit
-
-
Andreas Jung authored
ZTUtils.make_query()
-
- 16 Aug, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
- ZCatalog: refreshCatalog() could not be called safely from a ZEO client script
-
Andreas Jung authored
problems for some .zexp files e.g. Squishdot instances)
-
- 15 Aug, 2005 1 commit
-
-
Fred Drake authored
-
- 10 Aug, 2005 2 commits
-
-
Fred Drake authored
use the pushStream/popStream model from the Zope 3 codebase instead of the interpretWithStream model. The two are entirely equivalent in context, but I think the push/pop model offers more flexibility in the long run
-
Tino Wildenhain authored
rather then runzope to avoid all the hassle with not detaching and thus mysteriously stopping zopes.
-