Re: [Zope] how to use chinese character in zope 2.8.7

2006-07-27 Thread David H
Chris Withers wrote: Mark Barratt wrote: 2: In the root of the Zope Management Interface, choose the properties tab. In it, add a new property called MANAGEMENT_PAGE_CHARSET of type 'string' with value utf-8. Actually, for hysterical raisins, this needs to be UTF-8

Re: [Zope] how to use chinese character in zope 2.8.7

2006-07-27 Thread David H
Andrew Milton wrote: +---[ David H ]-- | Chris Withers wrote: | | Actually, for hysterical raisins, this needs to be UTF-8 rather than | utf-8 in order for the unicode property types to make themselves apparent. | | Chris, | Just a correction: hysterical raisins

Re: [Zope] Newbie: Missing a Variable (TAL/METAL Question)

2006-07-26 Thread David H
tdspan metal:use-macro="python: context.youPythonScript(result.author)"macro goes here/span/td I suggest *always* doing stuff in python when things are not clear. Then code back into your Page Templates, if desired DAvid ___ Zope maillist -

Re: [Zope] Win32com?

2006-07-25 Thread David H
Garrett DeHoyos wrote: Is there a way to use win32com in Python scripts in Zope? By using it in External Scripts. If you want to know more be more specific. Like "what do you want to do?". ___ Zope maillist - Zope@zope.org

Re: [Zope] variable propagation

2006-07-24 Thread David H
can intercept all calls using index_html, do what you need to do and *then* render the next form. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope] variable propagation

2006-07-24 Thread David H
Pavel Zaitsev wrote: В Пнд, 24/07/2006 в 15:00 -0700, David H пишет Pavel, You question is a bit vague but ... Make your index_html a python script. And then stuff your REQUEST with info you want Then just call the Page Template ... request.set('formvar1', somevalue) return

Re: [Zope] ExternalFile - getting back the file

2006-07-19 Thread David H
) the external files appear as objects in the ZMI) b) You want to get back the file that ExternalFile was created from, having only the object? Can you explain that? Sounds like Freud would be interested. David ___ Zope maillist - Zope@zope.org

Re: [Zope] Script execute with every request

2006-07-18 Thread David H
Joshua Burvill wrote: Hi,   I’d like to log certain parts of each request into a database table for every request to provide an audit trail.   I thought of inserting a dtml-call  xxx into the standard_html_header, but when there is a RESPONSE.redirect, it will not be the

Re: [Zope] cant log in as admin

2006-07-18 Thread David H
Noah wrote: zope-2.8.8 freebsd-4.11 okay I've followed the directions on the zope website, in the PDF, and the Zope/doc docs. Could not really find the proper cure. Then I made an instance and placed it in /usr/local/www/Zope Started zope and the username and password does not

Re: [Zope] Creating and displaying lists

2006-07-13 Thread David H
hru than dtml. Then from your dtml (if i recall) you'd just dtml-var expr="yourPython()". From tal use include the "structure" key word like: span tal:content="structure python:context.yourPython(params= ...) If you get stuck re-ask (but give your version in python code)

Re: [Zope] Viewing images from a form upload

2006-07-11 Thread David H
___ Vi, Your kind of vague but one thing i'd change is: print context.dtml_select_new_image(context, context.REQUEST, image=img) to return context.dtml_select_new_image(context, context.REQUEST, image=img) David ___ Zope maillist - Zope

[Zope] Adding User Roles

2006-07-10 Thread David VanKirk
We're running Zope version 2.5.1 here in the office. My boss was telling me when he tries to add a user role under the security tab, it won't show up as a selectable role under the acl_users folder. Anyone ever seen this problem before? -- David VanKirk

Re: [Zope] Zope 2.9.3/2.9.1 On Suse 10.1 box version

2006-07-08 Thread David H
peinstance is to first su to another user (su zope) and then run mkzopeinstance.py. The zope user must have write access to create the directory. EFFECTIVE-USER After the instance is created, edit "effective-user zope" into the etc/zope.conf, so if you start it as

Re: [Zope] Zope installation woes

