[Zope] Strange changes seen after migrating site from 2.1.6 to 2.2.4

2000-12-01 Thread Chris Beaumont
Dear Zopatistas, I'm in the process of migrating a draft site to a production site.. The draft site was running 2.1.6 and the production site is running 2.2.4. I'm noticing some strange things that I can't explain.. Maybe somebody can fill me in on what's going on.. 1.) There are some chang

[Zope] A refrased Q: How do I write ..?

2000-12-01 Thread Stoonsdesign
Problem: I want to write [the expression OR] in an URL.   Example: If you write OR this way : %, I write "http://somedomain.com/index_html?l=bla-bla%blab-blab" Example: If you write OR this way : &, I write "http://somedomain.com/index_html?l=bla-bla&blab-blab"   What i know: You can use wil

[Zope] Boring ZClass: request for a ZClass example...

2000-12-01 Thread tom smith
I keep getting flummoxed by the tutorials on how to create ZClasses... Is there a really simple product, maybe with just 2 classes (with say 4 properties each)...with methods to create, edit and updateand listwith super simple HTML, (i.e no/few tables to have to scroll around in the editi

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Riku Voipio
On Thu, Nov 30, 2000 at 02:18:57PM -0800, Andy McKay wrote: > For most small applications DTML can suffice, but when it gets large you > should separate your code the way its intended, DTML is for simple logic and > presentation ONLY. Whilst PythonMethods are cool, I would naturally stray > away

Re: [Zope] Listing all users and all the roels they have in the system

2000-12-01 Thread Chris Withers
Bill Anderson wrote: > > Chris Withers wrote: > > > > > > and also nice > > > wolud be a search-function which gives an administrator a list of all the > > > users with all the roles in the system. > > > > That's not going to be pretty, as that's an _awful_ lot of data ;-) > > membership can be

Re: [Zope] Boring ZClass: request for a ZClass example...

