[Zope] (no subject)

2012-08-11 Thread Varun Parange
http://general-lifeinsurance.com/wp-admin/test.php?tongue233.jpg___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announc

[Zope] (no subject)

2011-05-17 Thread Larry Lay
http://a0k1x5.jkfoi.ru/?cid=des ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailma

Re: [Zope] (no subject)

2007-12-11 Thread Andrew Milton
+---[ Beema shafreen ]-- | acceptance rejection. -- Andrew Milton [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

[Zope] (no subject)

2007-12-11 Thread Beema shafreen
acceptance ___ 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/listinfo/zope-dev )

[Zope] (no subject)

2006-10-12 Thread message
Title: 51mymail 感谢您订阅51mymail许可邮件,如果您在信箱中不能正常阅读此邮件,请点击这里

Re: [Zope] (no subject)

2006-08-03 Thread Marco Bizzarri
Please take a look at the Zope book, in the section about security where it speaks about "trusted" and "untrusted" code. Basically, you can access from a Python script (i.e. untrused code) only those modules which are explicity declared so in Zope. time module is most probably not in those modul

[Zope] (no subject)

2006-08-03 Thread barrett-zope
I'm new to Zope, though I've been writing Python for some time. I have a fresh installation to which I've added a simple Python script (code below) in the root directory. When I test the script through the ZMI or attempt to access it via the web, I get an error: Error Type: Unauthorized Er

Re: [Zope] (no subject)

2006-07-20 Thread José Henrique
I couldn't reproduce this behavior.  When I try to make such assignement (myObject.title='The new title'), Zope returns this messageattribute-less object (assign or del) I'm using Zope 2.7.6-final, python 2.3.4. Jose Henrique2006/7/18, Martijn Pieters <[EMAIL PROTECTED]>: On 18 Jul 2006 19:12:54 -0

Re: [Zope] (no subject)

2006-07-18 Thread Martijn Pieters
On 18 Jul 2006 19:12:54 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Why, given an object called myObject with a title property, can I not change the title by saying simply: myObject.title='The new title' You can. Property sheets are aimed at ease of changing through the web; it is a s

[Zope] (no subject)

2006-07-18 Thread barrett-zope
I'm trying to get a handle on Zope and don't understand the rational behind the manage_changeProperties() method. Why, given an object called myObject with a title property, can I not change the title by saying simply: myObject.title='The new title' _

[Zope] (no subject)

2006-06-27 Thread LYNN
zope,hi i need a kind of content type that describing network device such as router,swtich and server .i can use those content object access actual network device by snmp. can you tell me are there this kind content type? give me some interrelated information ,let me learn about it

Re: [Zope] (no subject)

2005-11-29 Thread Chris Withers
Yes, I feel like that sometimes too ;-) Dennis Allison wrote: -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

[Zope] (no subject)

2005-11-27 Thread Dennis Allison
-- ___ 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/listinfo/zope-dev )

Re: [Zope] (no subject)

2005-11-18 Thread Chris Withers
AZAIS Bruce wrote: Hi, excuse-me for my English but i'm french ;-) This is a Plone problem, you're likely to get more help on a Plone list. * "Le contenu de ce courriel et ses eventuelles pièces jointes sont confidentiels. Ils s'adressent e

Re: [Zope] (no subject)

2005-11-16 Thread Andreas Jung
--On 16. November 2005 10:13:24 +0100 AZAIS Bruce <[EMAIL PROTECTED]> wrote: AttributeError: plone_javascripts.js Please ask on the plone-users list for Plone related issues. -aj pgpUXSKlvJCHB.pgp Description: PGP signature ___ Zope maillist

[Zope] (no subject)

2005-11-16 Thread AZAIS Bruce
Title: Message Hi, excuse-me for my English but i'm french ;-) i've install zope 2.8.4 and Plone 2.1.1. i've do a copy of my data.fs and my products of my old Zope 's version zope 2.6.1, in the new version. the problem is that when i write http://localhost:8080/intranet to my URL, i've an er

[Zope] (no subject)

2005-08-06 Thread Dennis Allison
We've been seeing this problem for some time. Earlier postings to the list were helpful in that we have eliminated possible causes, but the problem has never been resolved. Any assistance in tracking down the problem and fixing it would be greatly appreciated. Our configuration: Athlon dual pr

