FCKEditor.Plone 2.2 (Feb 12, 2006)

FCKEditor.Plone

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

FCKEditor.Plone 2.2 (tar.gz)

For all platforms (680 Kb)

FCKEditor.Plone 2.2 (zip)

For all platforms (1.14 Mb)

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
StateFinal release
LicenseLGPL
Release Manager jean-mat Grimaldi

No screenshot available, but you can see (a static example) :


To see a demonstration in Plone, go to :

http://macadames.com

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)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  1. FCK.Plone uses FCKeditor 2.2 : see _whatnew.html
  2. 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.
  3. h1 tag removed from font format menu (you can personalize this menu through  fckconfigPlone.js.dtml)
  4. ToolBar customization added to plone control panel
  5. fckAbsUrl and fckCreateValidZopeId in utils.py no more called as contextual methods  just call modules/Products.FCKeditor.utils/... when necessary (thx to MAD)
  6. Import from CMF don't use deprecated aliases (thx to MAD)
  7. Editor width/height accept px, %, or 'no units'.
  8. With standard plone ATCT, by default the width is set to 100%
  9. 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.
  10. htc files renamed in htc.dtml for zope skin integration
  11. compilation error moz-bindings.xml fixed (fckeditor original code source  bug fixed)
  12. compilation error fckpaste.html.pt fixed (fckeditor original code source bug fixed)
  13. GetHTML replaced by GetXHTML in fck_plone.js.dtml to make function  'makeLinksRelative' working with FCKeditor 2.2
  14. You can set your specific Content Types based on PloneArticle through Control Panel :  Set your PloneArticle meta_types for browsing/uploading attachements and images.
  15. Content Sizes are well formatted in browser


    


------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Changes in FCK.Plone 2.1.1PR3  (22/01/06)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  1. Many bugs fixed after FCKeditor.Plone 2.1.1 PR2 (see http://macadames.com/forum)
  2. parsing url error with folderish fixed
  3. ATCT text_format selector error fixed (the field is no more disabled)
  4. Fixed : Path error when browsing new content created with portal_factory (standard plone 2.1)
  5. Fixed : Plone Article basehref and makeLinksRelative problem
  6. Fixed : utf-8 encoding problems in browser
  7. 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)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  1. FCKeditor.Plone 2.1.1  is based on FCKeditor 2.1.1
    All editor changes are notified in _whatsnew.html
  2. Added fck Plone control panel with many features
  3. Added fck Plone member preferences
  4. 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)
  5. 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)
  6. Correction bug : http://macadames.com/forum/46734164462 (BASE0 replaced by SERVER_URL on many files)
  7. Changed some "</" in "<\/" from fckeditor original code (bug fck_paste.html ...)
  8. Added specific zope functions to rapid upload (fck_link.html.pt, fck_image.html.pt, fck_flash.html.pt)
  9. All html editor files changed in pages templates (not tested with Zope < 2.7.2)
  10. changed : status 301 for resolveUid redirection
  11. added : makeLinksRelative before posting to server (you can desactivate it through plone control panel)
    This code is taken from kupu (thanks)