20b358eef28f199e28fc40c47d07d3813bd20ef0
[Epoz.git] / CHANGES.txt
1 Epoz - Changes
2
3 0.9.0
4
5 - Reorganized directory layout into core, i18n, images & plone. Please
6 note: You need to "reinstall" Epoz with Quickinstaller / External Method
7 when using Epoz in CMF/Plone.
8
9 - Andy Dustman provided a patch for removing MS-Word-Garbage-tags.
10 Thanks Andy!!!
11
12 - Documentation about Epoz for end-users is provided by Tom Purl (see
13 "EpozBook":http://zopewiki.org/EpozBook). Thanks Tom!
14
15 - fixed bug: Plone-Toolbox didn't check permissions 'View' and
16 'List folder contents' in breadcrumbs. Thanks to Cyrille Lebeaupin
17 from Ingeniweb for patch!
18
19 - fixed bug: Image-Preview in Plone-Toolbox was broken in IE.
20
21 - fixed bug: JavaScript in content-area could break Epoz...
22 Thanks to Christian Zagrodnick from gocept.com for patch!
23
24 - cleaned up line-endings. No more need to write complicated
25 PERL/C++/ADA-Scripts to get rid of them...
26
27
28 0.8.6
29
30 - fixed bug: Mozilla / Firefox leaves a single br-tag for
31 an empty form. Epoz will clean this mess now.
32
33 - added a wysiwyg_support-switch so Epoz can coexist with
34 other wysiwyg-editors in Plone (esp. Kupu). Moved former
35 wysiwyg_support to epoz_wysiwyg_support. Thanks to
36 Duncan Booth for patch!!!
37
38 - little cleanup to epoz_script_widget: refactored img-string
39 for spacer, so the code becomes more readable.
40
41 - fixed bug in epoz_toolbox: CMFPhotos were only shown for preview,
42 but not for inserting as image. Thanks to Bjorn van der Meer
43 for patch!!!
44
45 - updated russian translation; thanks to Michael Krishtopa!
46
47 - added some new FAQs.
48
49
50 0.8.5
51
52 - added keyboard shortcuts for Mozilla / Firefox which are already
53 supported by IE: CTRL + b for bold, CTRL + i for italics, CTRL + u
54 for underlined, CTRL + k for create link.
55
56 - added a HowTo for easier setup of mxTidy to get valid XHTML from Epoz
57 (see mxTidyHowTo.txt).
58
59 - fixed bug: made width/height-settings for Epoz working
60 with Archetypes. Thanks to Christian Theune from Gocept for patch!
61
62 - fixed bug: corrected the slashing of folders in Epoz-toolbox
63 for Plone (http://plone.org/collector/3479)
64
65
66 0.8.4
67
68 - fixed bug: toolbox didn't start from the correct location if the
69 portal_factory was activated.
70
71 - fixed bug: wysiwyg support in Plone could be broken, because
72 URL3 in wysiwyg_support isn't available under all circumstances.
73 I forgot that the damn test()-method evaluates all expressions
74 always, regardless of the condition... Thanks to Simon Pamies
75 for patch!
76
77 - updated browser-detection-javascript to Browser Detect v2.1.6.
78
79 - some whitespace-cleanups thanks to AnyEdit for Eclipse.
80
81 0.8.3
82
83 - added a FAQ. Pleae read it before asking questions...
84
85 - added label for html-source-switch, because many people asked for
86 it. Hope this helps clearing up the meaning of the little checkbox
87 below the wysiwyg-area...
88
89 - added translations for tidy-messages in the browser-status-bar to
90 en & de. Please note: Don't use any entities if you want to translate,
91 because the browser-status-bar doesn't support entities!
92
93 - Fixed bug: missing form_path in epoz_script_widget caused problems
94 when using portal_factory in Plone. Thanks to Danny Bloemendaal (for
95 detecting the problem) and Geoff Davis for patch! Added a check to
96 wysiwyg_support to detect document-creation via portal_factory.
97
98 - Fixed bug: the Epoz-Iframe in epoz_script_widget wasn't loaded via
99 an absolute url, so browsers could complain when running Epoz via https.
100
101 0.8.2
102
103 - Updated license to Zope Public License 2.1.
104
105 - Danny Bloemendaal provided a cleaned up toolbox for use in Plone 2.
106 Thank you, Danny!
107
108 - Added "Photo" (CMFPhoto) as selectable image-type to the toolbox.
109 Thanks to Shane Graber for patch!
110
111 - set wordwrap for mxTidy/uTidy to 79 character to avoid some problems
112 with splitted a-href-tags.
113
114 - fixed bug: making relative urls for images was broken in EpozPostTidy
115 for people who have no mxTidy / uTidylib installed.
116
117 - fixed bug: removed .strip() from data-handler in Extensions/EpozPostTidy.py,
118 so required whitespace isn't killed; added a "useless-whitespace"-cleanup
119 to EpozPostTidy.
120
121 0.8.1
122
123 - Now the setup for getting relative urls from Epoz is much more easier:
124 There's a default EpozPostTidy.py in Epoz/Extensions which can be
125 used out of the box.
126 Simply create an External-Method in the root of the ZMI or your Plone-Site with
127 id=EpozPostTidy, Module-Name=Epoz.EpozPostTidy, Function-Name=EpozPostTidy.
128
129 - added a customcss-parameter (esp. for use in Plone) to render customized
130 css-styles in difference to a global css correctly.
131
132 - fixed bug: the XMLRPC for tidying etc. is now independent of your
133 Zope-Server-Root, so the EpozPostTidy-Hook can be created in
134 your Plone-Instance without a VHM-Setup anymore.
135
136 - fixed bug: canceling "Add anchor" resulted in emtpy tag. Thanks to
137 Simon Pamies for patch!!!
138
139 - fixed bug: IE complained about security when Epoz was called via
140 https. Thanks to Sam Brauer and Andrew Athan for patches!
141
142 - fixed bug: <embed>-tag was replaced by <ibed> in Mozilla. Thanks
143 to Christian Ledermann.
144
145 - fixed bug in epoz_script_main.js.dtml/InitEpoz: IE 5.0 isn't
146 wysiwyg-able and therefore needs to fall back to a textarea. Thanks
147 to Marc Zacher!
148
149 - updated epoz_lang_pt-br. Thanks to Luiz Fernando Pasqual S. Souza!
150
151 - updated epoz_lang_zh-cn. Thanks to panjunyong!
152
153 - updated epoz_lang_no.js.dtml. Thanks to Einar Jensen!
154
155
156 0.8.0
157
158 - added support for uTidylib (http://utidylib.sourceforge.net/);
159 Thanks to Shane Hathaway from Zope Corporation for his
160 patches!!! Please note: there are still some problems with UTF8;
161 maybe someone can provide a patch?
162
163 - rearranged the Javascript so that it's not necessary to
164 "auto"-switch to source mode when saving. Thanks
165 again to Shane Hathaway from Zope Corporation for his patches!!!
166
167 - added pageurl-parameter to Epoz; pageurl defines the base
168 url of the edited page. The pageurl is forwarded to Epoz(Post)Tidy,
169 so you can rewrite urls according to the given base url.
170 **PLEASE NOTE:** You must add an additional parameter
171 if you use EpozPostTidy-Hooks in your applications.
172
173 - added support for adding anchors; works very nice with Mozilla, IE
174 doesn't show the css-styles. IE is crap anyway...
175 Thanks to Christian Theune from Gocept for his patches!!!
176
177 - added global support (EpozGetRelativeUrl) for calculating relative urls
178 from absolute urls; Thanks to Gilles Lenfant for this feature! Please
179 see README.txt for how to enable this feature.
180
181 - added simple example for EpozPostTidy-Hook to README.txt.
182
183 - added danish-translation; thanks to Nikolay Kim!!!
184
185 - fixed bug: IE couldn't handle anchors; added base-tag to
186 epoz_blank_iframe.html. Thanks to Stefanie Panke pointing
187 me to this problem.
188
189 - changed default height of the edit form in Plone to be a more
190 sensible 450px (limi).
191
192 - removed annoying pop-up saying "Your browser does not support
193 XML-RPC" from the JS. If it doesn't, we degrade anyway - no reason
194 to insult the user. ;) (limi)
195
196 - fixed epoz_toolbox to use 'sanctioned' calls for meta_types. Thanks
197 to Marc Lindahl for patch!!!
198
199 - wysiwyg_support was causing a wierd error when used
200 inside CMFBoard sometimes (Attribute Error: meta_type). Traced it to
201 test of text_format. test() evaluates both true and false branches.
202 Restructured it to fix the problem. Thanks to Marc Lindahl for patch!!!
203
204 - fixed tabindex for Plone (limi)
205
206 - added class="visualFontSizeCorrection" to body-tag of
207 epoz_blank_iframe.html; mostly needed for displaying correct font-sizes
208 for the wysiywg-area in Plone 2.0. Please note: To use this with
209 older Plones, add visualFontSizeCorrection { font-size: 75%; }
210 to your ploneCustom.css (limi)
211
212 - synced default wysiwyg_support with Plone 2.0.
213