Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-10-22 Thread Lennart Regebro
Wops. I have no idea why this thread popped up in my inbox today. Sorry. On Wed, Oct 22, 2014 at 8:51 AM, Lennart Regebro wrote: > On Wed, Jul 30, 2014 at 7:22 PM, Christopher Lozinski < > lozin...@freerecruiting.com> wrote: > >> I would think that the world has to

Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-10-21 Thread Lennart Regebro
On Wed, Jul 30, 2014 at 7:22 PM, Christopher Lozinski < lozin...@freerecruiting.com> wrote: > I would think that the world has to move to massive class libraries of > reusable software components, maybe not on the client side, because it > takes time to download, but certainly on the server side.

Re: [Zope] Catalog a dictionary

2012-08-06 Thread Lennart Regebro
On Mon, Aug 6, 2012 at 2:53 PM, Giampiero Benvenuti wrote: > Hi, > > I just would like to index a string property of the Folder object in a proper > "searchebale" DateTime format. > Right now I have just a string property like 12:30:30 and I would like to > index it as DateTime(DateTime().Date()

Re: [Zope] Catalog a dictionary

2012-08-06 Thread Lennart Regebro
On Mon, Aug 6, 2012 at 9:37 AM, Giampiero Benvenuti wrote: > P.S. I know i can assign multiple attributes to an index in the catalog, > still I wonder why the above code doesn't work. I don't know, but first I'd like to know why you are doing this? The objects in the folder are already indexed, a

Re: [Zope] changing permissions on classes/methods at runtime?

2012-03-06 Thread Lennart Regebro
On Mon, Mar 5, 2012 at 19:22, Sean Upton wrote: > On Wed, Feb 29, 2012 at 7:12 AM, Jürgen Herrmann > wrote: >> hi all! >> >> is it possible to change permissions and roles on classes/methods >> at runtime? normally you'd attach security declarations inline in >> your class definition code: > > I

Re: [Zope] Help in deciding approach to Web App

2011-12-06 Thread Lennart Regebro
On Sun, Dec 4, 2011 at 06:12, Sareesh Sudhakaran wrote: > I have a personal project - a web application I wanted to develop - but I'm > confused on which route to take. I am not under any time constraint. Your case is complex and the answer is non-obvious. I think you will have to try to see. >

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

2011-06-18 Thread Lennart Regebro
application environment and getting all the parts and dependencies installed so it's orthogonal to setting up the objects you need in the ZODB. Importing is one way of setting up the objects in the ZODB. Another one is writing python scripts that does it for you. A third one is using genericsetup. ht

Re: [Zope] Openflow_ZPygresqlDA_products_broken_on_ZMI

2010-12-15 Thread Lennart Regebro
On Tue, Dec 14, 2010 at 14:32, Smita Kamdar wrote: > > Hi, > > As suggested by you I have downloaded all the zope products of the same > version as they are on live to remove the mismatch of versions. But before I > install those products on dev environment, I will have to uninstall all the > p

Re: [Zope] Question about Upgrading Zope and OS X Server

2010-12-09 Thread Lennart Regebro
On Thu, Dec 9, 2010 at 07:52, Dan Gaibel wrote: > So OS X Server Snow Leopard comes with Python 2.6.1. Is there any > reason to think that this Python version would cause problems with > Zope 2.8.6? Yes, that would cause problems. > We have had nice stability with Python 2.3.5. Either way, > is

Re: [Zope] Openflow product is broken on ZMI

2010-12-06 Thread Lennart Regebro
Do you really have to write your emails in large fonts and shocking pink? :-) Anyway, it seems to me that the OpenFlow product has a rather special way to be installed in Zope, with zexp imports and all. Maybe there is an OpenFlow mailing list where people who are more used to the product hangs ou

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

2010-11-10 Thread Lennart Regebro
ts as you normally write your applications. > I need some flexible > way to both specify the intervals and interpret the intervals so that > the next event in a sequence can be specified in real time terms and > scheduled. And that's what dateutil.rrule is for. -- Lennart

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

