[Zope] Re: How to do this trick..

2006-03-27 Thread Michael Haubenwallner
. Hth, Michael -- http://zope.org/Members/d2m http://planetzope.org ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] manage_convertIndexes on large-ish catalogs

2006-04-04 Thread Michael Vartanyan
Hi Chris! After various attempts to get through the right way, I did simply the following: 1. Clear catalog 2. manage_covertIndexes 3. start looping through objects reindexing them and calling commit_transaction() on each 100-chunk (or 1000 or whatever your RAM can bear) 4. go have a

Re: [Zope] Problem with ExtFile

2006-04-04 Thread Michael Vartanyan
Same problem here. Occasionally, uploading ExtFile would redirect to file content itself with broken (unset?) content-type. Anyone has a ready fix? Thanks. Bruno Grampa wrote: Hello, i've a problem with ExtFile 1.4.4 installed in a Zope 2.8.6 (on RHES4). The redirection, at the end of file

Re: [Zope] TextIndexNG and ExtFile

2006-04-07 Thread Michael Vartanyan
I've got a site with a couple hundred ExtFile objects. I now need to index the content of the various files (word, pdf, excel, ppt). I see that ExtFile doesn't have a PrincipiaSearchSource method so I created one. It returns self.index_html(). When I go back into my catalog and reindex my

Re: [Zope] TextIndexNG and ExtFile

2006-04-08 Thread Michael Vartanyan
. Stefan [1] svn co https://svn.plone.org/svn/collective/ExtFile/trunk ExtFile On 7. Apr 2006, at 23:22, Michael Vartanyan wrote: I've got a site with a couple hundred ExtFile objects. I now need to index the content of the various files (word, pdf, excel, ppt). I see that ExtFile doesn't have

Re: [Zope] Generic SQL insert

2006-04-15 Thread Michael Shulman
Robert (Jamie) Munro [EMAIL PROTECTED] wrote: I'd much rather have a dictionary of fields and values, and just throw it at the DB, not having to make those queries for every table. I have acheived it like so: I have achieved a similar result, although for update methods in my case, in what I

[Zope] Atomic ZSQL on Zope 2.7.5

2006-04-25 Thread Maslak, Michael
failure and maintain atomicity? Michael Maslak, Jr. Associate Software Engineer Anteon Corporation 294 Thames Ave Bay St. Louis, MS 39520 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

[Zope] Missing content! Urgent

2006-04-30 Thread Michael Havard
We're missing 16 days worth of content. Python 2.3.5, Zope 2.8.4, Plone 2.1.2, and a host of other products. ZEO configuration. Persistent disk caching is on. Yesterday everything was fine. All the content was there and accessible. Today I try to log in and the server doesn't respond. I go out

[Zope] Re: Missing content! Urgent