[Zope] (no subject)

2005-05-10 Thread Dennis Allison
Dieter, I get the following error at startup (Zope 2.7.6-final, Python 2.3.4, ZopeProfiler 1.1 in a multi-headed Zope/ZEO configuration with shared session variables. My hypothesis is that the culprit is the ZopeProfiler and that I need to move to Version 1.4. Are there any problems using it

[Zope] (no subject)

2005-04-19 Thread Maslak, Michael
Hi All,   How do I install multiple instances of Zope that are valid Windows Services in W2K3 w/ SP1 installed? i.e. start like an automatic service on startup?   Only the initial instance that gets created during the installation process gets associated with a Hardware Profile, "Profil

[Zope] (no subject)

2001-01-24 Thread Priya Ramkumar
Hi I am trying to create a wizard in my portal to enable users to store information. In addition to the features of the already existing Document Wizard, I would like my Wizard to have more features like information about the category of the document, etc. I created a file called "Userdocument.py

[Zope] (no subject)

2001-01-08 Thread sdkcsd
GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY! STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN GET ONE FOR ONLY $11.95 PER MONTH! DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO G

[Zope] (no subject)

2001-01-07 Thread sdlclkds
GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY! STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN GET ONE FOR ONLY $11.95 PER MONTH! DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO G

[Zope] (no subject)

2001-01-05 Thread Gross, Chedva
I have an array created using javascript on one web page. I want to access that same array (or piece of it) on another page. How can I go about doing this without using forms? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/list

RE: [Zope] (no subject)

2001-01-03 Thread Mohan Baro
If its not ZOPE hosting ... don't send it here!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 2:00 AM To: [EMAIL PROTECTED] Subject: [Zope] (no subject) GET YOUR OWN 100 MEG WEBSITE FOR ONLY $

[Zope] (no subject)

2001-01-03 Thread lcdsl
GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY! STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN GET ONE FOR ONLY $11.95 PER MONTH! DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO G

[Zope] (no subject)

2000-12-22 Thread csdfcmso
GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY! STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN GET ONE FOR ONLY $11.95 PER MONTH! DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO G

[Zope] (no subject)

2000-12-11 Thread Cornelis J. de Brabander
I have an educational application in which teachers and students can upload all kinds of documents as files. Since I upgraded from Zope 2.0.1 to 2.1.6 I have a problem with html-documents that are added as files. What happens is that the text in the last HTML-paragraph is cut off somewhere in the

[Zope] (no subject)

2000-11-29 Thread Anderson Ami
Zopers, Anybody knows how can I change the value of a property of an object which has a dynamic (string variable) name ? thanks, Anderson ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HT

[Zope] (no subject)

2000-11-29 Thread jacintha menezes
Hi, I have developed a product in windows 95/98. Is it possible to port that product to NT Machine. If so please tell me how?. Thanks, jacintha ___ Zope maillist - [EMAIL PROTECTED] http:/

[Zope] (no subject)

2000-11-18 Thread George Osvald
Hello Everyone, I have been playing with ZOPE for some time and I absolutely love it. I have my own site running without a problem for about six months. Recently I was able to demonstrate ZOPE to a "VERY" major player in entertainment industry (music and video). I sold the idea to them and in abo

Re: [Zope] (no subject)

2000-10-23 Thread ethan mindlace fremen
Robert Joseph Roos wrote: > invalid attribute name, "manage_addproperty(name", for tag manage_addProperty(name='foo', value='bar', type='string')>, on > line 10 of makeSched don't know if anybody helped you on this already, but any method call is an expression, and should be (pedantically) spel

RE: [Zope] (no subject)

2000-10-17 Thread Eric Walstad
Hi Rob, I'm a newbie, but I just finished doing what you are trying to do. Here's how I did it: Product name: NewsItem ZClass: CNewsItem Property Sheet: NewsProperties In the BuildNews dtml method: Hope it helps. Eric. // I want to create a large number of pr

[Zope] (no subject)

2000-10-16 Thread Robert Joseph Roos
I want to create a large number of properties for a Zclass. My Zclass has a propertysheet named Schedule. I've tried stuff like this: manage_addProperty(name='foo', value='bar', type='string') The 's don't get an error, so I must be popping namespaces on properly. But the manage_addProp

[Zope] (no subject)

2000-10-11 Thread Robert Joseph Roos
I tried to delete a product from the Control Panel. The particular prodcut in question is the Demo Portal from ZopePTK, version 0.8, which I mistakenly imported into Zope 2.1.something. In any case, I get the following error: Zope Error Zope has encountered an error while p

[Zope] (no subject)

2000-10-10 Thread Dieter Maurer
Chris Withers writes: > Toby Dickenson wrote: > > Those people were concerned that too many things were exposed via > > ZPublisher also My interpretation was that the issue is one of > > access control, not publishing protocol. > > I think the issue is that you can't limit the visibilit

[Zope] (no subject)

2000-09-27 Thread Luciano Caroti
Hi, I would like to build a repository for dowloading software in Zope. The user need to register and then I send him an URL inside email to access for downloading file, but: How can I automate the process of authentication and selective downloading, is there an example or have you any website th

[Zope] (no subject)

2000-09-23 Thread Brian Hickman
I am trying to build my first ZClass. Actorclass inherits from classes Object Manager and Catalogue Aware. In Product Management at /Control_Panel / Products I created a product with id="LegalObjects". I have one ZClass in the product. The ZClass has Id="Actorclass", title="Actor Class for Le

Re: [Zope] Re: Mailhost problems (was: [Zope] (no subject))

2000-09-18 Thread Dieter Maurer
"Suhail Murtaza" <> writes: > hello sir... > Thanx for responding. > i have tried all the things ur goodself mentioned and > tried it again today after reading ur mail..but somehow > couldnt come up with success.. There is an essential thing with "". The header fields must not be preceede

[Zope] Mailhost problems (was: [Zope] (no subject))

2000-09-16 Thread Dieter Maurer
"Suhail Murtaza" <> writes: I have tried to reproduce your problem: > 1>>>### > mailhost="MailHost3" > mailto="vikas <[EMAIL PROTECTED]>" > mailfrom="suhail <[EMAIL PROTECTED]>" > > Subject="" > Dear Rik ! > > ... > > ... sent but

[Zope] (no subject)

2000-09-11 Thread Matthew Burleigh
ignore -- - Matthew Burleigh - Systems Administrator, Digital Creations - publishers of Zope. - (888)344-4332 -- http://www.digicool.com - http://www.zope.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No c

[Zope] (no subject)

2000-09-04 Thread neeloy_saha
Hi all, I am getting the following error when i try to install the portal toolkit with the ' experimental login manager support'. I am using the zpatterns version : ZPatterns-0-4-1snap1and demo portal : 0.8.2 and other products. If I create the portal with no initail member then i am able to have

[Zope] (no subject)

2000-08-22 Thread George Osvald
Hello everyone! My ISP where I have my web page, is running freeBSD 4.0. I do not know a lot about it. I know how to use crontab to start ZOPE at certain time how ever how do I use crontab to check on the script that is already running? Starting ZOPE again when it's running produces an error mess

[Zope] (no subject)

2000-08-14 Thread Michel Houben
Hello, I have a problem; How can I fix the date in Dutch, for example Vrijdag 12 Augustus 2000 instead of Fruday 12 August 2000. I hope you can help me with this problem. Michel Houben ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/ma

[Zope] (no subject)

2000-08-14 Thread Bill Welch
I'm having trouble with nested dtml-in. The outer ZSQL returns the coordinates of a zip code as zlat and zlong. The inner ZSQL takes zlat and zlong as well as Range and Otype as arguments. When I run it I get Error Type: Bad Request Error Value: ['zlat', 'zlong'] If I hardwire the inner on

[Zope] (no subject)

2000-08-08 Thread George Osvald
  Please help!   Install problems on FreeBSD   I've installed ZOPE several times before on different systems(win(win98, NT, Linux) for testing purposes. Always logged in as rootI never encountered any problems. Recently I finally decided to upgrademy web-site to a ZOPE-Site and that's when th

[Zope] (no subject)

2000-08-07 Thread Casey Duncan
Simon Coles writes: > We have binary files stored in Zope, for example Word documents (but > could be any of a variety of document types). > > We would like to be able to index and search the contents of these > files using ZCatalog. So if a Word file contains the word "Fred", > then any sea

[Zope] (no subject)

2000-08-06 Thread Herring, William O.
I am new to using Zope, but have been succesfull at using a psql input wizard to generate forms to dump data to a postgresql table. However, I have a dilema. I would like to generate a form that can dump multiple inserts to a variable, say x1 into a table. However, there is an additional variab

[Zope] (no subject)

2000-08-03 Thread weboats
Greetings, Is there a limit to the number of objects that may appear in a product? The goal is to be search engine friendly: http://www.myserver.com/us/ca/San_Francisco/mycategory/index_html /myroot /us /mycategory Would it be unreasonable to have 42620 folders (one for each US city a

[Zope] (no subject)

2000-07-28 Thread Dieter Maurer
Subject: Potential tree bug (was: Re: [Zope] dtml-tree question) In-Reply-To: <[EMAIL PROTECTED]> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Jonothan Farr writes: > What is the difference betwe

[Zope] (no subject)

2000-07-27 Thread Derouin . C
hi, do you know any zope's competitors ? Kate ___ 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-announce http://

[Zope] (no subject)

2000-07-26 Thread Uros Midic
I'm trying to rewrite my ZClass as a python product. In the ZClass I uploaded an applet (e.g. called MyApplet.class) in the methods management screen, so that another method in the same ZClass could reference it simply with (both the method and the applet always had the same base URL, which was

Re: [Zope] Tim's Gripe Of The Week --> was: [Zope] (no subject)

2000-07-18 Thread Bill Anderson
Tim Cook wrote: > > Hi all, > > I have given myself permission to post this gripe. > Thank You > > While I do use the list archives and I try to get others that are > new to Zope to do the same. I have a gripe for the Zen Masters. > It's the subject line above. > > Granted most of the "No Su

[Zope] Tim's Gripe Of The Week --> was: [Zope] (no subject)

2000-07-17 Thread Tim Cook
Hi all, I have given myself permission to post this gripe. Thank You While I do use the list archives and I try to get others that are new to Zope to do the same. I have a gripe for the Zen Masters. It's the subject line above. Granted most of the "No Subject" mail starts with a newbie quest

Re: [Zope] (no subject)

2000-07-17 Thread Chris Withers
"Leichtman, David J" wrote: > I've previously been a Perl programmer. I did a lot of stuff where I would > have multiple links with different options. > Ex. > > 1234 > 2345 You can do this and more with a SiteAccess access rule and modifying the remaining traversal stack. It's a REQUEST variable

Re: [Zope] (no subject)

2000-07-17 Thread R. David Murray
On 14 Jul 2000, Karl Anderson wrote: > __bobo_traverse__ is another attribute that the object may have to > drive the publishing process, but I haven't needed to understand why > it's useful yet :) Isn't that where he'd hook in to do exactly what he wants? To have an (arbitrary) object "eat" sub

