[Zope] exuser older not working in 2.9.0

2006-03-06 Thread John Huttley

HI,
In a burst of enthusiasm, I trashed my zope 2.8 for windows and 
installed 2.9, with a new instance.
I've reloaded ZStyleSheet and ZODBC, which have come up in the ZMI ok 
and exuserfolder, which doesn't.


In 2.8, there were some minor issues with fcrypt which meant it came up 
with a broken box icon, initially.


I've installed it in 2.9, fixed the issues and nothing comes up in the ZMI
Running Zope in the console doesn't show any relevant messages.

I'm at a loss as to how to debug this.

Any help gratefully received.
--john
___
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] exuser older not working in 2.9.0

2006-03-06 Thread Andrew Milton
+---[ John Huttley ]--
| HI,
| In a burst of enthusiasm, I trashed my zope 2.8 for windows and 
| installed 2.9, with a new instance.
| I've reloaded ZStyleSheet and ZODBC, which have come up in the ZMI ok 
| and exuserfolder, which doesn't.
| 
| In 2.8, there were some minor issues with fcrypt which meant it came up 
| with a broken box icon, initially.
| 
| I've installed it in 2.9, fixed the issues and nothing comes up in the ZMI
| Running Zope in the console doesn't show any relevant messages.

I have it running here fine under 2.9...

Perhaps move this over to the exuserfolder-users list on sourceforge.

-- 
Andrew Milton
[EMAIL PROTECTED]
___
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 )


[Zope] Re: Squishdot installation problems, CVS problems

2006-03-06 Thread Chris Withers

Hi Dennis,

Dennis Allison wrote:


There is a Squishdot patch and several comments about 2.8.X problems on
the site. I applied the patch and got a running site but as the patch
author notes, the patch is a workaround and probably should be fixed in a
different fashion.


Indeed, did you try the latest 2.8 release?

The TinyTable problem is also mentioned on the site, but I've not tried to 
track it down (yet).


OK, well, until someone gives me definites, there's not a lot I can do 
to help ;-)



Posts to the list would be appreciated more! :-)


I did actually mean the Squishdot list here ;-)

cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk

___
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] (microsoft) webdav and zope 2.8.4

2006-03-06 Thread Chris Withers

Dieter Maurer wrote:

I think the foundation is not yet ready and I am not yet invited
(you need an invitation to become a contributor).


Really? I thought the contributor agreement had already been changed to 
remove the clauses you find offensive?


I'd be very surprised and disappointed if you needed to be "invited" to 
contribute code!


cheers,

Chis

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk

___
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 )


[Zope] How do I do this using Zope?

2006-03-06 Thread John Poltorak


I would like to create a folder (news) which contains several news items, 
lets say news1, news2, news3.

I would like to set up a menu box which lists all the news items in 
the news folder which when clicked on would load each one up.


How do I code this up? (Hope someone understands what I'm getting at)


-- 
John


___
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] (microsoft) webdav and zope 2.8.4

2006-03-06 Thread Andreas Jung

r

--On 6. März 2006 08:48:44 + Chris Withers <[EMAIL PROTECTED]> 
wrote:



Dieter Maurer wrote:

I think the foundation is not yet ready and I am not yet invited
(you need an invitation to become a contributor).


Really? I thought the contributor agreement had already been changed to
remove the clauses you find offensive?

I'd be very surprised and disappointed if you needed to be "invited" to
contribute code!




This must be a misunderstanding. The new agreement will replace the current 
one as soon as the ZF exists (means Rob Page raises the WE-ARE-READY sign). 
One of the first actions of the ZF should be to invite the current 
contributors to join the ZF under the new agreement to elect an initial 
board or to support the ZF bootstrapping process. Since Dieter won't 
contribute directly under the terms of the current agreement he can not be 
invited to join directly. However as soon as the ZF exists he can join 
directly under the terms of the new agreement...sounds insane but I think 
that would be the right way.


-aj



pgpOWjF1LAw88.pgp
Description: PGP signature
___
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] How do I do this using Zope?

2006-03-06 Thread Andrew Milton
+---[ John Poltorak ]--
| 
| 
| I would like to create a folder (news) which contains several news items, 
| lets say news1, news2, news3.
| 
| I would like to set up a menu box which lists all the news items in 
| the news folder which when clicked on would load each one up.
| 
| 
| How do I code this up? (Hope someone understands what I'm getting at)

In a ZPT:


Link


-- 
Andrew Milton
[EMAIL PROTECTED]
___
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] How do I do this using Zope?

