- 17 Oct, 2002 2 commits
-
-
Fred Drake authored
- determine the directory containing the supplemental data file in the normal way - don't use assert statements; use the appropriate self.assert*() methods consistently - organize imports in Python Normal Form - whitespace cleanup
-
Lennart Regebro authored
-
- 16 Oct, 2002 5 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
getId. This is a change designed to make it possible to disambiguate user names and user ids in subclasses of user folders, while still doing the "right thing" with respect to local data structures that keep pointers to user ids (eg. local roles, etc.)
-
Jeffrey Shell authored
Zope tree every time the DAV Lock Manager control panel is visited, it gives the user a chance to specify a path to start from, shortening query times (especially in large databases).
-
Fred Drake authored
-
Guido van Rossum authored
-
- 15 Oct, 2002 4 commits
-
-
Lennart Regebro authored
-
Lennart Regebro authored
-
Lennart Regebro authored
-
Lennart Regebro authored
-
- 14 Oct, 2002 2 commits
-
-
Shane Hathaway authored
PageTemplateFiles were previously owned by whatever object contained them. This resulted in very hard bugs if the user who owned the container was removed. Since PageTemplateFiles come from the filesystem, they are now "unowned", similar to DTMLFiles. Security is still applied, but now it is applied correctly.
-
Brian Lloyd authored
-
- 12 Oct, 2002 1 commit
-
-
Martijn Pieters authored
Ahem, *cough*: "Please run the test suite before checking in a change! At the very least run the tests for the package you changed."
-
- 11 Oct, 2002 3 commits
-
-
Lennart Regebro authored
Date is a required header in RFC822 and RFC2822, so MailHost now adds it if it doesn't exist.
-
Albertas Agejevas authored
-
Guido van Rossum authored
-
- 10 Oct, 2002 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Note that I'm not sure the pids written to the pidfile always make sense.
-
Guido van Rossum authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Toby Dickenson authored
-
- 09 Oct, 2002 6 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Shane Hathaway authored
in addition to the loads and stores.
-
Chris McDonough authored
-
Evan Simpson authored
-
Chris McDonough authored
as pruning of old no longer existing modules).
-
- 08 Oct, 2002 4 commits
-
-
Chris McDonough authored
-
Evan Simpson authored
-
Chris McDonough authored
-
Chris McDonough authored
when it caught a signal related to any of these signal numbers. ;-) Instead, it actually tries now to kill its child process with the same signal. Pidfile handling improved. When Zope is started under zdaemon, it no longer writes its own pidfile. Instead, it passes in the path to Z2.pid to zdaemon as its pidfile name. The 'zProcessManager.pid' file is no longer ever written. This caused a change to the -Z option of z2.py which should be mostly backwards-compatible (unless people were relying on zProcessManager.pid to be written). Now the -Z option is a boolean. -Z1 means use a daemon. -Z0 means dont. The default is -Z1. Write pidfiles out with trailing newlines. Minor reorganization of "SignalPasser" code (move it from its own module into zdaemon).
-
- 07 Oct, 2002 1 commit
-
-
Martijn Pieters authored
is not authenticated to access. However, any custom filter set through setChildAccess was getting the unfiltered list of child nodes. Change this so a filtered list of nodes s handed to the custom filter.
-
- 06 Oct, 2002 2 commits
-
-
Florent Guillaume authored
Modified the translation service to return None if no translation exist. So now using i18n tags without a translation service should give the same behavior as before. The tests reflect that.
-
Guido van Rossum authored
requires.
-
- 05 Oct, 2002 4 commits
-
-
Martijn Pieters authored
- Refactor tree method to allow callback function (set with setStateFunction) to influence node state. - hasChildren now stores the result of getChildren in a local cache, which getChildren uses and clears on a subsequent call. This was needed to avoid generating the children list for open nodes twice. - hasChildren now flattens its return value to a boolean; tree relies on this.
-
Martijn Pieters authored
-
Guido van Rossum authored
document. Reflow a few paragraphs.
-
Martijn Pieters authored
using compression, a far greater number of expanded node states can be encoded.
-