- 10 Oct, 2002 2 commits
-
-
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 5 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.
-
Guido van Rossum authored
-
- 04 Oct, 2002 7 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
built. This allows PythonScripts to change attributes previously unaccessible because they start with an underscore. - Add a test suite for the Tree.py module.
-
Martijn Pieters authored
Image object. Fix by only calling manage_upload when we have a non-empty file.
-
Martijn Pieters authored
string of setChildAccess. This is quite different from the old implementation, but as that old implementation never worked anyway, this change won't break any code elsewhere.
-
Martijn Pieters authored
-
Brian Lloyd authored
-
- 03 Oct, 2002 6 commits
-
-
Martijn Pieters authored
as endoded node ids can start with a '.' as well. Also more rigorously test for an encoded depth when decoding.
-
Martijn Pieters authored
- SimpleTree could not build a tree from anything but the ZODB root object, because the REQUEST object could no longer be acquired once a tree root object was wrapped inside a tree node class. - TreeMaker.setChildAccess(filter=...) didn't work because the acquisition filter used was using too many arguments.
-
Jeremy Hylton authored
Also, sort imports alphabetically.
-
Jeremy Hylton authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 01 Oct, 2002 3 commits
-
-
Evan Simpson authored
-
Guido van Rossum authored
This is a SyntaxWarning in Python 2.3 and will be an error in 2.4.
-
Toby Dickenson authored
merged toby-unicode-properties-fix-branch; a fix for non-latin1 property names, and non-latin1 property renderign when there are no other unicode properties defined
-
- 30 Sep, 2002 2 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
rls like absolute_url can
-
- 27 Sep, 2002 2 commits
-
-
Martijn Pieters authored
XML-RPC request.
-
Guido van Rossum authored
be too long, but breaking these at an arbitrary character looks wrong (and can occasionally prevent you from finding a search string).
-