[Product-Developers] MultiLineColumn for Products.DataGridField

2010-07-28 Thread Hans-Peter Locher
Hi, I recently came up with the need for a MultiLine DataGrid Column. Are there more people needing such a thing, should it go to Products.DataGridField, or is it a rare usecase? == Motivation == I want to write a custom content type having a datagrid field for adding html snippets (for adserve

Re: [Product-Developers] [i18n] The i18n game

2010-04-08 Thread Hans-Peter Locher
Hi again, something else to consider... If you want to add some translations to the plone domain, you must use an i18n folder, not the "five register locales" approach. If you would use the "five register locales" approach, the Zope Translation service is used fot that domain (not the Placeless

Re: [Product-Developers] [i18n] The i18n game

2010-04-08 Thread Hans-Peter Locher
Hi Espen. We did the same thing for a Plone site (a single egg containing custom translations for the plone domain and other domains). We use following approach: To customize exisiting Pone translations that live in a i18n folder: We have a dir "i18n-overrides" in our package, this contains po

Re: [Product-Developers] Collage 1.3.0 beta release (translations needed)

2010-01-11 Thread Hans-Peter Locher
Hi, I've just updated and commited the german translation. best regards Hans-Peter Locher Am 09.01.2010 um 12:08 schrieb Malthe Borch: > The first release of the 1.3-series, this version contains significant user > interface improvements. Users of 1.2.x are encouraged to upgrade.

[Product-Developers] PloneFormGen - LinesField - unicode issue

2009-06-29 Thread Hans-Peter Locher
Hi, Hi, I've exeperienced an issue with PloneFormGen. (I'm wiling to file an issue to the tracker on plone.org, but I get 503, everytime I try ...) I'm also willing to fix this issue, if it is considered as such. When using a LinesField, the value isn't coded correctly, (it displays encoded

Re: [Product-Developers] Content creation during install

2009-04-20 Thread Hans-Peter Locher
I prefer creating and manipulating the content entirely in the setuphandler. You have to be careful, normally, the created conted will be removed on uninstall/ reinstall loosing all changes done to the content since initial installation. to prohibit this, you can use a beforeUninstall hook

Re: [Product-Developers] Re: creating content inside a setup handler.

2008-10-10 Thread Hans-Peter Locher
;portalobjects' in cascade: cascade.remove('portalobjects') return True, cascade or by fiddling with its internal registry. Raphael ___ Product-Developers mailing list Product-Developers@lists.plone.org http://lists.plone.org/ma

[Product-Developers] creating content inside a setup handler.

2008-09-16 Thread Hans-Peter Locher
ription']) queue = getattr(portal, item['id']) wf.doActionFor(queue, 'activate') logger.info("%s created" % item['id']) Is this some new functionality that setuphandlers get a magic reverse or am I missing something

[Product-Developers] unit testing framework for policy product

2008-08-15 Thread Hans-Peter Locher
setupPloneSite(products=['zff.jc.policy']) class ZFFTestCase(ptc.PloneTestCase): """Base class used for test cases """ -- Hans-Peter Locher InQuant GmbH Parkstrasse 25 D-88212 Ravensburg http://www.inquant.de +49 (0) 751 35 44 112 +49 (0) 751 35 44 115 (

[Product-Developers] Plone4Artists Calendar considered harmful

2008-07-02 Thread Hans-Peter Locher
Hi, I just wanted to update our Plone 3.06 site, to Plone 3.1.2 containing the Plone4ArtistsCalendar addon product. I had some difficulties with it. Following the issue tracker: http://www.plone4artists.org/products/plone4artistscalendar/issues/78 ... I'm not the only one. Asking about this o

[Product-Developers] p4a.plonecalendar installation issues

2008-07-01 Thread Hans-Peter Locher
Hello, Plone4Artist offers a variety of very good addon products for Plone, with great functionality. But the installation procedure is a nightmare. It seems there's no way to install p4a.plonecalendar in a buildout environment the usal way. There are lot's of broken eggs on pypi, or eggs which

[Product-Developers] announce: collective.morecalviews

2008-04-21 Thread Hans-Peter Locher
Hi, I just released collective.morecalviews. The egg provides additional views for a Plone4Artists enabled Folder/Collection. The Views base on PloneiCalendar, a product for Plone 2.1.x which had very nice icalish views. The views provided are: dayview weekview monthview http://svn.plone

[Product-Developers] mailtoplone released

2008-02-20 Thread Hans-Peter Locher
avy use of the zope 3 component architecture and plone's content rules. The configuration is done using the content-rules ui. It's in alpha stage but the aproach is made. Check it out. Best regards Hans-Peter Locher (mr_savage on plone irc) __