2006-03-06 Thread bruno desthuilliers
John Poltorak wrote:
> 
> I would like to create a folder (news) which contains several news items, 
> lets say news1, news2, news3.
> 
> I would like to set up a menu box which lists all the news items in 
> the news folder which when clicked on would load each one up.
> 
> 
> 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
[EMAIL PROTECTED]
http://www.modulix.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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

2006-03-06 Thread Lennart Regebro
On 3/6/06, John Poltorak <[EMAIL PROTECTED]> wrote:
>
>
> I would like to create a folder (news) which contains several news items,
> lets say news1, news2, news3.
>
> I would like to set up a menu box which lists all the news items in
> the news folder which when clicked on would load each one up.
>
>
> How do I code this up? (Hope someone understands what I'm getting at)

It sounds like you need a CMS. Take a look at CPS:

--
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 -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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

2006-03-06 Thread Andreas Jung



--On 6. März 2006 14:17:05 +0100 Lennart Regebro <[EMAIL PROTECTED]> wrote:


On 3/6/06, John Poltorak <[EMAIL PROTECTED]> wrote:



I would like to create a folder (news) which contains several news items,
lets say news1, news2, news3.

I would like to set up a menu box which lists all the news items in
the news folder which when clicked on would load each one up.


How do I code this up? (Hope someone understands what I'm getting at)


It sounds like you need a CMS. Take a look at CPS:



Or Plone or Inungo.

-aj

pgp7rvuZnZfFc.pgp
Description: PGP signature
___
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] How do I do this using Zope?

2006-03-06 Thread Andrew Milton
+---[ Andreas Jung ]--
| 
| 
| --On 6. M??rz 2006 14:17:05 +0100 Lennart Regebro <[EMAIL PROTECTED]> wrote:
| 
| >On 3/6/06, John Poltorak <[EMAIL PROTECTED]> wrote:
| >>
| >>
| >>I would like to create a folder (news) which contains several news items,
| >>lets say news1, news2, news3.
| >>
| >>I would like to set up a menu box which lists all the news items in
| >>the news folder which when clicked on would load each one up.
| >>
| >>
| >>How do I code this up? (Hope someone understands what I'm getting at)
| >
| >It sounds like you need a CMS. Take a look at CPS:
| >
| 
| Or Plone or Inungo.

Or the three lines of ZPT I posted.

-- 
Andrew Milton
[EMAIL PROTECTED]
___
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] How do I do this using Zope?

2006-03-06 Thread John Poltorak
On Mon, Mar 06, 2006 at 02:20:56PM +0100, Andreas Jung wrote:
> 
> 
> --On 6. März 2006 14:17:05 +0100 Lennart Regebro <[EMAIL PROTECTED]> wrote:
> 
> > On 3/6/06, John Poltorak <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >> I would like to create a folder (news) which contains several news items,
> >> lets say news1, news2, news3.
> >>
> >> I would like to set up a menu box which lists all the news items in
> >> the news folder which when clicked on would load each one up.
> >>
> >>
> >> How do I code this up? (Hope someone understands what I'm getting at)
> >
> > It sounds like you need a CMS. Take a look at CPS:
> >
> 
> Or Plone or Inungo.

Never heard of Inungo. Is it easier to use than Plone?

I found Plone very slow, as well as being difficult to use.
 
> -aj

-- 
John



___
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] How do I do this using Zope?

2006-03-06 Thread Andreas Jung



--On 6. März 2006 13:29:14 + John Poltorak <[EMAIL PROTECTED]> wrote:


Never heard of Inungo. Is it easier to use than Plone?



Google is your friend -> iungo.org

-aj

pgpjNsZeCDFJt.pgp
Description: PGP signature
___
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] 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, news2, news3.
>>>
>>>I would like to set up a menu box which lists all the news items in 
>>>the news folder which when clicked on would load each one up.
>>>
>>>
>>>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 ?
> 
> 
> Forget 'news' for the moment, I was just using it as an example.
> 
> What I wanted to do was create a folder where I could place objects

Quite simple for now: create a folder and place objects inside !-)

> and 
> have them automatically appear on a selectable menu.

You mean a menu of links, or a select in a field ?

> 
> As an example I might have an 'events' folder where I had objects event1, 
> event2, event3 so would want to see a list of selectable objects on a 
> particular menu.

news.objectValues(['event']) method will give you the list of objects
with meta_type 'event' contained in the folder with id 'news'. So
Andrew's answer was almost ok:



  
Link
  



