[Zope] Re: Token 'ATOM' required, 'and' found

2005-07-25 Thread Peter Bengtsson
code? > Finding the words I'm not worried about. What I don't know is _how_ to escape the words. If it was putting it in square brackets i _would_ do: q = q.replace('not','[not]') Don't get hung up on that. What I'm after is the technique I can use

[Zope] Re: Exception in Zope 2.8.0

2005-07-25 Thread Peter Bengtsson
s that this email message has been swept by > MIMEsweeper for the presence of computer viruses. > > www.mimesweeper.com > ** > > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Relat

[Zope] Re: working with urls

2005-07-25 Thread Peter Bengtsson
I prefer to use __before_publishing_traverse__(self, obj, REQUEST=None) The IssueTrackerProduct (IssueTracker.py) uses this so that you can URLs like /ListIssues/start-20/reverse-False instead of /ListIssues?start=20&reverse=False but that is just slightly different from what

Re: [Zope] ZPsycopg - Losing Connections

2005-07-27 Thread Peter Bengtsson
coding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___

Re: [Zope] find a file's type

2005-07-27 Thread Peter Bengtsson
mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > > > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist - Zope@

[Zope] DTML parsing outside of Zope

2005-07-28 Thread Peter Bengtsson
g on the source code but it's so damn complicated for me. Can anybody give me a headstart on this? -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist - Zope@zope.org http://mail.zope.

Re: [Zope] DTML parsing outside of Zope

2005-07-28 Thread Peter Bengtsson
going to tidy my script and post it on my blog soon. On 7/28/05, Jonathan <[EMAIL PROTECTED]> wrote: > > - Original Message ----- > From: "Peter Bengtsson" <[EMAIL PROTECTED]> > To: > Sent: Thursday, July 28, 2005 5:59 AM > Subject: [Zope] DTML par

Re: [Zope] Re: Oracle 9.2.0.2

2005-07-29 Thread Peter Bengtsson
_ > 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

Re: [Zope] strange getPhysicalRoot behaviour

2005-07-29 Thread Peter Bengtsson
ding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com __

[Zope] inspect and page templates in python product

2005-07-30 Thread Peter Bengtsson
ptTag:394, do_optTag_tal:409, interpret:234, do_useMacro:671, interpret:234, __call__:190, pt_render:96, _exec:106, _exec:343, _bindAndExec:343, __call__:306) -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduc

Re: [Zope] Is it possible to add fields to the user registration in zope and plone?

2005-08-04 Thread Peter Bengtsson
nounce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cros

Re: [Zope] manage_afterAdd quirks

2005-08-18 Thread Peter Bengtsson
here_only = getattr(self, 'aq_base', self) for imageid in imageids: if not hasattr(here_only, imageid): self.manage_addImage(...) -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___

Re: [Zope] lines around images as links

2005-08-27 Thread Peter Bengtsson
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 ) > -- Peter Bengtsson, wor

Re: [Zope] passing parameters from form to script

2005-08-29 Thread Peter Bengtsson
? > > Greetings > > Roman > > _______ > 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-anno

Re: [Zope] date formatting

2005-08-29 Thread Peter Bengtsson
> ___ > 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] date formatting

2005-08-29 Thread Peter Bengtsson
That means that 'foo' is NOT a DateTime object like ZopeTime is. On 8/29/05, garry saddington <[EMAIL PROTECTED]> wrote: > On Mon, 2005-08-29 at 14:51 +0100, Peter Bengtsson wrote: > > If but > > doesn't then there's nothing wrong with how > >

[Zope] File objects with illegal characters

2005-08-29 Thread Peter Bengtsson
ive, how do you deal with that? -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encodi

Re: [Zope] File objects with illegal characters

2005-08-29 Thread Peter Bengtsson
l filename legal as a URL for download, unless > you hack the regexes in CMF/Zope and just disregard interoperability. > Good point. I'm confident there's no need to do for the web then. However, there might be a solution for those who'd want to do it by using the content-disposition head