2006-05-01 Thread Michael Havard
Sorry. I know better, just got in a panic. Chris Withers [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Michael Havard wrote: We're missing 16 days worth of content. Have a read of this: http://www.catb.org/~esr/faqs/smart-questions.html#urgent Python 2.3.5, Zope 2.8.4, Plone

[Zope] ftp server deadlocking zope with DeadlockDebugger

2006-05-05 Thread Michael Kaplan
: Could anybody explain what's wrong here and how to repair it? Thanks, Michael I have a problem with the Medusa FTP server deadlocking Zope completely. I'm using Zope 2.8.5-final, python 2.3.5, sunos5 with standard port settings and port-base 1500, e.g. ZServer.HTTPServer.zhttp_server (Port: 9580

Re: [Zope] ftp server deadlocking zope with DeadlockDebugger

2006-05-06 Thread Michael Kaplan
Dieter Maurer wrote: Michael Kaplan wrote at 2006-5-5 16:09 +0200: ... File /home/www/Zope-2.8.5-0/Products/Archetypes/ReferenceEngine.py, line 583, in getReferences return self._resolveBrains(brains) File /home/www/Zope-2.8.5-0/Products/Archetypes/ReferenceEngine.py, line 716

[Zope] Chrooted zope /dev requirements?

2006-05-18 Thread Michael Dexter
Hello, Has anyone chrooted Zope/Python on OpenBSD or other and determined what minimum devices are required for correct functionality? Willing to share? :) Thanks, Michael. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

[Zope] Isolating changes that can only be done globally

2006-05-29 Thread Michael Vartanyan
/TFMs? Many thanks Michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman

Re: [Zope] Isolating changes that can only be done globally

2006-05-30 Thread Michael Vartanyan
Thank you Paul and others for all your invaluable input! I considered using pycurl and it looks like this a bit of an overkill for my purpose (which is to simply tickle an external URL). At the same time I guess nobody would argue that that this is the most straightforward way. I agree with

[Zope] Re: Any known leaks in ExtFile and OpenFlow?

2006-06-04 Thread Michael Vartanyan
Hi all, One of my Zope (2.8.4 on Python 2.4.2, SLES9) sites constantly hits the memory limit. It makes heavy use of two products - ExtFile (1.5.0) and OpenFlow (1.1.0). ExtFile class (of ExtFile) and workitem class (of OpenFlow) are leading the refcount list with a not-constant but overall

Re: [Zope] Information about Zope 3.2

2006-06-06 Thread Michael Dexter
phased in but I have yet to see an existing or new CMS to claim that it is the first true third generation CMS based on Zope's third generation foundation. Facts? Links? Appreciated, Michael ___ Zope maillist - Zope@zope.org http://mail.zope.org

[Zope] Re: zwiki connection error

2006-06-09 Thread Simon Michael
Hi Josh. Does a zope restart fix it ? Does anything appear in event.log/error_log ? Do you see the expected url in Z2.log (ruling out an apache rewrite problem) ? Have you been using the product refresh feature ? ___ Zope maillist - Zope@zope.org

[Zope] Re: Searching for and displaying properties

2006-06-24 Thread Michael Haubenwallner
be it looks like there is a metadata column 'jobname' but i reality you created a column with name 'jobname ' or ' jobname'. Hth, Michael -- http://zope.org/Members/d2m http://planetzope.org ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

Re: [Zope] Trying to trap ConflictError

2006-07-05 Thread Michael Dunstan
then that also suggests that TempoaryStorage is miss-tuned for your application. Cheers Michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

Re: [Zope] Trying to trap ConflictError

2006-07-06 Thread Michael Dunstan
. You'll need FileStorage for that. And that only shows you details of successful transactions. cheers michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope] Trying to trap ConflictError

2006-07-06 Thread Michael Dunstan
On 7/7/06, Michael Dunstan [EMAIL PROTECTED] wrote: An oid is an identifier for a persistent state of an object. As the state of an object evolves from transaction to transaction it gets a new oid for each state. Two concurrent transactions that involve the same object will start with the same

Re: [Zope] Inavlid Refernce Counts in Temporary Storage

2006-07-16 Thread Michael Dunstan
for: debug spinning zope. cheers michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman

Re: [Zope] [German Zope Conference] Registration now open

2006-08-15 Thread Michael Vartanyan
Wow, that's just 15 kilometers from here! Will definitely attend. One clarification though: I assume the official communication language for this event is German. I realize the call for papers is not yet closed, but just from your experience: - do you normally have talks/presentations in English

[Zope] Re: zope 3 invisibility

2006-09-12 Thread Simon Michael
For the record, I found this thread illuminating and entirely on-topic for this list. Thanks Carlos! ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] Re: Protocol question about ZopeBook typos

2006-09-24 Thread Michael Haubenwallner
. Michael -- http://zope.org/Members/d2m http://planetzope.org ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

[Zope] Re: POST from Zope to external server and receive RESPONSE

2006-09-28 Thread Michael Haubenwallner
Python's httplib. I've done similar things with curl lib and C++, php curl lib and php. Any hints folks? I am pretty sure XMLRPCMethod http://www.zope.org/Members/EIONET/XMLRPC will help you with that. Michael -- http://zope.org/Members/d2m http://planetzope.org

[Zope] Unsubscription problems.

2006-10-02 Thread Michael Dexter
Hello, I have tried to unsubscribe from this list via messages to zope@zope.org, [EMAIL PROTECTED] and the mailman site but a still receiving mail. Any ideas of how I can get off of it? Thanks, Michael. ___ Zope maillist - Zope@zope.org http

