- 28 Feb, 2006 1 commit
-
-
Sidnei da Silva authored
- Missing import of NotFound in webdav.Resource.
-
- 25 Feb, 2006 1 commit
-
-
Philipp von Weitershausen authored
-
- 24 Feb, 2006 1 commit
-
-
Andreas Jung authored
-
- 22 Feb, 2006 2 commits
-
-
David Whitfield Morriss authored
-
David Whitfield Morriss authored
Changed Traversable to call the original __bobo_traverse__ method before attempting to use attribute access to find the desired object. This ensures that the monkeypatched object retains the same behavior as the original object during traversal. Also, added checks to see if the request is a WebDAV request in which case attribute lookup is performed without acquisition (see BaseRequest.traverse for why this is important).
-
- 21 Feb, 2006 1 commit
-
-
Andreas Jung authored
MountedObject.SimpleTrailblazer._construct()
-
- 19 Feb, 2006 4 commits
-
-
Stefan H. Holek authored
-
Andreas Jung authored
removed in former Zope versions from the AccessControl Python implementation)
-
Stefan H. Holek authored
ZPublisher.BaseRequest: The publisher would happily publish attributes of type 'bool' and 'complex'.
-
Andreas Jung authored
- Collector #1991: ZPublisher did not deal properly with a trailing %20 in the URL
-
- 15 Feb, 2006 1 commit
-
-
Tres Seaver authored
-
- 12 Feb, 2006 2 commits
-
-
Andreas Jung authored
'zopectl work' properly
-
Andreas Jung authored
-
- 11 Feb, 2006 1 commit
-
-
Andreas Jung authored
- zope.app.introspector was included with the source archive
-
- 08 Feb, 2006 1 commit
-
-
Chris Withers authored
-
- 07 Feb, 2006 1 commit
-
-
Julien Anguenot authored
-
- 27 Jan, 2006 3 commits
-
-
Tim Peters authored
This is the code used to build the Zope 2.9.0 Windows installer. It bundles Python 2.4.2, lives in peace with zpkgtools, moves to InnoSetup 5, and simplifies most parts of the build-the- installer process.
-
Tres Seaver authored
o Some of the error messages did not close '<p>' tags.
-
Tim Peters authored
stick the path and "/cc" in the same quoted string. Unsure why that change was made (it worked fine before -- and now).
-
- 21 Jan, 2006 3 commits
-
-
Sidnei da Silva authored
- Collector #2002: fixed broken 'ls -R' functionality (didn't recurse properly subclasses of OFS.Folder)
-
Sidnei da Silva authored
- Wrong branch
-
Sidnei da Silva authored
- Collector #2002: fixed broken 'ls -R' functionality (didn't recurse properly subclasses of OFS.Folder)
-
- 19 Jan, 2006 3 commits
-
-
Sidnei da Silva authored
- I must be blind
-
Sidnei da Silva authored
- Another dependency
-
Sidnei da Silva authored
- Fetch the dependencies with curl
-
- 17 Jan, 2006 1 commit
-
-
Philipp von Weitershausen authored
Remove module that doesn't work and isn't being used.
-
- 16 Jan, 2006 5 commits
-
-
Tres Seaver authored
-
Florent Guillaume authored
Othere tests don't pass though, maybe I think due to __implemented__ and __provides__ attributes in the persistentclass state.
-
Philipp von Weitershausen authored
Make instances have a lib/python directory with a proper README.txt by default. Note that it's already automatically put on the PYTHONPATH by Zope, it just wasn't there yet by default.
-
Philipp von Weitershausen authored
Note that it's already automatically put on the PYTHONPATH by Zope, it just wasn't there yet by default.
-
Florent Guillaume authored
-
- 15 Jan, 2006 2 commits
-
-
Stefan H. Holek authored
-
Tim Peters authored
InnoSetup 4 CAN NO LONGER BE USED. Besides that there's no future in relying on obsolete versions of tools, version 5 introduced a vastly easier way to manage the custom dialog pages Zope wants. That allowed getting rid of about 60 lines of inscrutable Pascal code. Of course the code that replaces them is also inscrutable, but there's about 60 fewer lines of it to torture future generations ;-).
-
- 14 Jan, 2006 2 commits
-
-
Tim Peters authored
This matches the set of files converted by the Z4I Windows installer now, except omits .csv files (because there aren't any of those in the Zope tree).
-
Tim Peters authored
-
- 13 Jan, 2006 5 commits
-
-
Tim Peters authored
The build-the-Windows-installer dance used to use it.
-
Florent Guillaume authored
startup, we still want to put it in the dbtab multidatabases dict. This happens when unit tests call Zope2.startup(), because Testing has a specific custom_zodb.py loaded at startup that uses a DemoStorage.
-
Tim Peters authored
Don't know why it was hidden before, but can't think of a reason, and the lack of makefile output showing its creation just confused the heck out of me for 10 minutes ;-).
-
Tim Peters authored
The functional tests don't even try to run, but at least this exercises 6724 of the unit tests. Someone who understands how Zope3 testing was changed to work from a zpkgtools-based install should be able to figure out how to improve this.
-
Tim Peters authored
the password, and to stick on this screen until the passwords match. I wrote this for a now-old Zope Z4I Windows installer, but there's surely no reason to keep it secret ;-). Also fiddled all the Pascal code to give it uniform indentation.
-