2006-07-05 Thread David H
specifically running the zopect1 command results in this: [EMAIL PROTECTED] [/usr/local/zope/instance3/bin]# /usr/local/zope/instance3/bin/zopect1 fg -bash: /usr/local/zope/instance3/bin/zopect1: No such file or directory Hi russ, change zopect1 to zopectl :-) David

Re: [Zope] Trying to trap ConflictError

2006-07-05 Thread David H
feel safe with that. Why not append a few random digits just to be safe? David ___ 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

Re: [Zope] Trying to trap ConflictError

2006-07-05 Thread David H
Jonathan wrote: - Original Message - From: David H [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; zope@zope.org Sent: Wednesday, July 05, 2006 3:00 PM Subject: Re: [Zope] Trying to trap ConflictError Jonathan wrote: - Original Message - From

Re: [Zope] Improved Zope Org Proposal

2006-06-27 Thread David H
Chris Withers wrote: David H wrote: This is sounding more bizzare with each day and it doesnt feel good. Zope cant maintain a friggin web site? Isnt that rich. Hey David, Cool, thanks so much for volunteering to provide all the resources, coders and support staff to look after a 10,000

Re: [Zope] Improved Zope Org Proposal

2006-06-26 Thread David H
site that works as the nave and center of several small focused site, that should be possible. Sorry Lennart but ... This is sounding more bizzare with each day and it doesnt feel good. Zope cant maintain a friggin web site? Isnt that rich. David

Re: [Zope] Improved Zope Org Proposal

2006-06-25 Thread David H
. The rest will become history. :) Andrew Everyone has a point. Zope is WAY too cool not to have a great web presence. But we need a TEAM LEADER on this. I can pitch in and I know others will as well ... David ___ Zope

Re: [Zope] No joy on 8080.

2006-06-25 Thread David H
://plone.org/documentation/how-to/setup-from-source David ___ 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

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/Five/ for alecm:

2006-06-21 Thread david whitfield Morriss
Log message for revision 41744: for alecm: Changed Traversable to call the original __bobo_traverse__ method before attempting to use attribute access to find the desired object. This ensures that the monkeypatched object retains the same behavior as the original object during

Re: [Zope] dictionary from sequence-item

2006-06-19 Thread David H
pend( dict[ k ] ) return finalList Now your DTML is simple. David ___ 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/zo

Re: [Zope] Basic Template question : 'truthiness'

2006-06-11 Thread David H
to true -- div tal:condition=results | request/dosearch | request/querytype | nothingTHIS DOESN'T SHOW UP/div If you replace '| nothing' with '| default' you will get THIS DOESNT SHOW UP David ___ Zope maillist - Zope@zope.org http

Re: [Zope] Basic Template question : 'truthiness'

2006-06-11 Thread David H
David H wrote: Mark Gibson wrote: I thought I knew how this stuff worked, but this has gotten me banging my head against a wall. I'm trying to evaluate a condition expression, and I'm not getting what I expect when using path, and I get a different result when using python. The following

[Zope] Zope + Oracle + Cron

2006-06-09 Thread David VanKirk
let me know. This is a quite annoying situation, as this server is quite important to the company and downtime is a bad thing. -David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

Re: [Zope] Templates vs DTML

2006-06-05 Thread David H
workhorses into ZPT and do your own compare. That might be best because the style your DTML was written in may make a big difference in your performance results. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] Ghost user in Zope 2.7.6 on Win32

2006-06-01 Thread David H
previously for that user? If so, try re-adding even if its no longer used and see if that changes anything. Or maybe you could check the security settings for that folder (and all folders above) and see if there are orphaned roles and clean them up. David ps Or you could upgrade to a more current

[Zope-Checkins] SVN: Products.Five/trunk/component/browser.py correct mispelling

2006-05-29 Thread david whitfield Morriss
Log message for revision 68378: correct mispelling Changed: U Products.Five/trunk/component/browser.py -=- Modified: Products.Five/trunk/component/browser.py === --- Products.Five/trunk/component/browser.py2006-05-29

Re: [Zope] apache rewrite rules redux

