Closed (fixed)
Project:
TinyMCE
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2005 at 16:16 UTC
Updated:
28 Nov 2005 at 23:00 UTC
Jump to comment: Most recent file
TinyMCE needs to be upgraded to the new Forms API. Going to start on a patch today hopefully have something posted for further review.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | tinymce_0.module | 35.39 KB | m3avrck |
| #5 | tinymce.module_2.patch | 17.85 KB | m3avrck |
| #3 | tinymce.module_1.patch | 17.85 KB | m3avrck |
| #2 | tinymce.module_0.patch | 17.01 KB | m3avrck |
Comments
Comment #1
sangamreddi commentedI am waiting to see this.
However, i just included the legacy.inc in commom.inc using include once.
Now the Tinymce settings page is working fine, but tinymce isn't loading on node/add.
I still see the basic textarea, no enable/disable option too.
many people like me are waiting.
Comment #2
m3avrck commentedHere is a patch that upgrades TinyMCE to the new Forms API.
Still needs a bit of testing/tweaking but at least something to play around with. I had to comment out the part that reads the plugins near the top, it kept giving me all sorts of errors, I'll look more into this tomorrow. At least this gets the ball rolling :-)
Contact me on #drupal for questions.
Comment #3
m3avrck commentedOk here is a new patch, Forms API is working 100% now, fully tested.
Also fixed two bugs: file('filename', 'r') is actually invalid, only need that on fopen() so I removed the 'r' there since that is how the file() works anyways.
On the INSERT at the bottom, because of the way checkboxes worked, if two were checked, it would insert them as RID=1 for both, when in fact it would be RID 1 and RID 2 and both have values=1 (both are checked). Put in a simple fix for that.
Comment #4
matt westgate commentedHrm, patch doesn't want to apply. Care to upload a fresh one?
Comment #5
m3avrck commentedOk how about this one.
Comment #6
m3avrck commentedHere is my full patched tinymce.module ... hopefull this works!
Comment #7
m3avrck commentedPatch has been committed, but there is another problem with the Forms API that needs to be fixed and then TinyMCE will be working: http://drupal.org/node/37586
Comment #8
(not verified) commented