Jon Stahl | 1 Sep 2005 01:14
Gravatar

Re: Ploneboard breaks between Plone 2.0 and 2.1 compatibility

David Convent <david.convent <at> ...> writes:

> 
> Howdy,
> 
> There is no collector specified on
> http://plone.org/products/ploneboard
> so I submit a bug/solution here
> 

+1 for a Ploneboard collector.

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
David Convent | 1 Sep 2005 10:07
Picon
Favicon

Re: Ploneboard breaks between Plone 2.0 and 2.1 compatibility

Another error, that stops me from migrating a plone instance that has 
existing Ploneboard forums to z2.8..

I realized that Members (role) can't add discussions or comments in a 
forum with state membership posting after 2.8 migration.
When I try to update my security settings from the workflow tool, I get 
an error (see further traceback).
Info: Plone 2.1 (svn) on zope 2.8.1 (source install from tarball on 
sarge) Ploneboard (svn-trunk).
Yes, I ran manage_convertIndexes on all catalogs..

Thx for any help,
David

Traceback (innermost last):
  Module ZPublisher.Publish, line 113, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 40, in call_object
  Module Products.CMFFormController.FSControllerPageTemplate, line 98, in __call__
  Module Products.CMFFormController.BaseControllerPageTemplate, line 39, in _call
  Module Products.CMFFormController.ControllerBase, line 243, in getNext
  Module Products.CMFFormController.Actions.TraverseTo, line 36, in __call__
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 40, in call_object
  Module Products.CMFFormController.FSControllerPythonScript, line 105, in __call__
  Module Products.CMFFormController.Script, line 141, in __call__
  Module Products.CMFCore.FSPythonScript, line 108, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.CMFCore.FSPythonScript, line 163, in _exec
(Continue reading)

frank | 1 Sep 2005 17:44
Picon

Re: Plone 2.1 Mac OS X Installer (Collector issue 4465)

Kamal Gill <ksgill <at> ...> writes:

> 
> In response to Collector issue 4465, I've taken a (rather humble) stab 
> at creating a Mac OS X Installer for Plone 2.1 (RC3 at the time of this 
> writing) and made it available at the following temporary location.
> 
> http://gillstudio.com/download/Plone-2.1-RC3.pkg.zip
> I appreciate your feedback.
> 
> - Kamal

theres something wrong with your paths

/usr/bin/python2.3: can't open file
'/Users/kgill/MacPlone/lib/python/Zope2/Startup/zopectl.py'

greets
frank

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Tim Hicks | 1 Sep 2005 20:20
Picon
Favicon

Re: Ploneboard breaks between Plone 2.0 and 2.1 compatibility

David Convent wrote:

> Yes, I ran manage_convertIndexes on all catalogs..

Ploneboard has its own catalog (in addition to the normal plone/cmf ones).
 Did you convert that too?

tim

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Ofer Weisglass | 1 Sep 2005 15:26
Picon

statistic for plone site

hay

I want to know what is the best way to have statistics on plone site

like how many pages viewed and so on

(same idea as the banner system?)

Ofer Weisglass

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Tim Hicks | 1 Sep 2005 20:23
Picon
Favicon

Re: statistic for plone site

Ofer Weisglass wrote:
> hay
>
> I want to know what is the best way to have statistics on plone site
>
> like how many pages viewed and so on
>
> (same idea as the banner system?)

ATRatings offers this, although I've never fully set it up to try.  It has
a pluggable storage interface so, I believe, you can implement a more
appropriate storage mechanism than the ZODB - sqllite seems to have been
suggested as suitable for this sort of thing.

No guarantees that it's the "best way" of course :).

tim

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Jeff Kowalczyk | 1 Sep 2005 18:42
Picon
Favicon

Re: r8018 - CMFPlone/branches/2.1 typesToList in PloneTool.py to public

On Fri, 02 Sep 2005 00:53:19 +0000, panjunyong wrote:
> Subject:      r8018 - CMFPlone/branches/2.1
> Author: panjunyong
> Date: Thu Sep  1 20:53:19 2005
> New Revision: 8018
> Modified:
>    CMFPlone/branches/2.1/PloneTool.py
> Log:
> Set security declaration of typesToList in PloneTool.py to public.
> This method is needed by my local navigation scripts.

Does this mean that a new capability is now available for anonymous access
to list all installed types by name? Can it be done without access to
write python scripts; e.g. with a URL call? 

That would be bad for extranets with internal-use-only content types.
Names alone might give away clues about internal information. If this
ability has always been there, never mind the question. Thanks.

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Alec Mitchell | 2 Sep 2005 07:04
Favicon

Re: Re: r8018 - CMFPlone/branches/2.1 typesToList in PloneTool.py to public

On Thursday 01 September 2005 09:42 am, Jeff Kowalczyk wrote:
> On Fri, 02 Sep 2005 00:53:19 +0000, panjunyong wrote:
> > Subject:      r8018 - CMFPlone/branches/2.1
> > Author: panjunyong
> > Date: Thu Sep  1 20:53:19 2005
> > New Revision: 8018
> > Modified:
> >    CMFPlone/branches/2.1/PloneTool.py
> > Log:
> > Set security declaration of typesToList in PloneTool.py to public.
> > This method is needed by my local navigation scripts.
>
> Does this mean that a new capability is now available for anonymous access
> to list all installed types by name? Can it be done without access to
> write python scripts; e.g. with a URL call?
>
> That would be bad for extranets with internal-use-only content types.
> Names alone might give away clues about internal information. If this
> ability has always been there, never mind the question. Thanks.

Well the types_tool provides some methods that list types, though they are 
protected by 'Access contents information', perhaps this method should be as 
well if it is to be available at all.  It is a method which is intended for 
internal use by the navtree, but I guess custom navigation is a common 
usecase.

Alec

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
(Continue reading)

Paul Everitt | 2 Sep 2005 09:06

Re: statistic for plone site

Tim Hicks wrote:
> Ofer Weisglass wrote:
> 
>>hay
>>
>>I want to know what is the best way to have statistics on plone site
>>
>>like how many pages viewed and so on
>>
>>(same idea as the banner system?)
> 
> 
> ATRatings offers this, although I've never fully set it up to try.  It has
> a pluggable storage interface so, I believe, you can implement a more
> appropriate storage mechanism than the ZODB - sqllite seems to have been
> suggested as suitable for this sort of thing.

I sent an email to the Plone Foundation membership yesterday about 
plone.org.  In a nutshell:

1) We have things we need and want to do.

2) We don't have enough volunteers ready to sign up for long-term 
responsibility.

I sent it as a PF mail simply to prod the membership. :^)  This isn't 
really restricted to the PF.

We need a group of people that are willing to tackle plone.org issues in 
a sustained, serious way.  We can't really adopt a mode where people 
(Continue reading)

katia saurfelt | 2 Sep 2005 11:37
Picon
Favicon

svn problem

Hi

I got my write access to svn/collective yesterday and I keep getting the bellow
error while trying to commit  

svn: Échec de la propagation (commit), détails :
svn: MKACTIVITY of '/collective/!svn/act/b8c14470-c6ff-0310-bc7f-873743d6eac7':
500 Internal Server Error (http://svn.plone.org)

Are there some problems with svn/comment again or can it possibly be a problem
with my write access ?

Thank in advance

Katia

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

Gmane