Re: [Zope] Unstable Zope when started at boot time Linux.....centinel solutions notvery acceptablevery acceptable

2000-05-18 Thread Tino Wildenhain
s to start Zope with the appropriate user-id. see "man su" for this. Regards Tino Wildenhain "Felipe E. Barousse" wrote: > > > I do believe this approach will work to restart crashed Zope but, I > would expect Zope to work correctly and be very stable when

Re: [Zope] How to use WebDAV?

2000-05-20 Thread Tino Wildenhain
site with IE. So you have to always "log in" before open as webfolder. But you can drag and drop files into the open folder. At least this works :-) This is helpful for putting downloadable file, images into a zope folder. Regards Tino Wildenhain __

Re: [Zope] DTML Document size limit?

2000-05-23 Thread Tino Wildenhain
. Regards Tino Wildenhain Andrew Diller wrote: > > I can't get a DTML Document to be bigger than about 105k. > > Is there a size limit to a DTML Document, and if so, how big? > > 105k isn't that large. > > -andy diller > > __

Re: [Zope] tag?

2000-05-24 Thread Tino Wildenhain
(dit not found the original post) > On Sun, 29 Aug 1999, Martijn Pieters wrote: > > >permissions at all. At any Zope2 site, I can add /PrincipiaSearchSource to > >the URL and see the source of that DTML Method/Document. No, thats not true. I just checkt it. Regards Tino

Re: [Zope] SQL-Query works with MySQL-monitor but not with ZMySQLDA

2000-05-29 Thread Tino Wildenhain
Hi Andy, Andy Pahne wrote: > > Hi, there, > > if I use my mysq-monitor to execute the following query, everything works > fine: > > SELECT YEAR(START_DATE) FROM EVENT; > > but it doesn't work via the ZMySQLDA!?! > > Here's the traceback: > > Error, exceptions.KeyError: unhandled > Pleas

Re: [Zope] Traceback? Codechange!

2000-05-29 Thread Tino Wildenhain
ery ugly imho. It schould be sufficient, if one includes the traceback-variable into the standard-error where its appropriate. In the current implementation it will break the HTML-standard with code outside and additionally makes it impossible to get error-messages to picky browsers, such as WAP-dev

Re: [Zope] IRC Chat - tools[win32] and advice

2000-05-30 Thread Tino Wildenhain
sewhere. Its really not too hard ;) Regards Tino Wildenhain ___ 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-anno

Re: [Zope] zodbc performance question

2000-06-09 Thread Tino Wildenhain
Hi Julio, we tested exactly this approach but run into some deadlock-situations. Since it did not improve performance we now use only one connection-object per database. Regards Tino Wildenhain julio dinis wrote: > > Hi all, > > Using zodbc, supose we have the following si

Re: [Zope] Extended characterset

2000-06-09 Thread Tino Wildenhain
Hi Ivan, you may want to try out the modifier url_quote eg: HTH Tino Wildenhain Ivan Mackintosh wrote: > > Hi, > > What I want to do is to allow users to be able to enter greek/mathematical > symbols into a textbox. I have managed to do this but get the following > pro

Re: [Zope] zodbc performance question

2000-06-09 Thread Tino Wildenhain
table after the update. It will however "commit" the write when the document is fully generated. connection2-object will block therefore. HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

Re: [Zope] Dynamically Picking which object to display

2000-06-09 Thread Tino Wildenhain
uded. If the session is timed out or a not authenticated user tries to access some pages, the session-management (a dtml-method) sends a redirect to the login-page. I can give a more detailed description on request. But at least: yes, you can do it; yes, it makes sense HTH Tino Wildenhain

Re: [Zope] YA newbie question

2000-06-09 Thread Tino Wildenhain
lling a dtml-method renders its output rather then the source. This is what is done in the first variant. NB: often you have to provide the documents context to the method, so the above call is somthing like (or such like - have to look again over some documentation or the list for this) HTH

Re: [Zope] logout

2000-06-10 Thread Tino Wildenhain
ften prependig the url with the new user like this: http://newuser@site/... logs you out and in as the new user. But this behavior is not defined as in rfc. HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listi