2010-11-10 Thread Lennart Regebro
ike this: from dtutil import rrule rrule.whatevereblahlahlah() I have the feeling (but I could be wrong) that there is a very long distance from what you want to what you say you want. Maybe you can explain what you actually want to do, your usecases etc. -- Lennart Regebro, Colliberty: http://www

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

2010-11-09 Thread Lennart Regebro
On Tue, Nov 9, 2010 at 22:12, Brian Sullivan wrote: > On another forum this http://labix.org/python-dateutil was suggested > -- it looks to be close to what I was thinking -- I second that. > but I am not totally > sure how I can use it in Zope (a level of incompetence issue no > doubt). You wo

Re: [Zope] Older Zope w/newer CA packages

2010-04-28 Thread Lennart Regebro
It's theoretically possible, but difficult and will likely break in unexpected ways. In general, once you have imported a package subsequent packages will use the same one. > Is there any clean way to isolate the newer packages? Run different python interpreters. -- Lennart Regebro: http:

Re: [Zope] Installation help

2010-04-16 Thread Lennart Regebro
On Wed, Apr 14, 2010 at 16:57, Dhilip S wrote: > Hi. > I'm beginner to zope. Which Zope? And if you don't know, explain to us what you want to do, and we'll tell you. :) -- Lennart Regebro: http://regebro.wordpress.com/ Python 3 Porting: http://python-incompatibility.googl

Re: [Zope] Change admin's password

2009-12-30 Thread Lennart Regebro
On Wed, Dec 30, 2009 at 19:45, iarly selbir | ski0s wrote: > A bit I forgot mentions, my Zope is using relstorage to store all data on > MySQL Good. Then the answer I gave you from the start still is the correct one. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpre

Re: [Zope] Change admin's password

2009-12-30 Thread Lennart Regebro
for it, which is likely to be more complicated that you'd like. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope **

Re: [Zope] Change admin's password

2009-12-30 Thread Lennart Regebro
in MySQL. As mentioned, it uses the ZODB. If you store users and paswords in MySQL, that's something custom for your sites, and how it's stored there is completely up to whoever did that integration. You need to ask them. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro

Re: [Zope] Change admin's password

2009-12-30 Thread Lennart Regebro
the instances use different databases, then you need to change it for each database, yes. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman

Re: [Zope] Change admin's password

2009-12-30 Thread Lennart Regebro
r username password". where {instance} is the command you use to start your instance. Often bin/instance or bin/zopectl. It works for all instances at once, since it's stored in the ZODB. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wo

Re: [Zope] Zope2.12

2009-12-25 Thread Lennart Regebro
easily develop using those methods. Yes, you can. But many of the Zope 3 eggs are built for Zope 3 and Zope 3 only. Those can't be used outside Zope 3. The ZTK doesn't change that. zope.app.container is one of those. It's currently a dependency for ZTK, but as I unde

Re: [Zope] Zope2.12

2009-12-25 Thread Lennart Regebro
pe 2.8. It's not completely compatible, but that's not what you are asking for eiher, if I understand you. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org https:

Re: [Zope] Zope2.12

2009-12-25 Thread Lennart Regebro
n/mkzopeinstance -d testinst $ cd testinst $ more etc/site.zcml ... ... Looks like it's there. OK, so the directory doesn't exist, but you can create it. Most people today develop using buildout, where the zope instance recipe will create the snippets for you. But that's a di

Re: [Zope] DateTime Issues

2009-12-23 Thread Lennart Regebro
urns it as '2009/12/23 10:41:06 GMT+0' > -- So far so good but when I run in my document it gives: 12-23-09 04:41. What would you expect it to be? It seems correct to me. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64

Re: [Zope] Cheap Zope hosting

2009-08-04 Thread Lennart Regebro
r if the support is good, as I haven't needed it. :-) Works for me. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cros