Re: [Zope] passing a parameter - namespace and dtml-with

2005-08-29 Thread Peter Bengtsson
___ > 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] passing a parameter - namespace and dtml-with

2005-08-30 Thread Peter Bengtsson
ust use Page Templates? > Error Type: NameError > Error Value: global name 'category_match1' is not defined > > > On 8/29/05, Peter Bengtsson <[EMAIL PROTECTED]> wrote: > > Better > > > > > > > > > > > > > > &

[Zope] Visibility and Copy&Paste support

2005-08-31 Thread Peter Bengtsson
Add new object drop down" with stuff that can't be added. If I register the class, but set 'visibility=None' I still can't copy/cut & paste the instanciated objects. Why? What's the point of the 'visibility=None' parameter? -- Peter Bengtsson, work w

Re: [Zope] Zope scalabilty and problems

2005-08-31 Thread Peter Bengtsson
p://plonebook.packtpub.com/ > > Enfold Systems, LLC > http://www.enfoldsystems.com > _______ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related list

Re: [Zope] Visibility and Copy&Paste support

2005-09-01 Thread Peter Bengtsson
> 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] Defining and creating a temporary storage for each user

2005-09-01 Thread Peter Bengtsson
m not sure this is safe after the first startup. > > Regards > Marco > > ___ > 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-anno

Re: [Zope] Defining and creating a temporary storage for each user

2005-09-01 Thread Peter Bengtsson
going to go for multiple temp folders or not? No, I don't know how to create them programmatically. Surely you can figure it out from the source code. > Also, I would like to test that against ZopeTestCase environment. > > Do you have some working code? > None. Sorry. > Re

Re: [Zope] Zope startup problem: AttributeError: 'module' object has no attribute 'loadSchema'

2005-09-02 Thread Peter Bengtsson
e greatly appreciated. > > Thanks, > > Paul > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > h

Re: [Zope] Defining and creating a temporary storage for each user

2005-09-02 Thread Peter Bengtsson
simply by invoking methods from the controller (I hope this is clear, > otherwise I will post some code example). > All of this sounds quite cool but smells complicated. I don't see a need for multiple temp_folders. Just stick folders (for each instance) and folders inside them (for

Re: [Zope] Adding a zope product

2005-09-02 Thread Peter Bengtsson
d', minimal('minimal_id')) > RESPONSE.redirect('index_html') > > > > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** >

Re: [Zope] Python editor in zope?

2005-09-02 Thread Peter Bengtsson
and (this would be amazing) Python syntax highlighting? > > I don't know about that, but have you tried using ExternalEditor? > > -PW > > > > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! **

Re: [Zope] Truncating strings with DTML

2005-09-05 Thread Peter Bengtsson
ss posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___

Re: [Zope] Using Structured Text and HTML-quote together for RSS 2.0

2005-09-07 Thread Peter Bengtsson
__ > 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/

Re: [Zope] ZTP mailhost ..

2005-09-08 Thread Peter Bengtsson
t; cant find a way on mailhost object to change the set SSL . Does mailhost > object or ZOPE support SSL connections for SMTP protocol ? > > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope >

[Zope] Caching ImageFiles

2005-09-08 Thread Peter Bengtsson
c,max-age=3600' What is the difference between 'Cache-Control' and 'Expires'? What is best to use and for what? I no longer know exactly why but in all my stylesheet DTML methods I set 'Expires': (DateTime()+10/24.0).rfc822() # 10 hours but not the 'Cache

Re: [Zope] Apache proxying multiple instances in subdirectories?

2005-09-08 Thread Peter Bengtsson
man/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listin

Re: [Zope] Character set problems

2005-09-08 Thread Peter Bengtsson
list - 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 ) > > > -- Peter Bengtsson, work www.fry-

Re: [Zope] please explain the difference...

2005-09-08 Thread Peter Bengtsson
e > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___

Re: [Zope] Using Structured Text and HTML-quote together for RSS 2.0