Re: [Zope] Re: dtml-tree with data from multiple tables

2000-06-10 Thread Tino Wildenhain
make it unique, I add an offset to each tables key and remove it for query. My query is kind of self modifying for this, comparing if the key is inside a given interval and making the query at the appropriate table with removing the offset first and adding the next offset to the results. I can prov

Re: [Zope] problem with PTK and LoginManager

2000-06-15 Thread Tino Wildenhain
ownload-page. (in short: you have to restart your zope) Regards Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/

Re: [Zope] Extra Path Info

2000-06-15 Thread Tino Wildenhain
. snoop.jsp/ABC?query=.. I dont see the relation to Zope here, but why do you want to add a path to a document? >From what I know it does not work. You should probably use a servlet here or zope with the traversal patch for documents and methods.

Re: [Zope] TAG for file date

2000-06-20 Thread Tino Wildenhain
dynamic tag? I am >thinking something like copied-file > Any help would be apprechiated. > actually it is where fileobject is your actual object. HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listin

Re: [Zope] Expressing expressions

2000-06-20 Thread Tino Wildenhain
Hi RC, RC Compaan wrote: > > Simple addition seems a bit tricky in zope > ><--// Here i tried to Try HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cros

Re: [Zope] Change Notification

2000-06-20 Thread Tino Wildenhain
) ), but I need to update the relation links if the destination folder > is moved. if it is in aqisition path, may help. It would give you the URL of the object whereever it is at the moment. May be, you could use ZCatalog otherwise. HTH Tino Wildenhain

Re: [Zope] Using Zope DB connection from a Python class

2000-06-21 Thread Tino Wildenhain
Hi Ivan, > 3. Zope 2.1.7 > Z ODBC DA 3.0.3 > Solid dev kit 2.3 > RedHat Linux 6.1 on i386 How to use Z ODBC DA on Linux? I only found a windows binary. Tino ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/ma

Re: [Zope] image inclusion: empty ALT not the same as no ALT

2000-06-23 Thread Tino Wildenhain
t; supplied. I assume the check for the attribute is only something like that: if alt: ... So an empty string is considered also false. You can work around with Since a space is not seen but also not false. HTH Tino Wildenhain ___ Zope maillist

Re: [Zope] Multiple Languages

2000-06-29 Thread Tino Wildenhain
have the code to tell what version of the page is appropriate with given browser-configuration (language-preferences) and availability. We have now to make a product to hold the different versions of documents for each language. Regards Tino Wildenhain _

Re: [Zope] Error handling and super users....

2000-06-30 Thread Tino Wildenhain
ers from within our domain... Look for the options of zpasswd.py. You can run it interactively with "python zpasswd access" at the last step you are asked for valid domains. HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://

Re: [Zope] Re: ZClass in ZClass problem

2000-07-02 Thread Tino Wildenhain
ce" and > > "propertysheets/methods/RandomZItem_add%20/manage_workspace". > >I found that not only my ZClassess do this way. I imported SiteSummary - > and got the problem. Something broken in my installation? %20 is the urlencoded representation of an extr

Re: [Zope] how to invalidate an object in the cache?

2000-07-02 Thread Tino Wildenhain
ge, not the document. So one has to patch the image-object as I did for this case. Regards Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related l

Re: [Zope] Rewrite rules

2000-07-03 Thread Tino Wildenhain
rewrite module of Apache is documented here: http://www.apache.org/docs/mod/mod_rewrite.html We need more information of what you want to help you more. HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

Re: [Zope] Lists and external methods

2000-07-05 Thread Tino Wildenhain
return(self.data.keys()) def values(self): return(self.data.values()) if you use generic_datarecord(column1=value1,coulumn2=value2) for each row, you can alterate over a list of such datarecord_objects with using and HTH Tino Wildenhain PS: __len__() is

Re: [Zope] the

2000-07-05 Thread Tino Wildenhain
That should make WinZip happy ;-) rather it should be .tgz to make WinZip happy ;-) Tino Wildenhain PS: good idea is to deactivate "hide known extensions" in the options of your folders. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.