Re: [Zope] Is there a Zope migration tool?

2009-06-11 Thread Lennart Regebro
rver. Done! -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://ma

Re: [Zope] Is there a Zope migration tool?

2009-06-09 Thread Lennart Regebro
his worked.  But then I saw > the above note.  Is there a migration tool?  Where is it, please? What is it you need to migrate? Zope itself needs no migration from 2.7 to 2.10. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 _

Re: [Zope] Non-management actions recorded in Undo Log

2009-05-06 Thread Lennart Regebro
at happens easily. Someone has, probably by mistake, been setting an attribute on objects in methods that should be read-only, or by mistake called a method that modifies something from a page template or similar. You need to get the developers to dig into what those accidental changes are. -- Lennar

Re: [Zope] can zope and grok be a solution for a desktop like interractive web app

2009-05-05 Thread Lennart Regebro
some ajax like functionality is needed here. Exactly. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encodin

Re: [Zope] can I use my existing twisted rpc app in zope.

2009-05-03 Thread Lennart Regebro
out of twisted and put them in Zope. If your objects are tightly integrated with Twisted, you are likely better off keeping the servers separate applications, but make them talk to each other. Chris recommendation of WSGI makes sense. -- Lennart Regebro: Python, Zope, Plone, Grok http://regeb

Re: [Zope] can I use my existing twisted rpc app in zope.

2009-05-02 Thread Lennart Regebro
quot;inside" the other. > So is this possible and should zope3 be the right choice for this? Zope 3, or rather Grok or BFG, is the right answer to everything. ;) -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64

Re: [Zope] how to prevent URL access to an external method?

2009-04-28 Thread Lennart Regebro
t really was unrestricted it would be called from Python code on the hard disk, and then you wouldn't need the external method. > I just don't want them to call the method directly. So Tres method is the simplest one that does just this. -- Lennart Regebro: Pytho

Re: [Zope] Building a fast, scalable yet small Zope application

2009-04-27 Thread Lennart Regebro
it being the id/path of the > object.  However, > it would be nice to build for the future and include the ability to search > all objects.  Maybe > a combination of the two could work. Yeah, for full text search you would definietly benefit from the full text indexes that the c

Re: [Zope] Building a fast, scalable yet small Zope application

2009-04-26 Thread Lennart Regebro
Trees as well. The ZCatalog does this in a configurable way for you, so if you need configurability, yes. If not, it's probably faster to make your own indexes with your own BTrees. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 ___

Re: [Zope] RIP Zope 2!

2009-04-10 Thread Lennart Regebro
7;s time to take the experiences and the vast codebase, and move forward. And I guess Zope Toolkit, Grok and BFG is that way forward. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@z

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

2009-04-06 Thread Lennart Regebro
On Mon, Apr 6, 2009 at 10:34, Chris Withers wrote: > Lennart Regebro wrote: >> Grok and Repoze is not mutually exclusive. > > For end users who pick one or the other, they are *are* mutually exclusive > in that the users won't necessarily know (or care) that the other

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

2009-04-05 Thread Lennart Regebro
On Sun, Apr 5, 2009 at 08:32, Dieter Maurer wrote: > Because members put there content (product implementations) still usable? Absolutely right. In the long run that should probably be moved over to PyPI though. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.

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

2009-04-03 Thread Lennart Regebro
2009/4/3 Chris Withers : > Lennart Regebro wrote: >> >> 1. The Zope Framework dependency cleanup project continues. When >> cleanup is deemed reasonably finished, we rename the framework Zope 4. > > Oh, so Zope 4 is a run on from Zope 2? Eh... no. > How do I upgr

Re: [Zope] RIP Zope 2!

2009-04-03 Thread Lennart Regebro
't get many new users nowadays except via Plone. The effort of slowly moving Plone more and more onto Zope 3 is therefore very important. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maill

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

