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
Comment #1
Jorrit commentedFixed:
- #246137: IMCE integration breaks Quick Upload
Comment #2
wwalc commentedFeatures:
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.
Comment #3
wwalc commented12) #278411: Hide "The ID for excluding or including this element is" we can add this setting to the global profile.
Comment #4
wwalc commented13) #278438: Split module file in separate includes to reduce memory usage
Comment #5
wwalc commentedDocs:
1) write upgrade instructions
Comment #6
wwalc commented14) something to consider #277657: TODO list for 6.x-2.x and 5.x-3.x - use similar php: syntax like IMCE does.
Comment #7
wwalc commented15) #240230: fckeditor + drupal teaser break = problem to check...
Comment #8
wwalc commented(just to keep all things in one place)
16) #266926: RTL vs LTR investigate possible improvemenets in RTL support
Comment #9
wwalc commented17) #252830: 'use theme css' and color.module something nice to have if easy to implement
Comment #10
wwalc commented18) Improve documentation:
- add TOC
- remove troubleshooting and add separate file named troubleshooting.txt with content taken from http://drupal.fckeditor.net/troubleshooting
- other improvements ??
Comment #11
Jorrit commentedWhen I made the initial list, I was not aware of the issue number tag. Here is the list again:
Features:
- #246137: IMCE integration breaks Quick Upload
- #249283: Allow wildcards for html id exclusions, #195050: Allow button to administratively enable or disable editor for a specific field, #240932: Unify path/id exclusions
- #205386: FCKeditor to work with AHAH Ajax dynamic forms
- #218444: How to make links to content nodes?
- #243555: multiple drupal sites, one fckeditor folder
- #245358: Change profile depending on content type or path
- #252830: 'use theme css' and color.module
- #248526: Integration with Panels?
- #218420: clone profiles
- #276266: Image Assist integration
Something that has still to be checked:
- #229472: database shema, #244718: FCKeditor tables are not created - update fails and FCKEditor profiles cannot be created
- #210065: FKCeditor removes the resizable class on textareas
- #250521: Filemanager doesn't work when module is installed under <root>/profiles/
- #252872: FCK Editor does not work with Smileys module
- #273752: FCKeditor malfunctions when multiple fields are present and one of them has a teaser
- #262193: Incorrect Format for {fckeditor_role}.{rid} Default Value
Make sure these are fixed:
- #200519: Incomplete translation
- #230991: FCKeditor interferes with autocomplete text fields
- #212054: Plain text editor shows unformatted text
Comment #12
Jorrit commentedYou 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
Comment #13
Jorrit commentedYou 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
Comment #14
wwalc commentedWrite 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 :(
Comment #15
Jorrit commentedIn 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?
Comment #16
wwalc commentedI'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.
Comment #17
wwalc commentedJust 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.
Comment #18
Jorrit commented#273752: FCKeditor malfunctions when multiple fields are present and one of them has a teaser
Comment #19
Jorrit commented#290831: Loading JS at the bottom of the page
Comment #20
Jorrit commented#292256: Can't get popup to work; and if html window, not resizeable
Comment #21
Jorrit commentedFitWindow malfunctions on Garland & IE7, still have to investigate:
#292548: FitWindow Toolbar Option
Comment #22
Jorrit commented#300000: Protect fckeditor.config.js from being overwritten by mistake
Comment #23
Jorrit commented#270430: Compatibility with themes that put all javascript at the bottom
Comment #24
wwalc commentedRegarding docs: #297186: Upgrading FCK editor might be a good start.
Comment #25
hass commented#311181: UI / translatable strings overhaul for 6.x-2.x
Comment #26
hass commentedAfter 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)
Comment #27
wwalc commentedAd 0) Done
Ad 1) Coder and Code Analyzer checks will be run at least once before creating an alpha release
Ad 3) good idea
Comment #28
wwalc commented#313150: Add admin option to select all roles for Roles allowed to use this profile
Comment #29
wwalc commentedImportant: 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???
Comment #30
Jorrit commentedI 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.