Michael Dunstan wrote:
Hi all,
I have been trying out ``zope.xmlpickle`` as a alternative to
XMLExportImport in Zope2.
Cool. xmlpickle is really a newer version of the xml pickler used in
Zope 2's export/import. It's main goal is to provide nicer pickles:
- More readable
- More diff
On 5/26/06, Jim Fulton [EMAIL PROTECTED] wrote:
It would be nice to integrate this back into the export/import
machinery.
Yeah, I'd like to think I'll be able to find time to put this into Zope 2.11.
Any suggestions on getting a successful dumps of a Missing.Value?
You need someone with
(Thu, May 25, 2006 at 06:35:59PM -0700) David Bear wrote/schrieb/egrapse:
humans can grasp? beginning to wonder about that.
Please keep replies on the list, thanks.
Okay. I have reran the witch and have the following rules:
# see http://betabug.ch/zope/witch
RewriteRule ^/z2$ \
...snip...
Jeremiah Foster schrieb:
...
Well...you should know..it's your server...it's your app :-)
Perhaps the DB uses IP-based authentication and so possibly some
configuration on the MySQL has to be accomplished...consult your MySQL DA.
I did a fairly normal configuration so I know that I did not
Hello, Who has experience with Z SQL
Method. I Created a from to enten some data into MySQL server. I
used Z SQL Method to write the dat into the databse. Everytime I submit the
form I get a screen with the field in my Z SQL Method component.
How can I write the dat from a form into
--On 26. Mai 2006 14:54:58 +0200 Martin Koekenberg
[EMAIL PROTECTED] wrote:
Hello,
Who has experience with Z SQL Method.
I Created a from to enten some data into MySQL server. I used Z SQL
Method to write the dat into the databse. Everytime I submit the form I
get a screen with the
With a lack of information here I'll answer based fully on assumption based on
dtml.
In your form the action should go to a dtml method.
form action=optional_path_to/some_method ...
The dtml method should have a call to your Z SQL Method
dtml-call my_sql_method
And then you can add
hello,
I am new to Zope and I have a small problem with it. I
would like to customize the log file Z2.log, like to
add the time taken to process a request or other
similar parameters from Apache.
I did not find in zope.conf a directive for
itwhere should I add it?
Many thanks for any
--On 26. Mai 2006 12:42:39 -0400 Daniel G [EMAIL PROTECTED] wrote:
hello,
I am new to Zope and I have a small problem with it. I
would like to customize the log file Z2.log, like to
add the time taken to process a request or other
similar parameters from Apache.
I did not find in
Paul Winkler wrote at 2006-5-25 13:05 -0400:
...
Large files really hurt ZEO performance, both reads (since they're
likely not in the cache, and if they are, they evict lots of other
useful stuff), and for writes.
Files use 64 kB chunks -- thus the problem you describe
occurs with files I would
hello,
thanks for the hint. I have read few documents about
the tracer 'logger' but I did not see the possibility
to add/remove some symbols in order to add/remove some
data from the tracer.
Could you send me some URLs where I could find some
examples and/or documentation?
Many thanks,
--On 26. Mai 2006 14:39:26 -0400 Daniel G [EMAIL PROTECTED] wrote:
hello,
thanks for the hint. I have read few documents about
the tracer 'logger' but I did not see the possibility
to add/remove some symbols in order to add/remove some
data from the tracer.
Could you send me some URLs
12 matches
Mail list logo