2009-04-03 Thread Lennart Regebro
k v 4.0 or something, and four servers running on Zope Framework. Zope Legacy Server 4/5 (with Plone 5 on top), Blue Bream, BFG and Grok. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zop

Re: [Zope] Order of method calls of ZopePageTemplate

2009-03-12 Thread Lennart Regebro
to do. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] Order of method calls of ZopePageTemplate

2009-03-12 Thread Lennart Regebro
On Wed, Mar 11, 2009 at 09:18, Analog Kid wrote: > i want to make sure that a certain method gets called before anything else > when the template gets rendered. Sooo...stick it first in the template! Strange question... -- Lennart Regebro: Pythonista, Barista, Notsotrista

Re: [Zope] redirect timeout doesn't work

2009-03-12 Thread Lennart Regebro
eouts and redirections and stuff in your application. Are you sure old-school HTML is the right way to do this? Sounds like an AJAX app could be more suitable. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661

Re: [Zope] session data object question

2009-03-11 Thread Lennart Regebro
page load. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope] timeout on a page

2009-03-09 Thread Lennart Regebro
On Mon, Mar 9, 2009 at 15:36, Dvir Bar-lev wrote: > Any ideas how I can do this 2 things? Set and check access times in the session. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 ___ Z

Re: [Zope] [Zope-PAS] user login and roles

2009-03-08 Thread Lennart Regebro
er will enable you to have a login form. Create all these, enable them, fiddle around a bit. Then you probably need to ask more questions, and I won't know enough about PAS to answer, but somebody else probably will. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordp

Re: [Zope] how to check a user role with data entred by user?

2009-03-08 Thread Lennart Regebro
role "Manager", you say. OK. Done. You don't need to do anything more. I suspect you still need to explain, not what you are trying to do, but what you are trying to achieve. Explain the usecase. -- Lennart Regebro: Pythonista, Barista, Notsotrista

Re: [Zope] trivial: hello world with filesystem based egg sources

2009-03-08 Thread Lennart Regebro
docs.zope.org/zope2/zdgbook/source/ Then, you should probably buy the above book too. Zope 3 technologies are getting very common in Zope 2. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zo

Re: [Zope] Zope2 + Twisted

2009-03-06 Thread Lennart Regebro
setting zserver-threads to 1 does. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! *

Re: [Zope] Zope2 + Twisted

2009-03-05 Thread Lennart Regebro
p.twisted. However, the Zope 2 implementation is again not thread safe, and will only work with one thread per server, so you don't actually gain anything in using it. Besides, I don't think anyone actually used it after I implemented it. Which is why it's still marked as experim

Re: [Zope] how to check a user role with data entred by user?

2009-03-05 Thread Lennart Regebro
on of the roles? You do that with if entered_data in (role1, role2): which I suspect isn't what you are asking at all. :) Tell us what you are trying to achieve. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 __

Re: [Zope] Traversal and five

2009-03-03 Thread Lennart Regebro
d in as old a zope as 2.9.9. Well, there was a five:traversable statement in Zope 2.9, but I don't exactly remember what it did, anyone else remember? But Zope 2.10 contained the refactoring to have a more Zope3-style traversal, so it may very well be that it isn't possible in 2.9, I don

[Zope] Come to the Zope Sprint @ PyCon 2009

2009-02-19 Thread Lennart Regebro
://us.pycon.org/2009/sprints/projects/zope/ For general information on the sprints, see: http://us.pycon.org/2009/sprints/ or ask me. Help out / Learn / Have fun! -- Lennart Regebro http://regebro.wordpress.com/ +33 661 58 14 64 ___ Zope maillist

Re: [Zope] Surprising load test results? (more results)

2006-10-09 Thread Lennart Regebro
. Your first test was much more reasonable in that area. This test is on the otehr hand much more reasonable for the WSGI results. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.nuxeo.org/ ___ Zope maillist - Zop

Re: [Zope] Surprising load test results?