2000-12-01 Thread Rik Hoekstra
tom smith wrote: > > I keep getting flummoxed by the tutorials on how to create ZClasses... > > Is there a really simple product, maybe with just 2 classes (with say 4 > properties each)...with methods to create, edit and updateand > listwith super simple HTML, (i.e no/few tables to ha

Re: [Zope] Restart...

2000-12-01 Thread Chris Withers
Cees de Groot wrote: > > is to separate stuff out in products (which means, as far as I understood > it, hitting lots of "Restart" buttons Yeah, maybe Guido's input at DC could make this go away, it is _the_ original PITA with Python products ;-) (Mindyou, there's Shane's Refresh product...) >

Re: [Zope] Custom tpValues for dtml-tree

2000-12-01 Thread Chris Withers
Randall Kern wrote: > > This works fine for the first page, but once I try to expand an item I get: > > Error Type: AttributeError > Error Value: 'tuple' object has no attribute 'append' This, IIRC, is a bug in dtml-tree that no-one ever managed to fix. Maybe someone at DC could help? Try stic

Re: [Zope] Accessing methods in Python Objects

2000-12-01 Thread Cyril
Looking at the source is often the best way to learn :-) "__allow_access_to_unprotected_subobjects__ = 1" does the trick. Cyril ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross post

Re: [Zope] Boring ZClass: request for a ZClass example...

2000-12-01 Thread peter bengtson
The URL Directory is simple and easy to learn from. Search the zope.org site. / P > I keep getting flummoxed by the tutorials on how to create ZClasses... > > Is there a really simple product, maybe with just 2 classes (with say 4 > properties each)...with methods to create, edit and update...

[Zope] Help - cannot import zexp

2000-12-01 Thread Oleg Broytmann
Hello! Please help, I have a problem importing my zexp. Initially I created the exported zexp while debugging some External Method. The method is declared as follows: def navigation_leftColumn(self, _, render=default_render): ... where default_render is a helper function, defined in t

Re: [Zope] Re: DC and the PTK?

2000-12-01 Thread Paul Everitt
I'll answer your last point first. If you've sent a note to [EMAIL PROTECTED] asking for commercial support or consulting and not gotten a response, email me privately and we'll get it cleared up. For the past six months we've had our heads buried in the sand, slaving away like starving dogs to

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Stefan H. Holek
> Why isn't there a mod_zope module? There certainly are mod_snake and mod_python. Has anybody tried to run Zope with one of those? Stefan ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] Restart...

2000-12-01 Thread Cees de Groot
[EMAIL PROTECTED] said: >> and certainly means that you loose >> the multi-versioning capability of ZODB. > ...urm, lost me, how? wha? There's only one version of 'external' code, and multiple versions of your stuff in the ZODB. That makes one of Zope's greatest features, that you can modify

[Zope] Making lots of external data searchable?

2000-12-01 Thread Anselm Lingnau
I'm using Zope to re-vamp a web site, one of whose most important features is an archive of a reasonably busy mailing list, which is accessed using home-grown Perl CGI code. I've written Python code to let users browse the archive sorted by users, subject etc., but now I'm looking at allowing text

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Oleg Broytmann
On Fri, 1 Dec 2000, Stefan H. Holek wrote: > > Why isn't there a mod_zope module? > > There certainly are mod_snake and mod_python. Has anybody tried to run > Zope with one of those? Zope is a server by itself, it doesn't need to be embedded ito Apache. There IS mod_pcgi2 to connect A

[Zope] trouble: products created inside Zope, updating from 2.1 to 2.2

2000-12-01 Thread Thies Bähr
Hi, there are two types of Zope products: Products created via the Zope Web-Interface and products defined as python classes which are then icluded through a product directory. Unfortunately, the only information I discovered so far deals with these external products. As I understand it, the s

RE: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Brian Lloyd
> > > "it's not apparent that DC is quickly responding to fixes." > > I think DC and this group are great at responding to fixes, especially > anything serious or security related. Ok there are still a few bugs out > there that havent quite gone yet, but everybody has been great. The good > comm

RE: [Zope] ZMySQLDA installation problem (fwd)

2000-12-01 Thread Chris Gray
Eric Walstad replied to me off-list with the solution to my problem so I've included it below and I'll copy the zope list since your question makes me think the solution should be made public. Cheers, Chris On Fri, 01 Dec 2000 06:48:26 - Roberto Fernandez wrote: I read you post about ZMySQL

Re: [Zope] Status of HiperDom, again ;-) (Re: [Zope] Presentation & Object Model)

2000-12-01 Thread Martijn Pieters
On Thu, Nov 30, 2000 at 03:00:47PM -0200, Lalo Martins wrote: > The only thing that *can* happen before that, if I feel like it > and have a free weekend, is a version of HiperDom based on 4DOM > instead of the old xml-sig code. Version 1.0 definitely *will* > be based on 4DOM, as that is the offi

[Zope] authenticate user

2000-12-01 Thread Sven B.
hi, why this code isn't working anymore in zope 2.2.4 good bad greetings sven ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** N

[Zope] A new Zope Product for the documentation of databases...

2000-12-01 Thread Frederic Quin
Hi all, I made a new Zope Product for the automatisation of the display and the management of databases documentation. This product was developed for my company, for internal use only. We decided to propose this product to the Zope Community. It is open-source and for non-commercial use only...

[Zope] authenticate and Zope 2.2.4

