Closed (fixed)
Project:
Wysiwyg
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Oct 2008 at 11:56 UTC
Updated:
14 Jul 2012 at 23:23 UTC
Jump to comment: Most recent file
Now that editors are loaded for all input format enabled textareas, we badly need a way to enable/disable an editor for certain input formats only, i.e.:
- No editor for Filtered HTML
- No editor for PHP code
- Editor for Full HTML
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wysiwyg.associate.patch | 38.31 KB | sun |
| #3 | wysiwyg-DRUPAL-5.associate.patch | 37.8 KB | sun |
| #1 | wysiwyg.associate.patch | 35.69 KB | sun |
| #1 | wysiwyg-DRUPAL-5.associate.patch | 35.32 KB | sun |
Comments
Comment #1
sunFirst iteration:
- Replaced overview page with input format to editor/profile association form.
- Removed Wysiwyg API's access management (input formats already have permissions)
- Replaced wysiwyg_profile and wysiwyg_role tables with wysiwyg table.
- Changed order of loaded JavaScripts, by moving wysiwyg.init.js into section 'core'.
Comment #2
sunwysiwyg-DRUPAL-5.associate.patch is for D5.
wysiwyg.associate.patch is for D6.
Comment #3
sun- Fixed bogus SQL REPLACE INTO statement.
- Fixed profile removal confirmation form.
Thanks to smk-ka who reviewed this patch.
Committed to all branches.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.