2006-05-25 Thread David Bear
: From: David Bear [EMAIL PROTECTED] # see http://betabug.ch/zope/witch RewriteRule ^/z2$ http://127.0.0.1:9080/VirtualHostBase/\ https/%SERVER_NAME}:80/VirtualHostRoot/_vh_z2/ [L,P] RewriteRule ^/z2/(.*) http://127.0.0.1:9080/VirtualHostBase/\ https/%{SERVER_NAME}:80/VirtualHostRoot/_vh_z2/$1 [L,P

[Zope] apache rewrite rules redux

2006-05-23 Thread David Bear
^/login_form(.*) https://%{SERVER_NAME}/login_form$1 [NE,L] -- David BearWhat's the difference between private knowledge and public knowledge? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

[Zope] Twisted Z2

2006-05-17 Thread David Pratt
Can someone point me to Zope2 running Twisted server from Paris ecm sprint. I see at least three branches that look like Z2 Twisted refactoring in the svn. Can someone explain differences between these. Many thanks. Regards, David ___ Zope maillist

Re: [Zope] Twisted Z2

2006-05-17 Thread David Pratt
Wow. That's great. I realize this is all still experimental but will https server be added to the mix? Regards, David Andreas Jung wrote: The stuff has been merged on the Zope trunk and is documented in the CHANGE.txt file. -aj --On 17. Mai 2006 10:00:47 -0300 David Pratt [EMAIL PROTECTED

[Zope] versioning application

2006-05-11 Thread David Bear
, or plone -- and was using webDAV to access the files. -- David BearWhat's the difference between private knowledge and public knowledge? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

[Zope] cooked body??

2006-05-10 Thread David Bear
of the html file. any pointers?-- David BearWhat's the difference between private knowledge and public knowledge? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] rss aggregator

2006-05-10 Thread David Bear
I would like to have an rss aggretator in zope. My thinking is to have a plone site be a feed to an rss aggregator. Plone would run on a separate box so I can control it better. Does this sound wierd? If not, anyone know of an rss aggregator zope product?-- David BearWhat's the difference between

Re: [Zope] cooked body??

2006-05-10 Thread David H
David Bear wrote: I'm attempting to use a zpt to read/render an html file. Just using something like div tal:content=here/htmlfolder/file.html stufff /div puts the 'escaped' contents of the file.html in the div section. I seem to remember something about cooked body or uncooked to get

Re: [Zope] First run TypeError

2006-05-07 Thread David Pratt
RequestContainer instance instead) The third GET always succeeds (200 ok) in allowing authentication. The instance behaves as normal in every regard afterwards. This only occurs on startup. Regards, David David Pratt wrote: Hi. I have been experimenting with making a hybrid storage for zodb

Re: [Zope] First run TypeError

2006-05-07 Thread David Pratt
objects with the initial threads to the storage before serving requests. Regards David Andreas Jung wrote: --On 7. Mai 2006 09:04:54 -0300 David Pratt [EMAIL PROTECTED] wrote: I've got a bit more information from my Z2.log: On a normal startup attempt with data.fs: I get one or two lines

Re: [Zope] First run TypeError

2006-05-07 Thread David Pratt
I managed a fix to my threading and it solved my trouble. It was a bit sidetracked earlier with the Type Error message. My hunch was right in the end. Many thanks. Regards, David David Pratt wrote: Hi Andreas. I have been experimenting with creating backend storages for zope

[Zope] First run TypeError

2006-05-06 Thread David Pratt
again. Many thanks. Regards, David ___ 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

[Zope] Zope 2.9.2 -- Upgrading

2006-05-06 Thread David Ayres
Hi Everyone. I am still running Zope 2.7.5. Will there be any problems if I jump directly to 2.9.2? Thanks, Dave ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] HTTP PUT

