[Product-Developers] collective.xdv: how to disable pretty print output?

2010-11-15 Thread Kees Hink
I read in http://pypi.python.org/pypi/collective.xdv (1.0rc11 - 2010-09-05) that pretty print output is disabled. I am using this version, and i still see the HTML pretty-printed. Example: (...)h1 id=ida href=http://192.168.1.37:8080/iederz; tile=Naar de homepageimg

Re: [Product-Developers] collective.xdv: how to disable pretty print output?

2010-11-15 Thread Kees Hink
On 11/15/2010 11:51 AM, Kees Hink wrote: I read in http://pypi.python.org/pypi/collective.xdv (1.0rc11 - 2010-09-05) that pretty print output is disabled. I am using this version, and i still see the HTML pretty-printed. Example: (...)h1 id=ida href=http://192.168.1.37:8080/iederz;

Re: [Product-Developers] collective.xdv: how to disable pretty print output?

2010-11-15 Thread Kees Hink
On 11/15/2010 11:51 AM, Kees Hink wrote: I read in http://pypi.python.org/pypi/collective.xdv (1.0rc11 - 2010-09-05) that pretty print output is disabled. I am using this version, and i still see the HTML pretty-printed. Example: (...)h1 id=ida href=http://192.168.1.37:8080/iederz;

Re: [Product-Developers] Dexterity and Images

2010-11-15 Thread Noe Misael Nieto Arroyo
Just for the record: All the image functionality is being moved to plone.app.imaging. --- Noe 2010/11/3 Héctor Velarde hector.vela...@gmail.com take a look at this, Noe: http://code.google.com/p/dexterity/issues/detail?id=72 best regards ___

Re: [Product-Developers] Dexterity and Images

2010-11-15 Thread David Glick
Uh, no. plone.app.imaging contains an image scale view for Archetypes content. The one for Dexterity content is in plone.namedfile. Both are used similarly (via the @@images view) and are based on plone.scale. On 11/15/10 10:09 AM, Noe Misael Nieto Arroyo wrote: Just for the record: All the

Re: [Product-Developers] Dexterity and Images

2010-11-15 Thread Noe Misael Nieto Arroyo
Oh, that's right. I was wondering... does plone.scale scale images on the fly or it stores some scaled copy on ZODB ? Noe 2010/11/15 David Glick davidgl...@groundwire.org Uh, no. plone.app.imaging contains an image scale view for Archetypes content. The one for Dexterity content is

Re: [Product-Developers] Dexterity and Images

2010-11-15 Thread David Glick
On 11/15/10 10:38 AM, Noe Misael Nieto Arroyo wrote: Oh, that's right. I was wondering... does plone.scale scale images on the fly or it stores some scaled copy on ZODB ? Well, plone.scale is just a library for performing scaling; it doesn't care how the scales are stored. plone.app.imaging