2000-12-01 Thread brocken22
Is it possible that since 2.2.4 the authenticate-method is no longer allowed?? In an 2.2.0-installation a script to authenticate users it's working perfectly and in two other machines(win98 and Linux) with 2.2.4, Zope doesn't want the user(role as manager) to use it(a pop-up-authentication-window

Re: [Zope] A new Zope Product for the documentation of databases...

2000-12-01 Thread Stephane Bortzmeyer
On Friday 1 December 2000, at 16 h 41, the keyboard of Frederic Quin <[EMAIL PROTECTED]> wrote: > It is open-source and for non-commercial use only... ... > If you try it, let me know what you think about this product I think that "Open Source" really means nothing if people start to use it tha

[Zope] Re: [ez] Re: [Zope] A new Zope Product for the documentationof databases... of databases...

2000-12-01 Thread Stephan Richter
>I think that "Open Source" really means nothing if people start to use it >that way. Check the Open Source Definition, item 6 >. I completely agree. I think open-source is just becoming a buzz word. People heard it sounds cool, so let's use it! It seems li

Re: [Zope] Boring ZClass: request for a ZClass example...

2000-12-01 Thread Bak @ kedai
check out the minimal simple guestbook. it is a learning experience for me, a year ago. it's not perfect, but it's there :) -Original Message- From: peter bengtson <[EMAIL PROTECTED]> To: tom smith <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, December 01

[Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Andrew Kuchling
On 1 Dec 2000, Brian Lloyd wrote: >I think that this perception may be fostered by the fact >that the current bug-tracking system (Collector) doesnt >really let you see what has been done lately. Unless you >happen to see the emails going out on resolution, you >really aren't aware of the acti

RE: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Steve Drees
> > > > Zope's built in FTP server is one of it's huge stengths, IMO. > He hasn't > > > realised this and so bitches about it. You can always turn it off you > > > know! Likewise the HTTP server, run Zope as a CGI if you must! :P > > > "Apache already exists and is highly flexible and configur

Re: [Zope] A new Zope Product for the documentation of databases...

2000-12-01 Thread Andreas Heckel
Frederic Quin wrote: > > Hi all, > > I made a new Zope Product for the automatisation of the display and the > management of databases documentation. ... > You will find it at the adress : > http://www.zope.org/Members/fquin/ZDBDocManager/index_html > > If you try it, let me know what you think

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Stefan H. Holek
On Fri, 1 Dec 2000, Oleg Broytmann wrote: > On Fri, 1 Dec 2000, Stefan H. Holek wrote: > > > Why isn't there a mod_zope module? > > > > There certainly are mod_snake and mod_python. Has anybody tried to run > > Zope with one of those? > >Zope is a server by itself, it doesn't need to be em

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Oleg Broytmann
On Fri, 1 Dec 2000, Stefan H. Holek wrote: > I (hope I) wasn't implying that Zope _needs_ to be embedded into > Apache. ;) > > I for my part am quite happy with proxypassing. > > All I wanted to know is whether anybody had tried to run Zope with But these modules does not run p/f-cgi - they ru

[Zope] Squishdot base href

2000-12-01 Thread Hanno Schulz
Hi! We got a base href at the first line of every squishdot page! Where does it come from??? And it kill our siteroot at this site. Thanks Hanno Schulz catWorkX GmbH Stresemannstr. 364 22761 Hambug http://www.catworkx.de http://www.catbridge.de Tel.: +49 40 890 646 0 Fax: +49 40 890 646 66

Re: [Zope] ZClasses & inheriting property(sheets) : yes/no?

2000-12-01 Thread zope
I've been struggling with this problem myself. In particular I can't get the parent propertysheet management method to appear on the Views method list. Is it necessary that the subclass also be contained in the parent? In my design, there is no containment or acquiring relationship between the par

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Andy McKay
On a really minor note, why is its url classic zope? Shouldn't the bug collector / tracker be part of the main site? -- Andy McKay, Developer. ActiveState. - Original Message - From: "Brian Lloyd" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; "Chris Withers" <[EMAIL PROTEC

Re: [Zope] Why Not Zope? 'Cos I like to bitch! ;-)

2000-12-01 Thread Andy McKay
> But once you have done 5 lines of dtml, and yoo need to add sixth, > what is more probable: > > 1. Rewrite as a pyhtonmethod > 2. Just add the sixth line > > I have the creeping feeling, that dtml is the worst thing since csh. > > Fortunatly, even DC seems to have realized it. Its a double edge

Re: [Zope] Status of HiperDom, again ;-) (Re: [Zope] Presentation & Object Model)