2006-05-03 Thread David
Hi I need confirmation (mainly for some peace of mind, but also because reading google results, all sorts of questions from in my head). I have a user messing with a site using HTTP PUT to upload files. The user has access privileges to use a simple CMS (although for the time being now,

Re: [Zope] Re: Zeo as a Zeo Client

2006-05-02 Thread David Pratt
not sure how you would keep the master in sync if changes are being made on a local network and also on a remote server (master). Wouldn't this result in conflicts if the data were exchange back with the master? Regards, David ___ Zope maillist - Zope

Re: [Zope] Re: Zeo as a Zeo Client

2006-05-02 Thread David Pratt
client to be offline for long with this service with a replicated storage client. I think the idea is more of a hot backup in case of failure of the main storage but I know little of ZRS. Regards David ___ Zope maillist - Zope@zope.org http

[Zope] apache rewrite rules brake plone/zope

2006-05-02 Thread David Bear
the graphics, fonts, style sheets, etc, are not included in the web page. Only some of the content in rendered in the browser. However, when I open the url http://127.0.0.1:9080/ the zope and plone site all works. any hints on a rule I've left out? -- David BearWhat's the difference between private

Re: [Zope] Re: Zeo as a Zeo Client

2006-05-02 Thread David Pratt
be an issue. Regards, David ___ 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] Process uploaded text file.

2006-04-26 Thread David H
Jason C. Leach wrote: Hi, Does anyone have an example (URL is fine) on how to processes a text file via a Python script that has been uploaded from a web form? Thanks, Jason. - Jason, Maybe this will help: http://www.zopelabs.com/cookbook/1006887320 David

Re: [Zope] zope.conf question

2006-04-25 Thread David Pratt
, wouldn't that be great? Regards, David Dieter Maurer wrote: David Pratt wrote at 2006-4-24 18:29 -0300: Is there a way to create an INSTANCE_HOME variable in zope.conf more dynamically than hardcoding the path. I want an app to be platform portable so this will be different? I fear

[Zope] zope.conf question

2006-04-24 Thread David Pratt
with options.realize(args) Regards, David ___ 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] REQUEST.form variables order

2006-04-20 Thread David H
oodman _javascript_ book "Elements: A collection of all elements w/in a form ... Collection members are sorted in source code order". So, you could standardize a _javascript_ process function that loops thru the elements naming each one? If such a thing could work that you just n

Re: [Zope] Generic SQL insert

2006-04-17 Thread David Pratt
I agree. I am just starting to work with zalchemy in Zope3 and looking to try and make it work with Five so I have it for Zope2. Regards, David Chris Withers wrote: Robert (Jamie) Munro wrote: Whenever I'm using SQL databases in zope, I always seem to have to make a ZSQL instance

[Zope] Structure for large schema

2006-04-17 Thread David Pratt
the case. I just thought there may be some other ideas on this or someone could advise on the efficiency of ZODB when in some cases, uses will be selective about which attributes are important to them. Regards, David ___ Zope maillist - Zope@zope.org

Re: [Zope] Structure for large schema

2006-04-17 Thread David Pratt
been contemplating but in a way that does not change the utility of objects in Zope. For my knowledge, how exactly are empty attributes dealt with in BTree so that if say 40 of 70 attributes are empty that it is handling this efficiently? Regards, David Andreas Jung wrote: --On 17. April

[Zope] rss republishing

2006-04-17 Thread David Bear
b -- and even cached for a period of time. Are there any zope products that might help with these? or an apache module if there apache experts here. I might even entertain an mod-python module if something like it existed. -- David BearWhat's the difference between private knowledge and public

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-04-13 Thread David H
Last time I saw cPersistent.so mentioned as a problem it had to do with conflicting python versions. No idea either, otherwise. Did you mention your zope version *and* the python versions you are using? (check your control panel) Didnt see the start of this thread. David __

Re: [Zope] how to include a local html file

2006-04-07 Thread David H
havent used (a) but i'm sure you will see examples if you have (a). David ___ 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

[ZWeb] Zope.org site issues

2006-04-03 Thread David Lawson
Is anyone still experiencing problems with the zope.org site redirecting to zope.com? Could you let me know off list if you are, please? Thanks. --Dave Lawson Systems Administrator Zope Corp. 540-361-1722 [EMAIL PROTECTED] ___ Zope-web

