- 27 Feb, 2006 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
(PageTemplateFile needs more migration work)
-
- 25 Feb, 2006 2 commits
-
-
Philipp von Weitershausen authored
-
Andreas Jung authored
-
- 21 Feb, 2006 1 commit
-
-
Andreas Jung authored
MountedObject.SimpleTrailblazer._construct()
-
- 19 Feb, 2006 4 commits
-
-
Stefan H. Holek authored
Prevent publishing of Python 2.4's 'set' and 'frozenset' types.
-
Stefan H. Holek authored
ZPublisher.BaseRequest: The publisher would happily publish attributes of type 'bool' and 'complex'.
-
Andreas Jung authored
removed in former Zope versions from the AccessControl Python implementation)
-
Andreas Jung authored
- Collector #1991: ZPublisher did not deal properly with a trailing %20 in the URL
-
- 12 Feb, 2006 1 commit
-
-
Andreas Jung authored
-
- 11 Feb, 2006 1 commit
-
-
Andreas Jung authored
- zope.app.introspector was included with the source archive
-
- 08 Feb, 2006 2 commits
-
-
Julien Anguenot authored
-
Chris Withers authored
-
- 30 Jan, 2006 1 commit
-
-
Jim Fulton authored
Added HTML output that makes it easy to jump from a URL shown in a minute detail to the statistics for that URL.
-
- 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).
-
- 24 Jan, 2006 2 commits
-
-
Jim Fulton authored
-
Shane Hathaway authored
certain operations significantly.
-
- 21 Jan, 2006 4 commits
-
-
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)
-
Sidnei da Silva authored
- Collector #2002: fixed broken 'ls -R' functionality (didn't recurse properly subclasses of OFS.Folder)
-
Brian Sutherland authored
-
- 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
-
- 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 4 commits
-
-
Tim Peters authored
The build-the-Windows-installer dance used to use it.
-
Florent Guillaume authored
When a database is created "by hand" from a custom_zodb.py during 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.
-