2000-12-01 Thread Lalo Martins
On Fri, Dec 01, 2000 at 04:08:06PM +0100, Martijn Pieters wrote: > On Thu, Nov 30, 2000 at 03:00:47PM -0200, Lalo Martins wrote: > > The only thing that *can* happen before that, if I feel like it > > and have a free weekend, is a version of HiperDom based on 4DOM > > instead of the old xml-sig co

Re: [Zope] ZClasses & inheriting property(sheets) : yes/no?

2000-12-01 Thread Jim Washington
Hi, Your name is zope? There is no need for an acquiring or containment relationship. What has worked for me: -Product main folder |-virtualclass |-descendentclass1 |-descendentclass2 where descendentclass1 and descendentclass2 are both descended from virtualclass. i.e, virtualclass shows

[Zope] Passing lists in a get request (ZCatalog Search)

2000-12-01 Thread Darin Lee
Zopistas, I have a catalog aware ZClass publication object that I want to have searchable. There are 3 criteria I want users to be able to select in addition to a search string textbox. I created field indexes for the criteria in the zCatalog, and made a form where users can select the indexe

[Zope] Zope Server Appliance by eGenius Inc.

2000-12-01 Thread Young Chul Kim
eGenius Inc. (www.egenius.com) announces the latest Z-Serve line of Zope Appliances. eGenius Zope appliances come with Zope, Squid web acceleration, SSH, OpenSSL, Aide, Saint monitor, and Webmin administration and is available on Linux platforms with ReiserFS to get most out and to provide journa

[Zope] Re: Making lots of external data searchable?

2000-12-01 Thread Jonothan Farr
You could use ZCatalog with the Local File System product to index your text files stored in the file system. http://www.zope.org/Members/jfarr/Products/LocalFS --jfarr - Original Message - From: "Anselm Lingnau" <[EMAIL PROTECTED]> Newsgroups: local.m2n.zope To: <[EMAIL PROTECTED]> Sen

[Zope] Windows NT, Zope, PostgreSQL, PoPy, and ZPoPyDA

2000-12-01 Thread Farrell, Troy
Is anyone using NT (or W2K), Zope, PostgreSQL, PoPy and ZPopyDA? Do PoPy and ZPoPyDA build on NT? with cygwin? Thanks for any type of input you have. Troy Troy Farrell Video Operations Technician III Williams VYVX Services 918.573.3029 918.573.1441 fax mailto:[EMAIL PROTECTED] http://www.willi

[Zope] Help! Accessing product constructors & methods programmatically

2000-12-01 Thread mgushee
Hello, Zopers-- I'm fairly new at this, so I apologize if this is a dumb question. Anyway, I've been looking for a way to do a bulk upload of XML documents from alocal directory. So I need a method (either DTML or Python is fine with me) that would build a list of files and create an

[Zope] weird bug?

2000-12-01 Thread michael angelo ruberto
hi, one of the DTML methods i've created recently has started to create problems. the method adds properties to documents as people browse zope. it worked fine for a while but now it's causing zope to prompt for a password. i gave the method manager proxy which solved the problem on my test serve

Re: [Zope] Status of HiperDom, again ;-) (Re: [Zope] Presentation & Object Model)

2000-12-01 Thread Phil Harris
- Original Message - From: "Lalo Martins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 01, 2000 6:37 PM Subject: Re: [Zope] Status of HiperDom, again ;-) (Re: [Zope] Presentation & Object Model) | On Fri, Dec 01, 2000 at 04:08:06PM +0100, Martijn Pieters wrote: | >

Re: [Zope] authenticate user

2000-12-01 Thread Michael Bernstein
"Sven B." wrote: > > hi, > why this code isn't working anymore in zope 2.2.4 > >  ^ If this is an actual copy & paste from your code, I think that the misspelling above might have something to do with it. HTH, Michael Bernstein. ___