[Zope] python 2.4.3

2006-04-03 Thread David Bear
Since python 2.4.3 has just been released, are there any comments/recommendatiosn about running zope 2.9.2 with that version? The zope site and installed docs recommend python 2.4.2, but it appears the 2.4.3 is a nice bug fix release. it would be nice to be able to use it. -- David BearWhat's

Re: [Zope] single sign-on

2006-04-02 Thread David H
to your users. Maybe someone will correct this. If so everyone's happy. Of course, you could make your plone site anonymous if you feel your secure by the time they get there. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

Re: [Zope] Re: Question about Zope and security

2006-03-29 Thread David H
experts have as a secure alternative? All best, David ___ 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

Re: [Zope] How do you get custom made portal tabs to highlight

2006-03-25 Thread David Pratt
etc as an example. Hope this helps. Regards, David JulianRead wrote: Hi i have made 3 portal tabs which link to 3 different pages in my site. ( In the same way that in www.plone.org there are the portal tabs home, about, documentation etc. ) I am trying to find out how to highlight

Re: [Zope] Plone Caching best practice

2006-03-24 Thread David
this bridge and have something to say. All best, David ___ 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

Re: [Zope] Update Multiple Records

2006-03-21 Thread David
be updated like so: #module pyUpdateRecords for item in request.get('items',[]). context.SQL.upDateMyRecs(id=item['id'],lname=item['lname'] ) # now return a screen return context.SomeTemplate(context,request) David ___ Zope maillist

Re: [Zope] best practice, CSS Stylesheets

2006-03-21 Thread David Pratt
Anyone have any idea whether dynamic css via dtml will remain possible as CMF gets more Z3'ish? Or will only possibility be overrides in css itself. Regards, David Peter Bengtsson wrote: Tino Wildenhain wrote: Peter Bengtsson schrieb: John Huttley wrote: Hi, What is the best way

Re: [Zope] Strange errors while 'make'ing

2006-03-21 Thread David
esolved symbol PyUnicodeUCS2_AsEncodedString" during loading of the mxODBC Zope DA product, you are likely using a Linux distribution which ships with a UCS4-build (4-byte Unicode) of Python. RedHat 9 and SuSE 9 and later ship with UCS4 builds of Python an

[Zope] errors building zope 3

2006-03-16 Thread David Bear
, in shutdown_zeo_server s.connect(adminaddr) File string, line 1, in connect error: (60, 'Operation timed out') The errors are all 'operation timed out'. this happens when I run make test as root as well. any pointers?-- David BearWhat's the difference between private knowledge and public

Re: [Zope] METAL macros

2006-03-12 Thread David
tal:content=template/idtemplate id/em. p metal:use-macro=container/ptMacros/macros/copyright b metal:fill-slot=nameCopyright goes here/b /p /body /html And test it out. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope] Zope Managed Server

