- 08 Apr, 2003 8 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Fred Drake authored
(The "build" target used to be an in-place build, but someone changed that.)
-
Chris McDonough authored
-
Chris McDonough authored
-
Richard Jones authored
-
- 07 Apr, 2003 3 commits
-
-
Fred Drake authored
- remove unused imports - misc. cleanup
-
Fred Drake authored
- normalize whitespace
-
Fred Drake authored
- avoid normalizing whitespace when using the default text when there is not a matching translation - added support for explicit msgids in the i18n:attributes syntax
-
- 04 Apr, 2003 4 commits
-
-
Fred Drake authored
When loading a PageTemplateFile that's not XML, make sure it ends up loaded in text mode. This was a problem for Windows.
-
Chris McDonough authored
-
Richard Jones authored
-
Richard Jones authored
I've fixed the various scripts etc. in the CVS so that I can now install a ZEO client/server setup. The way it actually ended up working is: - runzope.py and zopectl.py are moved to Zope/Startup/run.py and Zope/zdaemon/zopectl.py respectively - bin/mkzopeinstance now takes a "-z/--zeo host:port" which sets up a custom_zodb.py in the new zope instance home - bin/mkzeoinstance now overrides less, because... - ZEO/mkzeoinst.py generates an additional script, runzeo, which is the "runner" for the ZEO server. Both it an the zeoctl script need to know about the ZOPE_HOME, so that's been added to the scripts (via the params) - fixed setup.py so it installed ZEO/schema.xml
-
- 03 Apr, 2003 1 commit
-
-
Richard Jones authored
- the scripts won't be in the user's $PATH, so override that lookup in from mkzeoinst.py in the mkzeoinstance script - the scripts won't be executable, so prepend commands with $python
-
- 01 Apr, 2003 3 commits
-
-
Lennart Regebro authored
-
Barry Warsaw authored
when vid <> ZERO. Also, rename a local variable. _dotxnundo(): Fix insertion of information into the currentVersions table. Key should be vid and value should be revid. _collect_objs(): It's possible the vid,revid pair has already been deleted so catch DBNotFoundErrors. These seem to fix the last of the BDBFull test failures.
-
- 31 Mar, 2003 1 commit
-
-
Andreas Jung authored
- Collector #683: WeDAV request without XML preamble were not recognized by Zope and raised an exception.
-
- 27 Mar, 2003 1 commit
-
-
Fred Drake authored
the --quiet parameter.
-
- 26 Mar, 2003 4 commits
-
-
Fred Drake authored
-
Fred Drake authored
versions were much too verbose by default.
-
Fred Drake authored
-
Fred Drake authored
-
- 24 Mar, 2003 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
testrunner.py last week.
-
- 22 Mar, 2003 1 commit
-
-
Chris McDonough authored
-
- 21 Mar, 2003 11 commits
-
-
Fred Drake authored
configuration file template (reflects recent addition of a "products" key to the template).
-
Chris McDonough authored
-
Fred Drake authored
-
Chris McDonough authored
When this is done, the makefile and all temp build files are written to the directory from which you run configure. This is to support Tres' desire to be able to install Zope from read-only media. Perform minor cleanups, extensions, and refactorings of setup.py and configure.py along the way.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
information on tests that fail, regardless of the verbosity setting. This allows using -v0 or -v1, and still seeing useful error information as the tests are run. This is especially helpful for large or long-running test suites.
-
Fred Drake authored
from the filesystem.
-
Fred Drake authored
implementation, to allow the PageTemplateFile class to override what happens when the check is performed.
-
Chris McDonough authored
-
- 20 Mar, 2003 1 commit
-
-
Fred Drake authored
the Zope configuration file. There is no magical search for INSTANCE_HOME/Products; it is included as part of the instance skeleton, but can be controlled simply changing the configuration.
-