2006-10-06 Thread Lennart Regebro
On 10/6/06, Pascal Peregrina <[EMAIL PROTECTED]> wrote: + 100 concurrent threads looks a little heavy Or more to the point, you need to test with 1, 5, 10, 20 and 50 as well and look at performance effects of that. Just hitting it with a 100 and assuming that's useful and valid data doesn't wor

Re: [Zope] Surprising load test results?

2006-10-06 Thread Lennart Regebro
Surprising indeed. Why then the static content is so much slower is again weird. It almost looks like there's a fixed speed for WSGI. Someone who knows more about how the WSGI support may be able to say more... WSGI in itself should not make a difference there. However, if the WSGI server used

Re: [Zope] Legacy Perl code and Zope. A pipe dream?

2006-10-05 Thread Lennart Regebro
On 10/4/06, Derek Basch <[EMAIL PROTECTED]> wrote: Thanks for all the replies everyone! This all certainly helped me in deciding which direction to go. Well, that's all we can hope for at this point! :) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Manageme

Re: [Zope] TimerService/ZopeScheduler runs but doesn't run scripts......

2006-10-04 Thread Lennart Regebro
So I agree, the disdain for Windows is short-sighted. An unix sucks as desktop. (Although it seems to me though that Windows suck more and more and Unix less and less, so in a couple of years...) ;) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Manag

Re: Re: [Zope] external method: importing and updating method

2006-10-04 Thread Lennart Regebro
ules loaded from External methods are not different from any other Zope software in that sense. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.

Re: [Zope] Legacy Perl code and Zope. A pipe dream?

2006-10-03 Thread Lennart Regebro
Plone and look at Plones third-party products, and you'll get a feeling for how much you really need to write from scratch. There's a lot out there. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ __

Re: [Zope] TimerService/ZopeScheduler runs but doesn't run scripts......

2006-10-03 Thread Lennart Regebro
on windows, this should be clearly stated and documented. If not, it's a bug. :-) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailm

Re: [Zope] Legacy Perl code and Zope. A pipe dream?

2006-10-03 Thread Lennart Regebro
What does you perl code/crap do? What type of site is it? -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cro

Re: [Zope] PageTemplate i18n migration from Zope2 to Zope2+Five / Zope3...

2006-09-19 Thread Lennart Regebro
On 9/14/06, Pascal Peregrina <[EMAIL PROTECTED]> wrote: I would like to know the right way to manage messages and store them in ZODB with Zope2+Five or Zope3. Currently, in Zope2, I use Localizer MessageCatalog objects. Is there a new way already available through Five? (note that I don't wan

Re: [Zope] How can I get a listing of all objects in the Zope 2.62 ZODB?

2006-09-12 Thread Lennart Regebro
On 9/12/06, Mark, Jonathan (Integic) <[EMAIL PROTECTED]> wrote: In Oracle it is easy to get a listing of everything that is in the Oracle database. One simply queries the system view dba_objects. Is there anything similar for the Zope 2.62 ZODB? ZODB is an hierarchical object database. So, yes

Re: [Zope] How best to copy and paste in pythonscript?

2006-08-29 Thread Lennart Regebro
On 8/28/06, Gaute Amundsen <[EMAIL PROTECTED]> wrote: But knowing you a bit by now, me thinks you are infact referring to the source.. Some API doc that! Correct. That is some API doc. In fact, you can't get any better than that, as it is always up to date, and to the point. :-) Yeah, I know,

Re: [Zope] asp in zope

2006-08-25 Thread Lennart Regebro
there a plugin that i need to get in order to have asp run in zope? Why on earth would you wnat to do that? ASP is a nightmare of suckyness! -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ __

Re: [Zope] Re: Announcing the release of Zope version 2.8.8

2006-08-17 Thread Lennart Regebro
e "Express" editions use a non-optimising compiler, which would be bad for the official Windows distros... But good for people developing Zope that has windows machines. I wouldn't have to sit unconfortably with my portable unix in the sofa, for example. ;) -- Lennart Regebro,

Re: [Zope] new user, teething problems

2006-08-12 Thread Lennart Regebro
ears back. Yeah, you can do that in Zope 2. In Zope3 it's not very useful. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

Re: [Zope] Zope 2.9 Product Refreshing

2006-08-08 Thread Lennart Regebro
still, most companies do accept that you schedule upgrades, and I still would like to know what kind of business can't accept a one-minute scheduled outage from time to time. I sure never have met one. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-

Re: [Zope] Zope 2.9 Product Refreshing

2006-08-08 Thread Lennart Regebro
x27;m not at all sure it's easy (but it may be). I haven't looked deeply into this, I try to be testdriven, and then refresh is not a problem. :) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ _

Re: [Zope] EMERGENCY!

2006-08-08 Thread Lennart Regebro
On 8/7/06, beno <[EMAIL PROTECTED]> wrote: How do I undo the last change I made in Zope from the server itself? I send Zope into an infinite loop when I call Web sites! What is "the server itself"? The ZMI or a shell? -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Co

Re: [Zope] Zope 2.9 Product Refreshing

2006-08-07 Thread Lennart Regebro
Well, I'm sure it can be improved by throwing money on the right people... ;) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

Re: [Zope] new user, teething problems

2006-08-03 Thread Lennart Regebro
The Python distros are generally quite OK and stable now, and useful even for production systems, even though I fully understand that people prefer to compile their own, if for no other reason to have one specific for Zope, so that no package version suddenly gets upgraded to something incompatibl

Re: [***SPAM*** Score/Req: 04.00/04.00] Re: [Zope] Catalog aware

2006-07-21 Thread Lennart Regebro
my product Uhhh. That doesn't help. What do you think? Sound fine. I notice that in all of your description above there is a complete lack of indexed page templates. ;) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ _

Re: [Zope] Catalog aware

2006-07-21 Thread Lennart Regebro
get to the mall on the other side, when the best way to get to the wall is to get out of the dead-end street and then take left. :) So in short: Why on earth would you want page templates to be catalogaware? :) Sure but Is the cost so big? Yes. -- Lennart Regebro, Nuxeo http://www.nuxe

Re: [Zope] absolute_url is empty in __getattribute__?

2006-07-11 Thread Lennart Regebro
w anything about it's surroundings. How can I have the absolute_url at object's __getattribute__? You can't, unless you bend over backwards, and there are surely easier ways to do whatever you are trying to do. What are you trying to achieve? -- Lennart Regebro, Nuxeo

Re: [Zope] windows2003/asp404/ plone

2006-07-10 Thread Lennart Regebro
IIS and ASP. ;-) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related li

Re: [Zope] page templates and "python:"

2006-07-03 Thread Lennart Regebro
older3 -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] page templates and "python:"

2006-07-03 Thread Lennart Regebro
On 7/3/06, Chris McDonough <[EMAIL PROTECTED]> wrote: Actually, I think python: expressions perform slightly better than their path: counterparts because their evaluation step needs to do less work (no guessing about getitem vs. getattr). Geoff Davis taught me that. But in the end it's all dwar

Re: [Zope] Improved Zope Org Proposal

2006-06-28 Thread Lennart Regebro
On 6/28/06, Chris McDonough <[EMAIL PROTECTED]> wrote: He meant "use an Apache rewrite rule", I think. Oh. My excuses in that case. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/

Re: [Zope] Improved Zope Org Proposal

2006-06-27 Thread Lennart Regebro
ose two things in the next week? No, because I have a job during weeks. However, say next month or two instead, then, if somebody gives me the computer and internet connection to host it on, yes I can do this. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management

Re: [Zope] Improved Zope Org Proposal

2006-06-27 Thread Lennart Regebro
work, in any case less than a week. I agree that despite the wonders of zope, the zope.org site is not as stunning a place to refer people to as it could be. For the most general public face of the site, I support the idea of a clear and simple "brochure-like" approach. Exactly. --