Re: [Zope] How do I specify a list element?

2000-07-05 Thread Tino Wildenhain
ement of MyList" or > the second or third. > > I've tried but I get this error: > actually it is you were pretty close :-) Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

Re: [Zope] [Repeat] Nt server w/ Zope

2000-07-09 Thread Tino Wildenhain
roduces. If you cant see them because the window closes too fast, call it from dos promt. HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope] "just html", help, help, help !!!

2000-07-11 Thread Tino Wildenhain
, you would take an extra submit button (or image) to open a new part of the page to input the needed information. HTH Tino Wildenhain Marcel Preda wrote: > > - Original Message - > From: Vincent Maton <[EMAIL PROTECTED]> > To: Zope <[EMAIL PROTECTED]> > Sent: Mon

Re: [Zope] DTML?

2000-07-11 Thread Tino Wildenhain
ce-index etc. comes to mind. I would do it in some minutes if one wants it... Regards Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - ht

Re: [Zope] --- In zope@egroups.com, Paul Abrams wrote:

2000-07-11 Thread Tino Wildenhain
gt; I bet this is not what he asked for. He wants the code of each dtml-document (or method) be smaller for output to the client. Actually, I would like to be able to skip whitespaces around and friends too. But this is impossible without patching zope (or writing them all in one line, which

Re: [Zope] trailing whitespace optimization

2000-07-11 Thread Tino Wildenhain
part of the zope > Extenions library, it should be in something called > /opt/zope/Extensions/ called strip_blanks.py. You can > attach it to your zope session, then it is called via: > > > Is this the same as calling only slower? ;-) Regards Tino Wildenhain _

Re: [Zope] Adding comments to documents like in ACS ...

2000-07-11 Thread Tino Wildenhain
really > like ACS' "bboard" system, that's the kind of functionality I think > these objects should provide. > Yes. And I often wonder where my notes to sessions walk to. For the meantime, at least for docuements and methods, we can heavyly use Regards Tino Wildenhain _

Re: [Zope] LoadSite can create a corrupted data.fs ?

2000-07-12 Thread Tino Wildenhain
is corrupted, I'll lost one week of work > for my company. Why dont you simply restore your Data.fs from a regular backup? Regards Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross pos

Re: [Zope] space in variable returned by queries

2000-07-13 Thread Tino Wildenhain
Vanfleteren Francois wrote: > > Hello, > I'm working with Zope and PostgreSQL > When i do a query, Zope returns me a variable with a space at the end > Do you know how i can do not to have this space at the end? should do. Or

Re: [Zope] zope crawls - the day after

2000-07-14 Thread Tino Wildenhain
different) can handle much higher traffic with not much complaints. Uhm. Headers are headers, not content. As example, image files have headers too but no HTML inside. So you should set headers with RESPONSE.setHeader() hth Tino Wildenhain ___ Zope maill

Re: [Zope] Case sensitivity

2000-07-17 Thread Tino Wildenhain
ensitive? Most web-servers are case-sensitive. So where is the problem? You only have to type your links carefully, what is somewhat simplyer with Regards Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listi

Re: [Zope] z2.py with -a option: ZServer FTP server not listening on correct ip address

2000-07-19 Thread Tino Wildenhain
t;. # 10.0.0.0 10.255.255.255 # 172.16.0.0172.31.255.255 # 192.168.0.0 192.168.255.255 HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! *

Re: [Zope] New How-To on Cookies (need feedack)

2000-07-19 Thread Tino Wildenhain
Netscape or in a directory for I.E. " this is only their (the UA's) implementation of persistence. Its not the nature of cookies to be written on any filesystem. Just for clarifying the subject. Regards Tino Wildenhain ___ Zope maillist -

Re: [Zope] Is there a function which evaluate a python expression situated in a string variable ?

2000-07-21 Thread Tino Wildenhain
would have to split or look along the mailinglist, there was mentioned something like "get object from url" HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross post

Re: [Zope] zeo and rdb backend