Re: [Zope] Unsubscription problems.

2006-10-02 Thread Michael Dexter
followed these same instructions on other mailman pages with acceptable results, what exactly is it I didn't read? Michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Re: zwiki users - own color text?

2006-10-20 Thread Simon Michael
That sounds not so easy. Do you mean just comments, or all edits ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] Re: Accessing ZPT properties from another page

2006-10-24 Thread Michael Haubenwallner
=context/otherpage/propertyname/div should work without problems. Hth, Michael -- http://zope.org/Members/d2m http://planetzope.org ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

[Zope] Re: zwiki users - own color text?

2006-10-29 Thread Simon Michael
bigger boat wrote: we're wanting to use a wiki to discuss things in our organisation, and want it to be clear who wrote what... Sorry Roy.. no per editor colours right now. I'm not even sure how you'd go about adding it. Are there existing wiki engines which do othis well ?

[Zope] Re: combining all zope2 FAQs into one big one at wiki.zope., org/zope2

2006-11-07 Thread Simon Michael
+1 for most of them, thanks for doing this. How about just /FAQ, then wiki.zope.org/zope2/faq works, it's consistent with zope3 etc. FAQs can become a placeholder pointing there. ___ Zope maillist - Zope@zope.org

[Zope] FAQ writing tips (Re: combining all zope2 FAQs into one big one at wiki.zope., org/zope2)

2006-11-07 Thread Simon Michael
PS, here's a word of warning to FAQ writers from my own experience, a trap to avoid: You start writing answers for questions - it's so easy and tempting - later you find better answers out on the web, even elsewhere in the same wiki, but now you have a big, verbose body of duplicated docs

Re: [Zope] Values lost when restarting

2007-01-10 Thread Michael Bernstein
been taken out of the ZODB since then. So, just shoot me and go pre-order Philipp's book now: http://www.amazon.com/exec/obidos/ASIN/3540338071/fiawol/ref=nosim Cheers all, - Michael R. Bernstein michaelbernstein.com ___ Zope maillist - Zope@zope.org

[Zope] Re: ANN: Latest Zope and Plone versions available at WebFaction

2007-01-22 Thread Michael Haubenwallner
Where are the download links? What are the difference to the existing binary installers for Zope Plone? Looks like they are just again advertising their hosting plans: http://www.webfaction.com/zope-hosting http://www.webfaction.com/shared_hosting Michael -- http://zope.org/Members/d2m http

Re: [Zope] Florent Guillaume's database Conflict Error on session objects patch not working ?

2007-02-03 Thread Michael Dunstan
. It's worth trying the latest of each of those. Cheers Michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope

[Zope] Re: Problems receiving mails from the list

2007-02-24 Thread Michael Haubenwallner
. in case of doubt always check the mailing list archives first. michael -- http://zope.org/Members/d2m http://planetzope.org ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

[Zope] Re: Help me some error when I complie Zope!

2007-03-23 Thread Michael Haubenwallner
, finally compile Zope from source under cygwin. This is atm also the only way to get Python eggs with C extensions compiled under Windows. Hth, Michael -- http://www.zope.org/Members/d2m http:/planetzope.org ___ Zope maillist - Zope@zope.org http

[Zope] Zwiki bug day tomorrow

2007-05-03 Thread Simon Michael
Friday may 4th is Zwiki Bugfix Day! Drop by the #zwiki IRC channel any time on friday to help, hack, heckle, and join in the fun. http://zwiki.org/BugDay has more info. Hope to see you there! -Simon ___ Zope maillist - Zope@zope.org

[Zope] spam

2007-05-31 Thread Michael Arnoldy
Please help me. I have received and blocked 284 unsliced emails all from different zope based email addresses. Please remove me from your computers. I have regretted ever hearing your name. [EMAIL PROTECTED] - Building a website is a piece of

[Zope] Re: comments toggling not working for Zope Book etc

2007-06-20 Thread Michael Haubenwallner
michael nt milne schrieb: Hi Just wondering if the comments toggling is working for the Zope book. Have tried in Internet Explorer and Firefox but they seem to be off permanently. http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ZopeArchitecture.stx You are right, display

