{ "info": { "author": "Ingeniweb", "author_email": "support@ingeniweb.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==============\nLAST CHANGES :\n==============\n\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nChanges in SVN (Unreleased) :\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n1. fix resolveuid links portal transform rule (all links attributes were tranformed in lower case)\n\n\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nChanges in FCK.Plone 2.6.6 - last fixes (**) :\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n1. Use FCKEditor 2.6.6\n All infos here : http://ckeditor.com/blog/FCKeditor_2.6.6_released\n\n2. Fix path error for images preview since ISiteRoot is used\n http://plone.org/products/fckeditor/issues/71\n\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nChanges in FCK.Plone 2.6.5.2 - last fixes (**) :\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n1. Fix path error when link by uid is not used\n http://plone.org/products/fckeditor/issues/68\n http://plone.org/products/fckeditor/issues/69\n\n2. Fix path error when using direct upload (when linkbyuid is not used)\n\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nChanges in FCK.Plone 2.6.5.1 - last fixes (**) :\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n1. Added the ability to change browser path and browser root\n with a contextual method\n \n2. Force FCKeditor when fckwidget is used in a field \n\n3. Fix fckeditor browser root to the first parent which provides INavigationRoot\n\n4. Added fck_area_css_id and fck_area_css_class attributes in fckwidget\n to be able to get real wysiwyg when editing zones outside of #content (ex #portal-footer or something else)\n \n(**) FCKeditor 2.x will be replaced by CKeditor 3.x in near future \n\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nChanges in FCK.Plone 2.6.5 :\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n1. Includes FCKeditor 2.6.5 version (see docs/_whatsnew.html)\n\n2. Includes imgmap plugin (http://martinezdelizarrondo.com/imagemaps/) a very good tool\n\n3. If a folder had not the same skin as portal, this skin was not rendered in FCKeditor area\n because the skinname was missing in css urls in getFCKArea_default_style.py\n \n4. The default opening folder for upload is no more the Article but the parent when \n editing PloneArticle content types.\n Fix the 'upload not allowed error' when using the quick upload feature.\n\n\n\n========\nREADME :\n========\n\n\n-----------------------------------------------------------------------------------\nIntroduction\n-----------------------------------------------------------------------------------\n\nThis product is a FCKEditor Plone integration.\nwill be replaced in near future by a new package collective.ckeditor currently\navailable on svn only (developpement state)\n\nFor more information read documentation inside product :\n - \"docs\" folder contains all documentation\n - \"_whatsnew.html\", \"_documentation.html\" and \"_upgrade.html\" contain informations\n about the original FCKEditor product. \n\n\n------------------------------------------------------------------------------------\nFCKeditor.Plone 2.6.6 - Plone product installation\n------------------------------------------------------------------------------------\n\n\n FCKeditor.Plone 2.6.6 is based on FCKeditor 2.6.6 original code source.\n This package is Plone 3.xx and Plone 2.5.x compatible\n Since 2.4.3, Plone3 kss rich content edition is fully supported.\n\n Read docs/INSTALL.txt\n \n Go to your Plone Site > Plone Control Panel > Add Remove Products, \n Choose FCKeditor ...\n or use Portal_QuickInstaller inside ZMI.\n \n Then read docs/FAQ.txt\n\n Upgrade : \n read the upgrade help in docs/FAQ.txt\n \n download + install from SVN:\n read docs/SVN.txt (important)\n\n\n \n--------------------------------------------------------------------------------------\nSupport\n--------------------------------------------------------------------------------------\n support@ingeniweb.com\n\n Plone project page (infos, tracker, download ...) :\n http://plone.org/products/fckeditor\n \n Issues Tracker :\n http://trac.ingeniweb.com\n \n\n For more information about original editor:\n\n FCK Editor web site : http://fckeditor.net/ \n FCK Editor dev trac : http://dev.fckeditor.net/\n\n\n-------------------------------------------------------------------------------------\nCopyright\n-------------------------------------------------------------------------------------\n FCKeditor - The text editor for internet\n Version 2.6\n Copyright (C) 2003-2007 Frederico Caldeira Knabben\n Authors:\n Frederico Caldeira Knabben (fredck@fckeditor.net) \n see license.txt\n \n\n\n FCKeditor.Plone :\n Licensed under the terms of the following license :\n \n - GNU General Public License Version 2 or later (the \"GPL\")\n http://www.gnu.org/licenses/gpl.html\n (See Appendix A)\n \n Since June 2006 : (c) Ingeniweb - Alter Way Solutions - support@ingeniweb.com \n Maintainers : Jean-mat Grimaldi, Gilles Lenfant, Youenn Boussard\n Thx to:\n Frederico and the FCKeditor community\n Ingeniweb boys and girls\n ... see old releases for all many thx\n\n\n======================\nFCKEditor Plone Help :\n======================\n\n---------------------------------\nI. FCKeditor.Plone upgrade\n--------------------------------- \n\n - Uninstall FCK editor from your Plone site (Quick Installer or Plone Control Panel)\n - Delete FCKeditor directory from your_instance/Products directory if exists (for versions < 2.6)\n - Read INSTALL.txt for buildout installation or how to use easy_install\n - Restart Zope\n - Install FCKeditor.Plone in your Plone Site via QuickInstaller or Plone Control Panel\n - Configure FCKeditor through the Plone control panel. \n \n\nFCK_PROPERTIES :\n================\n \n When upgrading from FCKeditor.Plone >= 2.2.x fckeditor plone properties are \n preserved after install/uninstall but if you want, you can clean it (recommanded) :\n ZMI > your site > portal_properties - delete fckeditor_properties\n\n Since FCKEditor.Plone 2.3.2 spellCheck properties have changed, if you have customized your toolbar, \n change \"SpellCheck\" in \"rtSpellCheck\" for ff2+ and MSIE6+ client spellchecker. If you were using \n aspell server spellchecker, it's not required.\n\n Since FCKEditor.Plone 2.3.3 \"FitWindow\" button has been added to switch editor field in fullscreen\n mode, if you have customized your toolbar, add 'FitWindow' in your customized toolbar.\n\n Since FCKEditor.Plone 2.4.1 \"UniversalKey\" function has been removed, \n if you have customized your toolbar, remove 'UniversalKey' from your customized toolbar.\n\n Since FCKEditor.Plone 2.4.3 \"UniversalKey\" function has been re-added as optional plugin, \n you can add 'UniversalKey' in your customized toolbar.\n\n Since FCKEditor.Plone 2.4.3 new important properties have been added, so deleting fckeditor_properties\n is highly recommanded (just rename it and you would be able to copy/paste by hand some of your customized properties)\n\n Since FCKEditor.Plone 2.6 one property have been removed : \"gecko_uses_span\" (no more useful because IE doesn't use Font tag anymore) \n\n Since FCKEditor.Plone 2.6.5 imagemap plugin has been added in default custom toolbar, add the 'imgmapPopup' button to your own custom toolbar.\n\n Since FCKEditor.Plone 2.6.5.1 two new important properties have been added, fck_force_other_path_method and fck_force_other_root_method \n deleting fckeditor_properties before reinstalling product is recommanded, otherwise you could get many errors.\n\nCACHE :\n=======\n \n Use CacheFu to get better performances, or at least, just change standard Plone HTTPCache params (unselect anonymous only is really important !!!).\n\n \n \nUpgrade from old FCK.Plone versions (<=2.2) :\n=============================================\n \n - Delete all previous specific FCKeditor ZMI customizations, \n \n - You could need to upgrade your members wysiwyg_editor property\n in your portal_membership (this property has changed since FCKeditor.Plone 2.0.1 for easy cohabitation with Kupu and Epoz), \n follow these steps :\n \n * In your Plone site ZMI > create an External Method\n Id : updateFckUsers\n Title : updateFckUsers\n Module Name : FCKeditor.updateFckUsers\n Function Name : updateFckUsers\n \n * Click on test\n \n * Your portal_membership is updated \n\n\n\n-----------------------------------\nII. FCKeditor.Plone Update from svn\n-----------------------------------\n\nIf you have downloaded FCKeditor.Plone from Plone collective SVN, launch utils/base2zope.py\nat python prompt, before installation, it's a mandatory.\n \n\n----------\nIII. FAQ\n----------\n\n1. How to enable flash publication with Plone ?\n ZMI > your Plone Site > portal_transforms > safe_html\n Add \"embed\" tag (value=1) in valid_tags\n Remove \"embed\" tag from nasty_tags\n Restart your instance.\n\n2. How to enable font color/size modifications ? \n Go to fckeditor controlpanel, choose custom toolbar and choose to enable fonts and colors.\n \n \n3. How to enable javascript events publication (popups, onclick, onmouseover ...) with Plone 2.1 ?\n ZMI > your Plone Site > portal_transforms > safe_html\n set remove_javascript to 0\n This does not effect