2000-08-14 Thread Tino Wildenhain
ion for local configuration issues would be a mountable database for specific sections (like products and some folders with database-connections and such) Imagine a situation where different instances of zope, connected via zeo have to use different database-connections (odbc for windows, any oth

Re: [Zope] tree plus/minus url

2000-08-14 Thread Tino Wildenhain
zope code could do that? For me it works fine! Would you mind including an alias for tree-item-clickurl which reads tree_item_clickurl before posting it to the collector? I hope we can make all this ugly hypenation variables go away someday... Regards Tino Wildenhain _[_['sequence-item&

Re: [Zope] Help!! RE:mutilple select forms and ZSQL Method

2000-08-14 Thread Tino Wildenhain
inside the variable which would not be properly sql-quotet this way. Can be very securety riscy. Regards Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! *

Re: [Zope] how to generate a Vcard ?

2000-08-15 Thread Tino Wildenhain
end your self a vcard and look at the text... (The plain message of course) HTH Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http:/

Re: [Zope] doesn't?

2000-08-19 Thread Tino Wildenhain
t; > That seems silly to me. Anyone else agree? No, I disagree. Why do you want bad dtml even inside comments? dtml-comment is a tag like all the other tags. It does not control the parser. One advantage is, you may nest comment-tags. Regards Tino Wildenhain __

Re: [Zope] Changing a Z object's __class__ dynamically

2000-08-20 Thread Tino Wildenhain
it does not reflected in the Z Object's > memory-cached version. When I remember correcly, DC's setattr does not change attributes with leading underscore in a persistence way. These attributes are considered to be local. Regards Tino Wildenhain _

Re: [Zope] tree plus/minus url

2000-08-21 Thread Tino Wildenhain
? For me it works fine! > > > >Would you mind including an alias for tree-item-clickurl which reads > >tree_item_clickurl before posting it to the collector? > > > >I hope we can make all this ugly hypenation variables go away someday... > > > >Regards >

Re: [Zope] Month number as string as variable

2000-08-22 Thread Tino Wildenhain
Hi, "Williamson, Aaron" wrote: > > Peter, > > Try this bit of mojo here: > > # actually, it schould be: > # to produce 'month_01' to 'month_12' > > > Regards Tino Wildenhain

Re: [Zope] Microsoft SQL Server Access under Linux?

2000-08-25 Thread Tino Wildenhain
Hi Darin, Darin Lee wrote: > > Zopistas, > > Is it possible to access an ODBC data source through Zope running under Linux? I >have perused the literature, and it appears the Zope DA's for ODBC only run under the >Win32 environment. > > I would very much like to setup ZAP (for many reasons),

Re: [Zope] Linux and ODBC

2000-08-26 Thread Tino Wildenhain
to build most of it under linux. You have to move part of the distribution into different places. When I fully succeed ( I had plain mxODBC running already!) I will make an how-to of it. So please stay tuned ;) Regards Tino Wildenhain ___ Zope ma

Re: [Zope] Copying a dtml method when creating a ZClass instance

2000-09-01 Thread Tino Wildenhain
Hi Kamon, kamon ayeva wrote: > > Hi, > > I need some help. > I have a DTML method at the root of Zope called 'Template'. > How can I make the constructor of a ZClass (folderish) to copy this method > to each of its instances ? Can someone provide me with a complete snippet to > add in the ZClas

Re: [Zope] Socket.Error

2000-09-02 Thread Tino Wildenhain
ure one can unduptfully reresolve the hostname to its ip-address again. It asks first for the name to the ip-address. Then it asks for the ip-address to this name. The question is, where did you change the name? In DNS you have to change it in both databases. Regards Tino Wildenhain

Re: [Zope] SQL Methods

2000-09-02 Thread Tino Wildenhain
e proper access rights. This was due to a change in the security mechanism on 2.2.x. The default policy is now: disallow everything as log as its not explicitely permittet. I would suggest to look for the patch on sql-methods or simply upgrade to the latest 2.2.1 where this (and much more) has alr

Re: [Zope] Copying a dtml method when creating a ZClass instance

2000-09-02 Thread Tino Wildenhain
Hi, kamon ayeva wrote: > > I have several reasons whay I need to attach a template to each ZClass. > Among them are: > 1/ cases like high level folders where I might want to customize the page's > rendering and/or skin, > 2/ cases like contained objects which uses a generic skin (but you can sti

Re: [Zope] Re: superuser confusion

2000-09-05 Thread Tino Wildenhain
Hi, Chris McDonough wrote: > > On Tue, 5 Sep 2000, Evan Simpson wrote: > > > > I've got to say I agree with you here. I'm still not 100% sure why the > > > superuser or bootstrap user can't own anything. > > > > It's due to a combination of the trojan horse issue and the sticky > > authentica

Re: [Zope] Underscore Caracter

2000-09-05 Thread Tino Wildenhain
Hi Chris, Chris McDonough wrote: > > Hi Marcus, > > This is untested. > > Turn "asd asd" into "asd_asd" and output: > > > > Turn "asd_asd" into "asd asd" and output: > > > I've seen this on plenty lines of digicools code and wondered about if this is more efficient then using just string

[Zope] ANN: want to localize your pages and/or zope?

2000-09-05 Thread Tino Wildenhain
night ;-) Unfortunately zope.org has not installed the product already, so I was not able to give the readme in different languages .-)) Best regards Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