[Zope] Re: comments toggling not working for Zope Book etc

2007-06-21 Thread Michael Haubenwallner
michael nt milne schrieb: ok, just wondering what the reason for that was? I used to find them very useful especially on install etc. If it is a CSS thing they should still be available via a URL etc.. All comments are still there, switch off the stylesheet in your browser or look

Re: [Zope] APE - are there plans for a new version for higher Zopes ?

2007-07-10 Thread michael . milne
. 7. Just wondering if there is a plan at all to upgrade it simply for file system export? http://plone.org/products/ape/ Thanks -- michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] APE - are there plans for a new version for higher Zopes ?

2007-07-10 Thread michael . milne
. 7. Just wondering if there is a plan at all to upgrade it simply for file system export? http://plone.org/products/ape/ Thanks -- michael ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Re: Zope is in trouble

2007-09-27 Thread Michael Haubenwallner
at irc.feenode.net, #zope-web Just for a start... Michael -- http://www.zope.org/Members/d2m http:/planetzope.org ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

[Zope] Re: Static Zope 3 APIDOC available!

2007-09-28 Thread Simon Michael
Great work!! Here are some things I think would make it even better: - a last updated timestamp - a zope version string - automatic updating, eg nightly - apidoc.z.o - api.z.o Thanks a lot. -Simon ___ Zope maillist - Zope@zope.org

[Zope] Re: Static Zope 3 APIDOC available!

2007-09-28 Thread Simon Michael
PS and, a Zope 2 version! I assume that's hard though. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

Re: [Zope] Re: Defining a dictionary in ZPT?

2007-11-02 Thread michael . milne
So use DTML? Or NKOTB? :-) On 11/2/07, Stefan H. Holek [EMAIL PROTECTED] wrote: The only point being backed up by this thread, IMO, is that Thou shalt not code in TALES. Stefan On 2. Nov 2007, at 12:53, michael nt milne wrote: Backs up my point about more friendly and usable error

[Zope] Happy Valentine's Day from Zwiki HQ

2008-02-14 Thread Simon Michael
Hello Zopistas.. a happy Valentine's day to all! Continuing with my spring cleaning theme over at http://zwiki.org/GeneralDiscussion , here are some musings. Like many of you, I'm always wondering where is the most useful place to spend my community hacking time. Sometimes Zwiki seems like

[Zope] A Zwiki roadmap

2008-02-16 Thread Simon Michael
All - thanks for the interesting feedback on zwiki.org, zope/plone-user lists and #zwiki channel. Based on this I see the following as a good roadmap. - Plone needs native wiki-ish solutions that fit the Plone model. It's time to stop chasing Plone, remove the CMF/Plone support (simplifing

[Zope] A Zwiki roadmap

2008-02-17 Thread Simon Michael
All - thanks for the interesting feedback on zwiki.org, zope/plone-user lists and #zwiki channel. Based on this I see the following as a good roadmap. - Plone needs native wiki-ish solutions that fit the Plone model. It's time to stop chasing Plone, remove the CMF/Plone support (simplifing code

[Zope] content headers wrong after upload

2008-03-18 Thread Michael Shulman
I just noticed that when I submit a form to a zope script(python) that includes a file upload, the content-type and content-length headers of the response are incorrectly set to those of the uploaded file, rather than those of what the script actually returns. Any ideas why this could be

Re: [Zope] content headers wrong after upload

2008-03-18 Thread Michael Shulman
On Tue, Mar 18, 2008 at 2:52 PM, Andreas Jung [EMAIL PROTECTED] wrote: I just noticed that when I submit a form to a zope script(python) that includes a file upload, the content-type and content-length headers of the response are incorrectly set to those of the uploaded file, rather

Re: [Zope] content headers wrong after upload

2008-03-19 Thread Michael Shulman
I wrote: I just noticed that when I submit a form to a zope script(python) that includes a file upload, the content-type and content-length headers of the response are incorrectly set to those of the uploaded file, rather than those of what the script actually returns. Any ideas why this

[Zope] Re: running in debug mode

2008-03-26 Thread Simon Michael
ZEO clients connecting to one and the same ZEO database server then that's pretty dangerous. It is ? Yikes. I believe you, as I remember this working for a while and then giving zodb errors requiring a restart. I wonder why ? ___ Zope maillist -