2005-09-08 Thread Peter Bengtsson
; > > -- > Jonathan Cyr > [EMAIL PROTECTED] > > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zo

Re: [Zope] Sql statement in dtml code

2005-09-09 Thread Peter Bengtsson
; (Related lists - > > > http://mail.zope.org/mailman/listinfo/zope-announce > > > http://mail.zope.org/mailman/listinfo/zope-dev ) > > > > > > > > > > > > > > > ___ > > Yahoo! Messenger - NEW crystal clear PC to PC calling worldwi

Re: [Zope] Sql statement in dtml code

2005-09-09 Thread Peter Bengtsson
sql method: > select count(*) AS endcount from t_transaction > > and in the dtml, i've got: > > > > > Thanks for the replies so far! > Paul > > On Fri, 2005-09-09 at 11:30 +0100, Peter Bengtsson wrote: > > When the page is r

Re: [Zope] Sql statement in dtml code

2005-09-09 Thread Peter Bengtsson
s resource may be > incorrect. > * A resource that this > resource relies on may be > encountering an error. > > For more detailed information about > the error, please refer to error > log. > > If the error persists please contact

Re: [Zope] Sql statement in dtml code

2005-09-09 Thread Peter Bengtsson
67, in guarded_getitem > AttributeError: __getitem__ > > > On Fri, 2005-09-09 at 11:55 +0100, Peter Bengtsson wrote: > > Like Joe said, have you confused the critical difference between > > "sql_select_counts" and "sql_select_counts.zsql" > > >

Re: [Zope] Re: Using Structured Text and HTML-quote together for RSS 2.0

2005-09-09 Thread Peter Bengtsson
** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com _

Re: [Zope] Character set problems

2005-09-09 Thread Peter Bengtsson
ta.fs and moved products and restarted. Perfect. > >> > >>Now one customer says they are seeing question marks in places where > >>bullets and apostrophes, etc. should be. > >>Looking at the encoding the browser picks up and it always goes to UTF-8.

Re: [Zope] Character set problems

2005-09-09 Thread Peter Bengtsson
show the same UTF-8 encoding not matter what I > do. But if I choose Western manually the characters show fine. > Copy the same text out of the document and paste into a page on 2.7.5 and the > encoding is Western. > Thanks > -Allen > > > Peter Bengtsson wrote: > &g

Re: [Zope] How to create a folder in a just created folder using a python script.

2005-09-09 Thread Peter Bengtsson
berg > > ___ > 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] Problem with Photo Folder

2005-09-12 Thread Peter Bengtsson
etDisplayData > Module Products.Photo.Photo, line 363, in _resize > Module popen2, line 147, in popen2 > Module popen2, line 42, in __init__ > OSError: [Errno 12] Not enough space > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailma

Re: [Zope] Re: strange error with tiki-wiki when installing zope

2005-09-12 Thread Peter Bengtsson
lman/listinfo/zope-announce > > http://mail.zope.org/mailman/listinfo/zope-dev ) > > > > > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encod

Re: [Zope] Problem with Photo Folder

2005-09-13 Thread Peter Bengtsson
Then I don't know. Try the comp.lang.python group On 9/13/05, David <[EMAIL PROTECTED]> wrote: > > > On 12 Sep 2005, at 18:45, Peter Bengtsson wrote: > > > Just checking... sure you've got sufficient hardrive space? > Yes, unless 3 Gigs (on a SCSI

Re: [Zope] Title or ID question

2005-09-21 Thread Peter Bengtsson
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] schema won't update - persistant .pyc files??

2005-09-21 Thread Peter Bengtsson
aillist - 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 ) > > > -- Peter Bengtsson, work www

Re: [Zope] Problems getting server running in debug mode

2005-09-21 Thread Peter Bengtsson
.HTTPServer.zhttp_server (Port: 8080) > > > Process Id > 1401 (49156) > > Running For > 29 min 33 sec > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - &g

