From c01081e75decc6f87aaf18df5a1fd03ff5a651cf Mon Sep 17 00:00:00 2001 From: Wiktor Walc Date: Tue, 12 Feb 2008 17:54:21 +0000 Subject: [PATCH] Ported 5.2BETA to Drupal6 --- CHANGELOG.txt | 55 +-- README.txt | 270 ++++++--------- fckeditor.info | 1 + fckeditor.install | 135 +++++-- fckeditor.module | 1038 ++++++++++++++++++++++++++++++++++++---------------- fckeditor.utils.js | 17 +- po/fckeditor.pot | 616 +++++++++++++++++++++---------- po/it.po | 282 -------------- po/nl.po | 202 ---------- po/pl.po | 553 ---------------------------- 10 files changed, 1388 insertions(+), 1781 deletions(-) delete mode 100644 po/it.po delete mode 100644 po/nl.po delete mode 100644 po/pl.po diff --git a/CHANGELOG.txt b/CHANGELOG.txt index faabfa7..37e913c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,38 +1,25 @@ $Id$ +-- 2008-02-12 version drupal-6-x-1-1-beta +* fixed issues with handling multiple user profiles, it is now possible + to define role precedence +* introduced the global profile, it is possible to enable/disable FCKeditor globally + for all profiles in one place +* it is possible to use paths and fields to exclude/include FCKeditor to have better control + over where FCKeditor should appear +* instant integration with Image Assist +* UserFilesPath and UserFilesAbsolutePath are now configurable in administration panel +* path to fckstyles.xml is configurable in administration panel +* textarea remains resizeable when FCKeditor works in popup mode +* improved profile validation +* translated strings are now properly escaped +* fixed issue with break tag appearing at the beginning of a node +* separate config file included - makes configuration of built-in file browser much easier +* fixed issue with justifying +* added possibility to define custom javascript configuration for selected profiles +* added possibility to create profile even if there is no role with 'access fckeditor' permission +* FCKeditor module now passes the Code review test + -- 2007-11-15 version drupal-6-x-1-0-dev * ported 5.x-2.x module -* improved teaser plugin integration (break button is enabled by default) - --- 2007-10-26 version drupal-5-x-2-0-dev -* new version number 2.0 -* user settings are grouped into profiles, so it is possible now to disable FCKeditor for admin. -* each user may adjust his own settings (e.g disable/enable toggle, choose language, toolbar, skin etc.) -* added new way of enabling/disabling FCKeditor (toggle) -* much much more configuration options are now available -* module uses built-in function in FCKeditor to check browser compatibility - so as Opera and Safari are now supported (since FCKeditor 2.5, Opera 9.5 and Safari 3.0) -* FCkeditor module comes now with two plugins for teaser break and pagebreak -* updated the readme file -* added polish translation - --- 2007-08-03 version drupal-5-x-1-3-beta -* new version number 1.3 - --- 2007-08-03 version drupal-5-x-1-2-dev -* Added link to settings for easier navigation - - http://drupal.org/node/125520 -* Add custom xml stylesheet if it exists. - - http://drupal.org/node/133259 -* Integrate IMCE if it exists and is prefered - and some more logic - for the configuration - - http://drupal.org/node/119008 -* changed the wording of some options - - http://drupal.org/node/117860 -* Added path exclusion mode - - Notice: you must re-save your settings if you used path inclusion - in the previous version -* Added some more comments for people who like to see what goes on -* Updated the readme -* Started this changelog, for older changes uhm... - they're in cvs I guess +* improved teaser plugin integration (break button is enabled by default) \ No newline at end of file diff --git a/README.txt b/README.txt index 5ae98ad..d36a4e8 100644 --- a/README.txt +++ b/README.txt @@ -8,11 +8,6 @@ This HTML text editor brings many of the powerful functions of known desktop editors like Word to the web. It's relatively lightweight and doesn't require any kind of installation on the client computer. -Compatibility -------------- -The integrated File Browser needs a bit of manual configuration, -more information about this in the included in this readme.txt file - Required components ------------------- To use FCKeditor in Drupal, you will need to download the FCKeditor @@ -28,6 +23,7 @@ Licensed under the terms of the GNU Lesser General Public License: For further information visit: http://www.fckeditor.net/ + http://drupal.fckeditor.net Requirements ------------ @@ -35,171 +31,113 @@ Requirements - PHP 4.3.0 or greater - FCKeditor 2.3.x or greater (http://www.fckeditor.net/) -Installation ------------- - 1. Copy the module fckeditor folder to modules/. - 2. Download FCKeditor from http://www.fckeditor.net and copy - the distribution files (the contents of the "fckeditor" directory - from the FCKeditor distribution file) to - modules/fckeditor/fckeditor. - - A quick check to see if it is correct: the files 'COPY_HERE.txt', - 'fckconfig.js' and also the directory 'editor' must exist in the - same directory, - - The correct directory structure is as follows: - - modules - |--fckeditor - |--fckeditor - |--_samples - |--editor - - 3. See 'How to enable the File Browser' for additional instructions. - - Also read the security note in this readme - - Alternatives to the built-in file browser are the IMCE module and - copying the image url into the url textfield. - Configuration -------------- - 1. Modify the fckeditor.config.js file to customize the toolbars to - your needs (optional). - - You may also copy the needed configuration lines from the default - FCKeditor configuration settings - (modules/fckeditor/fckeditor/fckconfig.js), the lines in - fckeditor.config.js will override most settings. - - It is not advised to change the default toolbars in the - configuration settings (modules/fckeditor/fckeditor/fckconfig.js) - because those are included in the FCKeditor package and might - change without notice when you update the editor. - - 2. Enable the module as usual from Drupal's admin pages. - - 3. Grant permissions for use of FCKeditor in - Administer > User Management > Access Control - - 4. Under Administer > Settings > FCKeditor, create the fckeditor - profiles. In each profile you can choose which textareas will be replaced by - FCKeditor, select default toolbar and configure some more advanced - settings. - - 5. For the Rich Text Editing to work you also need to configure your - filters for the users that may access Rich Text Editing. Either - grant those users Full HTML access or use the following: - -

-