(replace html markup with what appropriate of course...)

NB: see also objectIds() and objectItems() in the doc.

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 encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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

2006-03-06 Thread tom . wilde
Hi

I am currently out of the office until the 11th March. If your enquiry is of an 
urgent nature please contact the main office by any of the following methods:

tel : +44 (0)207 739 4252
email: [EMAIL PROTECTED]



Kind regards 


___
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 )


[Zope] Re: Squishdot installation problems, CVS problems

2006-03-06 Thread Dennis Allison
so many lists, so little time 

On Mon, 6 Mar 2006, Chris Withers wrote:

> Hi Dennis,
> 
> Dennis Allison wrote:
> > 
> > There is a Squishdot patch and several comments about 2.8.X problems on
> > the site. I applied the patch and got a running site but as the patch
> > author notes, the patch is a workaround and probably should be fixed in a
> > different fashion.
> 
> Indeed, did you try the latest 2.8 release?
> 
> > The TinyTable problem is also mentioned on the site, but I've not tried to 
> > track it down (yet).
> 
> OK, well, until someone gives me definites, there's not a lot I can do 
> to help ;-)
> 
> >> Posts to the list would be appreciated more! :-)
> 
> I did actually mean the Squishdot list here ;-)
> 
> cheers,
> 
> Chris
> 
> 

-- 

___
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] How do I do this using Zope?

2006-03-06 Thread John Poltorak
On Mon, Mar 06, 2006 at 02:37:05PM +0100, Andreas Jung wrote:
> 
> 
> --On 6. März 2006 13:29:14 + John Poltorak <[EMAIL PROTECTED]> wrote:
> >
> > Never heard of Inungo. Is it easier to use than Plone?
> >
> 
> Google is your friend -> iungo.org

I know that Google is quite clever but Googling for Inungo did not lead me 
to iungo.org

:-) 

> 
> -aj


-- 
John


___
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] How do I do this using Zope?

2006-03-06 Thread Andreas Jung



--On 6. März 2006 17:11:24 + John Poltorak <[EMAIL PROTECTED]> wrote:


On Mon, Mar 06, 2006 at 02:37:05PM +0100, Andreas Jung wrote:



--On 6. März 2006 13:29:14 + John Poltorak <[EMAIL PROTECTED]> wrote:
>
> Never heard of Inungo. Is it easier to use than Plone?
>

Google is your friend -> iungo.org


I know that Google is quite clever but Googling for Inungo did not lead
me  to iungo.org

:-)



Hit #4 and #5 aren't so bad...especially Google show the hit in the context 
of Plone and CPS *wink*.


-aj




pgpkoIcqt5T16.pgp
Description: PGP signature
___
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 )


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

2006-03-06 Thread Josef Meile

Never heard of Inungo. Is it easier to use than Plone?



Google is your friend -> iungo.org



I know that Google is quite clever but Googling for Inungo did not lead me 
to iungo.org


:-) 

Yeah, you are right :-)

Actually Andreas misspelled it in his first post. He wrote "Inungo" 
instead of "Iungo". So, google is only your friend if you feed it with

the right keywords ;-)

___
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] Re: How do I do this using Zope?

2006-03-06 Thread Andreas Jung



--On 6. März 2006 18:54:45 +0100 Josef Meile <[EMAIL PROTECTED]> wrote:


Never heard of Inungo. Is it easier to use than Plone?



Google is your friend -> iungo.org



I know that Google is quite clever but Googling for Inungo did not lead
me  to iungo.org

:-)

Yeah, you are right :-)

Actually Andreas misspelled it in his first post. He wrote "Inungo"
instead of "Iungo". So, google is only your friend if you feed it with
the right keywords ;-)




Yes, I am guilty (as always :-))

-aj

pgpHBnyg5KBgR.pgp
Description: PGP signature
___
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] Re: Advice needed before settling on Zope

2006-03-06 Thread J Cameron Cooper

Lennart Regebro wrote:


On 3/6/06, Rainsford, David <[EMAIL PROTECTED]> wrote:
 


I never said thanks to all you guys for your advice - it all came in
very useful.  In the end though, I have decided to go with another
system, Knowledge Tree.  The reason is that a) it's written in PHP, and
all of us developers are fluent in PHP whereas there is going to be a
learning curve with Python, and Zope.
   



Python has no lurning curve. It's more of a lurning slope. Downhill. ;-)
But Zope has one, admittedly.


As the old joke goes, it's a "Z" shaped learning curve.

  --jcc