Re: [Zope] Problems getting server running in debug mode

2005-09-22 Thread Peter Bengtsson
le? > > > On 9/22/05, Peter Bengtsson <[EMAIL PROTECTED] > wrote: > > When you switch debug-mode on, do you start zope with ./bin/runzope ? > > and if so, what are the error messages if any? > > > > > > 2005/9/21, michael nt milne <[EMAIL PROTECTED]>:

Re: [Zope] schema won't update - persistant .pyc files??

2005-09-22 Thread Peter Bengtsson
; > Then FTP'up the whole product again with changes made and it worked. Either > database caching or deleting by FTP not working right. > > > On 9/22/05, Peter Bengtsson <[EMAIL PROTECTED]> wrote: > > Is this a plone site? If so, try going to > > localhost:8080/

Re: [Zope] runzope vs zopectl fg ?

2005-09-22 Thread Peter Bengtsson
t - 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 ) > -- Peter Bengtsson, wo

[Zope] Re: schema won't update - persistant .pyc files??

2005-09-22 Thread Peter Bengtsson
2005/9/22, michael nt milne <[EMAIL PROTECTED]>: > Haven't read anything about that button. Are you using CMFMember?I'm > also using Plone 2.1 > Yes, that was CMFMember with plone 2.0 -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby ww

Re: [Zope] Passing args to PageTemplateFile instances

2005-09-23 Thread Peter Bengtsson
gt; > Why the extra self-wrapping. Do it this way: def testit(self, REQUEST=None): return self.test(self, self.REQUEST, something="blah") Then you'll be able to use: -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com __

Re: [Zope] Passing args to PageTemplateFile instances

2005-09-23 Thread Peter Bengtsson
. I've got it working in many places. The error must be either a new zope bug or something else being wrong. Is your setup as simple as you've described in the email? What happens when you in that TAL do something like: Do the other namespaces work in the page template?

Re: [Zope] Passing args to PageTemplateFile instances

2005-09-23 Thread Peter Bengtsson
tgz So it works just fine in Zope 2.8.0 I suspect that the code you paste was idented wrong because the def testit() function looked like it was part of the __init__ function. 2005/9/23, Anders Bruun Olsen <[EMAIL PROTECTED]>: > On Fri, Sep 23, 2005 at 12:06:00PM +0100, Peter Bengtsson w

Re: [Zope] Passing args to PageTemplateFile instances

2005-09-23 Thread Peter Bengtsson
2005/9/23, Anders Bruun Olsen <[EMAIL PROTECTED]>: > On Fri, Sep 23, 2005 at 12:39:31PM +0100, Peter Bengtsson wrote: > > RESULT: > > --- > > Welcome to testprod > > {'args': (, > > http://localhost:8080/test

Re: [Zope] SQL query in ZSQLMethod

2005-09-25 Thread Peter Bengtsson
> 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] Apache/Zope port redirection basic questions...

2005-09-25 Thread Peter Bengtsson
** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist

Re: [Zope] Vservers and ZOPE

2005-09-27 Thread Peter Bengtsson
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 ) > -- P

Re: [Zope] date problem

2005-09-27 Thread Peter Bengtsson
; > > > ___ > 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.o

Re: [Zope] ZOPE and DEBIAN INSTALLTION

2005-09-28 Thread Peter Bengtsson
___ > 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 ) > -- Peter Be

Re: [Zope] logging out (not zmi)

2005-09-28 Thread Peter Bengtsson
lman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/list

Re: [Zope] External Method Working Directory?

2005-09-28 Thread Peter Bengtsson
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 ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby ww

Re: [Zope] Zope Debugger 0.8.0 Released!

2005-09-29 Thread Peter Bengtsson
__ > 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

Re: [Zope] Accessing CURRENT property

2005-10-04 Thread Peter Bengtsson
gazine Editors' Choice 2005 > http://mail.yahoo.com > ___ > 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/z

Re: [Zope] phpBB conversion to Zope/Plone discussion product?

