Hi,
I noticed that zope.app.file.File does not inherit from
zope.app.container.contained.Contained. This does not stop a file from,
e.g., getting added to a folder (and the File type does appear in the
ZMI add menu). It does, however, stop you from getting at the File's
parent. Currently, File can
Martijn Faassen wrote:
Jim Fulton wrote:
Martijn Faassen wrote:
[snip]
I'll volunteer to help brainstorm on this, but right now my
brainstorm is only very dark and full of lightning.
You and I brainstormed this a few months ago. I think this was on the
list. I think that, for starters
Jim Fulton wrote:
Martijn Faassen wrote:
[snip]
I'll volunteer to help brainstorm on this, but right now my brainstorm
is only very dark and full of lightning.
You and I brainstormed this a few months ago. I think this was on the
list. I think that, for starters, we would arrange that all
The Buildbot has detected a failed build of Zope trunk 2.4 Linux zc-buildbot.
Buildbot URL: http://buildbot.zope.org/
Build Reason: changes
Build Source Stamp: 2213
Blamelist: andreasjung,efge
BUILD FAILED: failed test
sincerely,
-The Buildbot
___
Z
After reading and searching for a while i found that all about running
ZService as service start from C:\Program Files\Plone
2\Data\bin\zopeservice.py
But still i cannot fully understand where the server is called so that i
replace it with z2s.py or what ever needed...
Any ideas?
"Thomas G. Apost
Hello all,
I have build M2Crypto.0.15 version on a win xp box recently and was reading
"ZServerSSL HOWTO"
http://www.zope.org/Members/ngps/ZServerSSL-HOWTO
document so that i can start using https,
xmlprc-over-https etc.
I have to tell that i have installed from Plone 2.0.5 binary for windows
wit
Martijn Faassen wrote:
Jim Fulton wrote:
I forgot a very important need:
- Common approach to Unicode
In particular, In Zope 3, all text is stored and managed as Unicode.
The publisher decodes request data and encodes response data. The vast
majority of application and library code can ignor
Jim Fulton wrote:
I forgot a very important need:
- Common approach to Unicode
In particular, In Zope 3, all text is stored and managed as Unicode.
The publisher decodes request data and encodes response data. The vast
majority of application and library code can ignore encoding issues.
(The e