Ticket #2598 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

TinyMCE 2.0.5

Reported by: skeltoac Assigned to: anonymous
Priority: normal Milestone: 2.1
Component: Administration Version: 2.0.2
Severity: normal Keywords: has-patch 2nd-opinion
Cc:

Description

Fixes many bugs, moves editor code into single function, adds spellcheck.

Patch consists of a small diff and a big tarball. Remove ALL of wp-includes/js/tinymce before untarring. This tarball has everything that is needed.

If Pspell is not installed, spellcheck will try to contact Google.

Any and all error reports on this may be sent to (my username here) at gmail.com. (Because if you just post a bug here and I can't replicate it, I'll need to contact you but I probably don't have your email address. Please post here AND email me. Thanks.)

Attachments

mce205sc.diff (9.7 kB) - added by skeltoac on 03/25/06 11:57:27.
tinymce.tar.gz (157.1 kB) - added by skeltoac on 03/25/06 11:57:43.
tinymce.zip (210.9 kB) - added by davidhouse on 03/25/06 15:46:20.
For Firas
2598.patch (1.2 kB) - added by apidevlab on 04/04/06 21:01:52.

Change History

03/25/06 11:57:27 changed by skeltoac

  • attachment mce205sc.diff added.

03/25/06 11:57:43 changed by skeltoac

  • attachment tinymce.tar.gz added.

03/25/06 12:27:05 changed by markjaquith

Works very well on FF 1.5.0.1 / OS X. It responded very quickly, so I'm guessing it was using Pspell, which I do have installed on my server.

The only quirk I encountered was that it would suggest words that it would later decide were invalid! For instance, I wrote "blowfishh" and it suggested "blowfish" ... but after correction, on the next press of the spellcheck button, it said that "blowfish" was no good, and recommended "blow-fish" ??? No idea what's going on there, but it would be nice if the recommended words were actually acceptable spellings themselves!

(in case you don't have it: mark.wordpress - at - txfx - dot - net)

03/25/06 15:46:20 changed by davidhouse

  • attachment tinymce.zip added.

For Firas

03/25/06 21:35:08 changed by skeltoac

markjaquith: My pspell doesn't recognize "blowfish" either, but when I changed it to "blow-fish" it was okay.

Modifying config.php, I forced it to use the Google API and it did exactly what you described, so I would guess that your aspell binary is not where the plugin is looking. Check config.php.

03/27/06 14:09:50 changed by firas

The 'No Misspellings Found' dialog needs to go, that should be communicated modelessly.

03/30/06 07:51:28 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [3664]) tinyMCE 2.0.5 coming at you live. fixes #2598

04/01/06 01:36:10 changed by apidevlab

  • status changed from closed to reopened.
  • resolution deleted.

04/04/06 21:01:52 changed by apidevlab

  • attachment 2598.patch added.

04/23/06 04:15:30 changed by JackD

I tried installing the files in tinymce.tar.gz and making the changes noted in mce205sc.diff to my local windows based version of WP but the rich text editor does not show up. I like to work on a local copy and get it working before installing it on my server. Are there any other requirements or changes, besides those noted, to get TinyMCE 2.0.5 working in WP 2.0.2?

04/23/06 04:56:50 changed by JackD

The following fixed my previous problem. http://trac.wordpress.org/ticket/2658

The archives (tinymce.tar.gz) given in this ticket are stale and need to be updated.

04/23/06 09:07:58 changed by skeltoac

  • status changed from reopened to closed.
  • resolution set to fixed.

They won't be updated. They were uploaded as a way to get the patch into trac. Now that it's in, it's history. Sorry.