Re: [Zope] (no subject)

2000-07-14 Thread Karl Anderson
"Leichtman, David J" <[EMAIL PROTECTED]> writes: > I've previously been a Perl programmer. I did a lot of stuff where I would > have multiple links with different options. > Ex. > > 1234 > 2345 > > Then, in script.pl, I would pick up the extra info on the other side from > $PATH_INFO. > > The

RE: [Zope] (no subject)

2000-07-13 Thread Chris McDonough
> Thanks for responding so quickly. > > I'm not sure I understand. The problem here, and the reason I > can't simply > use a form or a session, is that I want to set a series of > links that send > different options to the same method. I guess it's the > equivalent of passing > args to a dtml

RE: [Zope] (no subject)

2000-07-13 Thread Chris McDonough
to construct your own Zope objects in which you can place a __bobo_traverse__ method to just use query string arguments instead, which are available through the REQUEST object. > -Original Message- > From: Leichtman, David J [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 13,

[Zope] (no subject)

2000-07-13 Thread Leichtman, David J
I've previously been a Perl programmer. I did a lot of stuff where I would have multiple links with different options. Ex. 1234 2345 Then, in script.pl, I would pick up the extra info on the other side from $PATH_INFO. The problem in Zope is that there is no "end" to the address. Serving from A

[Zope] (no subject)

2000-07-05 Thread Andreas Elvers
Hi, I am having trouble with a non standard download method. I want to provide a download link to a file, but not the standard one, because I would get the id as the filename. The id is a random value and thus not suitable for the customer. The real filename is saved in the title property. So I

[Zope] (no subject)

2000-06-29 Thread Hamish Lawson
Jim Hebert wrote: > Is there a reason you can't do this by just messing with the > namespaces stack, ie, adding additional folders to it? I had been latterly thinking this myself and set about trying to do it, but being new to Zope development, didn't have much success! I presume it involves mo

Re: [Zope] (no subject)

2000-06-27 Thread Bill Anderson
"Jay, Dylan" wrote: > > > -Original Message- > > From: Marco Mariani [mailto:[EMAIL PROTECTED]] > > Sent: Monday, June 26, 2000 6:39 PM > > To: Jay, Dylan > > Subject: Re: [Zope] (no subject) > > > > > &g

Re: [Zope] (no subject)

2000-06-27 Thread Graham Chiu
In article <014501bfdf74$dce74e50$6200a8c0@longwy>, Luc Tonin writes >does anybody know how to have some statistic about each web pages >under zope?? each pages is da result of query on a mysql database ! >any id ??? >thx by advance >  >L.Tonin >  I have a sql method

RE: [Zope] (no subject)

2000-06-26 Thread Jay, Dylan
> -Original Message- > From: Dieter Maurer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 27, 2000 3:31 AM > To: [EMAIL PROTECTED] > Cc: '[EMAIL PROTECTED]' > Subject: RE: [Zope] (no subject) > > > Jay, Dylan writes: > > ... > >

RE: [Zope] (no subject)

2000-06-26 Thread Jay, Dylan
> -Original Message- > From: Marco Mariani [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 26, 2000 6:39 PM > To: Jay, Dylan > Subject: Re: [Zope] (no subject) > > > On Mon, Jun 26, 2000 at 02:56:39PM +1000, Jay, Dylan wrote: > > >

RE: [Zope] (no subject)

2000-06-26 Thread Dieter Maurer
Jay, Dylan writes: > ... > Perhaps another example will prove its uglyness. > > _[some_value] == 'a property value' and > AUTHENTICATED_USER.has_role('Manager')"> > > > link text > _[some_value] == 'a property value' and > AUTHENTICATED_USER.has_role('Manager')"> > >

Re: [Zope] (no subject)

2000-06-26 Thread ethan mindlace fremen
Luc Tonin wrote: > > does anybody know how to have some statistic about each web pages > under zope?? each pages is da result of query on a mysql database ! > any id ??? > thx by advance I don't know if this is what you mean, but you can use webalizer or another statistics package on the log fil

[Zope] (no subject)

2000-06-26 Thread Luc Tonin
does anybody know how to have some statistic about each web pages under zope?? each pages is da result of query on a mysql database ! any id ???thx by advance   L.Tonin  

Re: [Zope] (no subject)

2000-06-26 Thread Bill Anderson
"Jay, Dylan" wrote: > > > -Original Message- > > From: Marco Mariani [mailto:[EMAIL PROTECTED]] > > Sent: Friday, June 23, 2000 9:54 PM > > To: Jay, Dylan; [EMAIL PROTECTED] > > Subject: Re: [Zope] (no subject) > > > > > &g

RE: [Zope] (no subject)

2000-06-25 Thread Jay, Dylan
> -Original Message- > From: Dieter Maurer [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 24, 2000 8:11 AM > To: Jay, Dylan > Cc: '[EMAIL PROTECTED]' > Subject: Re: [Zope] (no subject) > > > Jay, Dylan writes: > > Here's a feature

RE: [Zope] (no subject)

2000-06-25 Thread Jay, Dylan
> -Original Message- > From: Marco Mariani [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 23, 2000 9:54 PM > To: Jay, Dylan; [EMAIL PROTECTED] > Subject: Re: [Zope] (no subject) > > > On Fri, Jun 23, 2000 at 04:32:39PM +1000, Jay, Dylan wrote: > > > It

RE: [Zope] (no subject)

2000-06-25 Thread Jay, Dylan
> -Original Message- > From: Shalabh Chaturvedi [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 23, 2000 5:19 PM > To: Jay, Dylan; [EMAIL PROTECTED] > Subject: Re: [Zope] (no subject) > > > Hi: > > Could you give an equivalent using the current dtml tags?

Re: [Zope] (no subject)

2000-06-23 Thread Dieter Maurer
Jay, Dylan writes: > Here's a feature I just submitted to the collector. > > It seems to me that a few tweaks to the dtml-if syntax would be beneficial > something like the following would certainly clean up some of the logic I > end up writing. > > > > > link text > > (no lin

Re: [Zope] (no subject)

2000-06-23 Thread Marco Mariani
On Fri, Jun 23, 2000 at 04:32:39PM +1000, Jay, Dylan wrote: > It seems to me that a few tweaks to the dtml-if syntax would be beneficial > > something like the following would certainly clean up some of the logic I > end up writing. > > > > > link text > > (no link currently available) >

[Zope] (no subject)

2000-06-23 Thread Jon Franz
Try Ultraedit32 - its one of the best editors out theres for raw coding and text manipulation. It includes tag coloring and recognition for html, perl, c, vb, asp and other already - and the file 'wordlist.txt' it uses can be edited easily to add new tags or keywords, or to define whole new langua

Re: [Zope] (no subject)

2000-06-23 Thread Shalabh Chaturvedi
Hi: Could you give an equivalent using the current dtml tags? Thanks, Shalabh - Original Message - From: Jay, Dylan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 23, 2000 12:02 PM Subject: [Zope] (no subject) > Here's a feature I just submit

[Zope] (no subject)

2000-06-22 Thread Jay, Dylan
Here's a feature I just submitted to the collector. It seems to me that a few tweaks to the dtml-if syntax would be beneficial something like the following would certainly clean up some of the logic I end up writing. link text (no link currently available) What do people think? I've

[Zope] (no subject)

2000-06-16 Thread Ron Bickers
Howdy all, I discovered something bizarre that happens in my 2.1.4 and 2.2b1 installations. I have a ZClass based on ObjectManager. In an instance of the ZClass, I can "Add" most of the available objects (DTML Documents, DTML Methods, User Folder, MailHost to name a few). However, for at least

Re: [Zope] (no subject)

2000-06-07 Thread R. David Murray
On Tue, 6 Jun 2000, Alexandre A. Drummond Barroso wrote: > We are posting e-mails about it on the list for a while and nobody answered, > so I must think that nobody on Zope universe is using Oracle 8i (neither NT > nor Linux Oracle 8i client). I installed DCOracle for a client using 8i. The onl

Re: [Zope] (no subject)

2000-06-06 Thread David Trudgett
At 2000-06-06 09:44 -0300, you wrote: >You both had the same problem I have now: make Oracle 8i (in my case, Oracle >8.1.6) work with Zope. >DCOracle is working well (Makefile attached to this message) but ZOracle >isn't running yet. > >We are posting e-mails about it on the list for a while and

[Zope] (no subject)

2000-06-06 Thread Anthony Baxter
>>> "Alexandre A. Drummond Barroso" wrote > You both had the same problem I have now: make Oracle 8i (in my case, Oracle > 8.1.6) work with Zope. > DCOracle is working well (Makefile attached to this message) but ZOracle > isn't running yet. You're doing it the difficult way - just use -lclntsh

[Zope] (no subject)

2000-06-06 Thread Alexandre A. Drummond Barroso
You both had the same problem I have now: make Oracle 8i (in my case, Oracle 8.1.6) work with Zope. DCOracle is working well (Makefile attached to this message) but ZOracle isn't running yet. We are posting e-mails about it on the list for a while and nobody answered, so I must think that nobody

[Zope] (no subject)

2000-06-04 Thread Andy Gates
Two in one? I'm stuck (again!). Here's what I'm trying to do, so you mighty boffins can stroke your beards while chuckling... On one page I want to show the details o a project and the people working in it. This needs to be reachable via a simple friendly search. So, I have a SQL method that ta