FCKEditor.Plone 2.2 (Feb 12, 2006)
This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.
Sunday morning release of FCK Editor for Plone, based on FCK Editor 2.2 Most important change since 2.02 : you can personalize editor through plone control panel configlet.
For additional information about this project, please visit the project page .
Available downloads
Release Notes
| Tested with | Plone 2.1.2, Plone 2.1.1, Plone 2.1, Plone 2.0.5, Plone 2.0.4, Plone 2.0.3, Plone 2.0.2, Plone 2.0.1, Plone 2.0, Archetypes 1.3.6, Archetypes 1.3.5, Archetypes 1.3.4, Archetypes 1.3.3, Archetypes 1.3.2, Archetypes 1.3.1, Archetypes 1.3, Archetypes 1.2, Zope 2.8, Zope 2.7.8 |
|---|---|
| State | Final release |
| License | LGPL |
| Release Manager | jean-mat Grimaldi |
No screenshot available, but you can see (a static example) :
To see a demonstration in Plone, go to :
Click on "join" and go to your personnal folder, test it, you'll love it.
Change log
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Changes in FCK.Plone 2.2 (11/02/06)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- FCK.Plone uses FCKeditor 2.2 : see _whatnew.html
- By default Gecko browsers use span tags in place of font tags when choosing font family, color and background color (not available for MSIE) for better xhtml strict, and plone2.1.x VALID_TAGS compliance.
- h1 tag removed from font format menu (you can personalize this menu through fckconfigPlone.js.dtml)
- ToolBar customization added to plone control panel
- fckAbsUrl and fckCreateValidZopeId in utils.py no more called as contextual methods just call modules/Products.FCKeditor.utils/... when necessary (thx to MAD)
- Import from CMF don't use deprecated aliases (thx to MAD)
- Editor width/height accept px, %, or 'no units'.
- With standard plone ATCT, by default the width is set to 100%
- You can force editor width/ height through plone control panel. This option is not recommanded when using your own AT content types. A better solution is to fix width and height through the visual or richtext widget (more flexibility when ATCT have multiple wysiwyg fields). When setting this option widget width and height are not active.
- htc files renamed in htc.dtml for zope skin integration
- compilation error moz-bindings.xml fixed (fckeditor original code source bug fixed)
- compilation error fckpaste.html.pt fixed (fckeditor original code source bug fixed)
- GetHTML replaced by GetXHTML in fck_plone.js.dtml to make function 'makeLinksRelative' working with FCKeditor 2.2
- You can set your specific Content Types based on PloneArticle through Control Panel : Set your PloneArticle meta_types for browsing/uploading attachements and images.
- Content Sizes are well formatted in browser
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Changes in FCK.Plone 2.1.1PR3 (22/01/06)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- Many bugs fixed after FCKeditor.Plone 2.1.1 PR2 (see http://macadames.com/forum)
- parsing url error with folderish fixed
- ATCT text_format selector error fixed (the field is no more disabled)
- Fixed : Path error when browsing new content created with portal_factory (standard plone 2.1)
- Fixed : Plone Article basehref and makeLinksRelative problem
- Fixed : utf-8 encoding problems in browser
- Added sarissa.js in package for plone2.0x platforms to make relative Links befor posting.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Changes in FCK.Plone 2.1.1PR1 (31/10/05)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- FCKeditor.Plone 2.1.1 is based on FCKeditor 2.1.1
All editor changes are notified in _whatsnew.html - Added fck Plone control panel with many features
- Added fck Plone member preferences
- connectorCPS.py and popup_rte_form.pt (in _zope_help/CPS) for advanced CPS browsing implementation (many thanks to Youenn Boussard alias youyou on macadames.com)
- popup_rte_form.pt moved from skin because new CPS version is using FCKeditor as default wysiwyg editor when the product is installed (http://svn.nuxeo.org/trac/pub/ticket/502 thx to Marc Aurèle Darche). If you want to use new browser capabilities you could write your own wysiwyg template (see CPS example)
- Correction bug : http://macadames.com/forum/46734164462 (BASE0 replaced by SERVER_URL on many files)
- Changed some "</" in "<\/" from fckeditor original code (bug fck_paste.html ...)
- Added specific zope functions to rapid upload (fck_link.html.pt, fck_image.html.pt, fck_flash.html.pt)
- All html editor files changed in pages templates (not tested with Zope < 2.7.2)
- changed : status 301 for resolveUid redirection
- added : makeLinksRelative before posting to server (you can desactivate it through plone control panel)
This code is taken from kupu (thanks)

