ANN: Epoz 0.7.2 released - ready for Plone 2
Hi, I've just released an improved version of Epoz... Many css-fixes regarding the use of Epoz in Plone 2 and other important bug fixes (see changes below). What is Epoz? Epoz is a cross-browser-wysiwyg-editor for Zope/Plone. Epoz supports IE
= 5.5, Mozilla >= 1.3, Netscape >= 7.1, Firebird >= 0.7 and other gecko-based browsers.
Where can I see a demo? http://www.zfl.uni-bielefeld.de/personal/mjablonski/epoz Where can I download Epoz? http://www.zope.org/Members/mjablonski/Epoz What is changed in 0.7.2? - changed toolbox-icon into a folder; link-icon and toolbox-icon were to similar before. - added remove-format-button; this can be useful if you want to remove several text-formats at once. Maybe someone can provide a better icon? Please note: IE is a little bit smarter than Mozilla. IE removes colors as well... - made some css-fixes for using Epoz with tableless layout in Plone 2: - removed nowrap-style around epoz_toolbox; - changed toolbox-width in wysiwyg_support from absolute px to relative percentage, so Epoz won't break the layout anymore; - made widget xhtml-compatible. Please note: Epoz uses the Plone-CSS to render the content. The Plone-CSS doesn't allow other alignments then left-aligned for paragraphs and so clicking on the Epoz-alignment-buttons shows no effect in Plone. Please don't mail me about this... fix the Plone-CSS (remove 'text-align: left;' from p-defintion in plone.css). - removed break_before_br in EpozTidy to keep pre-formatted text in order. - fixed bug: Stefanie Panke noticed encoding problems when using the Euro-Sign. Switched all default encodings from ISO-8859-1 to more universal windows-1252. Thanks, Stefanie! - fixed bug: Casey Duncan from Zope Corporation tracked down a subtle bug in the product initialisation process of Epoz. Short story: Registering a product and a method with the same name (Epoz) can cause conflicts under some circumstances (esp. running test-suites in Zope 2.7 etc.). Now Epoz is marked as __replaceable__. Thanks, Casey!!! - fixed bug: removed hardcoded protocol (http:) in XMLRPC-call; Epoz over https: should now work again. Thanks to Gabriel Wicke for his complaints! Keep zoped, Maik Jablonski -- German Zope User Group / Deutsche Zope User Group http://www.dzug.org/
Maik Jablonski wrote: [snip]
What is changed in 0.7.2? [snip] - fixed bug: Stefanie Panke noticed encoding problems when using the Euro-Sign. Switched all default encodings from ISO-8859-1 to more universal windows-1252. Thanks, Stefanie!
Isn't windows-1252 the worst possible choice for character set and encoding? Apache by default is ISO-8859-1, which is at least a standard, but still excludes most of the world. Most clients now support some subset of Unicode, and UTF-8 to encode it in. As far as I know, Microsoft only supports 1252 as legacy (alongside 8859-1!). The corporation says 'You are not World-Ready if your application is not fully Unicode-enabled'. http://www.microsoft.com/globaldev/getwr/nwr/nwrpartI.mspx Is there some reason for not supporting UTF-8? best Mark Barratt
Maik Jablonski wrote:
I've just released an improved version of Epoz... Many css-fixes regarding the use of Epoz in Plone 2 and other important bug fixes (see changes below).
Hi again, sorry, I just released a fixed version (0.7.3) which makes UTF-8 the default charset of Epoz... (of course it works also with iso-8859-1x). Changes - changed all default-encodings to utf-8; sorry, I've had a broken installation of mxTidy so I thought utf-8 didn't work well with mxTidy and released 0.7.2 too early... removed charset-arg from EpozTidy. As the changes says: I had a broken installation of mxTidy on a testserver and so I thought it wasn't able to work properly with UTF-8, invented the workaround with windows-1252, released 0.7.2,... but I found the error in the setup and Epoz-with-UTF-8-Support seems to work fine. Sorry again, Maik
Maik Jablonski wrote: sorry, I just released a fixed version (0.7.3) which makes UTF-8 the default charset of Epoz... (of course it works also with iso-8859-1x).
And now there was a version mismatch of some files after my last checkout & release... Please go and download Epoz 0.7.4 to avoid problems with character-encodings (esp. on IE). http://www.zope.org/Members/mjablonski/Epoz I hope, that all things should be allright now... if not, I'm dropping this project...;) Cheers, Maik
On Mon, 08 Dec 2003 01:44:52 +0100, Maik Jablonski wrote: Please go and download Epoz 0.7.4 to avoid problems with
character-encodings (esp. on IE).
http://www.zope.org/Members/mjablonski/Epoz
I hope, that all things should be allright now... if not, I'm dropping this project...;)
Please don't!! It's working great here. Thanks! Gabriel
I'm importing (trying to) a plone site whose catalog has TextIndexNG indices into a new zope which has TextIndexNG2, and getting all kinds of errors.... is there a *real* way to migrate from TextIndexNG to TextIndexNG2? Can I have both installed at the same time? (errors are of the kind: 2003-12-19T16:13:59 ERROR(200) Catalog catalogObject was passed bad index object <TextIndexNG instance at ee17540>. )
No idea whart your problem is because both indexes can be used in parallel and you can not import a V1 instance as V2. Delete your V1 indexes and re-create them as V2 indexes. Any other solution is neither recommended nor supported. -aj --On Freitag, 19. Dezember 2003 22:18 Uhr -0500 Marc Lindahl <marc@bowery.com> wrote:
I'm importing (trying to) a plone site whose catalog has TextIndexNG indices into a new zope which has TextIndexNG2, and getting all kinds of errors.... is there a *real* way to migrate from TextIndexNG to TextIndexNG2? Can I have both installed at the same time?
(errors are of the kind: 2003-12-19T16:13:59 ERROR(200) Catalog catalogObject was passed bad index object <TextIndexNG instance at ee17540>. )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
I have a site with zope 2.5.1, plone 1.0, cmf 1.3, and TextIndexNG. I want to export the plone site instance and import it into a new data.fs, which runs under zope 2.6.2, plone 2.0RC2, cmf 1.4.2, and TextIndexNG2. When I try to import the instance, I get the error below and it doesn't seem to import it. If I can install both TextIndexNG and TextIndexNG2 in my new Zope, then of course I can delete and re-create the indices... can both those product be installed in the same zope? On Saturday, December 20, 2003, at 03:24 PM, Andreas Jung wrote:
No idea whart your problem is because both indexes can be used in parallel and you can not import a V1 instance as V2. Delete your V1 indexes and re-create them as V2 indexes. Any other solution is neither recommended nor supported.
-aj
--On Freitag, 19. Dezember 2003 22:18 Uhr -0500 Marc Lindahl <marc@bowery.com> wrote:
I'm importing (trying to) a plone site whose catalog has TextIndexNG indices into a new zope which has TextIndexNG2, and getting all kinds of errors.... is there a *real* way to migrate from TextIndexNG to TextIndexNG2? Can I have both installed at the same time?
(errors are of the kind: 2003-12-19T16:13:59 ERROR(200) Catalog catalogObject was passed bad index object <TextIndexNG instance at ee17540>. )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
--On Samstag, 20. Dezember 2003 16:00 Uhr -0500 Marc Lindahl <marc@bowery.com> wrote:
If I can install both TextIndexNG and TextIndexNG2 in my new Zope, then of course I can delete and re-create the indices... can both those product be installed in the same zope?
According to the docs: YES -aj
I'm answering my own question here... False alarm - sorry Andreas. Turns out that the errors below did *not* preclude the importation of my old plone instance - it was the installed CMFWeblog (finally found the one error message among the 1000's of catalog errors in the log!). Once I removed that from the old instance I was able to import it. Then in the portal_catalog where I had TextIndexNG indices, they showed up as broken due to missing product. I easily deleted them and re-added them as TextIndexNG2's. Marc On Saturday, December 20, 2003, at 03:24 PM, Andreas Jung wrote:
No idea whart your problem is because both indexes can be used in parallel and you can not import a V1 instance as V2. Delete your V1 indexes and re-create them as V2 indexes. Any other solution is neither recommended nor supported.
-aj
--On Freitag, 19. Dezember 2003 22:18 Uhr -0500 Marc Lindahl <marc@bowery.com> wrote:
I'm importing (trying to) a plone site whose catalog has TextIndexNG indices into a new zope which has TextIndexNG2, and getting all kinds of errors.... is there a *real* way to migrate from TextIndexNG to TextIndexNG2? Can I have both installed at the same time?
(errors are of the kind: 2003-12-19T16:13:59 ERROR(200) Catalog catalogObject was passed bad index object <TextIndexNG instance at ee17540>. )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (5)
-
Andreas Jung -
Gabriel Wicke -
Maik Jablonski -
Marc Lindahl -
Mark Barratt