[Zope] ZCA / five / zcml overrides issue...

2010-03-26 Thread Bruno Desthuilliers
eggs/ore.contentmirror-0.5.2b2-py2.4.egg/ore/contentmirror/content.zcml", line 3.4-3.80 I obviously did something wrong - but what ??? TIA -- bruno desthuilliers br...@websiteburo.com ___ Zope maillist - Zope@zope.org https://ma

Re: [Zope] Question about Zope and security

2006-03-30 Thread bruno desthuilliers
erstatement. > So, my question is: is there a way to secure Zope authentication? yes : use https. -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zo

Re: [Zope] newbie Simple WebSite Construction Using Zope and Search

2006-03-07 Thread bruno desthuilliers
den And a (very simple) page template for a given content type could be (assume there's a get_master_template method (ie python script or method of the content product) that returns the appropriate master template): the title the real content I did my first Zope site with t

Re: [Zope] How do I do this using Zope?

2006-03-06 Thread bruno desthuilliers
John Poltorak wrote: (reposted to zope.org) > Hi, > > On Mon, Mar 06, 2006 at 02:08:10PM +0100, bruno desthuilliers wrote: > >>John Poltorak wrote: >> >>>I would like to create a folder (news) which contains several news items, >>>lets say news1, new

Re: [Zope] How do I do this using Zope?

2006-03-06 Thread bruno desthuilliers
t; > How do I code this up? (Hope someone understands what I'm getting at) > What's your question exactly ? How to create a new Folder-like type and the related news type ? How to create the html for the menu ? Something else ? -- bruno desthuilliers développeur

Re: [Zope] Error Value: 'File' object has no attribute 'manage_fixupOwnershipAfterAdd'

2006-02-16 Thread bruno desthuilliers
7;', title='', precondition='', content_type='', REQUEST=None) -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zop

Re: [Zope] Advice needed before settling on Zope

2006-02-15 Thread bruno desthuilliers
might be a far better option than Zope2. And AFAICT, Zope3 seems to be better documented than Zope2. My 2 cents... -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com ___ Zope maillist - Zope@zope.org http://mail.z

Re: [Zope] Method to return the properties of an object

2006-02-10 Thread bruno desthuilliers
George wrote: > Is there a method to return the properties of an object? > Not sure what you're talking about... Properties as defined by the PropertySheet/PropertyManager API, or just attributes ? -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.

Re: [Zope] zope / web content

2006-02-06 Thread bruno desthuilliers
ite possible (I'm actually investigating this solution for our intranet) - using Epoz, Kupu, TinyMCE or any other 'WYSWYG' html editor. A first start could be the EpozDocument product. -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread bruno desthuilliers
ed Plone on the same server, and even with almost no content, it *is* *very* slow. -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] Newbee interfaces and implementations

2006-01-18 Thread bruno desthuilliers
uot; As you see, you don't have to worry about interface at this level... > I would think the first one should be the case. And you would be wrong. > Please shed some light on me! > Hope that does... -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.moduli

Re: [Zope] Re: Java vs Zope

2006-01-06 Thread bruno desthuilliers
Lennart Regebro wrote: > On 1/6/06, bruno desthuilliers <[EMAIL PROTECTED]> wrote: > >>Not even - Python is byte-compiled too. The difference is that the >>Python interpreter (call it 'VM' if you think that 'interpreter' isn't >>buzzwor

Re: [Zope] Re: Java vs Zope

2006-01-06 Thread bruno desthuilliers
Asad Habib wrote: (top-post corrected) > > On Fri, 6 Jan 2006, bruno desthuilliers wrote: > >> Asad Habib wrote: >> (top-post corrected) >> >>> On Fri, 6 Jan 2006, bruno desthuilliers wrote: >>>> Rocky Burt wrote: >>>> >> (snip

Re: [Zope] Re: Java vs Zope

2006-01-06 Thread bruno desthuilliers
t as much non-sense). > Also, OO > concepts such as abstraction 'abstraction' is not an OO concept. It's a concept, but not specific to OO. > and inheritance are well defined in Java. In Python too. > Also, both compiled and interpreted languages have their advant

Re: [Zope] Re: Java vs Zope

2006-01-06 Thread bruno desthuilliers
Asad Habib wrote: (top-post corrected) > - Asad > > > On Fri, 6 Jan 2006, bruno desthuilliers wrote: > >> Rocky Burt wrote: >> (snip) >>> >>> In fact I'd go as far as to say that Python seems *more* object-oriented >>> than Java.

Re: [Zope] Re: Java vs Zope

2006-01-06 Thread bruno desthuilliers
; isn't buzzword-compliant enough) is smart enough to take care of the compilation phase by itself. -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] Re: Java vs Zope

2006-01-06 Thread bruno desthuilliers
than Java. s/seems/is/ Java is more class-oriented than object-oriented. It forces you to use classes for everything, but not everything is an object. Python let you use the paradigm that seems appropriate for the task at hand, but still everything is an object (really everything : functions, class

Re: [Zope] à l'aide

2005-12-16 Thread bruno desthuilliers
browser to localhost:8080/manage, log in, and enjoy !-) HTH -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML enco

Re: [Zope] Silva

2005-11-02 Thread bruno desthuilliers
Piotr wrote: > On Tue, 1 Nov 2005, bruno desthuilliers wrote: (snip) >> >>Oh, BTW: what versions of Zope and Silva ? > > Zope 2.7.4-0, python 2.4.0, linux2 > Silva 1.3 > Err... You should consider: - upgrading to Zope 2.7.8 (IIRC, Silva does not yet runs on 2.8.x)

Re: [Zope] Silva

2005-11-01 Thread bruno desthuilliers
Piotr wrote: > Thank you Bruno for your answer. > On Mon, 31 Oct 2005, bruno desthuilliers wrote: > > >>Piotr Konstanty wrote: >> >>>I'm new in zope world. I would like to install Silva as a product in zope. >>>When >>>I put all core si

Re: [Zope] Silva

2005-10-31 Thread bruno desthuilliers
ck this, you can either: - have a look at /log/Z2.log - stop your zope instance and restart it with runzope - goto Control_Panel/Products in the ZMI and check if some products are 'broken' (they have a special icon) HTH -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.mod

Re: [Zope] Zope 2.8 or 3.1?

2005-10-28 Thread bruno desthuilliers
HaraldFinnås wrote: > (snip) > > and I plan on writing a simple application for tracking > Non-Conformaties, Incident Reports etc (QA related). Have you tried Trac ? -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com