[Product-Developers] RichTextWidget wysiwyg editor not displaying actual value after action

2012-03-19 Thread Régis Rouet
Hi, I try to have a reset button on a customized dexterity.EditForm to set a RichText field with a computed value while staying on the edit form. For example : class EditForm(dexterity.EditForm): grok.context(IScreening) z3cform.extends(dexterity.EditForm) def updateWidgets(self

[Product-Developers] ImageWidget: atapi.ImageField vs plone.app.blob.field.ImageField

2012-03-19 Thread Christian Ledermann
Hello, if I define an image for my contenttype as: atapi.ImageField('logo_image', max_size = (64,64), widget=atapi.ImageWidget(label=_(u'Logo'), description=_(u'The organizations logo'), ), ), everything is fine. However when i

Re: [Product-Developers] ImageWidget: atapi.ImageField vs plone.app.blob.field.ImageField

2012-03-19 Thread Nathan Van Gheem
Did you re-upload the image? Changing storage without migration will mean the field no longer knows where the image is most likely. On Mon, Mar 19, 2012 at 7:32 AM, Christian Ledermann wrote: > Hello, > > if I define an image for my contenttype as: > >    atapi.ImageField('logo_image', >        m

Re: [Product-Developers] ImageWidget: atapi.ImageField vs plone.app.blob.field.ImageField

2012-03-19 Thread Christian Ledermann
Yes, this is not the problem. actually this field did not exist before so I had to upload the image. I ran into this problem when I added the field (in the schema) as plone.app.blob.field.ImageField Nothing displays. when i create the field with atapi.ImageField (deleting the old content before

[Product-Developers] [ANN] collective.portlet.collectionmultiview 2.0 released

2012-03-19 Thread Mohd Izhar Firdaus Ismail
first major release since years :-) http://pypi.python.org/pypi/collective.portlet.collectionmultiview/2.0 To those who never heard of this add-on, it is basically a collection portlet which you can choose how it is rendered, alongside the default collection renderer. Developers can also register

Re: [Product-Developers] [ANN] collective.portlet.collectionmultiview 2.0 released

2012-03-19 Thread Mohd Izhar Firdaus Ismail
forgot to add, github repo is here: https://github.com/inigoconsulting/collective.portlet.collectionmultiview On Tue, Mar 20, 2012 at 1:14 AM, Mohd Izhar Firdaus Ismail wrote: > first major release since years :-) > > http://pypi.python.org/pypi/collective.portlet.collectionmultiview/2.0 > > To t

Re: [Product-Developers] [ANN] collective.portlet.collectionmultiview 2.0 released

2012-03-19 Thread Jens W. Klein
On 19.03.2012 18:16, Mohd Izhar Firdaus Ismail wrote: forgot to add, github repo is here: https://github.com/inigoconsulting/collective.portlet.collectionmultiview great work! why not to move it over to the github collective? https://github.com/collective/ Not a must, but if its in the collecti

Re: [Product-Developers] [ANN] collective.portlet.collectionmultiview 2.0 released

2012-03-19 Thread Mohd Izhar Firdaus Ismail
On Tue, Mar 20, 2012 at 3:42 AM, Jens W. Klein wrote: > On 19.03.2012 18:16, Mohd Izhar Firdaus Ismail wrote: >> >> forgot to add, github repo is here: >> https://github.com/inigoconsulting/collective.portlet.collectionmultiview > > > great work! > why not to move it over to the github collective?

Re: [Product-Developers] [ANN] collective.portlet.collectionmultiview 2.0 released

2012-03-19 Thread Érico Andrei
On 19/03/12 21:26, Mohd Izhar Firdaus Ismail wrote: Hi, Yes, agreed. It was originally in the collective svn , and I just moved it to github a few days ago. Not quite sure who i should ask for access.. file a issue ? Yes, this is one way. The other, preferred, way is to clone github.com/co

Re: [Product-Developers] [ANN] collective.portlet.collectionmultiview 2.0 released

2012-03-19 Thread Juan A. Diaz
On Mon, 19 Mar 2012 22:39:19 -0300, Érico Andrei wrote: On 19/03/12 21:26, Mohd Izhar Firdaus Ismail wrote: Hi, Yes, agreed. It was originally in the collective svn , and I just moved it to github a few days ago. Not quite sure who i should ask for access.. file a issue ? Yes, this is one w