ullright - fckeditor 2.x update

Automated Upgrade

  • plugins/ullCorePlugin/batch/upgrade_fckeditor.sh

Manual Upgrade

 

  • svn rm ullCorePlugin/web/js/fckeditor
  • svn commit -m "fckeditor update part I"
  • Download latest 2.x version from http://www.fckeditor.net and extract it to ullCorePlugin/web/js/fckeditor
  • Delete all files and directories starting with "_"
    • _samples/
    • _*.html
    • editor/_source/
  • rm plugins/ullCorePlugin/web/js/fckeditor/editor/filemanager/connectors/php/config.php
  • svn add plugins/ullCorePlugin/web/js/fckeditor
  • ln -s ../../../../../config.php plugins/ullCorePlugin/web/js/fckeditor/editor/filemanager/connectors/php/config.php
  • svn add plugins/ullCorePlugin/web/js/fckeditor/editor/filemanager/connectors/php/config.php
  • svn commit -m "fckeditor update part II"