Re: [Zope] Improved Zope Org Proposal

2006-06-26 Thread Lennart Regebro
e nave and center of several small focused site, that should be possible. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinf

Re: [Zope] Improved Zope Org Proposal

2006-06-26 Thread Lennart Regebro
But yes, that means using Plone. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML en

Re: [Zope] Improved Zope Org Proposal

2006-06-25 Thread Lennart Regebro
we have one adminstrator. Are you sure he want to administer not one but several Zope installations? No. I do not want one person a manging everything. :-) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-

Re: [Zope] Improved Zope Org Proposal

2006-06-25 Thread Lennart Regebro
On 6/25/06, Andrew Sawyers <[EMAIL PROTECTED]> wrote: I'd beg to differ. A community such as what PHP has built didn't work this way. They managed this very successfully. We have not. I think the problem is you want to wait until the complete city is built before you think you can open select

Re: [Zope] Improved Zope Org Proposal

2006-06-24 Thread Lennart Regebro
et to pay his internet provider bill. And it looks bad if the community is a hodgepodge of domains and URLs. I say that you repost this proposal when we have some community sites to integrate. :-) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content

Re: [Zope] Improved Zope Org Proposal

2006-06-24 Thread Lennart Regebro
also means that ZF will have to pay sometbdy to create content on the site, which to me seems to be a complete waste of money, when reasonably the community members should do that themselves. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://

Re: [Zope] Improved Zope Org Proposal

2006-06-24 Thread Lennart Regebro
although I definitely preferr the last one fo the reasons above. This way, you would have an integrating site ("zope.org") which would be able to provide integrationg services, e.g. a search where you are interested in a concept and happy to find hits in faq, wiki, product,... That

Re: [Zope] Improved Zope Org Proposal

2006-06-24 Thread Lennart Regebro
tars" who have risen up above the call of duty, contributors, etc should be noted. The Foundation can determine how to implement this, but those paying for and providing services should receive acknowledgment. Yeah, good idea! -- Lennart Regebro, Nuxeo

Re: [Zope] Version status of Zope 3.2

2006-06-12 Thread Lennart Regebro
all a new one and copy the database. Not import, just copy from the old site to the new. Zope needs no other procedures for upgrading. Plone may need it, but that's a Plone issue, ask on the Plone lists for that. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Managemen

Re: [Zope] Information about Zope 3.2

2006-06-06 Thread Lennart Regebro
vived without it" future foundation for Plone, Silva, CPS etc. CMS's? Answer: Yes. :-) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope

Re: [Zope] Information about Zope 3.2

2006-06-06 Thread Lennart Regebro
have a recent modified link, and I don't think Zope3 does either. So it's most likely a Plone feature you are talking about, and hence has nothing to do with Zope 2.8.1. Please provide me information regarding this. http://blogs.nuxeo.com/sections/blogs/lennart_regebro/2005_10_04_zop

Re: [Zope] What's the difference between 2.8.x and 2.9.x?

2006-05-31 Thread Lennart Regebro
gration for page templates -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
o date about the progress in these areas. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
y where you can write python code and get Ajax out, yes. It is very non-trivial. :) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
#x27;t know what any built-in Zope-objects would do for Ajax. :) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope *

Re: [Zope] REMOTE_USER Security Issue

2006-05-18 Thread Lennart Regebro
ets it, so that isn't a problem. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HT

Re: [Zope] Twisted Z2

2006-05-17 Thread Lennart Regebro
e most recent effort for this. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML en

Re: [Zope] A quick zope/python question

2006-05-09 Thread Lennart Regebro
ect evaluates to something empty as a side-effect of something, or because it explicitly is supposed to return something useful when evaluated, who in this case happens to be empty/false, is besides the point. It should be easy to figure out if you read the source, though. :-) -- Lennart Regebro

  1   2   3   >