Features:
- Extensible file browser integration (http://drupal.org/node/246137)
- Text area inclusion/exclusion on both id and path (http://drupal.org/node/249283, http://drupal.org/node/195050, http://drupal.org/node/240932)
- Make FCKeditor work with AHAH (http://drupal.org/node/205386)
- Link browser for content nodes (http://drupal.org/node/218444)
- Configurable path to FCKeditor (http://drupal.org/node/243555)
- Enable profile selection for node types (http://drupal.org/node/245358)
- Use the color-modified version of style.css (http://drupal.org/node/252830)
- Integration with panels (http://drupal.org/node/248526)
- Clone profiles (http://drupal.org/node/218420)
- Image Assist compatibility (http://drupal.org/node/276266)

Something that has still to be checked:
- Drupal 5 to Drupal 6 upgrade: http://drupal.org/node/229472 & http://drupal.org/node/244718
- Resizable class re-introduced: http://drupal.org/node/210065
- Check compatibility with installation in /profiles/ (http://drupal.org/node/250521)
- Compatibility with smilies module (http://drupal.org/node/252872)
- Compatibility with CCK text fields (http://drupal.org/node/273752)
- SchemaAPI fix (easy) (http://drupal.org/node/262193)

Make sure these are fixed:
- http://drupal.org/node/200519
- http://drupal.org/node/230991
- http://drupal.org/node/212054

Comments

Jorrit’s picture

wwalc’s picture

Features:
11) Some people have problems with upgrading FCKeditor: they forget to add
require_once "../../../../../filemanager.config.php";
to the config.php
It should be easy to check if config.php contains "filemanager.config.php" and throw a warning if it's not found.

wwalc’s picture

12) #278411: Hide "The ID for excluding or including this element is" we can add this setting to the global profile.

wwalc’s picture

Docs:
1) write upgrade instructions

wwalc’s picture

14) something to consider #277657: TODO list for 6.x-2.x and 5.x-3.x - use similar php: syntax like IMCE does.

wwalc’s picture

wwalc’s picture

(just to keep all things in one place)

16) #266926: RTL vs LTR investigate possible improvemenets in RTL support

wwalc’s picture

17) #252830: 'use theme css' and color.module something nice to have if easy to implement

wwalc’s picture

18) Improve documentation:
- add TOC
- remove troubleshooting and add separate file named troubleshooting.txt with content taken from http://drupal.fckeditor.net/troubleshooting
- other improvements ??

Jorrit’s picture

You said in the thread that you would add this one, but it isn't in here yet.
#274190: FCKeditor, IMCE: uploading file not working: pointing to different directory

Jorrit’s picture

You said in the thread that you would add this one, but it isn't in here yet.
#274190: FCKeditor, IMCE: uploading file not working: pointing to different directory

wwalc’s picture

Write a simple "HOWTO" (or better: "Beginners/Introduction Guide") where the most common things that people are asking for could be explained...

- what each file is responsible for
- how to configure spell checker
- how to modify toolbar (#286147: Color?)
- any other things that people often ask for because it is poorly explained or hard to understand by people not familiar with FCKeditor

... I guess to do this it is necessary to read all tickets in database once again and note all problems :(

Jorrit’s picture

In relation to #275188: Image Assist I would like to suggest to add image assist as a file browser. Do you think that will be achievable?

wwalc’s picture

I'm not quite sure about this. With Image Assist one can't upload files other than images so it can't be considered as a file browser. I believe that people might be using FCKeditor File Browser + Image Assist together so adding this to select box could be a wrong idea. IMCE on the other side totally replaces built-in file browser, that's why we have put it there.

wwalc’s picture

Just to not forget about it: #268070: Assign editor-profiles to content types (it is already on the list as 245358 but I marked it as a duplicate), probably one of the most-wanted features.

Jorrit’s picture

Jorrit’s picture

FitWindow malfunctions on Garland & IE7, still have to investigate:

#292548: FitWindow Toolbar Option

wwalc’s picture

Regarding docs: #297186: Upgrading FCK editor might be a good start.

hass’s picture

hass’s picture

After the extensive translatable string review I'd like to extend thie TODO list by the following

0. Get the patch linked in #25 committed.
1. Run CODER module on FCKEditor module and fix all complains.
2. Fix all code style bugs and make code looking like core.
3. Change all TRUE/FALSE select boxes into check boxes (usability enhancement)

wwalc’s picture

Ad 0) Done
Ad 1) Coder and Code Analyzer checks will be run at least once before creating an alpha release
Ad 3) good idea

wwalc’s picture

Important: simplify enabling built-in file browser.
At this moment it is far too complicated:
- setting $cookie_domain
- changing manually config.php
- granting permissions
- changing FCKeditor profile and setting file browser settings
Unfortunately there is no workaround for 1,2...

Change default value to "use any available"(?) so that IMCE was used if installed???

Jorrit’s picture

Status: Active » Closed (fixed)

I think 5.x-3.x will never be there and the feature list for 6.x-2.x is quite complete, so this ticket can be closed.