- 21 Jul, 2003 11 commits
-
-
Chris McDonough authored
be ignored by the SiteErrorLog (thanks to philikon).
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
'rest-input-encoding' and 'rest-output-encoding' config file directives rather than the REST_INPUT_ENCODING and REST_OUTPUT_ENCODING environment variables. - Datetime-format settings are now configured via the 'datetime-format' configuration file directive rather than the DATETIME_FORMAT environment variable. - Trusted proxies are now configured via the 'trusted-proxy' configuration file directive rather than the ZOPE_TRUSTED_PROXIES environment variable.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
- 20 Jul, 2003 13 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
Import TemporaryFolder into zope schema so it can be specified in a config file.
-
Chris McDonough authored
-
Chris McDonough authored
- Deprecate the TemporaryFolder class and ad-hoc mounting machinery which surrounds it by removing it from the Add.. list. Instead of using this class to provide a ZODB mount point, we now use DBTab.
-
Chris McDonough authored
to do so.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
DBTab now obtains all values related to storages and databases from zope.conf. It is also now just a package rather than a product. A new product named ZODBMountPoint exposes the mount point functionality to the ZMI.
-
- 19 Jul, 2003 4 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
Ensure that ZServer startup messages make it to the logfile and to stdout if we're running in debug mode. Fix some stale comments.
-
Chris McDonough authored
-
Chris McDonough authored
Do a bit of cleanup in __init__ (add explanatory comments, move side-effect functions to a utility module).
-
- 18 Jul, 2003 1 commit
-
-
Stuart Bishop authored
-
- 17 Jul, 2003 1 commit
-
-
Andreas Jung authored
-
- 15 Jul, 2003 4 commits
-
-
Martijn Pieters authored
refers to 'if len(step) == 0').
-
Casey Duncan authored
-
Chris McDonough authored
-
Chris McDonough authored
-
- 14 Jul, 2003 3 commits
-
-
Chris McDonough authored
Default to zdrun daemon status "on" (effectively prevents signals from reaching child processes). This will prevent the symptom of killing the server when pressing ctrl-C from an interactive logtail. Also ignore child process return statuses. If we don't, an interactive zopectl shell can clutter up the process table with zombies after a few starts and stops.
-
Chris McDonough authored
-
Chris McDonough authored
Dont write trailing newline into version.txt (causes problems because the version.txt is injected into a header sent from Zope and the newline causes Apache proxies to choke).
-
- 11 Jul, 2003 2 commits
-
-
Fred Drake authored
of the module are initialized - added assignments to "document" the names exported by this module, and, in the case of 'super', squash a warning that gets generated when using Python 2.3. (In Python 2.3, setting an attribute of a module outside of the module's implementation, where the name of the attribute matches the name of a built-in and the name isn't already defined in the module, causes a warning to be generated.)
-
Fred Drake authored
an integer to avoid an unhelpful deprecation warning. (Before Python 2.3, range() and many other built-in functions accepted floats as ints "by accident"; those cases now generate warnings when passes a float.)
-
- 10 Jul, 2003 1 commit
-
-
Andreas Jung authored
-