Re: [Zope] Editors [OT]

2001-01-26 Thread Geoffrey L. Wright
Michel Pelletier <[EMAIL PROTECTED]> writes: > On Thu, 25 Jan 2001, Chris Withers wrote: [...] > > - FTP or WebDAV editing built in as standard (or alternative solution, like > > cadaver making it work ;-) > > XEmacs Is there a WebDAV mode for XEmacs? Or perhaps a well understood way of tying

Re: [Zope] Some help required but no sarcastic comments this time please

2001-01-24 Thread Geoffrey L. Wright
[EMAIL PROTECTED] writes: > On Tue, Jan 23, 2001 at 11:17:32PM -, alankirk wrote: > > Hi there, > > > > i sent an email the other week regarding problems i've been > > experiencing with zope and MySQL. I've set up a database > > connection for zope and mysql and it sort of works. I can send >

Re: [Zope] mailhost example problem

2001-01-22 Thread Geoffrey L. Wright
"Michael Angelo" <[EMAIL PROTECTED]> writes: > hi, > > i am experiencing a strange problem with using the mailhost example on > zope.com. This might sound totally off the wall, but I think that anything enclosed in tags can't have any preceding whitespace. Try this: To: [EMAIL PROTECTE

[Zope] Zope, emacs & secure ftp

2001-01-20 Thread Geoffrey L. Wright
Was just wondering what sort of solution people use for secure ftp and zope. I'd like to be able to use efs (or ange-ftp) over a secure connection to zope so I can do development using efs outside of our firewall. Does Zope's ftp server support SSL? Or is there some sort of SSH-based solution?

Re: [Zope] ZClasses

2001-01-18 Thread Geoffrey L. Wright
et the containing class to be a container class? >   > > Thanks > > Priya -- Geoffrey L. Wright Developer / Systems Administrator (907) 563-2721 ex. 4900 http://www.integritysi.com ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope

Re: [Zope] zope, xemacs and efs

2001-01-18 Thread Geoffrey L. Wright
Steve Spicklemire <[EMAIL PROTECTED]> writes: > Hmmm.. I use emacs/ange-ftp all the time with zope... many > versions.. with no trouble. Have you tried that? Since my > client is not 'X' (yet) I don't use xemacs... Nope. But explicitly telling efs to use passive mode doesn't work, I'll try tha

Re: [Zope] zope, xemacs and efs

2001-01-17 Thread Geoffrey L. Wright
ender <[EMAIL PROTECTED]> writes: > On Wednesday 17 January 2001 18:39, Geoffrey L. Wright wrote: > > [EMAIL PROTECTED] (A.J. Rossini) writes: > > > What version of EFS are you using, and if not recent, have you > > > considered upgrading the EFS package? >

Re: [Zope] zope, xemacs and efs

2001-01-17 Thread Geoffrey L. Wright
[EMAIL PROTECTED] (A.J. Rossini) writes: > What version of EFS are you using, and if not recent, have you > considered upgrading the EFS package? 1.21 That's the most recent version listed by the xemacs package manager. Is there a known problem with older versions of efs and zope? > best, > -

[Zope] zope, xemacs and efs

2001-01-17 Thread Geoffrey L. Wright
So I have a question for any zope/xemacs/emacs users out there... Since entering the word of emacs about 5 months ago, I've fallen in love. At work I now just about live in emacs -- well, actually in xemacs. I've even gone so far as to start using gnus for all my mail and news. And I at work

Re: [Zope] Tools used for programming Zope

2001-01-17 Thread Geoffrey L. Wright
"Chris Withers" <[EMAIL PROTECTED]> writes: > Both WebDAV and FTP support are supposed to be better in 2.3 with full > WebDAV level 2 compliance at some point in the future... I wonder if I can use emacs/efs with 2.3 w/out crashing it..? Right now when I try to use xemacs/efs with Zope 2.2.x, i

Re: [Zope] Stopping a

2001-01-17 Thread Geoffrey L. Wright
Dieter Maurer <[EMAIL PROTECTED]> writes: > Diego Rodrigo Neufert writes: > > > > code... > > > >STOP THE LOOP > > > > > A long time ago, someone has implemented a "dtml-break" tag. Wow. That's good to know. I just created some fairly ugly code to get around the lack of somet

Re: [Zope] ZClass Adding Magic Needed

2001-01-17 Thread Geoffrey L. Wright
thon Script/Method to do the background heavy lifting. If you > are using , and REQUEST.set() to access your items, it can > be done much more simply and understandably in a Python Script/Method. I'm open to doing this the Python Way as well, but I have the same problem there. >

[Zope] ZClass Adding Magic Needed

