Notes: FCK.Plone 2.4.3 --------------- important changes : - Based on FCKeditor 2.4.3 (many bugfixes - see _whatsnew.html) - FCKWidget is working fine (see examples in RichContentDemo.py for how to use it in your AT content types) - standard fckeditor templates replaced by more sexy plone templates. See : skins/fckeditorplone/fcktemplates.xml.pt and /fckeditorplone/fcksamples subfolder to build your own templates. - added RichDocument compatibility for browsing/uploading (thx to Reinout van Rees)
Changes: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Changes in FCK.Plone 2.4.3 : ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 1. merge branch reinout-2.4.2fixes with trunk. modifications done by Reinout van Rees (Thx) : - resolve 'insecure content' warning in files browser, when browsing a https site with MSIE. - added RichDocument compatibility for browsing/uploading,. 2. fixed PloneArticle 4 thumbs url error (changes in new PAV4 reported here) 3. svn download : the product download is no more necessary a svn-externals to fckeditor svn has been added. base2zope.py SRC_ROOT changed because fckeditor source directory is changed (_src/fckeditor) 4. Based on FCKeditor 2.4.3 (many bugfixes - see _whatsnew.html) 5. Added folder_portal_type option in configlet (type used for folder creation in browser) 6. Added RichDocument portal_types in config (todo : add rd_portal_types in configlet) 7. Re-Added UniversalKey as plugin (you must allow it with custom toolbar configuration in configlet) 8. Default Validator added to configlet form (to avoid warning in zope instance logs) 9. Important change : FCKWidget is working fine (see examples in RichContentDemo.py for how to use it) 10. new styles added in menu styles default configuration 11. remove refresh.txt since refresh is no more possible with zope 3 12. Added toolbar_start_expanded property in config and widget (is set to True in config by default, can be changed only through widget) 13. Changed : standard fck templates replaced by more sexy plone templates. See : skins/fckeditorplone/fcktemplates.xml.pt and /fckeditorplone/fcksamples subfolder to build your own templates. 14. Fix french configlet font size with MSIE due to bad i18n msgtr 15. Removed bad "reindex contents" lines in connectorPlone.py and uploadPlone.py. 16. FCKWidget browser improvements (you can set different browsing/uploading params through widget) 17. RichDemoContent sample improvements (a simple ATContent to show how to use widget) 18. makeLinksRelative on submit was broken with FireFox (we use standard FCK event handlers to do the same thing) 19. fckeditor.js & fck_plone.js were loaded for each editor instance, this is fixed. When using fckwidget the scripts are loaded in html header with widget.helper_js 20. when updating fckeditor, missing properties are added, some properties are updated ("custom toolbar" and "custom keyboard behavior", you can refuse this update with UPDATE_PROPERTIES value in config.py, at you own risk. 21. fix widget bugs with browserValues (for browser xml connector and uploader) 22. fix regression on upload (uploading file_portal_type was broken) 23. fix encoding problems when uploading files through browser
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use