2006-03-11 Thread David
cranky if you lean too much on them). I just checked out the iMeme site - and they may be pretty good ( jcc wouldn't recommend them otherwise) but their presentation is gawd-awful and not confidence inspiring. David ___ Zope maillist - Zope

Re: [Zope] dtml methods and namespace

2006-03-09 Thread David
one... thank you in advance, Luca Luca, Not sure exactly whats going on there ... but there are significant differences between dtml methods and dtml documents and how they view identity. David ___ Zope maillist - Zope@zope.org http

Re: [Zope] manage_pasteObjects question

2006-03-08 Thread David
re to go with this. You coded: context.manage_pasteObjects(cb_copy_data=context.cb_dataItems(),REQUEST=req['__cp']) What is the last parameter doing? REQUEST=req['__cp'] ? The manage_pastObjects expects a REQUEST object, e.g. REQUEST=context.REQUEST. Did you try this? David __

Re: [Zope] manage_pasteObjects question

2006-03-08 Thread David
Palermo, Tom wrote: Hi David, In my last post, I wrote that I tried calling manage_pasteObjects a variety of ways: context.manage_pasteObjects(context.REQUEST) context.manage_pasteObjects(context.cb_dataItems()) as well as the original: context.manage_pasteObjects

RE: [Zope] Re: Advice needed before settling on Zope

2006-03-05 Thread Rainsford, David
to my question. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maik Ihde Sent: Wednesday, 15 February 2006 19:20 To: zope@zope.org Subject: [Zope] Re: Advice needed before settling on Zope Hi David, We have to build a content/document management system

Re: [Zope] Status of blobs and rdb plugged into ZODB

2006-03-04 Thread David Pratt
Hi Andreas. Many thanks for the update. I'll stay tuned. Regards, David Andreas Jung wrote: --On 3. März 2006 18:29:33 -0400 David Pratt [EMAIL PROTECTED] wrote: Hi. I have written a blob type product about a year or so ago and I remember at that time there was the promise of being able

[Zope] Status of blobs and rdb plugged into ZODB

2006-03-03 Thread David Pratt
of this development. Are we there yet with ZODB 3.6 or is this still something that is not possible. It would be really great indeed if everthing was a proper object in the zodb with a choice of where it sits - whether in the zodb, filesystem or rdb. Regards, David

Re: [Zope] how can i the height of a image

2006-02-25 Thread David
-to/addContentProgrammatically --jcc image = context.images['imageName' + nom] print image.height return printed Its always easier in python David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] limiting view access to acl_users

2006-02-24 Thread David
of something to acquire and index_html is implied. Authorization occurs when something is about to be published or accessed - not just typed in a URL. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] limiting view access to acl_users

2006-02-24 Thread David
gf wrote: On 2/24/06, David [EMAIL PROTECTED] wrote: gf wrote: Hi, I am relatively new to Zope and have a question regarding acl_user folders. I am trying to prevent 'view' access to an acl_users folder that I have created in a non-root area of my website. I

[Zope] Advice needed before settling on Zope

2006-02-14 Thread Rainsford, David
Title: Advice needed before settling on Zope Hi Zope users! We have to build a content/document management system for our company, and I have been assigned to look into this and make a start. The system has quite a few requirements, which I'll outline below. Version Control: we need quite

[Zope] Zope and roles and hierarchy

2006-02-09 Thread David
, couldn't we have some extra attribute to a role like upwardly mobile? (I want to share a code base for several folders sub-folders and I do not wanta to give it anonymous access). David ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] Strange problem with WebDAV and Zope

2006-02-09 Thread David
uses title suffix for internal aims. My question is how I can workaround this problem? Regards Rambius [1 Maybe because 'title' is a common object property and it is getting acquired before the intended one? David ___ Zope maillist - Zope

[Zope] can't find template (newbie)

2006-02-06 Thread David De Maeyer
? I must have missed something... Best regards, David ___ Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et

Re: [Zope] can't find template (newbie)

2006-02-06 Thread David De Maeyer
a second template. I had to create a new user with manager credentials to be able to modify/save it. Anyway... it is done. Thanks for the replies! Regards, David --- Barry Drake [EMAIL PROTECTED] a écrit : David, Look in portal_skins/portal_templates. The headers and footers are there. If you

Re: [Zope] starter application for zope 2.x

2006-02-01 Thread David
) It covers almost all of your questions (some of which will answer themselves when you understand Zope better). You tried the tutorial that comes with Zope? I'm tempted to suggest you go straight to Zope 3. Maybe some other listers can better inform you about that choice. David

[Zope] Sudden Errors

2006-01-29 Thread David Ayres
Hey Everyone! I have run into a large problem. I had attempted to add a "Local File System" object to one of my folders. It displayed the following error and now I cannot accessthe parent containerNOR refresh the tree view. When I do, the *second* error below is displayed. Any help or

RE: [Zope] Sudden Errors

2006-01-29 Thread David Ayres
I removed the Local File System object that had been created by using 'manage_delObjects?ids=' and the errors are gone. However, has anyone run into this problem before? Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David AyresSent: Sunday, January 29, 2006 5:05 PMTo

Re: [Zope] Yet another newbie question (file upload and python scripts)