2005-10-04 Thread Peter Bengtsson
man/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 ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerpro

Re: [Zope] python: calling DTML-methods without quoting

2005-10-04 Thread Peter Bengtsson
__ > 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

Re: [Zope] python: calling DTML-methods without quoting

2005-10-04 Thread Peter Bengtsson
gt; This would be no problem. However I need zope to do this automatically > so I don't have to change the dtml-var calls in the customer's code. So > my thought is to alter the __call__ method of DTMLMethod.py which is > kind of ugly in case I want to update Zope later on. >

Re: [Zope] Accessing CURRENT property

2005-10-04 Thread Peter Bengtsson
ding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___

Re: [Zope] Unable to start Zope

2005-10-05 Thread Peter Bengtsson
posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com _

Re: [Zope] Accessing CURRENT property

2005-10-05 Thread Peter Bengtsson
2005/10/5, Chris Withers <[EMAIL PROTECTED]>: > Peter Bengtsson wrote: > > Not sure what it's called in Page Templates or Python Scripts but in > > DTML it's called careful_hasattr() which wraps hasattr() in a > > restricted context. > > I wouldn'

[Zope] ZWiki RecentChanges as RSS feed

2005-10-05 Thread Peter Bengtsson
i.RecentChanges()" gives an AttributeError. I've looked throught the sources but there's too much DTML magic and other getSkinTemplate() magic. Thanks, Peter -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___

Re: [Zope] Re: ZWiki RecentChanges as RSS feed

2005-10-05 Thread Peter Bengtsson
roblem with this is that it seems to be in reverse order with the first wiki page first. I'd like it the other way around. What I want is basically http://localhost:8080/wiki/FrontPage/recentchanges but in RSS or RDF format so that I can use them somewhere else. -- Pe

[Zope] No cache headers

2005-10-07 Thread Peter Bengtsson
nspection with LiveHTTPHeaders in Firefox it sets them all but I'm not 100% certain they will work. There's also the concern that I think M$ IE might have a bug in relation to that 'Cache-Control' header. There's some strange and now I just can't remember it or find out

Re: [Zope] No cache headers

2005-10-07 Thread Peter Bengtsson
2005/10/7, PieterB <[EMAIL PROTECTED]>: > On Fri, Oct 07, 2005 at 11:01:29AM +0100, Peter Bengtsson wrote: > > What do you use to stop caching? IE users of my current project have > > reported problems of pages on updating. > > You should also set the Pragma header

Re: [Zope] external editor

2005-10-07 Thread Peter Bengtsson
(Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist - Zope@z

Re: [Zope] ZAjax anyone?

2005-10-08 Thread Peter Bengtsson
___ > 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] LocalFS problems with @import-ing stylesheets

2005-10-10 Thread Peter Bengtsson
dd a type_map to the LocalFS but the content-type does > not change > so, for me, it is clearly a LocalFS issue > > anyone knows how to hardcode this content-type in LocalFS.py ? How about setting the content-type in the stylesheet file? That's what I always do.

Re: [Zope] proxy role for an external method

2005-10-10 Thread Peter Bengtsson
believe. But, for the External Method you might need to allow Anonymous to View it if it's at all protected. What's the output when you do it via xmlrpc? Is it [] or error? -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com _

Re: [Zope] proxy role for an external method

2005-10-10 Thread Peter Bengtsson
2005/10/10, Reinoud van Leeuwen <[EMAIL PROTECTED]>: > On Mon, Oct 10, 2005 at 10:57:25PM +0100, Peter Bengtsson wrote: > > 2005/10/10, Reinoud van Leeuwen <[EMAIL PROTECTED]>: > > > On Mon, Oct 10, 2005 at 07:27:11PM +0200, Andreas Jung wrote: > > > > Are

Re: [Zope] How to show the DTML Method's results within Plone?