--
"Building Websites with Plone"
http://plonebook.packtpub.com

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-06 Thread Dieter Maurer
Chris Withers wrote at 2006-3-6 08:48 +:
> ...
>Really? I thought the contributor agreement had already been changed to 
>remove the clauses you find offensive?

These are still proposals -- still not effective.

>I'd be very surprised and disappointed if you needed to be "invited" to 
>contribute code!

If your read the foundation's policy you will find something like:

   Becoming a contributor is an honour
   ... You need to be invited.
   ... Intially, the foundation assigns initial contributors who
   may invite additional ones.


That does not mean that you cannot contribute code -- e.g. as
patches attached to bug reports or feature requests (as I already
do). It simply means that you do not get write access to the
code repository.

-- 
Dieter
___
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] Re: Advice needed before settling on Zope

2006-03-06 Thread Lennart Regebro
On 3/6/06, J Cameron Cooper <[EMAIL PROTECTED]> wrote:
> Lennart Regebro wrote:
>
> >On 3/6/06, Rainsford, David <[EMAIL PROTECTED]> wrote:
> >
> >
> >>I never said thanks to all you guys for your advice - it all came in
> >>very useful.  In the end though, I have decided to go with another
> >>system, Knowledge Tree.  The reason is that a) it's written in PHP, and
> >>all of us developers are fluent in PHP whereas there is going to be a
> >>learning curve with Python, and Zope.
> >>
> >>
> >
> >Python has no lurning curve. It's more of a lurning slope. Downhill. ;-)
> >But Zope has one, admittedly.
> >
> As the old joke goes, it's a "Z" shaped learning curve.

LOL.

(Why did I spell learning with u. That looks REALLY strange :) ).

--
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 -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] readconflicterror

2006-03-06 Thread Brian Sullivan
I had this reported a couple of times (apparently randomly) from a
site that I am involved in. It seems to happen in the generation of
data for a report (which takes a fair length of time and does a lot of
zodb accesses) -- This is with Zope 2.7.

>From what I can tell from various searches this is one of those "it
just happens sometimes" errors with no real fix. Is there a fix?

If there is no fix is there anything that can be done?
___
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] readconflicterror

2006-03-06 Thread Reinoud van Leeuwen
On Mon, Mar 06, 2006 at 02:22:08PM -0500, Brian Sullivan wrote:
> I had this reported a couple of times (apparently randomly) from a
> site that I am involved in. It seems to happen in the generation of
> data for a report (which takes a fair length of time and does a lot of
> zodb accesses) -- This is with Zope 2.7.
> 
> >From what I can tell from various searches this is one of those "it
> just happens sometimes" errors with no real fix. Is there a fix?
> 
> If there is no fix is there anything that can be done?

Upgrade to a newer Zope version. 2.8.x has a newer ZODB version that 
should resolve a lot of these problems

-- 
__
"Nothing is as subjective as reality"
Reinoud van Leeuwen[EMAIL PROTECTED]
http://www.xs4all.nl/~reinoud
__
___
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] readconflicterror

2006-03-06 Thread Dennis Allison

Upgrading to Zope 2.9.X would be my recommendation.  From our experience, 
it's an improvement on 2.8.X which was an improvement on 2.7.X.


On Mon, 6 Mar 2006, Reinoud van Leeuwen wrote:

> On Mon, Mar 06, 2006 at 02:22:08PM -0500, Brian Sullivan wrote:
> > I had this reported a couple of times (apparently randomly) from a
> > site that I am involved in. It seems to happen in the generation of
> > data for a report (which takes a fair length of time and does a lot of
> > zodb accesses) -- This is with Zope 2.7.
> > 
> > >From what I can tell from various searches this is one of those "it
> > just happens sometimes" errors with no real fix. Is there a fix?
> > 
> > If there is no fix is there anything that can be done?
> 
> Upgrade to a newer Zope version. 2.8.x has a newer ZODB version that 
> should resolve a lot of these problems
> 
> 

-- 

___
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 )


[Zope] Re: (microsoft) webdav and zope 2.8.4

2006-03-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dieter Maurer wrote:
> Chris Withers wrote at 2006-3-6 08:48 +:
> 
>>...
>>Really? I thought the contributor agreement had already been changed to 
>>remove the clauses you find offensive?
> 
> 
> These are still proposals -- still not effective.
> 
> 
>>I'd be very surprised and disappointed if you needed to be "invited" to 
>>contribute code!
> 
> 
> If your read the foundation's policy you will find something like:
> 
>Becoming a contributor is an honour
>... You need to be invited.
>... Intially, the foundation assigns initial contributors who
>may invite additional ones.
> 
> 
> That does not mean that you cannot contribute code -- e.g. as
> patches attached to bug reports or feature requests (as I already
> do). It simply means that you do not get write access to the
> code repository.