Re: [Zope] re module & through the web security

2000-09-06 Thread Tino Wildenhain
Hi, Chris Withers wrote: > > Chris McDonough wrote: > > There's the perception at DC that > > 're' isn't appropriate for through-the-web usage because it's possible to > > write and use regex that sends the Python interpreter thread it's > > operating within into a neverending loop. Sorry. > >

Re: [Zope] Whitespace in lines property

2000-09-06 Thread Tino Wildenhain
Hi Tim, Tim Cook wrote: > > Can anyone tell me why when I edit a lines property I get leading > whitespace inserted? > The first line gets seven & each one after that gets 10 spaces. > > I tried stripping it out but this didn't seem to have any effect. > > ... > > > > ^^^ here

Re: [Zope] Whitespace in lines property

2000-09-06 Thread Tino Wildenhain
Hi Tim, Tim Cook wrote: > > Tino Wildenhain wrote: > > > > Hi Tim, > > > > Tim Cook wrote: > > > > > > Can anyone tell me why when I edit a lines property I get leading > > > whitespace inserted? > > > The first line gets seven &

Re: [Zope] Using Chinese Characters

2000-09-07 Thread Tino Wildenhain
Hi Kelvin, Kelvin Cheong wrote: > > i was wondering how i can use chinese characters with Zpe on Linux. does > anyone know how? According to my "mild" research so far, i found out that > Big5is a 2-byte code and is a part of ISO-10646/Unicode. It also seems to > be the de-facto for traditional c

[Zope] Import from file via management-interface

2000-09-08 Thread Tino Wildenhain
Hi all, I found it very disturbing having to get my .zexp exports into the subdirectory 'import' of the server and then using the management-interface to do the actual import. So I patched ObjectManager and the compaining dtml-file. Please check them out (included in the mail, sorry for the tr

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Tino Wildenhain
Hi Bill, Bill Anderson wrote: > > How about just the patch next time, as opposed ot the whole patched filed? Ah yes, sure. On the other hand its more convient for the windows people, without a patch at hand... regards Tino ___ Zope maillist - [EMAI

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Tino Wildenhain
Hi Terry, Terry Kerr wrote: > > you can write anything destructive, whether it is an external method, a DTML > Method, or basically anything. At least if the only way you can import .zexp's > is from the import directory, then only people with access to the zope file > structure can import stuf

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Tino Wildenhain
Hi, Martijn Pieters wrote: > > On Sat, Sep 09, 2000 at 09:39:33AM +0200, Tino Wildenhain wrote: > > Terry Kerr wrote: > > > > > > you can write anything destructive, whether it is an external method, a DTML > > > Method, or basically anything. At least

Re: [Zope] keeping Java Servlets session ids based on url rewriting

2000-09-09 Thread Tino Wildenhain
Hi, Kapil Thangavelu wrote: *snip* > I'm going to start working next weekend on Zope calls into JServ. I'd > like to get some requirements from interested parties before i start > coding. Oh nice! I've done the jserv part of the german apache book. So if I could help... Regards Tino _

[Zope] Re: Modification Posts to the list (was: [Zope] Import from file viamanagement-interface)management-interface)

2000-09-10 Thread Tino Wildenhain
Hi Dieter, Dieter Maurer wrote: > > Hi Tino (and other potential patch posters), > > if possibly, you should not post complete source modules > to the list. Instead, you should use either context > or uniform differences to the source. Such a difference file is > called a patch. Yes. I know th

Re: [Zope] Logging out of Zope

2000-09-14 Thread Tino Wildenhain
Hi Stuart, Stuart Foster wrote: > > Is there a way to allow an authenticated user to logout of Zope? Not really. The browser caches the authentication information until it is closed. There are some "workarounds" that work with some browsers, basically raising "unauthorized" pops the authenticati

Re: [Zope] uploading Word files to Zope

2000-09-14 Thread Tino Wildenhain
vert the Word file > to HTML (and a DTML Document, I suppose) and publish that. Any comments? sure, you can do that. But if Word is envolved, things get really nasty ;-) Regards Tino Wildenhain "Why use Word if there are sentences?" __

