Re: [Zope] zexp import fails from linux to windows due to image file paths

2008-07-16 Thread robert rottermann
Richard Ettema schrieb: Hi, I have an old zope based site that was hosted on a linux machine that was exported to a zexp. i am trying to import it onto a windows machine to fix up and upgrade the site. the windows machine is setup wth the identical products etc. The problem is the image file

Re: [Zope] Zope error getting Plone running on HP UX

2008-09-13 Thread robert rottermann
I have not been near HP UX for more than 10 years.. but why dont you install zope plone from scratch? this is very easy and done in less than an hour. you then should have much more controll on what is happening when running zope/plone. start with installing: - easy_install - ZopeSkell and the

Re: [Zope] How manage error with zsql

2008-12-06 Thread robert rottermann
hi, I think you should write in a python script: try: result = context.insert_data.zsql msg = 'data inserted' except ZeroDivisionError: msg = 'ZeroDivisionError occured' return msg and in your tal you write: div tal:content=context/MyPythonscript /div allways try to put

Re: [Zope] generic setupworkflow: how to add to binding??

2008-12-08 Thread robert rottermann
thanks Jean-Michel, Jean-Michel FRANCOIS schrieb: bindings default bound-workflow workflow_id=simple_publication_workflow/ /default type type_id=File bound-workflow workflow_id=myworkflow/ /type this unfortunately *replaces* the entries in the binding. I would

Re: [Zope] sorting ids in python

2008-12-08 Thread robert rottermann
Garry Saddington schrieb: Can anyone help me sort the following by id in a python script? for object in context.objectValues(['Folder', 'DTML Document','ZipFolder','File','Image']): objs=context.objectValues(['Folder', 'DTMLDocument','ZipFolder','File','Image']) objs.sort() for o in objs:

Re: [Zope] sorting ids in python