I will note that all the ZC folks I have spoken with agree that the
*initial* invitations will go out to current contributors;  it is quite
conceivable that others, such as yourself, would be included as well,
even in that initial bootstrapping phase.  I for one think your
contributions to the Zope ecology are very significant, and look forward
to the day when we can collaborate more directly in the source tree.


Tres.
- --
===
Tres Seaver  +1 202-558-7113  [EMAIL PROTECTED]
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEDKDw+gerLs4ltQ4RAkvQAJ48LExh0rOIzbL55Pmci/YSzhzL8QCeNJvG
RBzyUQPMiq8fnYMzfDFGYdc=
=FY1l
-END PGP SIGNATURE-

___
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 )


[Zope] TAL tutorial

2006-03-06 Thread John Poltorak

Can anyone point me to a good TAL tutorial for people who have difficulty 
getting to grips with it?

-- 
John


___
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] TAL tutorial

2006-03-06 Thread J Cameron Cooper

John Poltorak wrote:

Can anyone point me to a good TAL tutorial for people who have difficulty 
getting to grips with it?



http://www.zope.org/Documentation/Articles

  --jcc

--
"Building Websites with Plone"
http://plonebook.packtpub.com

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Re: Advice needed before settling on Zope

2006-03-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lennart Regebro wrote:
> On 3/6/06, J Cameron Cooper <[EMAIL PROTECTED]> wrote:
> 
>>Lennart Regebro wrote:
>>
>>
>>>On 3/6/06, Rainsford, David <[EMAIL PROTECTED]> wrote:
>>>
>>>
>>>
I never said thanks to all you guys for your advice - it all came in
very useful.  In the end though, I have decided to go with another
system, Knowledge Tree.  The reason is that a) it's written in PHP, and
all of us developers are fluent in PHP whereas there is going to be a
learning curve with Python, and Zope.


>>>
>>>Python has no lurning curve. It's more of a lurning slope. Downhill. ;-)
>>>But Zope has one, admittedly.
>>>
>>
>>As the old joke goes, it's a "Z" shaped learning curve.
> 
> 
> LOL.
> 
> (Why did I spell learning with u. That looks REALLY strange :) ).

That phoneme is the hardest one to spell in the whole English language;
 I think there are at least eight or nine different spellings, with very
little pattern to them.


Tres.
- --
===
Tres Seaver  +1 202-558-7113  [EMAIL PROTECTED]
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEDMe2+gerLs4ltQ4RAsqgAJ96RJYsAFQcrQx7/VrtEW7UrZLeVgCg3HzW
pcYb+eXLqi8K8/PEdGfkjDg=
=TdHW
-END PGP SIGNATURE-

___
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 )


[Zope] newbie Simple WebSite Construction Using Zope and Search

2006-03-06 Thread Matt Slavin
Hi,  I am trying to use Zope to create a very simple company website (about  40 pages, or so) with the intention of having the flexibility to  expand functionality etc in due course. I have very little Python /  DTML experience, but have managed to set up the site using  includes on the main index page and then use aquisition to provide  the content within each section.I'm not sure if this is a safe - or correct way of going about it, but  it seems ideal for our purposes. The navigational menus dynamically  include a link to each sub folder - ie website/services/ - and  navigating to a section, index_html is automatically shown. The  "mainContent" variable is then  dynamically placed into index_html. (So there are separate  mainContent dtmlDocuments in About Us, Services etc..) This means we  can keep the content completely separate, and do not have to include  headers, footers and other includes within the mainConte
 nt
 variable.  Brilliant.However, when using the search script -  http://www.zope.org/Members/Ioan/SiteSearch - results return a link  back to the dtml_Document file mainContent, which gets displayed  without any of the header of footer information. Is there any way to  render the page with header and footer info? (By, I guess, redirecting the  page to the containing folder, so that it pulls out index_html instead...)Any thoughts on this would be gratefully received - as I'm not sure  this is the best way of using Zope, but it seems so much better than  using plain old included variables. kind regards,  Matt  
		 
 
Yahoo! Cars 
NEW - sell your car and browse thousands of new and used cars online search now 
 
 
 ___
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 )