Epoz 0.7.4 released
Changes:
Version 0.7.4 - fixed bug: Catched all errors for XMLRPC-call, so content is secured if something fails between client and server. - Changed char_encoding for mxTidy from raw to utf8 to avoid problems with
Version 0.7.3
- 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 to early... removed charset-arg from EpozTidy.
Version 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!
Version 0.7.1
- fixed critical bug: Mozilla truncated contents to 4096 bytes received from EpozTidy over XMLRPC due to a bug in the string-code of the vcXMLRPC-library.
- fixed critical bug: if mxTidy found errors in html, an empty document was returned to Epoz. JavaScript-alert informs the user about critical errors in document.
- added a paragraph in the README.txt explaining the relation of Epoz 0.x to Epoz 1.x. Thanks to Gregor Hoffleit!
- updated french tranlsation; Thanks to Jean Laroque!!!
Version 0.7.0
- added support for mxTidy to produce nice and valid xhtml-code.
- added site-hook EpozPostTidy, so you can change the output of Epoz with an additional script / external method. Useful if you want to clean up or rewrite (absolute) links etc.pp.
- added missing language support for Plone.
- fixed breadcrumb-bug in Plone-Toolbox.
- updated sample code for edit-method; now a File-Object is used as default, because, no, really no, Epoz can't edit any DTML-tags...
- updated hungarian translation. thanks to Tamas Decsi.