Skip to content
CHANGELOG.txt 7.01 KiB
Newer Older
-- 2008-10-15 version 6.x-1.x-dev
* #302435 Fixed: Apache reports Forbidden Error on File Browse

-- 2008-10-13 version 6.x-1.x-dev
* #314319 Added protection against XSS attacks when editing

-- 2008-10-09 version 6.x-1.x-dev
* #310988 Extended default exclusion list, added hack for module developers allowing to disable fckeditor on specific textareas
* #318540 Fixed: formatting output doesn't format properly
* #240230 Another attempt to fix issues with teaser brake
* #316029 File_download adds text/plain content type to a pdf
Wiktor Walc's avatar
Wiktor Walc committed
-- 2008-10-08 version 6.x-1.x-dev
* Added upgrading instructions

-- 2008-09-17 version 6.x-1.x-dev
* Improved Image Assist 6.x-1.x support when FCKeditor is running in a popup mode

-- 2008-09-16 version 6.x-1.x-dev
* Improved Image Assist 6.x-1.x support
* #308360 added field IDs from google_analytics and piwik modules to the default exclusion list
-- 2008-09-12 version 6.x-1.x-dev
* #307130 edit-update-notify-emails field added to default exclusion list

-- 2008-09-11 version 6.x-1.x-dev
* Added <param> tag to the list of suggested allowed tags in Filtered HTML input format.

-- 2008-09-04 version 6.x-1.x-dev
* #303863 Fixed: "Show disable/enable rich text editor toggle" value was ignored from user settings.
* #299404 Improved protection against browsers caching fckeditor.config.js
* #290831 (comment #7) preview doesn't work
* #296382 Fixed: save button and teaser break problem in FCKeditor
* #301051 Fixed: incomatibility with l10n_client (added edit-target to the default exclude list)

-- 2008-08-27 version 6.x-1.x-dev
* #270430 Fixed: Compatibility with themes that put all javascript at the bottom

Wiktor Walc's avatar
Wiktor Walc committed
* #295306 Added edit-relatedlinks-fieldset-relatedlinks to the exclusion list. (Conflict with Related Links Module).
-- 2008-08-14 version 6.x-1.x-dev
* #273752 FCKeditor malfunctions when multiple fields are present and one of them has a teaser

-- 2008-08-11 version 6.x-1.x-dev
* #230991 Fixed problems with autocomplete text fields

-- 2008-08-01 version 6.x-2.x-dev and 6.x-1.x-dev
* #277634 FCK not always appearing for Safari - needs refresh

-- 2008-07-31 version 6.x-2.x-dev and 6.x-1.x-dev
* #287166 PostgreSQL Compatibility fix in update 6130

-- 2008-07-11 version 6.x-2.x-dev and 6.x-1.x-dev
* #267538 added support for private file system
* #269478 including fckeditor.php twice is causing errors
-- 2008-07-10 version 6.x-2.x-dev and 6.x-1.x-dev
* #275158 (IMG Assist broken after update) readded code to maintain 
  backwards compatibility with the old img_assist_fckeditor.js

-- 2008-07-10 version 6.x-1.x-dev
* #246137 Improved and extensible file browser integration

-- 2008-07-05 version 6.x-2.x-dev
* #246137 Improved and extensible file browser integration

-- 2008-06-30 version 6.x-2.x-dev
* started development in 6--2 branch

-- 2008-06-26 version 6.x-1.x-dev
* #262193 Incorrect Format for {fckeditor_role}.{rid} Default Value

-- 2008-06-23 version 6.x-1.x-dev
* #241271 fixed creation of extra <p> tags (removed dirt hacks for IE, experimental)
* CCK: FCKeditor will now appear on fields of Text type if "Minimum rows" in FCKeditor profile is set to 1 (default).
* Fixed #263491: "Not translatable strings"
-- 2008-06-20 version 6.x-1.x-dev
* #269653 added warning page before deleting a profile
* #272834 fixed Image Assist integration problems
* improved method of adding automatically showblock buttons to the tooblar to prevent errors such like #213950
Wiktor Walc's avatar
Wiktor Walc committed
* Reverted #261483

-- 2008-06-19 version 6.x-1.x-dev
* #207845 fixed issues with unknown toolbar item "DrupalPageBreak" and "PageBreak"
* added Swedish translation
* #271153 fixed  IMCE + default state of editor "disabled" issues
Wiktor Walc's avatar
Wiktor Walc committed
-- 2008-05-23 version 6.x-1.x-dev
* added German translation
* #261483 changed the way how FCKeditor is loaded (should solve some strange problems 
  with dissapearing content/FCKeditor)
* #261477 file browser should work in symlinked installations
* #261487 %t variable now points to the right place
* #261710 fixed "undefined variable: rid"

-- 2008-04-24 version 6.x-1.x-dev
* Added missing img_assist_fckeditor.js that should hav been included two days ago
* Updated README information

Wiktor Walc's avatar
Wiktor Walc committed
-- 2008-04-22 version 6.x-1.x-dev
* FCKeditor is now compatible with Image Assist module (http://drupal.org/project/img_assist)

Wiktor Walc's avatar
Wiktor Walc committed
-- 2008-04-21 version 6.x-1.x-dev
Wiktor Walc's avatar
Wiktor Walc committed
* Usability improvements: FCKeditor will now inform you in the administration section about
  possible misconfiguration

-- 2008-04-04 version drupal-6-x-1-2.1
* fixed #240608: removed javascript errors on fields without teaser break
Wiktor Walc's avatar
Wiktor Walc committed
* fixed issue with default list of fields where simplified toolbar should appear (Global Profile)

-- 2008-04-02 version drupal-6-x-1-2

Wiktor Walc's avatar
Wiktor Walc committed
* fixed #240230 (teaser was stripped when FCKeditor has been enabled and toogle was disabled)
* minor improvements in documentation, extended default ignore list
* fixed #238944 (body was stripped in preview mode when break tag was used)
Wiktor Walc's avatar
Wiktor Walc committed
* fixed E_NOTICE errors
* fixed problems with excl_mode / excl_list in global profile
* fixed issues with default inclusion or exclusion mode set to "include" when creating new profile
-- 2008-03-18 version drupal-6-x-1-1
* fixed issues with switching from text to fckeditor in the toogle, 
  all previous content within the body was lost
Wiktor Walc's avatar
Wiktor Walc committed
* FCKeditor now appears for super user even if "access fckeditor" permissions are not yet assigned.
  (the Advanced profile for authenticated users is assigned)
Wiktor Walc's avatar
Wiktor Walc committed
* corrected readme file
* fixed issues with Internet Explorer 
  (Object required error when "rich text editor toggle" was set to false)
Wiktor Walc's avatar
Wiktor Walc committed
* fixed issues with invalid validation of excluded fields
  (numbers are also allowed in IDs)
* extended the global list of fields where FCKeditor shouldn't appear
Wiktor Walc's avatar
Wiktor Walc committed
* added possibility to define custom javascript configuration
* instant IMCE integration
* improved handling resizable fields when FCKeditor is disabled
Wiktor Walc's avatar
Wiktor Walc committed

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