Re: [Zope] Zope not starting after VaryTag install

2000-09-18 Thread Tino Wildenhain
Hi Didier, so it looks like the vary Tag may be not compliant to older (< 2.2.x) releases of Zope? I have to check this. You should probably check if you really need an ancient version of Zope ;-) I'm really wondering how the tag can cause such a behavior. Its almost an extract of the mime-tag

[Zope] Re(2): [Zope] Zope not starting after VaryTag install

2000-09-18 Thread Tino Wildenhain
Re again, I just checked with 2.1.6 (winNT) and it worked without problems. Can anybody else confirm this? Regards Tino Didier Georgieff wrote: > > Hello, > > Just after installing VaryTag, Zope (2-1-6) restart fine, but when i > try to connect to my zope adress, i got an error (traceback f

Re: [Zope] Re: Re(2): [Zope] Zope not starting after VaryTag install

2000-09-20 Thread Tino Wildenhain
Hi Didier, Didier Georgieff wrote: > > Le 18 Sep 00, à 15:49, Tino Wildenhain a écrit : > > > I just checked with 2.1.6 (winNT) and it worked without problems. > > Can anybody else confirm this? > > Sounds like it's Varytag under Linux related. I'm not

Re: [Zope] Favorites

2000-09-25 Thread Tino Wildenhain
Hi rishi, rishi wrote: > ... > The following tihng is going on; they are uploading the bookmark file > manualy, by exporting from IE or NS. There is a util called > "ImportExportFavorites", a javascript syntax that gets the bookmarks and > post them to the server. One has to have a glance at it

Re: [Zope] Guess Who . . .

2000-09-25 Thread Tino Wildenhain
Hi, nice :-) "Spicklemire, Jerry" wrote: > > . . . has a opening posted on their Web Site for a C/C++ programmer with > Zope / Python experience? > > http://www-3.ibm.com/employment/us/empl/jofK23137.html > ... > Experience Required > Six years work related experience they must be f

Re: [Zope] HTML-Code in variables (addition)

2000-10-07 Thread Tino Wildenhain
Hi Lars, Lars Heber wrote: > > Sorry, I mixed something up. Normal html is no problem at all. > The problem is how to use quotes or such things. > > Of course I get an error by typing: > > http://www.yahoo.com">Yahoo!"> > > I tried typing " instead of ", but then the """ also goes into > the

Re: [Zope] Socket.error problem

2000-10-08 Thread Tino Wildenhain
) > > socket.error: (98, 'Address already in use') > > > > > > I don't use the number 98 in any address or port (http=80, ftp='' and > > monitor='') > > so what could this error be about ? > > tcp

Re: [Zope] Can you specify user/group to run Zope as during install