2008-12-08 Thread robert rottermann
Andreas Jung schrieb: On 08.12.2008 21:11 Uhr, robert rottermann wrote: Garry Saddington schrieb: Can anyone help me sort the following by id in a python script? for object in context.objectValues(['Folder', 'DTML Document','ZipFolder','File','Image']): objs=context.objectValues(['Folder

Re: [Zope] sorting ids in python

2008-12-11 Thread robert rottermann
Garry Saddington schrieb: On Tuesday 09 December 2008 03:15, Andreas Jung wrote: On 08.12.2008 21:11 Uhr, robert rottermann wrote: Garry Saddington schrieb: Can anyone help me sort the following by id in a python script? for object in context.objectValues(['Folder', 'DTML Document

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread robert rottermann
thedag...@gmail.com schrieb: make that: LocalFS hasn't been updated since 2006. it still works fine, there is only a line you have to change in its code where it pulls in security from cmf to some other cmf module. when starting up cmf tells you what is wrong. so its really easy to fix. robert

Re: [Zope] znolk wizard

2009-04-02 Thread robert rottermann
take collective.mercury this generates intterfaces from every table. with such an interface yaou need only a couple of lines to build an edit form for every table. somethings like: class DeclarationKLView(formbase.PageForm): form_fields = form.Fields(ItblDeclaration_klTable) ignoreContext

Re: [Zope] znolk wizard

2009-04-04 Thread robert rottermann
Chris Withers schrieb: Carsten Senger wrote: Times are fast moving. Interesting to see such interests in something ancient to start an excavation ;-) Znolk 0.1.9 is hidden on zope.org. http://www.zope.org/Members/zwork/Znolk_SQL_Wizard/default I think 0.2 was developed at bluedynamics

Re: [Zope] Mod_Rewrite port 8080

2009-04-06 Thread robert rottermann
Bobby schrieb: Hi, I want to use mod_rewrite on Apache to redirect http://internal:80/internal to http://internal:8080/internal so that when the user request http://internal:80/internal, the Zope folder foo will be served up. I still want http://internal:80/ to stay intact so that the

Re: [Zope] [Zope-dev] Zope 4.0, maybe not such a bad idea...

2009-04-13 Thread robert rottermann
Hi there, this is an email I wanted to write for several times in the past. I find it very sad, that grown up people that are extremely knowledgeable and the source of lots of incredibly helpful advice *nobody* else seems to be able or willing to give, contributers of a wealth of tools the whole

[Zope] problem accessing object as anonymous

2009-04-22 Thread robert rottermann
Hi there, I try to find out, why in an intranet accessing an object from a link sendt by email is not possible. situation: a user from a plone intranet sends a link to a dokument within the intranet to a colleague. if that colleague clicks on the link while *not logged* into the intranet she is

Re: [Zope] problem accessing object as anonymous

2009-04-22 Thread robert rottermann
oh, I am using plone 2.5x here with Zope 2.9.8-final, python 2.4.6, linux2 robert robert rottermann schrieb: Hi there, I try to find out, why in an intranet accessing an object from a link sendt by email is not possible. situation: a user from a plone intranet sends a link to a dokument

Re: [Zope] problem accessing object as anonymous

2009-04-22 Thread robert rottermann
robert rottermann schrieb: Hi there, I try to find out, why in an intranet accessing an object from a link sendt by email is not possible. situation: a user from a plone intranet sends a link to a dokument within the intranet to a colleague. if that colleague clicks on the link while

Re: [Zope] problem with commits in SQLAlchemyDA

2009-08-17 Thread robert rottermann
I do not see any reference to mark_changed you have to call it before any transaction.commit() to tell the zope transaction machinery that it has to commit you changes also. robert Maric Michaud schrieb: Hi all, I wanted to use SQALchemyDA with a standalone Zope 2.11 (we only depends on

Re: [Zope] problem with commits in SQLAlchemyDA

2009-08-17 Thread robert rottermann
Maric Michaud schrieb: robert rottermann a écrit : I do not see any reference to mark_changed you have to call it before any transaction.commit() to tell the zope transaction machinery that it has to commit you changes also. robert In fact, what I understood

Re: [Zope] how get a relative root from

2009-08-20 Thread robert rottermann
if you look in the request, there is PATH_INFO from which you can deduct the path you are using. robert Miguel Beltran R. schrieb: Hi list how can do a script what return the relative parent from it self? I use virtual_hosting and because a configuration I need access to my site like

Re: [Zope] [Zope-Annce] ZClasses resurrected

2009-10-04 Thread robert rottermann
this is great, I never used ZClasses. But I really cherish that somebody did speak up and keeps on giving suport to parts of the zope ecosystem the rest of the community stopped to maintain. robert Dieter Maurer wrote: The Zope developers have ripped out the ZClasses functionality from the Zope

Re: [Zope] ZopeProfiler uninstall

2009-12-01 Thread robert rottermann
Gaute Amundsen schrieb: We have ZopeProfiler 1.72 installed on a site (Zope 2.7.5-1.fc3) that don't need it anymore. I've removed the folder and deleted the product, but I cant' find a way to remove it form the controlpanel. I notice it's been asked once before, but I cant find any replies.

Re: [Zope] long running methods

2010-05-20 Thread robert rottermann
Am 20.05.2010 19:34, schrieb Maik Derstappen, Derstappen IT: Am 20.05.2010 16:05, schrieb Jürgen Herrmann: On Thu, 20 May 2010 15:59:58 +0200, Patrick Gerken do3cc...@googlemail.com wrote: On Thu, May 20, 2010 at 14:18, Jürgen Herrmann juergen.herrm...@xlhost.dewrote: hi there! as our

Re: [Zope] long running methods

2010-05-20 Thread robert rottermann
Am 20.05.2010 21:01, schrieb Maik Derstappen, Derstappen IT: Am 20.05.2010 20:04, schrieb robert rottermann: Am 20.05.2010 19:34, schrieb Maik Derstappen, Derstappen IT: Am 20.05.2010 16:05, schrieb Jürgen Herrmann: On Thu, 20 May 2010 15:59:58 +0200, Patrick Gerken do3cc

Re: [Zope] string formatting

2010-08-15 Thread robert rottermann
Am 14.08.2010 22:23, schrieb Jaroslav Lukesh: DTML is your friend, not evil. JL. when I was a kid I used to spend my holidays with my grandfather. he was an old farmer and used to work with horse and carriage. it was great and I loved the horses..

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread robert rottermann
I think storing dtml in a db is wrong by design. I do lots of dynamic websites that are generated from external data. i had no need for a single line of dtml yet ... robert Am 18.08.2010 18:38, schrieb Andrew Milton: +---[ Garry Saddington ]-- | Andrew Milton wrote: |

Re: [Zope] Storing DTML in SQL

2010-08-19 Thread robert rottermann
Am 18.08.2010 18:56, schrieb Andrew Milton: +---[ robert rottermann ]-- | I think storing dtml in a db is wrong by design. | I do lots of dynamic websites that are generated from external data. | i had no need for a single line of dtml yet ... I've seen it used a lot

Re: [Zope] Storing DTML in SQL

2010-08-19 Thread robert rottermann
By far the majority of new deployments use zope 2 though... of course. zope 2 does use 5 which is a zope2/3 bridge. plone is VERY zope3/five based .. ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] commit problems psycopg

2010-08-23 Thread robert rottermann
fyou probably need to commit the data ?? robert Am 23.08.2010 18:24, schrieb Richard Harley: We have had a problem with postgresql 8.3 on a Windows server 2008. I wonder whether there has been any other experiences like this. We have connected to Potsgres from Zope via a Psycopg

Re: [Zope] Date utility for Zope (V2)

2010-11-09 Thread robert rottermann
Am 10.11.2010 02:00, schrieb Brian Sullivan: I guess I having a mental block then. To use it from what I know I would have create a Zope 2 product from it somehow or create callable scripts in the ZMI from the provided code. Neither seems reasonable. Is there other way to use the code that I

Re: [Zope] WebDAV lock in Zope 2.11.4

2010-12-02 Thread robert rottermann
Am 02.12.2010 18:53, schrieb Brian Sullivan: Somehow in testing use of ExternalEditor product I have set the WebDAV lock on a file. The problem is that the lock doesn't seem to appear in the list of locks from the Control Panel, nor does it clear on a restart. I am at loss -- how do I proceed?

Re: [Zope] Migrating a legacy Zope2 app to use buildout.

2011-06-18 Thread robert rottermann
On 17.06.2011 23:57, Jason J. W. Williams wrote: Hello, Currently, we have a Portal that was built starting in 2004 before buildout was available, so our development method has been to export and import from the Zope2 WebUI for deployment. That's been a real pain and since we've automated

Re: [Zope] CMF -?- Zope

2011-06-23 Thread robert rottermann
as root (or using virtualenv) easy_install-2.6 -U ZopeSkel then as user zope (or what ever) paster create -t plone4_buildout NAMEOFNEWBUILDOUT cd NAMEOFNEWBUILDOUT python2.6 bootstrap bin/buildout and your new site is ready to start with bin/instance fg point your browser at

Re: [Zope] CMF -?- Zope

2011-06-23 Thread robert rottermann
On 23.06.2011 16:14, Eric d'Halibut wrote: On 6/23/11, robert rottermannrob...@redcor.ch wrote: as root (or using virtualenv) easy_install-2.6 -U ZopeSkel then as user zope (or what ever) paster create -t plone4_buildout NAMEOFNEWBUILDOUT This last command gives me a sternly-worded, and

Re: [Zope] path of a fileupload instance

2012-11-14 Thread robert rottermann
to my knowledge, for security reason no modern browser submits the path anymore. If you need the path, you have to create your own file uploader or use a tool like uploadify (http://www.uploadify.com) I *think* javascript gets you access to the full path. robert On 11/14/2012 08:35 AM, Kees de

Re: [Zope] SQL and Python Products

2013-01-16 Thread robert rottermann
Hi Luiz, use sqlalchemy together with z3c.saconfig. Powerfull, flexible, easy to use .. And in martin aspelis book is a chapter how to use them .. robert On 01/16/2013 07:34 PM, Luiz Pasqual wrote: Hi, We are trying to migrate a very old application on Zope 2.9, first we thought to migrate

Re: [Zope] Zope2 - pro/contra

2015-03-16 Thread robert rottermann
I just had to port an Intranet to modern hardware/Linux that has been created in 1996 using plain zope and has been programmatically untouched since 2001. The Intranet is rather complex and provides a kind of ERP on very technical data. The application consist of some 1000 little dtml scripts

[Zope-dev] Confused by accuisition, need help

2001-04-08 Thread Robert Rottermann
Hi there, I need the help with the following situation: I have a folder test with the following structure 1 Test a index_html some frames to structure the display a zman (a product I am about to develop) a data b projects c data acesses database c display displayes

Re: [Zope-dev] I am looking for a DragDrop target.

2001-04-09 Thread Robert Rottermann
Thanks for your tip. This is where I am heading. Just there may be something embeded in python. Robert I'm just speculating, because I've never done this, but I do remember that Javascript has a event handler named "onDragDrop". Perhaps you could use that to fill in the name of the file

[Zope-dev] how can I fill to frames in on dtml-call ??

2001-04-25 Thread Robert Rottermann
Hi there, I would like to fill two frames as a response to a user action. How can I do that? The situation is as follows: I have two database tables having a master-detail relationship. In a list I display records from the master table . When the user clicks on one of the entry I would like

[Zope-dev] REQUEST contains wrong list.index ???

2001-04-26 Thread Robert Rottermann
Good morning,I came accross something I do not understand:In a form I have list. The list items are set with an option value the sequence-indexlike so: dtml-in getSubprojects dtml-let curElem=sequence-item OPTION value=dtml-var "curElem['Code']" dtml-var "curElem['Name']" /OPTION

Re: [Zope-dev] Speed up the learning curve

2001-06-27 Thread Robert Rottermann
Wrong Andy, writing Python products is far easier than guessing how to pass a variable to a DTML-method or other such DTML-Voodoo Robert - Original Message - From: Andy [EMAIL PROTECTED] To: Dieter Maurer [EMAIL PROTECTED]; Rene Pijlman [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

[Zope-dev] ZCVSFolder not running on windows

2001-06-30 Thread Robert Rottermann
Hi there, I installed the newest version of ZCVSMFolder on my windowsbox. As it uses fork it can not work. However I used a former version under windows. Is this not possible anymore? thanks for any insigth Robert ___ Zope-Dev maillist - [EMAIL

Re: Re: [Zope-dev] WebDav Bug? -- And some comments on how great WebDAV is ;-)

2001-09-20 Thread Robert Rottermann
Hi Brian, that proposal sounds very good to me. Could it be enhanced in a way that we can add an add automatic extension when served by webdav. What I mean by that is that an object without extension is seen as having say .html appended to it when it is access by webdav. So we can use all these

Re: Re: [Zope-dev] WebDav Bug? -- And some comments on how greatWebDAV is ;-)

2001-09-20 Thread Robert Rottermann
, 2001 08:46:42 AM +0200 Robert Rottermann [EMAIL PROTECTED] wrote: Hi Brian, that proposal sounds very good to me. Could it be enhanced in a way that we can add an add automatic extension when served by webdav. What I mean by that is that an object without extension is seen as having

Re: [Zope-dev] WebDAVLocks lost in Control_Panel (was:: [ZPT] how to unlock a webdav locked element ????)

2001-10-27 Thread Robert Rottermann
and how did you delete _objects from the control panel ?? Robert - Original Message - From: Adrian Hungate [EMAIL PROTECTED] To: Dieter Maurer [EMAIL PROTECTED]; Robert Rottermann [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, October 26, 2001 11:51 PM Subject: Re: [Zope-dev

Re: [Zope-dev] WebDAVLocks lost in Control_Panel (was:: [ZPT] how to unlock a webdav locked element ????)

2001-10-28 Thread Robert Rottermann
Thank you, I did it with an external method def t (self) : cp = getattr(self, 'Control_Panel') delattr(cp, '_objects') and it worked. life is full of wonders Robert - Original Message - From: Adrian Hungate [EMAIL PROTECTED] To: Robert Rottermann [EMAIL PROTECTED]; Dieter

Re: [Zope-dev] How to render DTML that is not stored in the ZODB?

2001-11-19 Thread Robert Rottermann
Create a dtml-method programmatically and feed it your text with dtml vars embedded. Like so: def _dealWithDtml ( self, data ) : num_id = int(random.random() * 10) str_id = 'tmp' + str(num_id) self.manage_addProduct['OFSP'].manage_addDTMLMethod(id=str_id,

Re: [Zope-dev] HELP PLEASE

2001-10-11 Thread Robert Rottermann
I had this once (the slowing down) when an other process was eating up all memory and zope was constantly paged out. Robert - Original Message - From: Andre Schubert [EMAIL PROTECTED] To: zope [EMAIL PROTECTED] Sent: Friday, October 12, 2001 6:49 AM Subject: [Zope-dev] HELP PLEASE Hi

Re: [Zope-dev] Open Letter to zope-dev

2001-12-01 Thread Robert Rottermann
Friends,first thing I want is to express my huge gratitude to have something like Zope and its community.I have read all the all the mail that has been stirred by "that" open letter.I agree very much and I am willing to contribute as much as I can that zope should grow 10x.I found two

core i18n support (was [Zope-dev] Open Letter to zope-dev)

2001-12-01 Thread Robert Rottermann
it. Robert - Original Message - From: Andreas Jung [EMAIL PROTECTED] To: Joachim Werner [EMAIL PROTECTED]; Paul Everitt [EMAIL PROTECTED]; Robert Rottermann [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, December 01, 2001 2:50 PM Subject: Re: [Zope-dev] Open Letter to zope-dev

Re: [Zope-dev] Open Letter to zope-dev

2001-12-01 Thread Robert Rottermann
Clark, where is the problem?? Yes ZC ties to make money out of Zope. And I hope they are successful. Don't you know that only those that have can give? If ZC does not make the money to cover their cost how can they give us Zope?? Open source is not only for fun. Also to make money! Robert

Re: [Zope-dev] Re: [ez] DISCUSS: Eurosprint in February

2002-01-08 Thread Robert Rottermann
I am interested to join that sprint. Robert - Original Message - From: Lennart Regebro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 12:20 PM Subject: [Zope-dev] Re: [ez] DISCUSS: Eurosprint in February We at Torped are interested, and we *can't* host it,

[Zope-dev] ZODBCDB/ZSQL does not accept where clause with Zope 5.1

2002-05-06 Thread Robert Rottermann
Hi there, I can not use ZODBCDA with an SQL-statement from a ZSQL object that contains a where clause.When I do I get an error stating that 1 parameter was required but none was provided. I did install ZODBCDA (the newest version from the Zope-site) And I did install Zope 5.1 I am using NT2000 I

Re: [Zope-dev] Re: Adding Batch Factory to ZMI Add menu OK?

2002-05-29 Thread Robert Rottermann
Would it not be possible to have undo for the Zope portion of the object meaning what is stored in in the ZODB can be undone, what is stored in the fs is as it is. Like that we would have most of what undo offers for a normal element. Robert - Original Message - From: Andy McKay [EMAIL

Re: [Zope-dev] DirectoryViews for Zope2.6?

2002-06-04 Thread Robert Rottermann
I agree with you. And they depend on CMF only very ligthly. So taking them out of CMF should be easy. Robert - Original Message - From: kapil thangavelu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 3:09 AM Subject: [Zope-dev] DirectoryViews for Zope2.6? hi

Re: [Zope-dev] Testing Zope Products with Python Debugger

2002-06-04 Thread Robert Rottermann
Just install a second Zope and have it running from an other Port. The Product you are developping ypu put in an extra direcory. start.bat for both versions have to be adapted as follows: add a line like the following: set

[Zope-dev] site-layout question

2002-08-12 Thread Robert Rottermann
freundlichen Grüssen Robert Rottermann Wir wollen Technik mit Menschlichkeit verbinden, um Menschen mit Technik zu erreichen. www.redcor.ch- die website www.redcor.net - zope trainings (and more) ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] [ANN] Proposal: Integration of reStructuredText into Zope

2002-10-28 Thread Robert Rottermann
I second that cordially Robert - Original Message - From: maxm [EMAIL PROTECTED] To: Andreas Jung [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, October 28, 2002 8:29 AM Subject: Re: [Zope-dev] [ANN] Proposal: Integration of reStructuredText into Zope Andreas Jung wrote: Feel

[Zope-dev] 2.6.4.c1 still problem with security

2004-01-20 Thread robert rottermann
Hi there, I am using zope from cvs Zope-2_6-branch. I still get the following assertion in a DCWorkflow which worked flawlessly in 2.6.2 Thanks for any pointers Robert Traceback (innermost last): Module ZPublisher.Publish, line 98, in publish Module ZPublisher.mapply, line 88, in mapply

Re: [Zope-dev] 2.7rc1 - Unauthorized: You are not allowed to access '' in this context

2004-01-20 Thread robert rottermann
Stuart, I do have the same problem. And it occurs using 2.7x and 2.6x. I am using local roles heavilly so I wonder whether it is linked to that Robert Stuart Bishop wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In Shared.DC.Scripts.Bindings._getContext(self), there seems to be a new

Re: [Zope-dev] 2.6.4.c1 still problem with security

2004-01-20 Thread robert rottermann
to access the container of the script that is called during the DCWorkflow transition. Any ideas? Robert robert rottermann wrote: Hi there, I am using zope from cvs Zope-2_6-branch. I still get the following assertion in a DCWorkflow which worked flawlessly in 2.6.2 Thanks for any pointers Robert

Re: [Zope-dev] Re: RFC: backward compatibility of ps bindings RESOLUTION

2004-01-21 Thread robert rottermann
Brian Lloyd wrote: Jeremy Hylton wrote: What if you used a special object that would produce a useful error message if the user tries to access the container. I like this. Make it a singleton, and put it in the global namespace for Scripts, so that we can write: if context is

Re: [Zope-dev] Re: RFC: backward compatibility of ps bindingsRESOLUTION

2004-01-22 Thread robert rottermann
Brian Lloyd wrote: I did check with a fresh 2.6 xx A DCWorkflow script that was not not called with the version from a few hours ago is now called but produces the following traceback This happens when the container binding is set to container and also when it is cleared. Traceback (innermost

Re: Zope + Ape + Subversion (was: RE: [Zope-dev] Using a truely r evis ion based storage for Zope ?)

2004-04-13 Thread robert rottermann
[EMAIL PROTECTED] wrote: Brad, About the branch thing ... That's basically the idea! The bigger problem here is how to manage this both internally and from a user/administrator perspective. This paradigm only really makes sense in the CMF world anyways, and I want to focus on basic Zope before

Re: [Zope-dev] Re: [Zope3-dev] Re: Zope and zope

2004-04-13 Thread robert rottermann
Fred Drake wrote: Jim Fulton noted: Of course, having two packages with names differing only in case is a bit ugly. Do we want to consider renaming one or both of these packages to avoid the conflict? A bit ugly, but I can live with it. On Tuesday 13 April 2004 22:17, Tres Seaver wrote: -1

Re: [Zope-dev] Re: The bleak Future of Zope?!

2004-04-21 Thread robert rottermann
will not be able to participate easily on the academic Zope3 train. The technic freaks who modell Zope3 are usually not application developers, which have to build and run working applications for real human users. That's both insulting and incorrect. Many of the leaders of the Zope 2

Re: [Zope-dev] Re: Conflict errors on BDBMinimal storage

2004-05-18 Thread robert rottermann
Chris McDonough wrote: On Tue, 2004-05-18 at 14:15, Tres Seaver wrote: I recently reworked Anthony Baxter's SQLSessions product for a consulting customer, essentially modernizing the code and making it compliant with the new Sessions interface (I dropped the bits which do the work currently

Re: [Zope-dev] Read-only root database doesn't work ... bug or feature?

2004-05-20 Thread robert rottermann
Paul Winkler wrote: I'm trying to figure out how to mount my main storage read-only with zope 2.7.0. I'm starting to suspect that it's impossible. I tried a few things below - ATTEMPT #1. I find this in the zope.conf examples: # Directive:

Re: [Zope-dev] Read-only root database doesn't work ... bug or feature?

2004-05-22 Thread robert rottermann
Paul Winkler wrote: On Thu, May 20, 2004 at 10:53:35AM +0200, robert rottermann wrote: Paul Winkler wrote: I'm trying to figure out how to mount my main storage read-only with zope 2.7.0. I'm starting to suspect that it's impossible. (snip) we had a simmilar problem. Eventually

[Zope-dev] cvs down ??

2004-05-27 Thread robert rottermann
Hi there, I try to access the Zope cvs anonymously according to the instructions. However it fails. Has anything changed, or is this temporarily. Robert [EMAIL PROTECTED]:/home/zope/Products cvs -d :pserver:[EMAIL PROTECTED]:/cvs-repository co Zope cvs [checkout aborted]: connect to

Re: [Zope-dev] cvs down ??

2004-05-27 Thread robert rottermann
Tim Peters wrote: [robert rottermann] I try to access the Zope cvs anonymously according to the instructions. However it fails. Has anything changed, or is this temporarily. :pserver: access is disabled for now, because of recently announced security holes. It will be enabled again when

Re: [Zope-dev] Product Testing

2004-06-01 Thread robert rottermann
Do not run Zope as a service but from a batch file (you find it as /YOURINSTANCE/bin/runzope.bat) Then I would propose using wing from www.wingide.com. I recomend the beta 2.0 version since it has a muchg nicer UI than the V 1.X Robert Marshall Powers wrote: I'm somewhat new to zope in general,

Re: [Zope-dev] [Zope Enhancement Proposal] Sanitizing local roles

2004-07-22 Thread robert rottermann
I would very much apreciate such an enhancment. so ++1 I would like to see where a role was assigned. And If I can express yet an other wish: I would very much like to have a way to see what the settings for a particular User is. And where the settings for a given permissions have come from.

Re: [Zope-dev] [Zope Enhancement Proposal] Sanitizing local roles

2004-07-22 Thread robert rottermann
propoaed. It is the fact that there is no easy way to get at this (badly needed) information that is anoying. Robert Andreas Jung wrote: --On Donnerstag, 22. Juli 2004 21:35 Uhr +0200 robert rottermann [EMAIL PROTECTED] wrote: I would like to see where a role was assigned. And If I can express

Re: [Zope-dev] [Zope Enhancement Proposal] Sanitizing local roles

2004-07-24 Thread robert rottermann
Thanks for your answer, Dieter Maurer wrote: And If I can express yet an other wish: I would very much like to have a way to see what the settings for a particular User is. And where the settings for a given permissions have come from. You might be interested in GRUFs Audit. When I tried it in

[Zope-dev] Re: [Zope-CMF] opaque items, events

2004-12-07 Thread Robert Rottermann
Florent Guillaume wrote: Directing to Zope-dev as this is not CMF-specific. On 7 Dec 2004, at 6:25, Robert Rottermann wrote: The methods that need to send events are: manage_afterAdd manage_beforeDelete (both in various classes) move_object_to_position (would be moveObjectsByDelta

Re: [Zope-dev] Modifying a ZPT state based on a certain parameter

2005-12-19 Thread robert rottermann
Mike, this is not a task for zpt but for a python script. I would suggest you write a script that gets all courses with a given db-state and check them to be in the corresponding workflow state. If not change the workflow state. this script you call regularly (daily, hourly, when ever the db

Re: [Zope-dev] Re: [RfC] Removal of old stuff in Zope 2.10

2005-12-22 Thread robert rottermann
Rocky Burt wrote: Max M wrote: If there is another practical way to do it, that would be fine too. I don't know about sqllite. But if it's more difficulte than dropping a package into a directory it would be bad. Personally I'd be a huge proponent of including SQLite in zope core.

Re: [Zope-dev] Re: [RfC] Removal of old stuff in Zope 2.10

2005-12-22 Thread robert rottermann
Andreas Jung wrote: --On 22. Dezember 2005 12:32:07 +0100 Tino Wildenhain [EMAIL PROTECTED] wrote: I dont think we should inlcude more 3rd party products into zope core unless they are required for core funtionality. And a random database adaptor isnt really core functionality. Another

Re: [Zope-dev] Zope 2.8.6 and 2.9.1 schedule

2006-02-20 Thread robert rottermann
Andreas Jung wrote: --On 23. Januar 2006 21:37:10 +0100 Andreas Jung [EMAIL PROTECTED] wrote: I am plan to release Zope 2.8.6 and 2.9.1 in the middle of February (around Feb, 15th). Unfortunately I am currently too busy to do any releases right now. There are also some bug reports

Re: [Zope-dev] SOAP support?

2007-01-07 Thread robert rottermann
Andreas Jung wrote: Hi, I think it would be time to support SOAP out-of-the-box in some way in Zope 2. XMLRPC is still a useful functionality but the whole world speak of web-services and Zope should support building web-services at least on the SOAP level. I am sure that would bring back

Re: [Zope-dev] zope2docs

2009-02-21 Thread robert rottermann
thanks a lot for the effort that has been put into the new zope documentation. I have a litte wish: the colors of the index (light green on whit) is uncomfortable to my eyes and hard to read. maybe this could be changed to a more contrasting combination? robert Andreas Jung schrieb: -BEGIN

Re: [Zope-dev] Overhauling the Zope 2 presentation on zope.org

2009-02-22 Thread robert rottermann
hi andreas, thank you very much for your efforts Concerning the look feel: unless someone volunteers for taking over the responsibility for providing a Plone theme, I will step forward trying to coordinate this with the design efforts that are currently in progress for the relaunch of

Re: [Zope-dev] naming Zope

2009-04-08 Thread robert rottermann
I see no reason at all to rename anything. remeber the days when there was dBase3. and then dBase4 came allong. technically better but never took off ? To the day things are either dBase or dBase3 compatible. A simmilar situation we have with Zope. Like dBase, Zope is a base technology. How its

Re: [Zope-dev] ComputedAttribute Object

2009-04-27 Thread robert rottermann
Sandrine Meyantchop schrieb: Hello, i want to know how i can convert a ComputedAttribute Object to a String. I have exactly the problem explain here: http://www.zope.org/Collectors/Ape/19 but i want to have a string in state of a ComputedAttribute Object. Any Ideas?? Sandra

Re: [Zope-dev] ComputedAttribute Object

2009-04-27 Thread robert rottermann
Sandrine Meyantchop schrieb: i have only try with str, but the problem is that i want to have for example the title but str(self.title) return ComputedAttribute object at 0xb7cdb8a0. self.title() ?? --- En date de : *Lun 27.4.09, robert rottermann /rob...@redcor.ch/* a écrit : De

Re: [Zope-dev] ComputedAttribute Object

2009-04-27 Thread robert rottermann
I do not know try Title Title() ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

Re: [Zope-dev] ZTK futures: one big package?

2009-05-12 Thread robert rottermann
chris you have *exactly* mirrored my feelings as a longtime zope2 user/application developer getting in touch with plone3/five. now after a year digging in it I still am not free of it thanks a lot robert Chris McDonough schrieb: I realize now that I've neglected to give sufficient reasoning

Re: [Zope-dev] RFC: Site - Locus

2009-05-28 Thread robert rottermann
One reason Locus might be a bad word is because it's easily confused with Location, a concept we already have. an other one is that in german locus is often used for a place where you sit down and use paper to clean your back afterwards.. robert

Re: [Zope-dev] Subversion externals versus mirroring

2009-09-09 Thread robert rottermann
Martijn Faassen schrieb: Hi there, Christian Theune wrote: a long-standing issue with our mirror of svn.zope.org are the absolute URLs of externals: they require the repository to be available on a given URL. I propose to use relative URLs for externals. I guess a complete update isn't

Re: [Zope-dev] New Zope 3 name: BlueBream

2010-01-04 Thread robert rottermann
Am 05.01.2010 08:13, schrieb Jan Ulrich Hasecke: Am 05.01.2010 um 00:43 schrieb Hermann Himmelbauer: Although I tend to give you right, as probably no one will get the fish connection and therefore a new name has to be raised up, I vote for BlueBream, as this indicates something very new,

Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread robert rottermann
many thanks for the tremendous work you have done. I always wondered how long your days must be .. robert ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

[Zope-dev] plone 4.1: can not access plone 3.5 site after startup

2011-03-02 Thread robert rottermann
Hi there, I created a 4.1a3 buildout and added all needed products, of which I had to adapt some to be able to start at all. Then I copied the data.fs of a 3.5x site. Now in the ZMI, when I want to navigate to the plone 3.5 folder I get the following error: What can I do to fix that? Do I have

[Zope-PAS] what plugins are needed for authentication

2007-04-03 Thread robert rottermann
Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours. Now I am unsure which services I have to implement. IAuthenticationPlugin ?? IExtractionPlugin ?? in the bygone world off

Re: [Zope-PAS] what plugins are needed for authentication

2007-04-04 Thread robert rottermann
Mark Hammond wrote: Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours. Now I am unsure which services I have to implement. IAuthenticationPlugin ?? IExtractionPlugin ??

Re: [Zope-PAS] what plugins are needed for authentication

2007-04-04 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wichert Akkerman schrieb: Previously robert rottermann wrote: Mark Hammond wrote: Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours

[Zope-PAS] using Session Auth Helper, sequence of active plugins

2007-04-10 Thread robert rottermann
Hi there, I would like to use Session Auth Helper to authenticate a user after he has logged into a site using Active Directory. this are the steps I use to create the setup: - add an ActiveDirectory Multiplugin - activate all services - apply patches to have the groups working according

Re: [Zope-PAS] Re: using Session Auth Helper, sequence of active plugins

2007-04-10 Thread robert rottermann
Tres Seaver wrote: robert rottermann wrote: Hi there, I would like to use Session Auth Helper to authenticate a user after he has logged into a site using Active Directory. this are the steps I use to create the setup: - add an ActiveDirectory Multiplugin - activate all

[Zope-PAS] easy way to list all ldap users from script??

2007-04-16 Thread robert rottermann
Hi there, I have installed LDAPUserfolder 2.8beta and LDAPMultiPlugun for Plone 2.5.0 Is there an easy way to list all users from a script. something like we have in the ZMI user tab of the LDAPUserFolder? thank you robert begin:vcard fn:robert rottermann n:rottermann;robert

[Zope-PAS] zmi navigation very slow when using LDAPMultiplugins

2008-01-21 Thread robert rottermann
Hi there, we support a plone-based intranet that authenticates against an ActiveDirectory-Domain. As long as a user is logged into the plone-site this works fine. However, the patches for LDAPMultiplugins that are needed for plone make the installation of a LDAPMultiplugins into Zopes's root

Re: [ZWeb] I go away for a few days :)

2006-10-14 Thread robert rottermann
as somebody else pointed out before: it was fun to follow the threads! (at first I in deed believed that some of the postings where some sort of blunt jokes) robert Martijn Faassen wrote: Hey, I go away for a few days (to a Zope 3 sprint in Germany, still there), and lots happened! Sorry I

<    1   2   3   >