2001-01-17 Thread Geoffrey L. Wright
So: I have a odd little problem that I can't seem to solve. I have two zclasses. We'll call them zclass1 and zclass2. zclass2 lives inside of zclass1. zclass1 has the following two properties: id and displayOrder. zclass2 has the four properties: id, displayOrder, alignment and content. I

Re: [Zope] Poor Procedural Programmer Needs OOPish Enlightenment

2001-01-03 Thread Geoffrey L. Wright
[EMAIL PROTECTED] writes: > Not sure if this is your problem, but since methods don't have namespaces, > I'm not sure why your code could not be reduced to: > > > > > > You're right -- this works just as well, and is much cleaner. And I figured out my problem while yanking out another u

[Zope] Poor Procedural Programmer Needs OOPish Enlightenment

2001-01-03 Thread Geoffrey L. Wright
of solving this problem. Any thoughts? I hope my description was clear enough... -- Geoffrey L. Wright Developer / Systems Administrator (907) 563-2721 ex. 4900 http://www.integritysi.com ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/

[Zope] can't change zclass meta type

2000-12-27 Thread Geoffrey L. Wright
opdown. When I try to reference objects by metatype in my code, the new name does work, so it appears that the new metatype is ... mostly ... applied. Is this a bug? Or is the some other location where I also need to change this info? -- Geoffrey L. Wright Developer / Systems Administrator (9

Re: [Zope] Editing Property Sheet HTML

2000-12-19 Thread Geoffrey L. Wright
Tres Seaver <[EMAIL PROTECTED]> writes: > "Geoffrey L. Wright" <[EMAIL PROTECTED]> wrote: > > > The question is ... how do I do it? I'd like to make the default > > textarea field quite a bit bigger -- but I wasn't able to explore my > &g

Re: [Zope] Editing Property Sheet HTML

2000-12-19 Thread Geoffrey L. Wright
ol.com > > > > > ___ > Zope maillist - [EMAIL PROTECTED] > http://lists.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://lists.zope.org/mailman/listinfo/zope

[Zope] Editing Property Sheet HTML

2000-12-19 Thread Geoffrey L. Wright
The question is ... how do I do it? I'd like to make the default textarea field quite a bit bigger -- but I wasn't able to explore my way to success in the interface, and about 20 mins of seaching has yielded no answers. Then again, it's pretty late, so mebbe I'm just being dim TIA for an

[Zope] Object adding strangeness

2000-12-13 Thread Geoffrey L. Wright
ect. Unfortunately, the way we do this depends on whether we live in a product or in a class. If we live in a product, we need to use DestinationURL to decide where to go. If we live in a class, DestinationURL won't be available, so we use URL2. --- -- Geoffrey L.

Re: [Zope] dtml-with syntax question

2000-10-13 Thread Geoffrey L. Wright
Tim Cook writes: > I'm sure someone will correct me if I'm wrong. But I believe you > want: > > Haven't tried it in my code yet, but thanks to your post I found the section about _.getitem(). That'll come in handy all over the place, so many thanks for the pointer! //glw __

[Zope] non-Zope object attribute admin interface

2000-10-12 Thread \&quot;Geoffrey L. Wright\"
Kindly Zopistas: Am curious how to go about building an "alternate Property Sheet View" for custom ZClasses. The default view is great for me and other developers, but I need to build the something that looks a bit more customer-friendly. I spend about 20 minutes looking around the Zope site, b

Re: [Zope] Using ProxyPass and SiteRoot

2000-10-12 Thread \&quot;Geoffrey L. Wright\"
knight writes: > Timothy, > > Without going into too much detail, you are going to want to set up a > virtual host in apache for the hostname www.isd197.k12.mn.us, and inside > that virtual host you will want to add your ProxyPass lines similar to my > example: [...] And just for referen

Re: [Zope] dtml-with syntax question

2000-10-12 Thread \&quot;Geoffrey L. Wright\"
Chris Withers writes: > "Geoffrey L. Wright" wrote: > > > > Where objectName2 is actually an attribute of objectName1. > > > > > > > > > > > > > > >

[Zope] dtml-with syntax question

2000-10-11 Thread Geoffrey L. Wright
So here's a question from a fairly new Zope developer: I think I am finally getting a decent handle on namespace issues in Zope, and I can now with the dtml-with tag with reasonable efficacy in simple situations. But I have run into something of a brick wall on one issue. What I would like to be

[Zope] symbolic links or invisible objects..?

2000-08-29 Thread Geoffrey L. Wright
Zopistas: Am working on a simple content management system for about 6 sites, and so far, so good. It's my first medium-sized Zope project and Zope has been wonderful to work with so far. However, I've been tasked with the project of creating the simplest possible interface for some very non-