2000-10-08 Thread Tino Wildenhain
Hi Yusuf, Yusuf Goolamabbas wrote: > > I would like to run Zope not as user 'nobody' but as something else. > Is this possible somehow, also is it possible to install the Zope tree > in a location other than that untarred into [something like > ./configure --prefix=/usr/local/site/Zope] > > Reg

Re: [Zope] expr="id <> 'index_html" issue

2000-10-09 Thread Tino Wildenhain
hi, as usual, if such things happen, "id" is a method. it gets called by zope if you just use on it. So either use id() or better, look for title and if not set (dont set a title on html_index then) dont display it. Regards Tino [EMAIL PROTECTED] wrote: > > Okay, this is my second question f

Re: [Zope] Zope/Posgresql/RedHat Linux

2000-11-02 Thread Tino Wildenhain
Hi, "Bak @ kedai" schrieb: > > > is a suitable combination. I have attempted to configure this combination > > but run into trouble compiling PoPy-1.4.1 on RedHat Postgresql - and have > > not been able to resolve the problems via RedHat or Mixadlive - hence my > > question. > > Regards, Chris M

Re: [Zope] CMS/publishing system

2000-11-02 Thread Tino Wildenhain
front as dispatcher) > Zope looks like a really nice platform, any real-world evaluations would be > most appreciated... We are currently implementing a light CMS. So stay tuned... ;) Regards Tino Wildenhain ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Patch to avoid hypenation variables and more

2000-12-04 Thread Tino Wildenhain
Hi there, finally I want to release my patch for the in-tag. I hope it finds its way into the source-tree. I was sick writing such ugly constructs as _[_['sequence-item']] and so on, so I patched DT_In.py and DT_InSV.py (in lib/python/DocumentTemplate) to use sequence_item as well. All hypenatio

Re: [Zope] Patch to avoid hypenation variables and more

2000-12-04 Thread Tino Wildenhain
Hi Chris, Chris Withers schrieb: > > Tino Wildenhain wrote: > > > > finally I want to release my patch for the in-tag. I hope > > it finds its way into the source-tree. > > Looks very cool :-) > > Is it in the collector yet? I've put it on the coll

Re: [Zope] How to specify to z sql methods, the connection object to use at runtime...time...

2000-12-05 Thread Tino Wildenhain
Hi Frederic, Frederic Quin schrieb: > > Hi all, > > I have the same querry to execute on different servers. I don't want to > create as many z sql methods as servers I have. I would like to specify > to my z sql method, the connection object to use at run time. Do I have > to patch the files of

Re: [Zope] Patch to avoid hypenation variables and more

2000-12-07 Thread Tino Wildenhain
Michel Pelletier schrieb: > > > The second problem is if you put one in-tag into another. > > You have to use oder REQUEST.set() with variables > > of the outher in-tag to be able to reference them in the inner > > loop. The code becomes very ugly this way. So my idea was to > > give the in-tag

Re: [Zope] newbie question -- database list/report with sort bycolumn header

2000-12-09 Thread Tino Wildenhain
Hi, Chris Gray schrieb: > > Here's a fragment from a table that allows sorting by clicking the header > in a dtml method named 'displayTable': > > > > ID > Product > > > > Then feed sort_key into your SQLSelectQuery to use in an ORDER BY clause. > > select * from table order by > You s

Re: [Zope] Random choice in ?

2000-12-10 Thread Tino Wildenhain
Hi J, "J. Atwood" schrieb: I think should do what you want. HTH Tino Wildenhain > > Ok.. so I can get a random item out of a folder with. > > > > And I can iterate through a folder with > > > , , > > > But I want to inclu

Re: [Zope] Patch to avoid hypenation variables and more

2000-12-11 Thread Tino Wildenhain
Hi again, anybody had time to test this? Chances for next zope release? Any remarks? Alternatively, btw. would be a name attribut, which defaults to "sequence". Regards Tino Tino Wildenhain schrieb: > > Michel Pelletier schrieb: > > > > > > The second pro

Re: [Zope] Patch to avoid hypenation variables and more

2000-12-11 Thread Tino Wildenhain
ones that lern zope. Since I often see the missunderstood meaning of in such constructs like: ]"> you know what I mean? I think it would be more obvious, if the tag would usually be called or something. Regards Tino Tino Wildenhain schrieb: > > Michel Pelletier schrieb: > &g

