Re: [Product-Developers] Collage with more than three columns ?

2010-10-04 Thread Kees Hink
I've added a controlpanel option for batch size. This is set to 3 by default, so out of the box it should work as before. You can set any batch size, but only 1- to 5-column layouts are supported by the templates and CSS. (Should be easy to add 6- or 7-column layout.) I've committed this to

[Product-Developers] Collage with more than three columns ?

2010-10-04 Thread Kees Hink
Collage currently seems to support only a 3-column layout. You can add more columns to the row, but they are put in a separate div (which is in the same row). Both divs in the row get the three-columns-equal class. Has anyone been using Collage with more than three columns? And would it be hard

Re: [Product-Developers] Restrict portal to portal acquisition

2010-10-04 Thread Hanno Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this looks promising. I have a look and do a few tests. Thanks Hanno Am 02.10.2010 23:20, schrieb Wouter Vanden Hove: Hanno Schulz wrote: I am looking for a solution to restrict access between plone portals on the same zope server. The

[Product-Developers] [Plone-Users] ObjectInitializeEvent order

2010-10-04 Thread Yuri
Hi all! I've registered over the ObjectInitializeEvent event. But I've to run my own code (on my content type) before CMFNotificationTool event handler. That's because I've to set something to be sent over email on object creation. How do I ensure my handler fire up before the

Re: [Product-Developers] Collage with more than three columns ?

2010-10-04 Thread Kees Hink
Turns out this is quite easy: Collage has a batch size, which we can modify. I created a branch, and added my changes: http://dev.plone.org/collective/changeset/145418/Products.Collage/branches/more-than-three-columns/Products Todo: Add CSS for 4- and 5-column layouts. I'd like to merge this

[Product-Developers] Processing Zope/Plone logfiles

2010-10-04 Thread Noe Misael Nieto Arroyo
Hi all, What do you guys use in order to process information and get reports from the instance.log and instance-Z2.log files? --- Noe ___ Product-Developers mailing list Product-Developers@lists.plone.org

Re: [Product-Developers] Processing Zope/Plone logfiles

2010-10-04 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noe Misael Nieto Arroyo wrote: Hi all, What do you guys use in order to process information and get reports from the instance.log and instance-Z2.log files? Use tools like 'analog' or 'webalizer' to process the Z2.log. - -aj -BEGIN PGP