- 08 Aug, 2003 1 commit
-
-
Godefroid Chapelle authored
-
- 07 Aug, 2003 1 commit
-
- 04 Aug, 2003 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 02 Aug, 2003 16 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Be more careful about specifying a container class: root databases should not have a container class.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
to an object but returns the name instead of the object (for values that should be strings that later resolve to an object during startup). Fix container-class functionality. It could be specified in the configuration but was never actually used.
-
Chris McDonough authored
Alias the SimpleTemporaryContainer at the package level.
-
Shane Hathaway authored
-
Shane Hathaway authored
- Use autoClassFactory by default. This is better for mounted databases than the default. - Don't specify a default connection class; let the database decide the default. - Allow database types other than zodb_db.
-
Shane Hathaway authored
Also set the connection class only when specified.
-
Chris McDonough authored
-
Chris McDonough authored
Changes: - startup log handler now pays attention to the logging levels of the handlers defined within the config file and uses the "lowest" level to log messages to stdout during startup. - entirely removed warning when the starting user's umask is "too permissive". it wasn't clear that it added any value under normal operations. - replaced ancient setuid code with code stolen from zdaemon that works the same but looks nicer.
-
Chris McDonough authored
Don't try to optimize by checking for disabled and effective levels within the log method. The logger's level may not be meaningful if this logger is configured with handlers that accept messages at a lower level than that of the logger itself.
-
- 01 Aug, 2003 3 commits
-
-
Fred Drake authored
-
Chris McDonough authored
-
Chris McDonough authored
-
- 30 Jul, 2003 2 commits
-
-
Philipp von Weitershausen authored
DeprecationWarnings in Python 2.3 go away. See http://www.python.org/peps/pep-0263.html for more information.
-
Philipp von Weitershausen authored
-
- 28 Jul, 2003 6 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Christian Robottom authored
-
Chris McDonough authored
-
- 26 Jul, 2003 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
quickstart page if the root acl_users contains no users. Required an additional default user folder method, hasUsers.
-
- 25 Jul, 2003 3 commits
-
-
Chris McDonough authored
-
Anthony Baxter authored
work again.
-
Anthony Baxter authored
-
- 24 Jul, 2003 4 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
"zopectl adduser <name> <password>" will add a user with the 'Manager' role to your site. This is useful both interactively and for packagers. Bugfix: if zopectl is run as the root user, the debug, run, and adduser commands will cause the Python process which performs those actions to switch users to the effective user. This prevents ZODB index files, log files, etc. from being written as root, potentially preventing later startup by the effective user. Bugfix: allow the zopectl process to ascertain the program that zdrun should run from the Zope config file. This is necessary if the file is moved out of a "single-directory-as-instance" instance home.
-
Chris McDonough authored
-