[Zope] Authentication after proxy

2008-04-06 Thread Maslak, Michael
enough situation: Zope behind Apache rewrite rules on the target server that all lives behind a proxy server, all using ssl. Can someone please point me in the correct direction? Thanks, Michael Maslak, Jr. ___ Zope maillist - Zope

[Zope] Re: anyone heard of Zamasing?

2008-04-17 Thread Simon Michael
Tim Nash wrote: up-to-date documentation than anything else. Products are the way to go. It is very much like wriitng 'Scripts Python'. I am going to put a simple 'boring' product on the zope.org site (if they let me) which Hi Tim.. put it also on http://wiki.zope.org/zope2 if you wish. That

[Zope] Re: anyone heard of Zamasing?

2008-04-19 Thread Simon Michael
Tim Nash wrote: I created a zexp that demonstrates the use of extjs and zope but I don't know where to put it for anyone that might be interested. Can the wiki.zope.org/zope2 site accept .zexp uploads? Hi Tim - yes it can, see the edit form. However there is a size limit, it's either 1Mb

[Zope] Re: anyone heard of Zamasing?

2008-04-21 Thread Simon Michael
Tim Nash wrote: find a way to upload the zexp to the wiki but I don't see how to do You're absolutely right, I forgot we restricted this to authenticated users when junk uploads became a problem. I did the upload and changed the link. Contact me for a wiki.zope.org login so you can do more

[Zope] zope 2 wiki updated

2008-05-08 Thread Simon Michael
Good day all.. http://wiki.zope.org/zope2 has just received a pretty major cleanup (I can tell by my inbox, this was about a 400-er.) Your critique, help and improvements are welcome. Best - Simon ___ Zope maillist - Zope@zope.org

[Zope] emails

2008-08-18 Thread Michael Arnoldy
) ...etc. [Zope] Searching for etc. Re: [Zope] trying ZODB etc. They all come frome individuals and have [Zope] in the subject line. Can you help me or refer me to someone who can. What would do if you were getting as many as 27 of these every day? Please help me. Michael Arnoldy

Re: [Zope] emails

2008-08-18 Thread Michael Arnoldy
In all of my tries to stop the emails below, I may have blocked any replies you might have sent me. If so you can reach me at my secure address: [EMAIL PROTECTED] - Original Message From: Michael Arnoldy [EMAIL PROTECTED] To: Zope@zope.org Sent: Monday, August 18, 2008 11:06:45 AM

Re: [Zope] Experiment: Pyjamas with Zope

2008-12-22 Thread Michael Haubenwallner
ml too http://groups.google.com/group/pyjamas-dev There are already posts related to webpy and django. Would be interesting to add Zope material too. Regards Michael - -- http://blog.d2m.at http://planetzope.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG

Re: [Zope] MySQL-python-1.2.2 ImportError

2009-01-21 Thread Michael Backhaus
Well, I guess it was my bet ... solaris uses 'crle' for the ld configuration. I included the mysql-lib directory and it seems to work now. On Wed, 2009-01-21 at 06:20 +0530, Chetan Kumar wrote: On Wed, Jan 21, 2009 at 3:19 AM, SolidEther solidet...@gmx.net wrote: ImportError: ld.so.1: python:

[Zope] calling satisfied Zwiki users

2009-01-28 Thread Simon Michael
Forwarding this to the Zwiki and ex-Zwiki diaspora. Thanks all! -Simon On Jan 28, 2009, at 3:00 PM, Simon Michael wrote: Marketing.. sure, why not. New Zwiki users are still showing up and a little more marketing wouldn't hurt. I think some of us enjoy using Zwiki and I've thought about

Re: [Zope] writing repozo messaging output to a file....

2009-02-05 Thread michael . milne
Hi / Thanks for this. We're on Windows so unix commands won't work... On 2/5/09, Thierry Florac thierry.flo...@onf.fr wrote: Le jeudi 05 février 2009 à 07:45 -0800, Stephan Richter a écrit : On Thursday 05 February 2009, michael nt milne wrote: Ran the task and nothing was written to any

