Posted by sun on October 28, 2008 at 11:56am
1 follower
| Project: | Wysiwyg |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | sun |
| Status: | closed (fixed) |
Issue Summary
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
Comments
#1
First 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'.
#2
wysiwyg-DRUPAL-5.associate.patch is for D5.
wysiwyg.associate.patch is for D6.
#3
- Fixed bogus SQL REPLACE INTO statement.
- Fixed profile removal confirmation form.
Thanks to smk-ka who reviewed this patch.
Committed to all branches.
--project followup subject--
Automatically closed -- issue fixed for two weeks with no activity.
#4
Automatically closed -- issue fixed for two weeks with no activity.