2005-10-11 Thread Peter Bengtsson
Try https://lists.sourceforge.net/lists/listinfo/plone-users 2005/10/11, Thomas Apostolou <[EMAIL PROTECTED]>: > Hello again... > > i have a DTML Method like you can see bellow that > produces a table after quring some table (using python > GetHeader and GetData custom modules) > But the result is

Re: [Zope] How can i call a pyhton module's function from with in Page Temmplates?

2005-10-12 Thread Peter Bengtsson
ροστασία κατά των ενοχλητικών > μηνυμάτων http://login.yahoo.com/config/mail?.intl=gr > > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://

Re: [Zope] Backing out the Zope Hotfix 2005-10-09 that broke my zope 2.7.5

2005-10-13 Thread Peter Bengtsson
velopers: http://mail.zope.org/mailman/listinfo/zope-dev ) > > > > > > > > > > > > > __ > > Yahoo! Music Unlimited > > Access over 1 million songs. Try it free. > > http://music.yahoo.com/unlimited/ > > ____

Re: [Zope] constructor product in Zope 2.8.1

2005-10-13 Thread Peter Bengtsson
t argument (got str instance instead) > > > Can anyone shed some some light on this? > > Thanks, > > Henny > > > > > > > ___ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Relate

Re: [Zope] External Methods

2005-10-13 Thread Peter Bengtsson
_ > 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/listi

Re: [Zope] constructor product in Zope 2.8.1

2005-10-13 Thread Peter Bengtsson
olbar.gif": ImageFile("www/toolbar.gif",globals()), > > "nieuw_32.png": ImageFile("www/nieuw_32.png",globals()), > > "wis_32.png": ImageFile("www/wis_32.png",globals()), > > "hernummeren_32.png": ImageFil

Re: [Zope] Confusing DateTime().strftime behavior

2005-10-16 Thread Peter Bengtsson
> 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

Re: [Zope] DateTime again.

2005-10-17 Thread Peter Bengtsson
nnounce > http://mail.zope.org/mailman/listinfo/zope-dev ) > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross pos

Re: [Zope] how to get absolute url from a ZCatalog-brain

2005-10-25 Thread Peter Bengtsson
_ > 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 ) &g

Re: [Zope]

2005-10-25 Thread Peter Bengtsson
"> > " alt="Alt Text" width="150" > height="150" > > > > > > > > > > &

Re: [Zope]

2005-10-25 Thread Peter Bengtsson
On 10/25/05, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > On 25.10.05 15:18:11, Peter Bengtsson wrote: > > 1. You're not closing the tag correctly. > > Why's that? Because it's not closed? If he's using HTML 4.01 > Transitional this is perfectly leg

Re: [Zope] Zope 2.8 or 3.1?

2005-10-28 Thread Peter Bengtsson
; ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) > > > -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com

Re: [Zope] AttributeError: 'NoneType' object has no attribute 'lower'

2005-11-10 Thread Peter Bengtsson
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 ) > > > -- Peter Bengtsson,

Re: [Zope] AttributeError: 'NoneType' object has no attribute 'lower'

2005-11-10 Thread Peter Bengtsson
Just do a and let us know what it returns. On 11/10/05, Larry Lay <[EMAIL PROTECTED]> wrote: > I found no empty titles. Any other ideas? > > > > On 11/10/05, Peter Bengtsson <[EMAIL PROTECTED]> wrote: > > I suspect that one item in your 'subsections

Re: [Zope] Problem Inserting zsql query result

2005-11-11 Thread Peter Bengtsson
> 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] Problem Inserting zsql query result

2005-11-11 Thread Peter Bengtsson
ght > > > direction. > > > > > > Than you very much, > > > > > > Ivan > > > > > > ___ > > > Zope maillist - Zope@zope.org > > > http://mail.zope.org/mailman/listinfo/zop

Re: [Zope] Sessions and Persistence

2005-11-13 Thread Peter Bengtsson
oes it > have to be turtles all the way down? > > Thanks in advance. -d > > _______ > Zope maillist - Zope@zope.org > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http

<    1   2   3   4   5   >