Re: [Zope] psycopg version mismatch (imported 2.0.6 (dec mx dt ext pq3))

2009-03-06 Thread Michael Haubenwallner
publishing this resource. Error Type: ImportError Error Value: psycopg version mismatch (imported 2.0.6 (dec mx dt ext pq3)) Look at ZPsycopgDA/DA.py Edit the list in ALLOWED_PSYCOPG_VERSIONS to match your installed psycopg version. Regards Michael - -- http://blog.d2m.at http

Re: [Zope] Zope and SSL

2009-03-16 Thread Michael Vartanyan
Cat, I'm trying to find out how to generate a CSR, and I can't find the information I need. If you are trying to generate a CSR, you probably need to use OpenSSL, not Zope. If your *Zope application* needs to generate a CSR for some reason, you need to interface OpenSSL from Zope somehow -

[Zope] (another) Zope job in Bonn, Germany

2009-03-27 Thread Michael Vartanyan
FRAMEWORK CONVENTION ON CLIMATE CHANGE - Secretariat SUSTAINABLE DEVELOPMENT MECHANISMS PROGRAMME CLEAN DEVELOPMENT MECHANISM (CDM) PROCESS MANAGEMENT Information System Unit Associate Information Systems Officer, P-2 You want: - To work in an international environment - Make your direct

Re: [Zope] Zope 4.0, maybe not such a bad idea...

2009-04-05 Thread Michael Haubenwallner
to wiki.zope.org. I'd be happy to adjust the current skins (Plone1.0.3) to whatever look is needed. Regards Michael - -- http://blog.d2m.at http://planetzope.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Zope] Installing Zope 3

2009-05-26 Thread Michael Haubenwallner
page) left column 'Documentation' 'Zope3 Wiki' links to http://wiki.zope.org/zope3/ Hth Michael - -- http://blog.d2m.at http://planetzope.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Zope] Installing Zope 3

2009-05-26 Thread Michael Haubenwallner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Gerken wrote: On Tue, May 26, 2009 at 17:25, Michael Haubenwallner mich...@d2m.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Ulrich Hasecke wrote: I think that http://www.zope.org/Products/ should be updated. No chance

Re: [Zope] Problem with POST and text/xml

2009-07-11 Thread Michael Haubenwallner
'application/xml' instead of 'text/xml' ? Everything should work as expected. Regards Michael - -- http://blog.d2m.at http://planetzope.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Zope] Disable local loopback connections

2009-07-28 Thread Michael Haubenwallner
to go over the Internet for this.' http://localhost:8080/... or http://127.0.0.1:8080/... Hth, Michael - -- http://blog.d2m.at http://planetzope.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFKb

Re: [Zope] string index out of range

2009-11-24 Thread Simon Michael
Now reported as https://bugs.launchpad.net/zope2/+bug/487998 . ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] zwiki with plone.

2009-12-08 Thread Simon Michael
Fabien Combernous wrote: We are using plone 2.9 with zwiki 0.60. We used a Data.fs from old zope. Since we upgraded our zope/plone/zwiki we are unable to use/add zwiki in our new zope/plone. Hi Fabien. Did you mean Zope 2.9 ? Anyway, take a look at http://wiki.zope.org/zope2/VersionsMatrix

Re: [Zope] www.zope.org relaunched

2011-07-07 Thread Simon Michael
Ding dong! The witch is dead! Great work Andreas and team. The new site does a good job of presenting the big picture, tying together the complex Zope web presence, and moving old zope.org into graceful retirement at long last. With this in place, further improvements to the web presence are much

[Zope] Upgrading from 2.10 to 2.13