Re: [Zope] More on DB Transactions

2000-12-16 Thread Tino Wildenhain
this current state. But I will do so soon. On request, I can give what I have now. Regards Tino Wildenhain Rik Hoekstra schrieb: > > > Paolo Quaglia wrote: > > > > Reading the [EMAIL PROTECTED] archive I found one message with an > > interesting sentence: > &

Re: [Zope] standard_error_message woes!

2000-12-24 Thread Tino Wildenhain
Hi Chris, Chris Withers wrote: *snip* > > PS: almost related, have you noticed how there's no way you can prevent Zope > (other than hacking the source) from tacking the error message on the end of > the HTML stream, even in production mode? Not only does this produce badly > formed HTML, but i

Re: [Zope] HTTPSConnection Python 2.3.4

2005-04-01 Thread Tino Wildenhain
Hi, Am Freitag, den 01.04.2005, 14:35 -0500 schrieb Paul Winkler: > On Fri, Apr 01, 2005 at 08:29:39AM +0100, Chris Withers wrote: > > Paul Winkler wrote: > > >I have a somewhat similar issue; an in-house Zope product is retrieving > > >some > > >information from a remote URL. If I hit the same U

Re: [Zope] Set MIME type using ZPT

2005-04-05 Thread Tino Wildenhain
Am Dienstag, den 05.04.2005, 13:11 -0700 schrieb srikanth: > Hi, > > I am using an external method to load an Image from the harddrive. The > external method is as follows: > > from email.MIMEImage import MIMEImage > ##parameters=filename > def getDocument(filename): > fname = '/mnt/'+fil

Re: [Zope] how to store ZSQL query results in a python var

2005-04-07 Thread Tino Wildenhain
Am Donnerstag, den 07.04.2005, 04:10 -0700 schrieb prabuddha ray: > from a newbie, > i've this ZSQLmethod returning me a string only. how do i > store it a var in my python script. > eg., userlevel = container.getUserLevel(uname=user) > > when i print it using html_quote as : >print

Re: [Zope] DTML namespace problem (was: dtml-tree issue)

2005-04-11 Thread Tino Wildenhain
Hi, Am Montag, den 11.04.2005, 14:08 +0300 schrieb Vangelis Mihalopoulos: > > Andreas Jung wrote: > > > You should *not* define classes inside PythonScripts. PythonScripts > > are stricted > > and don't provide the full functionality. Either use filesystem based > > code (Zope > > Product) or

Re: [Zope] Subfolders of Extensions folder

2005-04-15 Thread Tino Wildenhain
Am Freitag, den 15.04.2005, 13:40 +0300 schrieb Vital Lobachevsky: > Hi, all! > > Can I use the folders in Zope's "Extensions" folder to keep the External > Methods in more logical way? iirc you can just create a directory in Products and put your methods there. You can then import it from here.

Re: [Zope] Re: Subfolders of Extensions folder

2005-04-15 Thread Tino Wildenhain
Am Freitag, den 15.04.2005, 10:41 -0400 schrieb Tres Seaver: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tino Wildenhain wrote: > > Am Freitag, den 15.04.2005, 13:40 +0300 schrieb Vital Lobachevsky: > > > >>Hi, all! > >> > >>Can I us

Re: [Zope] ZPsycopgDA dropping connections?

2005-04-19 Thread Tino Wildenhain
Hi, Am Mittwoch, den 20.04.2005, 15:23 +1000 schrieb Richard Jones: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Has anyone else seen ZPsycopgDA just lose its connection? I've got two ZEO > clients set up to use it, and every now and then one of them (the primary) > just up and loses i

Re: [Zope] Charset

2005-04-28 Thread Tino Wildenhain
the header in the publish process, e.g. with a python script or something you use for default display. Also you need to set a property manage_page_charset in zopes root to be able to use that encoding in ZMI too. This way you arent storing unicode - only utf-8 as you want to display it. Regards Tino

  1   2   3   4   5   >