2006-01-28 Thread David
ld show me the right way Best regards to all, Janusz Janusz, Zope objects of meta-type FILE do not have a read(). But with python there always is a way, eg ListOfLines = str(context.someFileObject).split('\n') # if its a delimi

[Zope] Off Topic: Good linux editors?

2006-01-28 Thread David
Hi list, I'm fairly new to Linux (ubuntu server version) and simply hate VIM. Nor do I want to mind meld with the complex EMACS. I just wonder what Editors some of you prefer as you write stuff like external scripts, etc. thx, David ___ Zope

Re: [Zope] Re: Zope/Plone logon security strategy etc

2006-01-26 Thread David
it, like zope 2.4x). David ___ 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] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread David Pratt
, David ___ 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] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread David Pratt
not follow it through at the time. I am use CMF not Plone however. Regards, David Jens Vagelpohl wrote: On 24 Jan 2006, at 18:10, David Pratt wrote: I think this should be doable for single cert with multiple domains. Setup you exising ip with one domain (ie. mysecure_domain.com). Get

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread David Pratt
and would need to look at this again. I tried this on CMF. Give me a day or two and I will see if I can locate anything more on this in my stuff. I wish I had a better memory but a year seems like a long time ago. :-) Regards, David michael nt milne wrote: Ok, that's really interesting. Thanks. Yes

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread David Pratt
at the time when I was trying to work this out for myself with CMF. Regards, David David Pratt wrote: Hi Michael. First you need a way to get to the root of your site two different ways. First is using the domain you have your ssl on and the other for your other domain name(s) www.domain_one.com

Re: [Zope] CMF 2.0.0-alpha released

2006-01-23 Thread David Pratt
This is very cool!! I have been really looking forward to working with this!! Many thanks to those that are making this happen and are pushing Zope2 to the next level! Regards, David Jens Vagelpohl wrote: The CMF developer community and Zope Corporation are pleased to announce the release

Re: [Zope] Zope and Sqlite3 adapter

2006-01-21 Thread David Pratt
Wow. Thanks Bakhtiar! I did some searching but was unable to locate it so many thanks for this link. Now I can experiment. It sounds like an odd combination with zope but I am curious mostly. I just wanted to see how it would cope for something small. Regards, David Bakhtiar A Hamid wrote

Re: [Zope] What product to choose?

2006-01-21 Thread David Pratt
time line (that work nicely with relational database backends) I guess it will depend on your choice of a backend - whether you want an object database or relational database. Regards, David Karlo Lozovina wrote: First of all, greetings to everyone :)! I have been given a task to choose

[Zope] Zope and Sqlite3 adapter

2006-01-20 Thread David Pratt
with the db). Does anyone have any experience they can share if they have tried this before. Many thanks. Regards David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

Re: [Zope] returning list from PythonScript

2006-01-20 Thread David
the array first with something like ... tal:block tal:define=thearray structure? python: container.myScript(); whatever python: container.myExtMethod( thearray ) DAvid ___ Zope maillist - Zope

Re: [Zope] Zope and Sqlite3 adapter

2006-01-20 Thread David Pratt
Hi Dieter. Many thanks. :-) I was hoping there might be something but if I cannot locate anything existing, I will likely go this route if I can find a bit more time. Regards, David Dieter Maurer wrote: David Pratt wrote at 2006-1-20 10:00 -0400: Hi can someone advise whether

[Zope] Zope fails on large task?

2006-01-19 Thread David Whiteley
I have a quite complicated data collection and reporting system based on zope2.7 and postgresql. All the postgresql stuff is handled by external scripts. I have used page templates throughout. It is running on a Debian Sarge based system, and uses Apache as a front end. This is my first

Re: [Zope] [Fwd: Zope fails on large task?]

2006-01-19 Thread David Whiteley
Thanks, This might be the fix. I too had tried ProxyTimeout without success. It is now behaving a lot better. Dave On Thu, 2006-01-19 at 09:25 +0100, Luca Olivetti wrote: En/na Jim Fulton ha escrit: It works for a few people. If I try too many people it fails with an Error

<    1   2   3   4   5   6   7   8   9   10   >