2011-09-02 Thread Michael Shulman
Hi, I am trying to upgrade an old 2.10 instance to 2.13, and I appear to be having trouble with the Psycopg connection and ZSQL methods. First of all, it took some work to uncover that I had to download the source code for Psycopg in order to get the ZPsycopgDA zope product (easy_install

Re: [Zope] Upgrading from 2.10 to 2.13

2011-09-02 Thread Michael Shulman
: On 09/02/2011 11:12 PM, Michael Shulman wrote: Second, it took some more work to uncover that I had to separately install the ZSQLMethods product. Michael, I can't help you with your issue but I got stuck in the upgrade since I didn't manage to install the ZSQLMethods. Can you tell which

Re: [Zope] Alternatives to ZWIKI?

2013-12-10 Thread Simon Michael
Hi Jesús, Zwiki author here. You're not far wrong. Zwiki development stalled a couple of years ago as I moved away from python and Zope. http://zwiki.org is in read-only mode, http://wiki.zope.org is offline, and I'm not aware of many live public zwiki instances. I expect there are some

Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-07-31 Thread Simon Michael
On 7/30/14 6:07 AM, Christopher Lozinski wrote: On 7/30/14, 2:11 PM, Andreas Jung wrote: Maybe, but Unix file system development is at least 36 years old. Heheh, touché. Some reasons many Zope developers may have moved on, with a tear in their eye: - fashion - community - maintaining

Re: [Zope] Zope2 - pro/contra

2015-03-17 Thread Simon Michael
On 3/16/15 6:37 PM, Jesus Cea wrote: ZWIKI... God... Is there any possibility of upgrading it to support current Zope2?. I have currently two zope instances: a current zope and an aging Zope 2.10 just to host ZWIKI :(. Hi Jesus, as far as I know it works out of the box with Zope 2.13, at

Re: [Zope] Zope2 - pro/contra

2015-03-06 Thread Simon Michael
Nice discussion! I don't know about docs.zope.org, but I'll just add a status update on the zope wikis, which held quite a lot of historical and reference information. They used to be hosted by Zope Corp or maybe Zope Foundation, they went dark a few years back and no-one complained, more

Re: [Zope] Zope2 - pro/contra

2015-03-07 Thread Simon Michael
I've sent you a download link. I’m somewhat familiar with it, as I managed at least the zope2 wiki (and wrote Zwiki), so please call on me for help as you need, on the mail list or directly. I’m sm in the #zope IRC channel. Thanks for working on it. -Simon On 3/7/15 7:17 AM, Simon Michael wrote

Re: [Zope] Zope2 - pro/contra

2015-03-07 Thread Simon Michael
Hi Bernard, great! You'll hear more from me in the next couple of days. -Simon On 3/7/15 2:49 AM, Bernard Devlin wrote: Hi Simon I'd like to work on hosting the wiki information. Regards Bernard On Fri, Mar 6, 2015 at 3:42 PM, Simon Michael si...@joyful.com wrote: Nice discussion

[Zope] Zope 2.13.23 installation

2015-07-01 Thread Michael Brunnbauer
requirements so Zope2 does not start. How am I supposed to install Zope2 this time? Which INSTALL.rst, INSTALL-buildout.rst or INSTALL-virtualenv.rst am I supposed to read (please provide URL)? Regards, Michael Brunnbauer -- ++ Michael Brunnbauer ++ netEstate GmbH ++ Geisenhausener Straße 11a

Re: [Zope] Iterating over objects in ZODB

2015-05-21 Thread Michael McFadden
give this a try: if item.meta_type == 'Script (Python)': print(item.document_src()) -Flip On 05/13/2015 07:36 AM, Rich Harley wrote: When iterating over dtml objects, the contents of those scripts can be returned: e.g. for item in context.objectValues(): if item.meta_type=='DTML

Re: [Zope] Advice on Blob Storage?

2015-10-15 Thread Michael McFadden
On 09/29/2015 07:39 PM, Michael McFadden wrote: On 09/24/2015 08:47 AM, Jean Jordaan wrote: If relstorage is growing for blob uploads, I would think something is wrongly configured. I'm really thinking the same thing myself, but I wouldn't know the first place to look to configure

Re: [Zope] Advice on Blob Storage?

2015-09-29 Thread Michael McFadden
On 09/24/2015 02:52 AM, Tom Russell wrote: Mike, First of all, kudos on your candor and being willing to share your "hack" (storage.py). Thanks. I'm humbly getting things done without a lot of python knowledge and no zope experience. I wouldn't recommend this approach to anyone, it's just

Re: [Zope] Advice on Blob Storage?

2015-09-29 Thread Michael McFadden
On 09/24/2015 08:47 AM, Jean Jordaan wrote: If relstorage is growing for blob uploads, I would think something is wrongly configured. I'm really thinking the same thing myself, but I wouldn't know the first place to look to configure this. This installation was a Plone 2 archetypes-based

[Zope] Advice on Blob Storage?

2015-09-21 Thread Michael McFadden
This may be more of a zodb / relstorage question - I hope it's ok to ask on the Zope list. I'm seeing behavior using relstorage and blobs that I didn't expect: If I upload a large file, say 2 gigs, I am noticing that our SQL database also grows by 2 Gigs, along with the blob storage.

Re: [Zope] Zope2 2.13.24

2016-03-14 Thread Michael Brunnbauer
+0100, Michael Brunnbauer wrote: > > hi all, > > I see that Zope2 2.13.24 was released yesterday. Can somebody put the release > at http://download.zope.org/Zope2/index/2.13.24/ ? > > thnx! > > Regards, > > Michael Brunnbauer > > -- > +

[Zope] Zope2 2.13.24

2016-03-01 Thread Michael Brunnbauer
hi all, I see that Zope2 2.13.24 was released yesterday. Can somebody put the release at http://download.zope.org/Zope2/index/2.13.24/ ? thnx! Regards, Michael Brunnbauer -- ++ Michael Brunnbauer ++ netEstate GmbH ++ Geisenhausener Straße 11a ++ 81379 München ++ Tel +49 89 32 19 77 80

[Zope] Installing Zope 2.13.25

2017-02-02 Thread Michael Brunnbauer
hi all, I see that 2.13.25 has been released but the Zope2 subdirectory is missing again. Can someone populate it? This command fails: ./bin/easy_install --index-url=http://download.zope.org/Zope2/index/2.13.25/ Zope2 Regards, Michael Brunnbauer -- ++ Michael Brunnbauer ++ netEstate GmbH

Re: [Zope] Installing Zope 2.13.25

2017-02-07 Thread Michael Brunnbauer
hi all, I miss the Zope2 subdirectory at http://download.zope.org/Zope2/index/2.13.25/ Can someone help? Regards, Michael Brunnbauer On Thu, Feb 02, 2017 at 10:45:30AM +0100, Michael Brunnbauer wrote: > > hi all, > > I see that 2.13.25 has been released but the Zope2 subdirector

Re: [Zope] Installing Zope 2.13.25

2017-02-07 Thread Michael Howitz
Am 07.02.2017 um 16:39 schrieb Michael Brunnbauer <bru...@netestate.de>: > hi all, > > I miss the Zope2 subdirectory at http://download.zope.org/Zope2/index/2.13.25/ > Can someone help? Maybe you should file a ticket at https://github.com/zopefoundation/Zope/issues. --

Re: [Zope] Installing Zope 2.13.25

2017-02-03 Thread Michael Howitz
Am 02.02.2017 um 10:45 schrieb Michael Brunnbauer <bru...@netestate.de>: > hi all, > > I see that 2.13.25 has been released but the Zope2 subdirectory is missing > again. Can someone populate it? This command fails: > > ./bin/easy_install --index-url=http://download.zope

Re: [Zope] Installing Zope 2.13.25

2017-02-13 Thread Michael Brunnbauer
Hello Michael, On Wed, Feb 08, 2017 at 08:12:46AM +0100, Michael Howitz wrote: > > I miss the Zope2 subdirectory at > > http://download.zope.org/Zope2/index/2.13.25/ > > Can someone help? > Maybe you should file a ticket at > https://github.com/zopefoundation/Z

[Zope] Zope 2 Status

2016-10-04 Thread Michael Brunnbauer
this mean? Does Zope 2 still receive security updates? How can I stay informed? Regards, Michael Brunnbauer -- ++ Michael Brunnbauer ++ netEstate GmbH ++ Geisenhausener Straße 11a ++ 81379 München ++ Tel +49 89 32 19 77 80 ++ Fax +49 89 32 19 77 89 ++ E-Mail bru...@netestate.de

Re: [Zope] Zope 2 Status

2016-11-17 Thread Michael Howitz
-- Mit freundlichen Grüßen Michael Howitz smime.p7s Description: S/MIME cryptographic signature ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zop

<    1   2   3   4   5   6   7   8   9   10   >